From ea7c1b05d6c1449b979af750d2554e8e484e3e64 Mon Sep 17 00:00:00 2001 From: Maxime Fabre Date: Mon, 4 Aug 2014 10:43:17 +0200 Subject: [PATCH] Bump requirements --- CHANGELOG.md | 4 + composer.json | 16 +- composer.lock | 613 ++++++++++++++++++++++++++------------------------ 3 files changed, 329 insertions(+), 304 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c6d6b8..b98b33fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 3.5.0 + +- Bumped minimum requirement to 5.4 + ## 3.4.4 - Last release for PHP 5.3 diff --git a/composer.json b/composer.json index 05859e6f..ab02ce13 100644 --- a/composer.json +++ b/composer.json @@ -16,19 +16,19 @@ } ], "require": { - "php": ">=5.3.0", + "php": ">=5.4.0", "anahkiasen/html-object": "~1.4", - "illuminate/config": "4.0.*", - "illuminate/container": "4.0.*", - "illuminate/http": "4.0.*", - "illuminate/routing": "4.0.*", - "illuminate/session": "4.0.*", - "illuminate/translation" :"4.0.*" + "illuminate/config": "~4.2", + "illuminate/container": "~4.2", + "illuminate/http": "~4.2", + "illuminate/routing": "~4.2", + "illuminate/session": "~4.2", + "illuminate/translation" :"~4.2" }, "require-dev": { "phpunit/phpunit": "~4.1.4", "mockery/mockery": "~0.9.1", - "illuminate/database": "4.0.*" + "illuminate/database": "~4.2" }, "autoload": { "psr-4": { diff --git a/composer.lock b/composer.lock index 7e4bf7bd..dff3c0d0 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "036a5203e66fdf3d6fb2182c50dfedc9", + "hash": "1d140eeabeef7701842ac5c9fbc41c8d", "packages": [ { "name": "anahkiasen/html-object", @@ -47,34 +47,34 @@ }, { "name": "illuminate/cache", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Cache", "source": { "type": "git", "url": "https://github.com/illuminate/cache.git", - "reference": "c7568be5b3fb0ebaa2311776bd1ee52b759a704c" + "reference": "e91341f67300b776225fce66920a30c1379a8266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/cache/zipball/c7568be5b3fb0ebaa2311776bd1ee52b759a704c", - "reference": "c7568be5b3fb0ebaa2311776bd1ee52b759a704c", + "url": "https://api.github.com/repos/illuminate/cache/zipball/e91341f67300b776225fce66920a30c1379a8266", + "reference": "e91341f67300b776225fce66920a30c1379a8266", "shasum": "" }, "require": { - "illuminate/support": "4.0.x", - "php": ">=5.3.0" + "illuminate/support": "4.2.*", + "nesbot/carbon": "~1.0", + "php": ">=5.4.0" }, "require-dev": { - "illuminate/database": "4.0.x", - "illuminate/encryption": "4.0.x", - "illuminate/filesystem": "4.0.x", - "illuminate/redis": "4.0.x", - "phpunit/phpunit": "3.7.*" + "illuminate/database": "4.2.*", + "illuminate/encryption": "4.2.*", + "illuminate/filesystem": "4.2.*", + "illuminate/redis": "4.2.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -89,40 +89,35 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-20 18:27:13" + "time": "2014-07-20 12:44:38" }, { "name": "illuminate/config", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Config", "source": { "type": "git", "url": "https://github.com/illuminate/config.git", - "reference": "aa1269fd861f8392bce67a7d631c946a60842859" + "reference": "03de040d413800bd3c672a484202bc8b355b6f9b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/config/zipball/aa1269fd861f8392bce67a7d631c946a60842859", - "reference": "aa1269fd861f8392bce67a7d631c946a60842859", + "url": "https://api.github.com/repos/illuminate/config/zipball/03de040d413800bd3c672a484202bc8b355b6f9b", + "reference": "03de040d413800bd3c672a484202bc8b355b6f9b", "shasum": "" }, "require": { - "illuminate/filesystem": "4.0.x", - "illuminate/support": "4.0.x", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" + "illuminate/filesystem": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -137,38 +132,33 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-09-14 15:49:06" + "time": "2014-07-15 11:11:21" }, { "name": "illuminate/container", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Container", "source": { "type": "git", "url": "https://github.com/illuminate/container.git", - "reference": "d8be813ca31124d5484365ea0d567411c1555e0c" + "reference": "33f3dbfc21eafa2a71f64c156955e618142afc3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/container/zipball/d8be813ca31124d5484365ea0d567411c1555e0c", - "reference": "d8be813ca31124d5484365ea0d567411c1555e0c", + "url": "https://api.github.com/repos/illuminate/container/zipball/33f3dbfc21eafa2a71f64c156955e618142afc3c", + "reference": "33f3dbfc21eafa2a71f64c156955e618142afc3c", "shasum": "" }, "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" + "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -183,42 +173,37 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-31 16:05:50" + "time": "2014-07-18 22:26:34" }, { "name": "illuminate/cookie", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Cookie", "source": { "type": "git", "url": "https://github.com/illuminate/cookie.git", - "reference": "7736574705bf4e2a3fe40971c89a6ef13deb3465" + "reference": "31179cf37749cb7b78a5aa5f1f45f20485467c93" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/cookie/zipball/7736574705bf4e2a3fe40971c89a6ef13deb3465", - "reference": "7736574705bf4e2a3fe40971c89a6ef13deb3465", + "url": "https://api.github.com/repos/illuminate/cookie/zipball/31179cf37749cb7b78a5aa5f1f45f20485467c93", + "reference": "31179cf37749cb7b78a5aa5f1f45f20485467c93", "shasum": "" }, "require": { - "illuminate/encryption": "4.0.x", - "illuminate/support": "4.0.x", - "php": ">=5.3.0", - "symfony/http-foundation": "2.3.*" - }, - "require-dev": { - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/encryption": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/http-foundation": "2.5.*", + "symfony/http-kernel": "2.5.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -233,39 +218,35 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-18 03:49:39" + "time": "2014-07-14 11:39:35" }, { "name": "illuminate/encryption", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Encryption", "source": { "type": "git", "url": "https://github.com/illuminate/encryption.git", - "reference": "0c72bea94094a4dbb4802ffb80056e10328de366" + "reference": "99f8e9e8735b8445f2f65af8886cb227ab790a16" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/encryption/zipball/0c72bea94094a4dbb4802ffb80056e10328de366", - "reference": "0c72bea94094a4dbb4802ffb80056e10328de366", + "url": "https://api.github.com/repos/illuminate/encryption/zipball/99f8e9e8735b8445f2f65af8886cb227ab790a16", + "reference": "99f8e9e8735b8445f2f65af8886cb227ab790a16", "shasum": "" }, "require": { - "illuminate/support": "4.0.x", - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/security-core": "2.5.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -280,40 +261,35 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-28 18:49:54" + "time": "2014-07-15 10:07:40" }, { "name": "illuminate/filesystem", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Filesystem", "source": { "type": "git", "url": "https://github.com/illuminate/filesystem.git", - "reference": "e2a3aaca5a0aa2f337a51ed32b0af029d5c7dff3" + "reference": "568f829aebe886bbe84bcd726e1509f830d5a1b0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/filesystem/zipball/e2a3aaca5a0aa2f337a51ed32b0af029d5c7dff3", - "reference": "e2a3aaca5a0aa2f337a51ed32b0af029d5c7dff3", + "url": "https://api.github.com/repos/illuminate/filesystem/zipball/568f829aebe886bbe84bcd726e1509f830d5a1b0", + "reference": "568f829aebe886bbe84bcd726e1509f830d5a1b0", "shasum": "" }, "require": { - "illuminate/support": "4.0.x", - "php": ">=5.3.0", - "symfony/finder": "2.3.x" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/finder": "2.5.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -328,41 +304,37 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-20 18:27:13" + "time": "2014-05-23 16:40:19" }, { "name": "illuminate/http", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Http", "source": { "type": "git", "url": "https://github.com/illuminate/http.git", - "reference": "2d56533c4ea9ba3fa90eeedc2c945a2145d3ffde" + "reference": "c462654b18d73074eb35bfc3a580c76863d2c495" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/http/zipball/2d56533c4ea9ba3fa90eeedc2c945a2145d3ffde", - "reference": "2d56533c4ea9ba3fa90eeedc2c945a2145d3ffde", + "url": "https://api.github.com/repos/illuminate/http/zipball/c462654b18d73074eb35bfc3a580c76863d2c495", + "reference": "c462654b18d73074eb35bfc3a580c76863d2c495", "shasum": "" }, "require": { - "illuminate/session": "4.0.x", - "illuminate/support": "4.0.x", - "symfony/http-foundation": "2.3.*" - }, - "require-dev": { - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/session": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/http-foundation": "2.5.*", + "symfony/http-kernel": "2.5.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -377,47 +349,44 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-11-08 14:20:47" + "time": "2014-07-15 11:11:21" }, { "name": "illuminate/routing", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Routing", "source": { "type": "git", "url": "https://github.com/illuminate/routing.git", - "reference": "1991ecf9e6fa07596838b67cd14bc7a6b8b237e5" + "reference": "686fd21309adf405be10d3b1b9586c2d52476af7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/routing/zipball/1991ecf9e6fa07596838b67cd14bc7a6b8b237e5", - "reference": "1991ecf9e6fa07596838b67cd14bc7a6b8b237e5", + "url": "https://api.github.com/repos/illuminate/routing/zipball/686fd21309adf405be10d3b1b9586c2d52476af7", + "reference": "686fd21309adf405be10d3b1b9586c2d52476af7", "shasum": "" }, "require": { - "illuminate/container": "4.0.x", - "illuminate/http": "4.0.x", - "illuminate/session": "4.0.x", - "illuminate/support": "4.0.x", - "symfony/http-foundation": "2.3.*", - "symfony/http-kernel": "2.3.*", - "symfony/routing": "2.3.*" + "illuminate/container": "4.2.*", + "illuminate/http": "4.2.*", + "illuminate/session": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/http-foundation": "2.5.*", + "symfony/http-kernel": "2.5.*", + "symfony/routing": "2.5.*" }, "require-dev": { - "illuminate/console": "4.0.x", - "illuminate/filesystem": "4.0.x", - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/console": "4.2.*", + "illuminate/filesystem": "4.2.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -432,45 +401,43 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-21 14:14:20" + "time": "2014-07-21 20:56:06" }, { "name": "illuminate/session", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Session", "source": { "type": "git", "url": "https://github.com/illuminate/session.git", - "reference": "557ef650490b12284c0b7e0e6c911dbbda17fb2b" + "reference": "7234dd93201c358b7adcf8e4b73963f3f4de6023" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/session/zipball/557ef650490b12284c0b7e0e6c911dbbda17fb2b", - "reference": "557ef650490b12284c0b7e0e6c911dbbda17fb2b", + "url": "https://api.github.com/repos/illuminate/session/zipball/7234dd93201c358b7adcf8e4b73963f3f4de6023", + "reference": "7234dd93201c358b7adcf8e4b73963f3f4de6023", "shasum": "" }, "require": { - "illuminate/cache": "4.0.x", - "illuminate/cookie": "4.0.x", - "illuminate/encryption": "4.0.x", - "illuminate/support": "4.0.x", - "php": ">=5.3.0", - "symfony/http-foundation": "2.3.*" + "illuminate/cache": "4.2.*", + "illuminate/cookie": "4.2.*", + "illuminate/encryption": "4.2.*", + "illuminate/support": "4.2.*", + "nesbot/carbon": "~1.0", + "php": ">=5.4.0", + "symfony/finder": "2.5.*", + "symfony/http-foundation": "2.5.*" }, "require-dev": { - "illuminate/console": "4.0.x", - "mockery/mockery": ">=0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/console": "4.2.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -485,40 +452,37 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-12 18:57:01" + "time": "2014-07-18 13:39:39" }, { "name": "illuminate/support", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Support", "source": { "type": "git", "url": "https://github.com/illuminate/support.git", - "reference": "24ac5601b3f6781c8b54a12ed5e4ddb7f34d7953" + "reference": "b3d84fa93aa3f2081a935158f860de8308d62d5a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/support/zipball/24ac5601b3f6781c8b54a12ed5e4ddb7f34d7953", - "reference": "24ac5601b3f6781c8b54a12ed5e4ddb7f34d7953", + "url": "https://api.github.com/repos/illuminate/support/zipball/b3d84fa93aa3f2081a935158f860de8308d62d5a", + "reference": "b3d84fa93aa3f2081a935158f860de8308d62d5a", "shasum": "" }, "require": { - "php": ">=5.3.0" + "php": ">=5.4.0" }, "require-dev": { - "mockery/mockery": "0.7.2", - "patchwork/utf8": "1.1.*", - "phpunit/phpunit": "3.7.*" + "jeremeamia/superclosure": "~1.0", + "patchwork/utf8": "1.1.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -536,42 +500,36 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-11-20 14:44:26" + "time": "2014-07-21 21:14:59" }, { "name": "illuminate/translation", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Translation", "source": { "type": "git", "url": "https://github.com/illuminate/translation.git", - "reference": "ae245392571053a8320b90874b8559f141322951" + "reference": "03a4460dfd83154b6781a996d120b11032e7da24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/translation/zipball/ae245392571053a8320b90874b8559f141322951", - "reference": "ae245392571053a8320b90874b8559f141322951", + "url": "https://api.github.com/repos/illuminate/translation/zipball/03a4460dfd83154b6781a996d120b11032e7da24", + "reference": "03a4460dfd83154b6781a996d120b11032e7da24", "shasum": "" }, "require": { - "illuminate/filesystem": "4.0.x", - "illuminate/support": "4.0.x", - "php": ">=5.3.0", - "symfony/translation": "2.3.*" - }, - "require-dev": { - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/filesystem": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0", + "symfony/translation": "2.5.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -586,12 +544,56 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" + } + ], + "time": "2014-07-15 11:11:21" + }, + { + "name": "nesbot/carbon", + "version": "1.10.0", + "source": { + "type": "git", + "url": "https://github.com/briannesbitt/Carbon.git", + "reference": "9b42a1aec56011c2ac4d75c0ddad0794762344fc" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/9b42a1aec56011c2ac4d75c0ddad0794762344fc", + "reference": "9b42a1aec56011c2ac4d75c0ddad0794762344fc", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "require-dev": { + "phpunit/phpunit": "~4.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "Carbon": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Brian Nesbitt", + "email": "brian@nesbot.com", + "homepage": "http://nesbot.com" } ], - "time": "2013-11-02 18:10:10" + "description": "A simple API extension for DateTime.", + "homepage": "https://github.com/briannesbitt/Carbon", + "keywords": [ + "date", + "datetime", + "time" + ], + "time": "2014-07-18 03:44:47" }, { "name": "psr/log", @@ -747,17 +749,17 @@ }, { "name": "symfony/finder", - "version": "v2.3.18", + "version": "v2.5.2", "target-dir": "Symfony/Component/Finder", "source": { "type": "git", "url": "https://github.com/symfony/Finder.git", - "reference": "4ad9d2ca4ca54f9e454a259b30a0277ced57ce92" + "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Finder/zipball/4ad9d2ca4ca54f9e454a259b30a0277ced57ce92", - "reference": "4ad9d2ca4ca54f9e454a259b30a0277ced57ce92", + "url": "https://api.github.com/repos/symfony/Finder/zipball/576d8f69feec477067e91b6bd0367c113e76a1a0", + "reference": "576d8f69feec477067e91b6bd0367c113e76a1a0", "shasum": "" }, "require": { @@ -766,7 +768,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -792,30 +794,33 @@ ], "description": "Symfony Finder Component", "homepage": "http://symfony.com", - "time": "2014-07-10 08:55:37" + "time": "2014-07-15 14:15:12" }, { "name": "symfony/http-foundation", - "version": "v2.3.18", + "version": "v2.5.2", "target-dir": "Symfony/Component/HttpFoundation", "source": { "type": "git", "url": "https://github.com/symfony/HttpFoundation.git", - "reference": "c47a5fe248273758b80d97addd4513a076239069" + "reference": "32ca1659e64bff5df61668e137bb3c3f64b7ce55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/c47a5fe248273758b80d97addd4513a076239069", - "reference": "c47a5fe248273758b80d97addd4513a076239069", + "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/32ca1659e64bff5df61668e137bb3c3f64b7ce55", + "reference": "32ca1659e64bff5df61668e137bb3c3f64b7ce55", "shasum": "" }, "require": { "php": ">=5.3.3" }, + "require-dev": { + "symfony/expression-language": "~2.4" + }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -844,29 +849,29 @@ ], "description": "Symfony HttpFoundation Component", "homepage": "http://symfony.com", - "time": "2014-07-10 13:27:11" + "time": "2014-07-15 14:15:12" }, { "name": "symfony/http-kernel", - "version": "v2.3.18", + "version": "v2.5.2", "target-dir": "Symfony/Component/HttpKernel", "source": { "type": "git", "url": "https://github.com/symfony/HttpKernel.git", - "reference": "f956ccec1978d062e41f020e3fddf45d54e9523f" + "reference": "bc645cd0e83008b15586dc60b6acc39fd09bcce3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/f956ccec1978d062e41f020e3fddf45d54e9523f", - "reference": "f956ccec1978d062e41f020e3fddf45d54e9523f", + "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/bc645cd0e83008b15586dc60b6acc39fd09bcce3", + "reference": "bc645cd0e83008b15586dc60b6acc39fd09bcce3", "shasum": "" }, "require": { "php": ">=5.3.3", "psr/log": "~1.0", - "symfony/debug": "~2.3", - "symfony/event-dispatcher": "~2.1", - "symfony/http-foundation": "~2.2" + "symfony/debug": "~2.5", + "symfony/event-dispatcher": "~2.5", + "symfony/http-foundation": "~2.4" }, "require-dev": { "symfony/browser-kit": "~2.2", @@ -891,7 +896,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -917,41 +922,43 @@ ], "description": "Symfony HttpKernel Component", "homepage": "http://symfony.com", - "time": "2014-07-15 14:20:44" + "time": "2014-07-15 15:39:46" }, { "name": "symfony/routing", - "version": "v2.3.18", + "version": "v2.5.2", "target-dir": "Symfony/Component/Routing", "source": { "type": "git", "url": "https://github.com/symfony/Routing.git", - "reference": "0ee3c12de95c76f50a71613f329ae0f568ca13c6" + "reference": "24d5f003a794894513d67c888181ba8c3b8e0693" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Routing/zipball/0ee3c12de95c76f50a71613f329ae0f568ca13c6", - "reference": "0ee3c12de95c76f50a71613f329ae0f568ca13c6", + "url": "https://api.github.com/repos/symfony/Routing/zipball/24d5f003a794894513d67c888181ba8c3b8e0693", + "reference": "24d5f003a794894513d67c888181ba8c3b8e0693", "shasum": "" }, "require": { "php": ">=5.3.3" }, "require-dev": { - "doctrine/common": "~2.2", + "doctrine/annotations": "~1.0", "psr/log": "~1.0", "symfony/config": "~2.2", + "symfony/expression-language": "~2.4", "symfony/yaml": "~2.0" }, "suggest": { - "doctrine/common": "", - "symfony/config": "", - "symfony/yaml": "" + "doctrine/annotations": "For using the annotation loader", + "symfony/config": "For using the all-in-one router or any loader", + "symfony/expression-language": "For using expression matching", + "symfony/yaml": "For using the YAML loader" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -977,21 +984,91 @@ ], "description": "Symfony Routing Component", "homepage": "http://symfony.com", - "time": "2014-07-07 10:13:42" + "keywords": [ + "router", + "routing", + "uri", + "url" + ], + "time": "2014-07-09 09:05:48" + }, + { + "name": "symfony/security-core", + "version": "v2.5.2", + "target-dir": "Symfony/Component/Security/Core", + "source": { + "type": "git", + "url": "https://github.com/symfony/security-core.git", + "reference": "dfc7d40b0a4d2f5ccc743eba08f840743f4ea984" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/security-core/zipball/dfc7d40b0a4d2f5ccc743eba08f840743f4ea984", + "reference": "dfc7d40b0a4d2f5ccc743eba08f840743f4ea984", + "shasum": "" + }, + "require": { + "php": ">=5.3.3" + }, + "require-dev": { + "ircmaxell/password-compat": "1.0.*", + "psr/log": "~1.0", + "symfony/event-dispatcher": "~2.1", + "symfony/expression-language": "~2.4", + "symfony/http-foundation": "~2.4", + "symfony/validator": "~2.2" + }, + "suggest": { + "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5", + "symfony/event-dispatcher": "", + "symfony/expression-language": "For using the expression voter", + "symfony/http-foundation": "", + "symfony/validator": "For using the user password constraint" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "2.5-dev" + } + }, + "autoload": { + "psr-0": { + "Symfony\\Component\\Security\\Core\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com", + "homepage": "http://fabien.potencier.org", + "role": "Lead Developer" + }, + { + "name": "Symfony Community", + "homepage": "http://symfony.com/contributors" + } + ], + "description": "Symfony Security Component - Core Library", + "homepage": "http://symfony.com", + "time": "2014-06-23 07:34:27" }, { "name": "symfony/translation", - "version": "v2.3.18", + "version": "v2.5.2", "target-dir": "Symfony/Component/Translation", "source": { "type": "git", "url": "https://github.com/symfony/Translation.git", - "reference": "f8a5a625232dea034cbd793cb623aea60e7e18ed" + "reference": "059d57c361043f5a06eb348b9b7554213f9ab8d1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/Translation/zipball/f8a5a625232dea034cbd793cb623aea60e7e18ed", - "reference": "f8a5a625232dea034cbd793cb623aea60e7e18ed", + "url": "https://api.github.com/repos/symfony/Translation/zipball/059d57c361043f5a06eb348b9b7554213f9ab8d1", + "reference": "059d57c361043f5a06eb348b9b7554213f9ab8d1", "shasum": "" }, "require": { @@ -1008,7 +1085,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "2.3-dev" + "dev-master": "2.5-dev" } }, "autoload": { @@ -1034,45 +1111,43 @@ ], "description": "Symfony Translation Component", "homepage": "http://symfony.com", - "time": "2014-07-15 13:44:49" + "time": "2014-07-15 14:22:44" } ], "packages-dev": [ { "name": "illuminate/database", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Database", "source": { "type": "git", "url": "https://github.com/illuminate/database.git", - "reference": "55f81747d3452f7ad562b66c60c8beabfeb4637c" + "reference": "35adb30b2b9e26222e6c0803a5643e86674f13c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/database/zipball/55f81747d3452f7ad562b66c60c8beabfeb4637c", - "reference": "55f81747d3452f7ad562b66c60c8beabfeb4637c", + "url": "https://api.github.com/repos/illuminate/database/zipball/35adb30b2b9e26222e6c0803a5643e86674f13c1", + "reference": "35adb30b2b9e26222e6c0803a5643e86674f13c1", "shasum": "" }, "require": { - "illuminate/container": "4.0.x", - "illuminate/events": "4.0.x", - "illuminate/support": "4.0.x", - "nesbot/carbon": "1.*", - "php": ">=5.3.0" + "illuminate/container": "4.2.*", + "illuminate/events": "4.2.*", + "illuminate/support": "4.2.*", + "nesbot/carbon": "~1.0", + "php": ">=5.4.0" }, "require-dev": { - "illuminate/cache": "4.0.x", - "illuminate/console": "4.0.x", - "illuminate/filesystem": "4.0.x", - "illuminate/pagination": "4.0.x", - "illuminate/support": "4.0.x", - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/cache": "4.2.*", + "illuminate/console": "4.2.*", + "illuminate/filesystem": "4.2.*", + "illuminate/pagination": "4.2.*", + "illuminate/support": "4.2.*" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -1087,9 +1162,7 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], "keywords": [ @@ -1098,36 +1171,32 @@ "orm", "sql" ], - "time": "2013-11-14 21:56:34" + "time": "2014-07-20 23:19:36" }, { "name": "illuminate/events", - "version": "v4.0.10", + "version": "v4.2.7", "target-dir": "Illuminate/Events", "source": { "type": "git", "url": "https://github.com/illuminate/events.git", - "reference": "2253c8c3a8a186a15c0a78a9dbffb6defbb47e69" + "reference": "c95614873f4e437ed7a723c1734197b51feaf991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/illuminate/events/zipball/2253c8c3a8a186a15c0a78a9dbffb6defbb47e69", - "reference": "2253c8c3a8a186a15c0a78a9dbffb6defbb47e69", + "url": "https://api.github.com/repos/illuminate/events/zipball/c95614873f4e437ed7a723c1734197b51feaf991", + "reference": "c95614873f4e437ed7a723c1734197b51feaf991", "shasum": "" }, "require": { - "illuminate/container": "4.0.x", - "illuminate/support": "4.0.x", - "php": ">=5.3.0" - }, - "require-dev": { - "mockery/mockery": "0.7.2", - "phpunit/phpunit": "3.7.*" + "illuminate/container": "4.2.*", + "illuminate/support": "4.2.*", + "php": ">=5.4.0" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "4.0-dev" + "dev-master": "4.2-dev" } }, "autoload": { @@ -1142,12 +1211,10 @@ "authors": [ { "name": "Taylor Otwell", - "email": "taylorotwell@gmail.com", - "homepage": "https://github.com/taylorotwell", - "role": "Creator of Laravel" + "email": "taylorotwell@gmail.com" } ], - "time": "2013-10-02 14:15:14" + "time": "2014-06-06 13:58:46" }, { "name": "mockery/mockery", @@ -1215,52 +1282,6 @@ ], "time": "2014-05-02 12:16:45" }, - { - "name": "nesbot/carbon", - "version": "1.10.0", - "source": { - "type": "git", - "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "9b42a1aec56011c2ac4d75c0ddad0794762344fc" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/9b42a1aec56011c2ac4d75c0ddad0794762344fc", - "reference": "9b42a1aec56011c2ac4d75c0ddad0794762344fc", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "~4.0" - }, - "type": "library", - "autoload": { - "psr-0": { - "Carbon": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Brian Nesbitt", - "email": "brian@nesbot.com", - "homepage": "http://nesbot.com" - } - ], - "description": "A simple API extension for DateTime.", - "homepage": "https://github.com/briannesbitt/Carbon", - "keywords": [ - "date", - "datetime", - "time" - ], - "time": "2014-07-18 03:44:47" - }, { "name": "phpunit/php-code-coverage", "version": "2.0.9", @@ -1963,7 +1984,7 @@ "stability-flags": [], "prefer-stable": false, "platform": { - "php": ">=5.3.0" + "php": ">=5.4.0" }, "platform-dev": [] }