|
|
|
@ -8,20 +8,20 @@
|
|
|
|
|
"packages": [ |
|
|
|
|
{ |
|
|
|
|
"name": "classpreloader/classpreloader", |
|
|
|
|
"version": "1.3.0", |
|
|
|
|
"version": "1.4.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/ClassPreloader/ClassPreloader.git", |
|
|
|
|
"reference": "0544616ba33fb2a6b792b3a7822650810c6d65d9" |
|
|
|
|
"reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/0544616ba33fb2a6b792b3a7822650810c6d65d9", |
|
|
|
|
"reference": "0544616ba33fb2a6b792b3a7822650810c6d65d9", |
|
|
|
|
"url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/b76f3f4f603ebbe7e64351a7ef973431ddaf7b27", |
|
|
|
|
"reference": "b76f3f4f603ebbe7e64351a7ef973431ddaf7b27", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"nikic/php-parser": "^1.2.2", |
|
|
|
|
"nikic/php-parser": "~1.3", |
|
|
|
|
"php": ">=5.3.3", |
|
|
|
|
"symfony/console": "~2.1", |
|
|
|
|
"symfony/filesystem": "~2.1", |
|
|
|
@ -36,7 +36,7 @@
|
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.3-dev" |
|
|
|
|
"dev-master": "1.4-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
@ -49,13 +49,13 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Graham Campbell", |
|
|
|
|
"email": "graham@mineuk.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Michael Dowling", |
|
|
|
|
"email": "mtdowling@gmail.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Graham Campbell", |
|
|
|
|
"email": "graham@cachethq.io" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case", |
|
|
|
@ -64,7 +64,7 @@
|
|
|
|
|
"class", |
|
|
|
|
"preload" |
|
|
|
|
], |
|
|
|
|
"time": "2015-04-15 21:59:30" |
|
|
|
|
"time": "2015-05-26 10:57:51" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "danielstjules/stringy", |
|
|
|
@ -286,17 +286,18 @@
|
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/franzliedke/whoops-middleware.git", |
|
|
|
|
"reference": "f3c940b293ceaba859392196d641b3fab7573bf9" |
|
|
|
|
"reference": "4f87c4d36653d95b27fbe85d21954e0d2de58136" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/f3c940b293ceaba859392196d641b3fab7573bf9", |
|
|
|
|
"reference": "f3c940b293ceaba859392196d641b3fab7573bf9", |
|
|
|
|
"url": "https://api.github.com/repos/franzliedke/whoops-middleware/zipball/4f87c4d36653d95b27fbe85d21954e0d2de58136", |
|
|
|
|
"reference": "4f87c4d36653d95b27fbe85d21954e0d2de58136", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"filp/whoops": "^1.1", |
|
|
|
|
"zendframework/zend-diactoros": "^1.1@dev" |
|
|
|
|
"zendframework/zend-diactoros": "^1.1@dev", |
|
|
|
|
"zendframework/zend-stratigility": "^1.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"autoload": { |
|
|
|
@ -305,7 +306,7 @@
|
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"notification-url": "https://packagist.org/downloads/", |
|
|
|
|
"time": "2015-06-16 23:56:05" |
|
|
|
|
"time": "2015-06-17 00:08:50" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "ircmaxell/password-compat", |
|
|
|
@ -394,16 +395,16 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "jakub-onderka/php-console-highlighter", |
|
|
|
|
"version": "v0.3.1", |
|
|
|
|
"version": "v0.3.2", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git", |
|
|
|
|
"reference": "05bce997da20acf873e6bf396276798f3cd2c76a" |
|
|
|
|
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/05bce997da20acf873e6bf396276798f3cd2c76a", |
|
|
|
|
"reference": "05bce997da20acf873e6bf396276798f3cd2c76a", |
|
|
|
|
"url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
|
|
|
"reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -413,6 +414,7 @@
|
|
|
|
|
"require-dev": { |
|
|
|
|
"jakub-onderka/php-code-style": "~1.0", |
|
|
|
|
"jakub-onderka/php-parallel-lint": "~0.5", |
|
|
|
|
"jakub-onderka/php-var-dump-check": "~0.1", |
|
|
|
|
"phpunit/phpunit": "~4.0", |
|
|
|
|
"squizlabs/php_codesniffer": "~1.5" |
|
|
|
|
}, |
|
|
|
@ -433,7 +435,7 @@
|
|
|
|
|
"homepage": "http://www.acci.cz/" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"time": "2014-07-14 20:59:35" |
|
|
|
|
"time": "2015-04-20 18:58:01" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "jeremeamia/SuperClosure", |
|
|
|
@ -495,16 +497,16 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "laravel/framework", |
|
|
|
|
"version": "v5.0.28", |
|
|
|
|
"version": "v5.0.33", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/laravel/framework.git", |
|
|
|
|
"reference": "06a09429322cf53e5bd4587db1060f02a291562e" |
|
|
|
|
"reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/06a09429322cf53e5bd4587db1060f02a291562e", |
|
|
|
|
"reference": "06a09429322cf53e5bd4587db1060f02a291562e", |
|
|
|
|
"url": "https://api.github.com/repos/laravel/framework/zipball/b11c8ab88245f920b30e5f30e16b141ac8d461d3", |
|
|
|
|
"reference": "b11c8ab88245f920b30e5f30e16b141ac8d461d3", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -617,23 +619,24 @@
|
|
|
|
|
"framework", |
|
|
|
|
"laravel" |
|
|
|
|
], |
|
|
|
|
"time": "2015-04-21 01:44:32" |
|
|
|
|
"time": "2015-06-09 13:12:19" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "league/flysystem", |
|
|
|
|
"version": "1.0.3", |
|
|
|
|
"version": "1.0.4", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/thephpleague/flysystem.git", |
|
|
|
|
"reference": "3c2400a99ccc3be6884d40361890010449c6b447" |
|
|
|
|
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3c2400a99ccc3be6884d40361890010449c6b447", |
|
|
|
|
"reference": "3c2400a99ccc3be6884d40361890010449c6b447", |
|
|
|
|
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/56862959b45131ad33e5a7727a25db19f2cf090b", |
|
|
|
|
"reference": "56862959b45131ad33e5a7727a25db19f2cf090b", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"ext-mbstring": "*", |
|
|
|
|
"php": ">=5.4.0" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
@ -700,7 +703,7 @@
|
|
|
|
|
"sftp", |
|
|
|
|
"storage" |
|
|
|
|
], |
|
|
|
|
"time": "2015-03-29 14:01:43" |
|
|
|
|
"time": "2015-06-07 21:27:37" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "monolog/monolog", |
|
|
|
@ -821,21 +824,21 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nesbot/carbon", |
|
|
|
|
"version": "1.18.0", |
|
|
|
|
"version": "1.19.0", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/briannesbitt/Carbon.git", |
|
|
|
|
"reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36" |
|
|
|
|
"reference": "68868e0b02d2d803d0052a59d4e5003cccf87320" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", |
|
|
|
|
"reference": "99e2f69f7bdc2cc4334b2d00f1e0ba450623ea36", |
|
|
|
|
"url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/68868e0b02d2d803d0052a59d4e5003cccf87320", |
|
|
|
|
"reference": "68868e0b02d2d803d0052a59d4e5003cccf87320", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.0", |
|
|
|
|
"symfony/translation": "2.6.*" |
|
|
|
|
"symfony/translation": "~2.6" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
@ -864,7 +867,7 @@
|
|
|
|
|
"datetime", |
|
|
|
|
"time" |
|
|
|
|
], |
|
|
|
|
"time": "2015-03-26 03:05:57" |
|
|
|
|
"time": "2015-05-09 03:23:44" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "nikic/php-parser", |
|
|
|
@ -1071,23 +1074,23 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "swiftmailer/swiftmailer", |
|
|
|
|
"version": "v5.4.0", |
|
|
|
|
"version": "v5.4.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/swiftmailer/swiftmailer.git", |
|
|
|
|
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f" |
|
|
|
|
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f", |
|
|
|
|
"reference": "31454f258f10329ae7c48763eb898a75c39e0a9f", |
|
|
|
|
"url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/0697e6aa65c83edf97bb0f23d8763f94e3f11421", |
|
|
|
|
"reference": "0697e6aa65c83edf97bb0f23d8763f94e3f11421", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"mockery/mockery": "~0.9.1" |
|
|
|
|
"mockery/mockery": "~0.9.1,<0.9.4" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
@ -1116,24 +1119,25 @@
|
|
|
|
|
"description": "Swiftmailer, free feature-rich PHP mailer", |
|
|
|
|
"homepage": "http://swiftmailer.org", |
|
|
|
|
"keywords": [ |
|
|
|
|
"email", |
|
|
|
|
"mail", |
|
|
|
|
"mailer" |
|
|
|
|
], |
|
|
|
|
"time": "2015-03-14 06:06:39" |
|
|
|
|
"time": "2015-06-06 14:19:39" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/console", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Console", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Console.git", |
|
|
|
|
"reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667" |
|
|
|
|
"reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/5b91dc4ed5eb08553f57f6df04c4730a73992667", |
|
|
|
|
"reference": "5b91dc4ed5eb08553f57f6df04c4730a73992667", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Console/zipball/b5ec0c11a204718f2b656357f5505a8e578f30dd", |
|
|
|
|
"reference": "b5ec0c11a204718f2b656357f5505a8e578f30dd", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1166,32 +1170,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Console Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-29 14:42:58" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/debug", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Debug", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Debug.git", |
|
|
|
|
"reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3" |
|
|
|
|
"reference": "4851a041c48e76b91a221db84ab5850daa6a7b33" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/d49a46a20a8f0544aedac54466750ad787d3d3e3", |
|
|
|
|
"reference": "d49a46a20a8f0544aedac54466750ad787d3d3e3", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Debug/zipball/4851a041c48e76b91a221db84ab5850daa6a7b33", |
|
|
|
|
"reference": "4851a041c48e76b91a221db84ab5850daa6a7b33", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1227,36 +1231,35 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Debug Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-22 16:55:57" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-20 13:09:45" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/event-dispatcher", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"target-dir": "Symfony/Component/EventDispatcher", |
|
|
|
|
"version": "v2.7.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/EventDispatcher.git", |
|
|
|
|
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284" |
|
|
|
|
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/70f7c8478739ad21e3deef0d977b38c77f1fb284", |
|
|
|
|
"reference": "70f7c8478739ad21e3deef0d977b38c77f1fb284", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/be3c5ff8d503c46768aeb78ce6333051aa6f26d9", |
|
|
|
|
"reference": "be3c5ff8d503c46768aeb78ce6333051aa6f26d9", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
"php": ">=5.3.9" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"psr/log": "~1.0", |
|
|
|
@ -1273,11 +1276,11 @@
|
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
"dev-master": "2.7-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Symfony\\Component\\EventDispatcher\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -1286,36 +1289,35 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony EventDispatcher Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-13 17:37:22" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-06-08 09:37:21" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/filesystem", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"target-dir": "Symfony/Component/Filesystem", |
|
|
|
|
"version": "v2.7.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Filesystem.git", |
|
|
|
|
"reference": "4983964b3693e4f13449cb3800c64a9112c301b4" |
|
|
|
|
"reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/4983964b3693e4f13449cb3800c64a9112c301b4", |
|
|
|
|
"reference": "4983964b3693e4f13449cb3800c64a9112c301b4", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Filesystem/zipball/a0d43eb3e17d4f4c6990289805a488a0482a07f3", |
|
|
|
|
"reference": "a0d43eb3e17d4f4c6990289805a488a0482a07f3", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"php": ">=5.3.3" |
|
|
|
|
"php": ">=5.3.9" |
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"symfony/phpunit-bridge": "~2.7" |
|
|
|
@ -1323,11 +1325,11 @@
|
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.6-dev" |
|
|
|
|
"dev-master": "2.7-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"psr-4": { |
|
|
|
|
"Symfony\\Component\\Filesystem\\": "" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
@ -1336,32 +1338,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Filesystem Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-22 16:55:57" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-06-08 09:37:21" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/finder", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Finder", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Finder.git", |
|
|
|
|
"reference": "5dbe2e73a580618f5b4880fda93406eed25de251" |
|
|
|
|
"reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/5dbe2e73a580618f5b4880fda93406eed25de251", |
|
|
|
|
"reference": "5dbe2e73a580618f5b4880fda93406eed25de251", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Finder/zipball/ffedd3e0ff8155188155e9322fe21b9ee012ac14", |
|
|
|
|
"reference": "ffedd3e0ff8155188155e9322fe21b9ee012ac14", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1386,32 +1388,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Finder Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-15 13:32:45" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/http-foundation", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/HttpFoundation", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/HttpFoundation.git", |
|
|
|
|
"reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9" |
|
|
|
|
"reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/8a6337233f08f7520de97f4ffd6f00e947d892f9", |
|
|
|
|
"reference": "8a6337233f08f7520de97f4ffd6f00e947d892f9", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/f9b28dcc6d3e50f5568b42dda7292656a9fe8432", |
|
|
|
|
"reference": "f9b28dcc6d3e50f5568b42dda7292656a9fe8432", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1440,32 +1442,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony HttpFoundation Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-04-01 16:50:12" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-22 14:53:08" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/http-kernel", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/HttpKernel", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/HttpKernel.git", |
|
|
|
|
"reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4" |
|
|
|
|
"reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/3829cacfe21eaf3f73604a62d79183d1f6e792c4", |
|
|
|
|
"reference": "3829cacfe21eaf3f73604a62d79183d1f6e792c4", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/HttpKernel/zipball/7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f", |
|
|
|
|
"reference": "7c883eb1a5d8b52b1fa6d4134b82304c6bb7007f", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1518,32 +1520,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony HttpKernel Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-04-01 16:55:26" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-29 22:55:07" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/process", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Process", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Process.git", |
|
|
|
|
"reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552" |
|
|
|
|
"reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/a8bebaec1a9dc6cde53e0250e32917579b0be552", |
|
|
|
|
"reference": "a8bebaec1a9dc6cde53e0250e32917579b0be552", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Process/zipball/7856d78ab6cce6e59d02d9e1a873441f6bd21306", |
|
|
|
|
"reference": "7856d78ab6cce6e59d02d9e1a873441f6bd21306", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1568,32 +1570,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Process Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-15 13:32:45" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/routing", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Routing", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Routing.git", |
|
|
|
|
"reference": "4e173a645b63ff60a124f3741b4f15feebd908fa" |
|
|
|
|
"reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/4e173a645b63ff60a124f3741b4f15feebd908fa", |
|
|
|
|
"reference": "4e173a645b63ff60a124f3741b4f15feebd908fa", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Routing/zipball/dc9df18a1cfe87de65e270e8f01407ca6d7c39cb", |
|
|
|
|
"reference": "dc9df18a1cfe87de65e270e8f01407ca6d7c39cb", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1631,38 +1633,38 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Routing Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"router", |
|
|
|
|
"routing", |
|
|
|
|
"uri", |
|
|
|
|
"url" |
|
|
|
|
], |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"time": "2015-05-15 13:32:45" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/security-core", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Security/Core", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/security-core.git", |
|
|
|
|
"reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3" |
|
|
|
|
"reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-core/zipball/d25c17db741f58c0f615e52006a47f6fb23cd9b3", |
|
|
|
|
"reference": "d25c17db741f58c0f615e52006a47f6fb23cd9b3", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/security-core/zipball/1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0", |
|
|
|
|
"reference": "1ad0ee4b2a1ab32924cd0be397f0196b5d47e5d0", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1701,32 +1703,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Security Component - Core Library", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-15 13:53:19" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/translation", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/Translation", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/Translation.git", |
|
|
|
|
"reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af" |
|
|
|
|
"reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/bd939f05cdaca128f4ddbae1b447d6f0203b60af", |
|
|
|
|
"reference": "bd939f05cdaca128f4ddbae1b447d6f0203b60af", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/Translation/zipball/89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c", |
|
|
|
|
"reference": "89cdf3c43bc24c85dd8173dfcf5a979a95e5bd9c", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1760,32 +1762,32 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Fabien Potencier", |
|
|
|
|
"email": "fabien@symfony.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony Translation Component", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"time": "2015-03-30 15:54:10" |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"time": "2015-05-29 14:42:58" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "symfony/var-dumper", |
|
|
|
|
"version": "v2.6.6", |
|
|
|
|
"version": "v2.6.9", |
|
|
|
|
"target-dir": "Symfony/Component/VarDumper", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/symfony/var-dumper.git", |
|
|
|
|
"reference": "aafae00236e147568832de3c65ccb94cfc836278" |
|
|
|
|
"reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/aafae00236e147568832de3c65ccb94cfc836278", |
|
|
|
|
"reference": "aafae00236e147568832de3c65ccb94cfc836278", |
|
|
|
|
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/89eec96645fb44af4a454a26c74c72ba6311f5bc", |
|
|
|
|
"reference": "89eec96645fb44af4a454a26c74c72ba6311f5bc", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1816,35 +1818,35 @@
|
|
|
|
|
"MIT" |
|
|
|
|
], |
|
|
|
|
"authors": [ |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "http://symfony.com/contributors" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Nicolas Grekas", |
|
|
|
|
"email": "p@tchwork.com" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "Symfony Community", |
|
|
|
|
"homepage": "https://symfony.com/contributors" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"description": "Symfony mechanism for exploring and dumping PHP variables", |
|
|
|
|
"homepage": "http://symfony.com", |
|
|
|
|
"homepage": "https://symfony.com", |
|
|
|
|
"keywords": [ |
|
|
|
|
"debug", |
|
|
|
|
"dump" |
|
|
|
|
], |
|
|
|
|
"time": "2015-03-31 08:12:29" |
|
|
|
|
"time": "2015-05-01 14:14:24" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "vlucas/phpdotenv", |
|
|
|
|
"version": "v1.1.0", |
|
|
|
|
"version": "v1.1.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/vlucas/phpdotenv.git", |
|
|
|
|
"reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa" |
|
|
|
|
"reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/732d2adb7d916c9593b9d58c3b0d9ebefead07aa", |
|
|
|
|
"reference": "732d2adb7d916c9593b9d58c3b0d9ebefead07aa", |
|
|
|
|
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", |
|
|
|
|
"reference": "0cac554ce06277e33ddf9f0b7ade4b8bbf2af3fa", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1854,11 +1856,6 @@
|
|
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "1.0-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
|
"psr-0": { |
|
|
|
|
"Dotenv": "src/" |
|
|
|
@ -1882,7 +1879,7 @@
|
|
|
|
|
"env", |
|
|
|
|
"environment" |
|
|
|
|
], |
|
|
|
|
"time": "2014-12-05 15:19:21" |
|
|
|
|
"time": "2015-05-30 15:59:26" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "zendframework/zend-diactoros", |
|
|
|
@ -1936,16 +1933,16 @@
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "zendframework/zend-escaper", |
|
|
|
|
"version": "2.4.2", |
|
|
|
|
"version": "2.5.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/zendframework/zend-escaper.git", |
|
|
|
|
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9" |
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/13f468ff824f3c83018b90aff892a1b3201383a9", |
|
|
|
|
"reference": "13f468ff824f3c83018b90aff892a1b3201383a9", |
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-escaper/zipball/a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
|
|
|
|
"reference": "a4b227d8a477f4e7e9073f8e0a7ae7dbd3104a73", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -1953,14 +1950,13 @@
|
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"fabpot/php-cs-fixer": "1.7.*", |
|
|
|
|
"phpunit/phpunit": "~4.0", |
|
|
|
|
"satooshi/php-coveralls": "dev-master" |
|
|
|
|
"phpunit/phpunit": "~4.0" |
|
|
|
|
}, |
|
|
|
|
"type": "library", |
|
|
|
|
"extra": { |
|
|
|
|
"branch-alias": { |
|
|
|
|
"dev-master": "2.4-dev", |
|
|
|
|
"dev-develop": "2.5-dev" |
|
|
|
|
"dev-master": "2.5-dev", |
|
|
|
|
"dev-develop": "2.6-dev" |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
"autoload": { |
|
|
|
@ -1977,20 +1973,20 @@
|
|
|
|
|
"escaper", |
|
|
|
|
"zf2" |
|
|
|
|
], |
|
|
|
|
"time": "2015-05-07 14:55:31" |
|
|
|
|
"time": "2015-06-03 14:05:37" |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
"name": "zendframework/zend-stratigility", |
|
|
|
|
"version": "1.0.0", |
|
|
|
|
"version": "1.0.1", |
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/zendframework/zend-stratigility.git", |
|
|
|
|
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed" |
|
|
|
|
"reference": "ecc54a0290e0b526a154072e9410d3bd1d2b9b16" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/98969e37739c6a60fc2e2151c1923478abbd89ed", |
|
|
|
|
"reference": "98969e37739c6a60fc2e2151c1923478abbd89ed", |
|
|
|
|
"url": "https://api.github.com/repos/zendframework/zend-stratigility/zipball/ecc54a0290e0b526a154072e9410d3bd1d2b9b16", |
|
|
|
|
"reference": "ecc54a0290e0b526a154072e9410d3bd1d2b9b16", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
@ -2000,7 +1996,7 @@
|
|
|
|
|
}, |
|
|
|
|
"require-dev": { |
|
|
|
|
"phpunit/phpunit": "3.7.*", |
|
|
|
|
"squizlabs/php_codesniffer": "~2.0", |
|
|
|
|
"squizlabs/php_codesniffer": "^2.3.1", |
|
|
|
|
"zendframework/zend-diactoros": "~1.0" |
|
|
|
|
}, |
|
|
|
|
"suggest": { |
|
|
|
@ -2029,7 +2025,7 @@
|
|
|
|
|
"middleware", |
|
|
|
|
"psr-7" |
|
|
|
|
], |
|
|
|
|
"time": "2015-05-21 17:29:52" |
|
|
|
|
"time": "2015-06-16 12:58:05" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"packages-dev": [ |
|
|
|
@ -2039,16 +2035,16 @@
|
|
|
|
|
"source": { |
|
|
|
|
"type": "git", |
|
|
|
|
"url": "https://github.com/franzliedke/studio.git", |
|
|
|
|
"reference": "57149538080b08d6ea74f2a97f566cfb30aaa5e3" |
|
|
|
|
"reference": "6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe" |
|
|
|
|
}, |
|
|
|
|
"dist": { |
|
|
|
|
"type": "zip", |
|
|
|
|
"url": "https://api.github.com/repos/franzliedke/studio/zipball/6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe", |
|
|
|
|
"reference": "57149538080b08d6ea74f2a97f566cfb30aaa5e3", |
|
|
|
|
"reference": "6dd32e0c09a08b492cbc4b66f3b2bb2ccc2c25fe", |
|
|
|
|
"shasum": "" |
|
|
|
|
}, |
|
|
|
|
"require": { |
|
|
|
|
"composer-plugin-api": "1.0.0", |
|
|
|
|
"composer-plugin-api": "^1.0", |
|
|
|
|
"illuminate/support": "~5.0", |
|
|
|
|
"league/flysystem": "~1.0", |
|
|
|
|
"symfony/console": "~2.5", |
|
|
|
@ -2086,7 +2082,7 @@
|
|
|
|
|
"development", |
|
|
|
|
"workflow" |
|
|
|
|
], |
|
|
|
|
"time": "2015-04-09 14:52:10" |
|
|
|
|
"time": "2015-06-11 15:18:06" |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
"aliases": [], |
|
|
|
|