Commit d91dcb11 authored by Nicolas Widart's avatar Nicolas Widart

Updating dependencies

parent 886ceea0
...@@ -4,20 +4,73 @@ ...@@ -4,20 +4,73 @@
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"hash": "99a815b0197d001fbd7cb349107b3f88", "hash": "fe6621a57bc55563b16f08255fe3216d",
"packages": [ "packages": [
{
"name": "baum/baum",
"version": "1.0.13",
"source": {
"type": "git",
"url": "https://github.com/etrepat/baum.git",
"reference": "b868b70bde6e9abb48a4cd5c8244eea9cb4eec4e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/etrepat/baum/zipball/b868b70bde6e9abb48a4cd5c8244eea9cb4eec4e",
"reference": "b868b70bde6e9abb48a4cd5c8244eea9cb4eec4e",
"shasum": ""
},
"require": {
"illuminate/console": "4.*|5.*",
"illuminate/database": "4.*|5.*",
"illuminate/filesystem": "4.*|5.*",
"illuminate/support": "4.*|5.*",
"php": ">=5.3.0"
},
"require-dev": {
"d11wtq/boris": "~1.0",
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Baum": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Estanislau Trepat",
"email": "estanis@etrepat.com",
"homepage": "http://etrepat.com"
}
],
"description": "Baum is an implementation of the Nested Set pattern for Eloquent models.",
"keywords": [
"Laravel 4",
"database",
"eloquent",
"laravel",
"nested set"
],
"time": "2014-09-30 17:04:36"
},
{ {
"name": "cartalyst/sentinel", "name": "cartalyst/sentinel",
"version": "1.0.x-dev", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:cartalyst/sentinel.git", "url": "git@github.com:cartalyst/sentinel.git",
"reference": "dedb7463716c14777b1a2086fcd34b7a5d0401aa" "reference": "3193410d3c0e980d8c0faa69d018775bf7df1277"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cartalyst/sentinel/zipball/dedb7463716c14777b1a2086fcd34b7a5d0401aa", "url": "https://api.github.com/repos/cartalyst/sentinel/zipball/3193410d3c0e980d8c0faa69d018775bf7df1277",
"reference": "dedb7463716c14777b1a2086fcd34b7a5d0401aa", "reference": "3193410d3c0e980d8c0faa69d018775bf7df1277",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -43,7 +96,7 @@ ...@@ -43,7 +96,7 @@
"extra": { "extra": {
"component": "package", "component": "package",
"branch-alias": { "branch-alias": {
"dev-master": "1.0.x-dev" "dev-master": "1.1.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -94,10 +147,10 @@ ...@@ -94,10 +147,10 @@
"security" "security"
], ],
"support": { "support": {
"source": "https://github.com/cartalyst/sentinel/tree/v1.0.7", "source": "https://github.com/cartalyst/sentinel/tree/master",
"issues": "https://github.com/cartalyst/sentinel/issues" "issues": "https://github.com/cartalyst/sentinel/issues"
}, },
"time": "2014-10-21 03:11:24" "time": "2014-10-28 23:54:12"
}, },
{ {
"name": "cartalyst/support", "name": "cartalyst/support",
...@@ -105,12 +158,12 @@ ...@@ -105,12 +158,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "git@github.com:cartalyst/support.git", "url": "git@github.com:cartalyst/support.git",
"reference": "c00d432882d06eb7ad0d4eb6eaea6c5298e028a2" "reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/cartalyst/support/zipball/c00d432882d06eb7ad0d4eb6eaea6c5298e028a2", "url": "https://api.github.com/repos/cartalyst/support/zipball/a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"reference": "c00d432882d06eb7ad0d4eb6eaea6c5298e028a2", "reference": "a2d8a6a9fea2813ac160088930ad8ce51522b7ec",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -169,7 +222,7 @@ ...@@ -169,7 +222,7 @@
"source": "https://github.com/cartalyst/support/tree/master", "source": "https://github.com/cartalyst/support/tree/master",
"issues": "https://github.com/cartalyst/support/issues" "issues": "https://github.com/cartalyst/support/issues"
}, },
"time": "2014-10-21 17:50:22" "time": "2014-11-05 22:59:50"
}, },
{ {
"name": "classpreloader/classpreloader", "name": "classpreloader/classpreloader",
...@@ -254,16 +307,16 @@ ...@@ -254,16 +307,16 @@
}, },
{ {
"name": "dimsav/laravel-translatable", "name": "dimsav/laravel-translatable",
"version": "dev-laravel-5", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dimsav/laravel-translatable.git", "url": "https://github.com/dimsav/laravel-translatable.git",
"reference": "f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e" "reference": "ffad04599f32aaadc34b7a6d3c2c3feb589c750d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e", "url": "https://api.github.com/repos/dimsav/laravel-translatable/zipball/ffad04599f32aaadc34b7a6d3c2c3feb589c750d",
"reference": "f2ab9a4e207bc6e5a3797c29795cb90a97cdb03e", "reference": "ffad04599f32aaadc34b7a6d3c2c3feb589c750d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -275,9 +328,14 @@ ...@@ -275,9 +328,14 @@
"phpunit/phpunit": "~4.0" "phpunit/phpunit": "~4.0"
}, },
"type": "library", "type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Dimsav\\Translatable\\": "Translatable/" "Dimsav\\Translatable\\": "src/Translatable/"
}, },
"classmap": [ "classmap": [
"tests" "tests"
...@@ -301,7 +359,7 @@ ...@@ -301,7 +359,7 @@
"laravel", "laravel",
"translation" "translation"
], ],
"time": "2014-09-25 23:42:02" "time": "2014-11-19 21:51:53"
}, },
{ {
"name": "doctrine/annotations", "name": "doctrine/annotations",
...@@ -309,12 +367,12 @@ ...@@ -309,12 +367,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/annotations.git", "url": "https://github.com/doctrine/annotations.git",
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633" "reference": "3b6668f54ad3f95d68b64a742f6b0de55d6caeb1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/annotations/zipball/6a6bec0670bb6e71a263b08bc1b98ea242928633", "url": "https://api.github.com/repos/doctrine/annotations/zipball/3b6668f54ad3f95d68b64a742f6b0de55d6caeb1",
"reference": "6a6bec0670bb6e71a263b08bc1b98ea242928633", "reference": "3b6668f54ad3f95d68b64a742f6b0de55d6caeb1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -369,7 +427,7 @@ ...@@ -369,7 +427,7 @@
"docblock", "docblock",
"parser" "parser"
], ],
"time": "2014-09-25 16:45:30" "time": "2014-11-04 15:34:10"
}, },
{ {
"name": "doctrine/lexer", "name": "doctrine/lexer",
...@@ -425,18 +483,76 @@ ...@@ -425,18 +483,76 @@
], ],
"time": "2014-09-09 13:34:57" "time": "2014-09-09 13:34:57"
}, },
{
"name": "filp/whoops",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/filp/whoops.git",
"reference": "85d4b9ac8718ea179c7d909657e0d12a180fe29d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/85d4b9ac8718ea179c7d909657e0d12a180fe29d",
"reference": "85d4b9ac8718ea179c7d909657e0d12a180fe29d",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "0.9.*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2-dev"
}
},
"autoload": {
"psr-0": {
"Whoops": "src/"
},
"classmap": [
"src/deprecated"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Filipe Dobreira",
"homepage": "https://github.com/filp",
"role": "Developer"
}
],
"description": "php error handling for cool kids",
"homepage": "https://github.com/filp/whoops",
"keywords": [
"error",
"exception",
"handling",
"library",
"silex-provider",
"whoops",
"zf2"
],
"time": "2014-11-15 07:46:20"
},
{ {
"name": "guzzlehttp/guzzle", "name": "guzzlehttp/guzzle",
"version": "5.0.1", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/guzzle.git", "url": "https://github.com/guzzle/guzzle.git",
"reference": "9e806208d9b418a58ec86c49078aa94385e64bbd" "reference": "bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/9e806208d9b418a58ec86c49078aa94385e64bbd", "url": "https://api.github.com/repos/guzzle/guzzle/zipball/bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f",
"reference": "9e806208d9b418a58ec86c49078aa94385e64bbd", "reference": "bb4f6c82af4f610bbb8d6a83f7814c09c5a8ea6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -451,7 +567,7 @@ ...@@ -451,7 +567,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-ring": "5.0-dev" "dev-master": "5.0-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -481,7 +597,7 @@ ...@@ -481,7 +597,7 @@
"rest", "rest",
"web service" "web service"
], ],
"time": "2014-10-16 18:00:41" "time": "2014-11-17 23:22:53"
}, },
{ {
"name": "guzzlehttp/ringphp", "name": "guzzlehttp/ringphp",
...@@ -489,12 +605,12 @@ ...@@ -489,12 +605,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/guzzle/RingPHP.git", "url": "https://github.com/guzzle/RingPHP.git",
"reference": "00353a2df0d6c549d446daf18d434eb101f8bec0" "reference": "e3b00e43b279606a51493b3d5c9c5c2598cd659e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/guzzle/RingPHP/zipball/00353a2df0d6c549d446daf18d434eb101f8bec0", "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/e3b00e43b279606a51493b3d5c9c5c2598cd659e",
"reference": "00353a2df0d6c549d446daf18d434eb101f8bec0", "reference": "e3b00e43b279606a51493b3d5c9c5c2598cd659e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -531,7 +647,7 @@ ...@@ -531,7 +647,7 @@
"homepage": "https://github.com/mtdowling" "homepage": "https://github.com/mtdowling"
} }
], ],
"time": "2014-10-20 02:16:50" "time": "2014-11-16 02:36:38"
}, },
{ {
"name": "guzzlehttp/streams", "name": "guzzlehttp/streams",
...@@ -629,20 +745,79 @@ ...@@ -629,20 +745,79 @@
], ],
"time": "2014-10-16 14:38:30" "time": "2014-10-16 14:38:30"
}, },
{
"name": "intervention/image",
"version": "2.0.13",
"source": {
"type": "git",
"url": "https://github.com/Intervention/image.git",
"reference": "0c9db3220bfdf4de2b17fd85676d824cfdc908c6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Intervention/image/zipball/0c9db3220bfdf4de2b17fd85676d824cfdc908c6",
"reference": "0c9db3220bfdf4de2b17fd85676d824cfdc908c6",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "~0.9.2",
"phpunit/phpunit": "3.*"
},
"suggest": {
"ext-gd": "to use GD library based image processing.",
"ext-imagick": "to use Imagick based image processing.",
"intervention/imagecache": "Caching extension for the Intervention Image library"
},
"type": "library",
"autoload": {
"psr-4": {
"Intervention\\Image\\": "src/Intervention/Image"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.net",
"homepage": "http://olivervogel.net/"
}
],
"description": "Image handling and manipulation library with support for Laravel integration",
"homepage": "http://image.intervention.io/",
"keywords": [
"gd",
"image",
"imagick",
"laravel",
"thumbnail",
"watermark"
],
"time": "2014-11-09 11:54:16"
},
{ {
"name": "ircmaxell/password-compat", "name": "ircmaxell/password-compat",
"version": "1.0.x-dev", "version": "1.0.x-dev",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/ircmaxell/password_compat.git", "url": "https://github.com/ircmaxell/password_compat.git",
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4" "reference": "9b99377557a33a4129c9194e60a97a685fab21e0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "url": "https://api.github.com/repos/ircmaxell/password_compat/zipball/9b99377557a33a4129c9194e60a97a685fab21e0",
"reference": "1fc1521b5e9794ea77e4eca30717be9635f1d4f4", "reference": "9b99377557a33a4129c9194e60a97a685fab21e0",
"shasum": "" "shasum": ""
}, },
"require-dev": {
"phpunit/phpunit": "4.*"
},
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
...@@ -656,7 +831,7 @@ ...@@ -656,7 +831,7 @@
"authors": [ "authors": [
{ {
"name": "Anthony Ferrara", "name": "Anthony Ferrara",
"email": "ircmaxell@ircmaxell.com", "email": "ircmaxell@php.net",
"homepage": "http://blog.ircmaxell.com" "homepage": "http://blog.ircmaxell.com"
} }
], ],
...@@ -666,7 +841,7 @@ ...@@ -666,7 +841,7 @@
"hashing", "hashing",
"password" "password"
], ],
"time": "2013-04-30 19:58:08" "time": "2014-11-20 19:18:42"
}, },
{ {
"name": "jeremeamia/SuperClosure", "name": "jeremeamia/SuperClosure",
...@@ -911,8 +1086,9 @@ ...@@ -911,8 +1086,9 @@
"ext-openssl": "*", "ext-openssl": "*",
"ircmaxell/password-compat": "~1.0", "ircmaxell/password-compat": "~1.0",
"jeremeamia/superclosure": "~1.0.1", "jeremeamia/superclosure": "~1.0.1",
"league/flysystem": "0.5.*", "league/flysystem": "0.6.*",
"monolog/monolog": "~1.6", "monolog/monolog": "~1.6",
"mtdowling/cron-expression": "~1.0",
"nesbot/carbon": "~1.0", "nesbot/carbon": "~1.0",
"patchwork/utf8": "~1.1", "patchwork/utf8": "~1.1",
"php": ">=5.4.0", "php": ">=5.4.0",
...@@ -1010,12 +1186,12 @@ ...@@ -1010,12 +1186,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "a41d156d767a49a0f66f9c96059d3b9ca224faf7" "reference": "2af62a3e493d5b3b327ccc8116b237a080f72098"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a41d156d767a49a0f66f9c96059d3b9ca224faf7", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/2af62a3e493d5b3b327ccc8116b237a080f72098",
"reference": "a41d156d767a49a0f66f9c96059d3b9ca224faf7", "reference": "2af62a3e493d5b3b327ccc8116b237a080f72098",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1026,7 +1202,6 @@ ...@@ -1026,7 +1202,6 @@
"barracuda/copy": "~1.1.4", "barracuda/copy": "~1.1.4",
"dropbox/dropbox-sdk": "~1.1.1", "dropbox/dropbox-sdk": "~1.1.1",
"ext-fileinfo": "*", "ext-fileinfo": "*",
"guzzlehttp/guzzle": "~4.0",
"league/event": "~1.0", "league/event": "~1.0",
"league/phpunit-coverage-listener": "~1.1", "league/phpunit-coverage-listener": "~1.1",
"mockery/mockery": "~0.9", "mockery/mockery": "~0.9",
...@@ -1034,7 +1209,7 @@ ...@@ -1034,7 +1209,7 @@
"phpspec/phpspec": "~2.0", "phpspec/phpspec": "~2.0",
"phpunit/phpunit": "~4.0", "phpunit/phpunit": "~4.0",
"predis/predis": "~1.0", "predis/predis": "~1.0",
"rackspace/php-opencloud": "~1.10.0", "rackspace/php-opencloud": "~1.11",
"sabre/dav": "~2.0.2", "sabre/dav": "~2.0.2",
"tedivm/stash": "~0.12.0" "tedivm/stash": "~0.12.0"
}, },
...@@ -1054,7 +1229,7 @@ ...@@ -1054,7 +1229,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "0.5-dev" "dev-master": "0.6-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1072,21 +1247,25 @@ ...@@ -1072,21 +1247,25 @@
"email": "info@frenky.net" "email": "info@frenky.net"
} }
], ],
"description": "Filesystem abstraction, but easy.", "description": "Many filesystems, one API.",
"keywords": [ "keywords": [
"Cloud Files",
"WebDAV", "WebDAV",
"aws", "aws",
"cloud",
"copy.com",
"dropbox", "dropbox",
"file systems", "file systems",
"files", "files",
"filesystem", "filesystem",
"ftp", "ftp",
"rackspace",
"remote", "remote",
"s3", "s3",
"sftp", "sftp",
"storage" "storage"
], ],
"time": "2014-10-18 15:41:49" "time": "2014-11-20 16:57:35"
}, },
{ {
"name": "mcamara/laravel-localization", "name": "mcamara/laravel-localization",
...@@ -1094,16 +1273,16 @@ ...@@ -1094,16 +1273,16 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nWidart/laravel-localization.git", "url": "https://github.com/nWidart/laravel-localization.git",
"reference": "be74bdc8c56a67b5781f68fd99faa7318f8a020f" "reference": "4563d69fc6bfdf2b0736b0eb10b745596eb10710"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nWidart/laravel-localization/zipball/be74bdc8c56a67b5781f68fd99faa7318f8a020f", "url": "https://api.github.com/repos/nWidart/laravel-localization/zipball/4563d69fc6bfdf2b0736b0eb10b745596eb10710",
"reference": "be74bdc8c56a67b5781f68fd99faa7318f8a020f", "reference": "4563d69fc6bfdf2b0736b0eb10b745596eb10710",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"laravel/framework": "~5", "laravel/framework": "~5.0",
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"require-dev": { "require-dev": {
...@@ -1136,7 +1315,7 @@ ...@@ -1136,7 +1315,7 @@
"support": { "support": {
"source": "https://github.com/nWidart/laravel-localization/tree/Laravel5Support" "source": "https://github.com/nWidart/laravel-localization/tree/Laravel5Support"
}, },
"time": "2014-10-01 05:46:13" "time": "2014-11-14 13:05:11"
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
...@@ -1144,12 +1323,12 @@ ...@@ -1144,12 +1323,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "f835cd21e472683a9d251131f8c89ba18ed506c7" "reference": "ab41ed9a94196ce2793f400b88313918b4fc64dc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/f835cd21e472683a9d251131f8c89ba18ed506c7", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ab41ed9a94196ce2793f400b88313918b4fc64dc",
"reference": "f835cd21e472683a9d251131f8c89ba18ed506c7", "reference": "ab41ed9a94196ce2793f400b88313918b4fc64dc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1208,7 +1387,89 @@ ...@@ -1208,7 +1387,89 @@
"logging", "logging",
"psr-3" "psr-3"
], ],
"time": "2014-10-21 09:22:09" "time": "2014-11-11 12:05:51"
},
{
"name": "mpedrera/themify",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/mpedrera/themify.git",
"reference": "6b019493da34b8fb3e26238e23a9cc788024924e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mpedrera/themify/zipball/6b019493da34b8fb3e26238e23a9cc788024924e",
"reference": "6b019493da34b8fb3e26238e23a9cc788024924e",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
"mockery/mockery": "dev-master",
"orchestra/testbench": "2.1.*",
"phpunit/phpunit": "3.7.*"
},
"type": "library",
"autoload": {
"psr-0": {
"Mpedrera\\Themify": "src/"
},
"files": [
"src/helpers.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "Manuel Pedrera Jiménez",
"email": "hola@manuelpedrera.com"
}
],
"description": "Add basic theme functionality to a Laravel 4 application.",
"time": "2013-12-24 04:26:01"
},
{
"name": "mtdowling/cron-expression",
"version": "v1.0.3",
"source": {
"type": "git",
"url": "https://github.com/mtdowling/cron-expression.git",
"reference": "a47ac8d5ec15049013792401af5a4d13e3dbe7f6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/a47ac8d5ec15049013792401af5a4d13e3dbe7f6",
"reference": "a47ac8d5ec15049013792401af5a4d13e3dbe7f6",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"Cron": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Michael Dowling",
"email": "mtdowling@gmail.com",
"homepage": "https://github.com/mtdowling"
}
],
"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
"keywords": [
"cron",
"schedule"
],
"time": "2013-11-23 19:48:39"
}, },
{ {
"name": "mustache/mustache", "name": "mustache/mustache",
...@@ -1351,13 +1612,13 @@ ...@@ -1351,13 +1612,13 @@
"version": "dev-master", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nicolas-grekas/Patchwork-UTF8.git", "url": "https://github.com/tchwork/utf8.git",
"reference": "2e98a87caf5bcef78a369e03fac0ae806060196e" "reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nicolas-grekas/Patchwork-UTF8/zipball/2e98a87caf5bcef78a369e03fac0ae806060196e", "url": "https://api.github.com/repos/tchwork/utf8/zipball/3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"reference": "2e98a87caf5bcef78a369e03fac0ae806060196e", "reference": "3024ee72d0ce7fc4bf87421f2954f956d3ad2ee5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1388,19 +1649,66 @@ ...@@ -1388,19 +1649,66 @@
"authors": [ "authors": [
{ {
"name": "Nicolas Grekas", "name": "Nicolas Grekas",
"email": "p@tchwork.com", "email": "p@tchwork.com"
"role": "Developer"
} }
], ],
"description": "Extensive, portable and performant handling of UTF-8 and grapheme clusters for PHP", "description": "Portable and performant UTF-8, Unicode and Grapheme Clusters for PHP",
"homepage": "https://github.com/nicolas-grekas/Patchwork-UTF8", "homepage": "https://github.com/tchwork/utf8",
"keywords": [ "keywords": [
"grapheme",
"i18n", "i18n",
"unicode", "unicode",
"utf-8", "utf-8",
"utf8" "utf8"
], ],
"time": "2014-08-05 10:00:12" "time": "2014-11-10 16:16:54"
},
{
"name": "pingpong/generators",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/pingpong-labs/generators.git",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/generators/zipball/259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"reference": "259eea8deacd83fdbf784c10cf7bb17f2a2ff47a",
"shasum": ""
},
"require": {
"illuminate/filesystem": "4.*|5.0.*",
"illuminate/support": "4.*|5.0.*",
"php": ">=5.4.0"
},
"require-dev": {
"mockery/mockery": "~0.9",
"phpunit/phpunit": "~4"
},
"type": "library",
"autoload": {
"psr-0": {
"Pingpong\\Generators": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pingpong Labs",
"email": "pingpong.labs@gmail.com"
}
],
"description": "Laravel Generators",
"keywords": [
"generators",
"laravel",
"pingpong"
],
"time": "2014-11-13 08:03:31"
}, },
{ {
"name": "pingpong/modules", "name": "pingpong/modules",
...@@ -1408,27 +1716,30 @@ ...@@ -1408,27 +1716,30 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/pingpong-labs/modules.git", "url": "https://github.com/pingpong-labs/modules.git",
"reference": "13c18fcaabaa58004b1b545ded4474f4cb80071a" "reference": "aaf7bb8b8290636fd6bef3d9f358d8fd3d2a0e6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/pingpong-labs/modules/zipball/13c18fcaabaa58004b1b545ded4474f4cb80071a", "url": "https://api.github.com/repos/pingpong-labs/modules/zipball/aaf7bb8b8290636fd6bef3d9f358d8fd3d2a0e6f",
"reference": "13c18fcaabaa58004b1b545ded4474f4cb80071a", "reference": "aaf7bb8b8290636fd6bef3d9f358d8fd3d2a0e6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/config": ">=4.0.0", "illuminate/config": "~4|~5",
"illuminate/filesystem": ">=4.0.0", "illuminate/events": "~4|~5",
"illuminate/html": ">=4.0.0", "illuminate/filesystem": "~4|~5",
"illuminate/routing": ">=4.0.0", "illuminate/html": "~4|~5",
"illuminate/support": ">=4.0.0", "illuminate/routing": "~4|~5",
"illuminate/translation": ">=4.0.0", "illuminate/support": "~4|~5",
"illuminate/view": ">=4.0.0", "illuminate/translation": "~4|~5",
"php": ">=5.4.0" "illuminate/view": "~4|~5",
"php": ">=5.4.0",
"pingpong/generators": "1.*"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*", "mockery/mockery": "~0.9",
"phpunit/phpunit": "4.1.*" "phpunit/phpunit": "~4",
"pingpong/testing": "1.*"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
...@@ -1452,7 +1763,7 @@ ...@@ -1452,7 +1763,7 @@
"email": "pingpong.labs@gmail.com" "email": "pingpong.labs@gmail.com"
} }
], ],
"description": "Laravel 4 - Simple Modules", "description": "Laravel Modules",
"keywords": [ "keywords": [
"hmvc", "hmvc",
"laravel", "laravel",
...@@ -1460,7 +1771,7 @@ ...@@ -1460,7 +1771,7 @@
"modules", "modules",
"pingpong" "pingpong"
], ],
"time": "2014-10-19 19:10:03" "time": "2014-11-18 04:34:05"
}, },
{ {
"name": "predis/predis", "name": "predis/predis",
...@@ -1468,12 +1779,12 @@ ...@@ -1468,12 +1779,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nrk/predis.git", "url": "https://github.com/nrk/predis.git",
"reference": "24e19a9b766fd1e414459060a2bf5268d5f62cf3" "reference": "28accc93f0c3868711cfc89089f8cd953d642851"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nrk/predis/zipball/24e19a9b766fd1e414459060a2bf5268d5f62cf3", "url": "https://api.github.com/repos/nrk/predis/zipball/28accc93f0c3868711cfc89089f8cd953d642851",
"reference": "24e19a9b766fd1e414459060a2bf5268d5f62cf3", "reference": "28accc93f0c3868711cfc89089f8cd953d642851",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1515,7 +1826,7 @@ ...@@ -1515,7 +1826,7 @@
"predis", "predis",
"redis" "redis"
], ],
"time": "2014-10-21 09:58:11" "time": "2014-11-07 13:24:35"
}, },
{ {
"name": "psr/log", "name": "psr/log",
...@@ -1610,12 +1921,12 @@ ...@@ -1610,12 +1921,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/swiftmailer/swiftmailer.git", "url": "https://github.com/swiftmailer/swiftmailer.git",
"reference": "613354e08fbddce0943646932b007be9873c658f" "reference": "d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/613354e08fbddce0943646932b007be9873c658f", "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc",
"reference": "613354e08fbddce0943646932b007be9873c658f", "reference": "d0f361d88e5de851bbb8c542d3b6aa46d61a9ffc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1654,21 +1965,21 @@ ...@@ -1654,21 +1965,21 @@
"mail", "mail",
"mailer" "mailer"
], ],
"time": "2014-10-05 19:53:07" "time": "2014-10-30 13:41:35"
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Console", "target-dir": "Symfony/Component/Console",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Console.git", "url": "https://github.com/symfony/Console.git",
"reference": "771649efa94246e63a6ab2726ba908a358bdd403" "reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Console/zipball/771649efa94246e63a6ab2726ba908a358bdd403", "url": "https://api.github.com/repos/symfony/Console/zipball/d3bac228fd7a2aac9193e241b239880b3ba39a10",
"reference": "771649efa94246e63a6ab2726ba908a358bdd403", "reference": "d3bac228fd7a2aac9193e241b239880b3ba39a10",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1711,21 +2022,21 @@ ...@@ -1711,21 +2022,21 @@
], ],
"description": "Symfony Console Component", "description": "Symfony Console Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-05 13:59:22" "time": "2014-11-20 13:24:23"
}, },
{ {
"name": "symfony/debug", "name": "symfony/debug",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Debug", "target-dir": "Symfony/Component/Debug",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Debug.git", "url": "https://github.com/symfony/Debug.git",
"reference": "a8b043dd0a8e5bab056f484b1aa73cfa53845e9f" "reference": "15b9784606b07d28840ec2ed06c68fb593155be0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Debug/zipball/a8b043dd0a8e5bab056f484b1aa73cfa53845e9f", "url": "https://api.github.com/repos/symfony/Debug/zipball/15b9784606b07d28840ec2ed06c68fb593155be0",
"reference": "a8b043dd0a8e5bab056f484b1aa73cfa53845e9f", "reference": "15b9784606b07d28840ec2ed06c68fb593155be0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1767,21 +2078,21 @@ ...@@ -1767,21 +2078,21 @@
], ],
"description": "Symfony Debug Component", "description": "Symfony Debug Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-02 09:12:20" "time": "2014-11-20 13:24:23"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "dev-master", "version": "2.7.x-dev",
"target-dir": "Symfony/Component/EventDispatcher", "target-dir": "Symfony/Component/EventDispatcher",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/EventDispatcher.git", "url": "https://github.com/symfony/EventDispatcher.git",
"reference": "e133748fd9165e24f8e9498ef5862f8bd37004e5" "reference": "30e571ce1bba949b44f49b977966898a41c77a01"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e133748fd9165e24f8e9498ef5862f8bd37004e5", "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/30e571ce1bba949b44f49b977966898a41c77a01",
"reference": "e133748fd9165e24f8e9498ef5862f8bd37004e5", "reference": "30e571ce1bba949b44f49b977966898a41c77a01",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1801,7 +2112,7 @@ ...@@ -1801,7 +2112,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1825,21 +2136,21 @@ ...@@ -1825,21 +2136,21 @@
], ],
"description": "Symfony EventDispatcher Component", "description": "Symfony EventDispatcher Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-04 06:08:58" "time": "2014-11-20 13:24:30"
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "dev-master", "version": "2.7.x-dev",
"target-dir": "Symfony/Component/Filesystem", "target-dir": "Symfony/Component/Filesystem",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Filesystem.git", "url": "https://github.com/symfony/Filesystem.git",
"reference": "7d97789ea01c3c76ecaa59b954d162777033cbd4" "reference": "5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/7d97789ea01c3c76ecaa59b954d162777033cbd4", "url": "https://api.github.com/repos/symfony/Filesystem/zipball/5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7",
"reference": "7d97789ea01c3c76ecaa59b954d162777033cbd4", "reference": "5bbd9f52cd5ebf7ea85f447b779fcfa8a25a95e7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1848,7 +2159,7 @@ ...@@ -1848,7 +2159,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -1872,21 +2183,21 @@ ...@@ -1872,21 +2183,21 @@
], ],
"description": "Symfony Filesystem Component", "description": "Symfony Filesystem Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-09-22 15:54:44" "time": "2014-11-16 17:28:20"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Finder", "target-dir": "Symfony/Component/Finder",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Finder.git", "url": "https://github.com/symfony/Finder.git",
"reference": "ceb2c693cffbe5255b623b2543456235a25672c1" "reference": "d556a66cbe5b2b81e7abc75b4066b057fbc7af94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Finder/zipball/ceb2c693cffbe5255b623b2543456235a25672c1", "url": "https://api.github.com/repos/symfony/Finder/zipball/d556a66cbe5b2b81e7abc75b4066b057fbc7af94",
"reference": "ceb2c693cffbe5255b623b2543456235a25672c1", "reference": "d556a66cbe5b2b81e7abc75b4066b057fbc7af94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1919,21 +2230,21 @@ ...@@ -1919,21 +2230,21 @@
], ],
"description": "Symfony Finder Component", "description": "Symfony Finder Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-01 05:53:11" "time": "2014-10-26 07:46:28"
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/HttpFoundation", "target-dir": "Symfony/Component/HttpFoundation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpFoundation.git", "url": "https://github.com/symfony/HttpFoundation.git",
"reference": "c24942a7ec2d8409d1f60d02c4460ca8317e885a" "reference": "87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/c24942a7ec2d8409d1f60d02c4460ca8317e885a", "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888",
"reference": "c24942a7ec2d8409d1f60d02c4460ca8317e885a", "reference": "87fe2b56b0b8c10fc60a2b4ac76c285e1fc38888",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -1972,21 +2283,21 @@ ...@@ -1972,21 +2283,21 @@
], ],
"description": "Symfony HttpFoundation Component", "description": "Symfony HttpFoundation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-07 14:06:18" "time": "2014-11-20 13:24:23"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/HttpKernel", "target-dir": "Symfony/Component/HttpKernel",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/HttpKernel.git", "url": "https://github.com/symfony/HttpKernel.git",
"reference": "2ef12792ed45e19e614049e1f76d7dd1ed803e53" "reference": "318fc2d37e03ce4fc7fe45cfdc7899fd033ededa"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/2ef12792ed45e19e614049e1f76d7dd1ed803e53", "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/318fc2d37e03ce4fc7fe45cfdc7899fd033ededa",
"reference": "2ef12792ed45e19e614049e1f76d7dd1ed803e53", "reference": "318fc2d37e03ce4fc7fe45cfdc7899fd033ededa",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2047,21 +2358,21 @@ ...@@ -2047,21 +2358,21 @@
], ],
"description": "Symfony HttpKernel Component", "description": "Symfony HttpKernel Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-20 19:11:43" "time": "2014-11-20 13:24:23"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Process", "target-dir": "Symfony/Component/Process",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Process.git", "url": "https://github.com/symfony/Process.git",
"reference": "2f0db541a7de08dbe5a4b55acfbaf8e3e6b029d9" "reference": "dc88f75d1c07791e5733f90be747961dce26cf05"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Process/zipball/2f0db541a7de08dbe5a4b55acfbaf8e3e6b029d9", "url": "https://api.github.com/repos/symfony/Process/zipball/dc88f75d1c07791e5733f90be747961dce26cf05",
"reference": "2f0db541a7de08dbe5a4b55acfbaf8e3e6b029d9", "reference": "dc88f75d1c07791e5733f90be747961dce26cf05",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2094,21 +2405,21 @@ ...@@ -2094,21 +2405,21 @@
], ],
"description": "Symfony Process Component", "description": "Symfony Process Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-01 05:53:11" "time": "2014-11-04 14:29:39"
}, },
{ {
"name": "symfony/routing", "name": "symfony/routing",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Routing", "target-dir": "Symfony/Component/Routing",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Routing.git", "url": "https://github.com/symfony/Routing.git",
"reference": "6e43bd277f1f7e181a65b85813312f428e4926ab" "reference": "5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Routing/zipball/6e43bd277f1f7e181a65b85813312f428e4926ab", "url": "https://api.github.com/repos/symfony/Routing/zipball/5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5",
"reference": "6e43bd277f1f7e181a65b85813312f428e4926ab", "reference": "5e2c6aba6cbb00a6b7e3760db99f72c85c52b6e5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2161,21 +2472,21 @@ ...@@ -2161,21 +2472,21 @@
"uri", "uri",
"url" "url"
], ],
"time": "2014-10-09 16:12:58" "time": "2014-11-16 17:28:09"
}, },
{ {
"name": "symfony/security-core", "name": "symfony/security-core",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Security/Core", "target-dir": "Symfony/Component/Security/Core",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/security-core.git", "url": "https://github.com/symfony/security-core.git",
"reference": "e9030aec262e7d697e2f66d7f47db6164cc360c0" "reference": "6de9323f7efbb4a70e85836fa668aa644c188579"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/security-core/zipball/e9030aec262e7d697e2f66d7f47db6164cc360c0", "url": "https://api.github.com/repos/symfony/security-core/zipball/6de9323f7efbb4a70e85836fa668aa644c188579",
"reference": "e9030aec262e7d697e2f66d7f47db6164cc360c0", "reference": "6de9323f7efbb4a70e85836fa668aa644c188579",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2223,21 +2534,21 @@ ...@@ -2223,21 +2534,21 @@
], ],
"description": "Symfony Security Component - Core Library", "description": "Symfony Security Component - Core Library",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-10 16:59:52" "time": "2014-11-20 13:24:23"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "dev-master", "version": "2.6.x-dev",
"target-dir": "Symfony/Component/Translation", "target-dir": "Symfony/Component/Translation",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Translation.git", "url": "https://github.com/symfony/Translation.git",
"reference": "adc92684c607801186cc9e3179314b738f0d62d7" "reference": "09c28736ec20984db38b8cd15f66d7afa70d0b46"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Translation/zipball/adc92684c607801186cc9e3179314b738f0d62d7", "url": "https://api.github.com/repos/symfony/Translation/zipball/09c28736ec20984db38b8cd15f66d7afa70d0b46",
"reference": "adc92684c607801186cc9e3179314b738f0d62d7", "reference": "09c28736ec20984db38b8cd15f66d7afa70d0b46",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2281,7 +2592,7 @@ ...@@ -2281,7 +2592,7 @@
], ],
"description": "Symfony Translation Component", "description": "Symfony Translation Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-01 05:53:11" "time": "2014-11-04 14:29:39"
}, },
{ {
"name": "vlucas/phpdotenv", "name": "vlucas/phpdotenv",
...@@ -2289,12 +2600,12 @@ ...@@ -2289,12 +2600,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/vlucas/phpdotenv.git", "url": "https://github.com/vlucas/phpdotenv.git",
"reference": "56c252d48dce336da97926591aed71805203815b" "reference": "d33518ea44328d7738b3ba12a9616de3b41e6bdf"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/56c252d48dce336da97926591aed71805203815b", "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/d33518ea44328d7738b3ba12a9616de3b41e6bdf",
"reference": "56c252d48dce336da97926591aed71805203815b", "reference": "d33518ea44328d7738b3ba12a9616de3b41e6bdf",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2332,7 +2643,7 @@ ...@@ -2332,7 +2643,7 @@
"env", "env",
"environment" "environment"
], ],
"time": "2014-10-16 14:50:21" "time": "2014-10-21 21:43:14"
} }
], ],
"packages-dev": [ "packages-dev": [
...@@ -2391,38 +2702,41 @@ ...@@ -2391,38 +2702,41 @@
"time": "2014-10-13 12:58:55" "time": "2014-10-13 12:58:55"
}, },
{ {
"name": "filp/whoops", "name": "phpdocumentor/reflection-docblock",
"version": "1.1.2", "version": "dev-master",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/filp/whoops.git", "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
"reference": "9f451fbc7b8cad5e71300672c340c28c6bec09ff" "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/filp/whoops/zipball/9f451fbc7b8cad5e71300672c340c28c6bec09ff", "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/fd0ac2007401505fb596fdfb859ec4e103d69e55",
"reference": "9f451fbc7b8cad5e71300672c340c28c6bec09ff", "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.3.3"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "0.9.*" "phpunit/phpunit": "~4.0"
},
"suggest": {
"dflydev/markdown": "~1.0",
"erusev/parsedown": "~1.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.2-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-0": {
"Whoops": "src/" "phpDocumentor": [
}, "src/"
"classmap": [
"src/deprecated"
] ]
}
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
"license": [ "license": [
...@@ -2430,23 +2744,70 @@ ...@@ -2430,23 +2744,70 @@
], ],
"authors": [ "authors": [
{ {
"name": "Filipe Dobreira", "name": "Mike van Riel",
"homepage": "https://github.com/filp", "email": "mike.vanriel@naenius.com"
"role": "Developer"
} }
], ],
"description": "php error handling for cool kids", "time": "2014-09-02 14:26:20"
"homepage": "https://github.com/filp/whoops", },
{
"name": "phpspec/prophecy",
"version": "v1.3.1",
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
"reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/9ca52329bcdd1500de24427542577ebf3fc2f1c9",
"reference": "9ca52329bcdd1500de24427542577ebf3fc2f1c9",
"shasum": ""
},
"require": {
"doctrine/instantiator": "~1.0,>=1.0.2",
"phpdocumentor/reflection-docblock": "~2.0"
},
"require-dev": {
"phpspec/phpspec": "~2.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.2.x-dev"
}
},
"autoload": {
"psr-0": {
"Prophecy\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "http://phpspec.org",
"keywords": [ "keywords": [
"error", "Double",
"exception", "Dummy",
"handling", "fake",
"library", "mock",
"silex-provider", "spy",
"whoops", "stub"
"zf2"
], ],
"time": "2014-07-11 05:56:54" "time": "2014-11-17 16:23:49"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
...@@ -2454,12 +2815,12 @@ ...@@ -2454,12 +2815,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "28d21b57c189cb72829056353de603c4d4da55a0" "reference": "21b9006b7ceb7e1cb0b705615af31f67c8cd1692"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/28d21b57c189cb72829056353de603c4d4da55a0", "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/21b9006b7ceb7e1cb0b705615af31f67c8cd1692",
"reference": "28d21b57c189cb72829056353de603c4d4da55a0", "reference": "21b9006b7ceb7e1cb0b705615af31f67c8cd1692",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2508,7 +2869,7 @@ ...@@ -2508,7 +2869,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-10-05 10:46:54" "time": "2014-11-11 14:18:30"
}, },
{ {
"name": "phpunit/php-file-iterator", "name": "phpunit/php-file-iterator",
...@@ -2698,12 +3059,12 @@ ...@@ -2698,12 +3059,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3fd4dadd04e789b7a0e6b632d1ec1d241d0d4671" "reference": "8a70215cf5fd4f23725390b49d7819575e4cd9f3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3fd4dadd04e789b7a0e6b632d1ec1d241d0d4671", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8a70215cf5fd4f23725390b49d7819575e4cd9f3",
"reference": "3fd4dadd04e789b7a0e6b632d1ec1d241d0d4671", "reference": "8a70215cf5fd4f23725390b49d7819575e4cd9f3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2713,14 +3074,15 @@ ...@@ -2713,14 +3074,15 @@
"ext-reflection": "*", "ext-reflection": "*",
"ext-spl": "*", "ext-spl": "*",
"php": ">=5.3.3", "php": ">=5.3.3",
"phpspec/prophecy": "~1.3.1",
"phpunit/php-code-coverage": "3.0.*@dev", "phpunit/php-code-coverage": "3.0.*@dev",
"phpunit/php-file-iterator": "~1.3.1", "phpunit/php-file-iterator": "~1.3.2",
"phpunit/php-text-template": "~1.2", "phpunit/php-text-template": "~1.2",
"phpunit/php-timer": "~1.0.2", "phpunit/php-timer": "~1.0.2",
"phpunit/phpunit-mock-objects": "2.4.*@dev", "phpunit/phpunit-mock-objects": "2.4.*@dev",
"sebastian/comparator": "1.1.*@dev", "sebastian/comparator": "1.1.*@dev",
"sebastian/diff": "~1.1", "sebastian/diff": "~1.1",
"sebastian/environment": "~1.1", "sebastian/environment": "~1.2",
"sebastian/exporter": "~1.0", "sebastian/exporter": "~1.0",
"sebastian/global-state": "1.0.*@dev", "sebastian/global-state": "1.0.*@dev",
"sebastian/version": "~1.0", "sebastian/version": "~1.0",
...@@ -2735,7 +3097,7 @@ ...@@ -2735,7 +3097,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "4.4.x-dev" "dev-master": "4.5.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2761,7 +3123,7 @@ ...@@ -2761,7 +3123,7 @@
"testing", "testing",
"xunit" "xunit"
], ],
"time": "2014-10-21 10:07:41" "time": "2014-11-20 17:32:31"
}, },
{ {
"name": "phpunit/phpunit-mock-objects", "name": "phpunit/phpunit-mock-objects",
...@@ -2824,12 +3186,12 @@ ...@@ -2824,12 +3186,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git", "url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "6f67d2ae044ba17ba30573941f4ac96c4777be97" "reference": "c484a80f97573ab934e37826dba0135a3301b26a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/6f67d2ae044ba17ba30573941f4ac96c4777be97", "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/c484a80f97573ab934e37826dba0135a3301b26a",
"reference": "6f67d2ae044ba17ba30573941f4ac96c4777be97", "reference": "c484a80f97573ab934e37826dba0135a3301b26a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2880,7 +3242,7 @@ ...@@ -2880,7 +3242,7 @@
"compare", "compare",
"equality" "equality"
], ],
"time": "2014-10-21 10:04:18" "time": "2014-11-16 21:32:38"
}, },
{ {
"name": "sebastian/diff", "name": "sebastian/diff",
...@@ -2888,12 +3250,12 @@ ...@@ -2888,12 +3250,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/diff.git", "url": "https://github.com/sebastianbergmann/diff.git",
"reference": "92d423df43b160006907ea4297b916fdf00415d8" "reference": "3e22c89be2e1cddf7db89699cb23a9159df12e0c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/92d423df43b160006907ea4297b916fdf00415d8", "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3e22c89be2e1cddf7db89699cb23a9159df12e0c",
"reference": "92d423df43b160006907ea4297b916fdf00415d8", "reference": "3e22c89be2e1cddf7db89699cb23a9159df12e0c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2932,7 +3294,7 @@ ...@@ -2932,7 +3294,7 @@
"keywords": [ "keywords": [
"diff" "diff"
], ],
"time": "2014-10-19 13:19:30" "time": "2014-11-05 15:28:21"
}, },
{ {
"name": "sebastian/environment", "name": "sebastian/environment",
...@@ -2940,12 +3302,12 @@ ...@@ -2940,12 +3302,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/environment.git", "url": "https://github.com/sebastianbergmann/environment.git",
"reference": "205fcef5998953ec69cb79bc1ea9fee1277c8714" "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/205fcef5998953ec69cb79bc1ea9fee1277c8714", "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e6c71d918088c251b181ba8b3088af4ac336dd7",
"reference": "205fcef5998953ec69cb79bc1ea9fee1277c8714", "reference": "6e6c71d918088c251b181ba8b3088af4ac336dd7",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -2957,7 +3319,7 @@ ...@@ -2957,7 +3319,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "1.2.x-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -2982,7 +3344,7 @@ ...@@ -2982,7 +3344,7 @@
"environment", "environment",
"hhvm" "hhvm"
], ],
"time": "2014-10-08 05:30:43" "time": "2014-10-25 08:00:45"
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
...@@ -3135,227 +3497,19 @@ ...@@ -3135,227 +3497,19 @@
"homepage": "https://github.com/sebastianbergmann/version", "homepage": "https://github.com/sebastianbergmann/version",
"time": "2014-03-07 15:35:33" "time": "2014-03-07 15:35:33"
}, },
{
"name": "stack/builder",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/stackphp/builder.git",
"reference": "b140838feee38769eb6d150794ef70228e587417"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/stackphp/builder/zipball/b140838feee38769eb6d150794ef70228e587417",
"reference": "b140838feee38769eb6d150794ef70228e587417",
"shasum": ""
},
"require": {
"php": ">=5.3.0",
"symfony/http-foundation": "~2.1",
"symfony/http-kernel": "~2.1"
},
"require-dev": {
"silex/silex": "~1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"psr-0": {
"Stack": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Builder for stack middlewares based on HttpKernelInterface.",
"keywords": [
"stack"
],
"time": "2014-08-06 20:56:36"
},
{
"name": "symfony/browser-kit",
"version": "dev-master",
"target-dir": "Symfony/Component/BrowserKit",
"source": {
"type": "git",
"url": "https://github.com/symfony/BrowserKit.git",
"reference": "442ecf5f92616594e04c47749e4e024b1cfc2e19"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/BrowserKit/zipball/442ecf5f92616594e04c47749e4e024b1cfc2e19",
"reference": "442ecf5f92616594e04c47749e4e024b1cfc2e19",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"symfony/dom-crawler": "~2.0"
},
"require-dev": {
"symfony/css-selector": "~2.0",
"symfony/process": "~2.0"
},
"suggest": {
"symfony/process": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\BrowserKit\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony BrowserKit Component",
"homepage": "http://symfony.com",
"time": "2014-09-22 11:59:59"
},
{
"name": "symfony/css-selector",
"version": "dev-master",
"target-dir": "Symfony/Component/CssSelector",
"source": {
"type": "git",
"url": "https://github.com/symfony/CssSelector.git",
"reference": "453e66dacf59674222d1b7f26054ae35296747c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/CssSelector/zipball/453e66dacf59674222d1b7f26054ae35296747c4",
"reference": "453e66dacf59674222d1b7f26054ae35296747c4",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\CssSelector\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Jean-François Simon",
"email": "jeanfrancois.simon@sensiolabs.com"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony CssSelector Component",
"homepage": "http://symfony.com",
"time": "2014-10-09 16:00:19"
},
{
"name": "symfony/dom-crawler",
"version": "dev-master",
"target-dir": "Symfony/Component/DomCrawler",
"source": {
"type": "git",
"url": "https://github.com/symfony/DomCrawler.git",
"reference": "14adb9c3b16796097d8d48f9393099422fde5c59"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/DomCrawler/zipball/14adb9c3b16796097d8d48f9393099422fde5c59",
"reference": "14adb9c3b16796097d8d48f9393099422fde5c59",
"shasum": ""
},
"require": {
"php": ">=5.3.3"
},
"require-dev": {
"symfony/css-selector": "~2.0"
},
"suggest": {
"symfony/css-selector": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.6-dev"
}
},
"autoload": {
"psr-0": {
"Symfony\\Component\\DomCrawler\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Symfony Community",
"homepage": "http://symfony.com/contributors"
},
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
}
],
"description": "Symfony DomCrawler Component",
"homepage": "http://symfony.com",
"time": "2014-10-01 05:53:11"
},
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "dev-master", "version": "2.7.x-dev",
"target-dir": "Symfony/Component/Yaml", "target-dir": "Symfony/Component/Yaml",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/Yaml.git", "url": "https://github.com/symfony/Yaml.git",
"reference": "499f7d7aa96747ad97940089bd7a1fb24ad8182a" "reference": "75deb1b183d2bbf12f4b54c644c0caafca338fbe"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/Yaml/zipball/499f7d7aa96747ad97940089bd7a1fb24ad8182a", "url": "https://api.github.com/repos/symfony/Yaml/zipball/75deb1b183d2bbf12f4b54c644c0caafca338fbe",
"reference": "499f7d7aa96747ad97940089bd7a1fb24ad8182a", "reference": "75deb1b183d2bbf12f4b54c644c0caafca338fbe",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
...@@ -3364,7 +3518,7 @@ ...@@ -3364,7 +3518,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "2.6-dev" "dev-master": "2.7-dev"
} }
}, },
"autoload": { "autoload": {
...@@ -3388,7 +3542,7 @@ ...@@ -3388,7 +3542,7 @@
], ],
"description": "Symfony Yaml Component", "description": "Symfony Yaml Component",
"homepage": "http://symfony.com", "homepage": "http://symfony.com",
"time": "2014-10-05 13:53:50" "time": "2014-11-20 13:24:30"
} }
], ],
"aliases": [], "aliases": [],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment