X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=composer.lock;h=368f9f95a164723be98b8fb561160d56e23b5b22;hb=3d9ccf9390f35e73428ebf42258253c6808f1590;hp=606c3678d2dd9ad5ba151f3c51f23e5b507a9694;hpb=16dabc326311f084d671be188c7941bbb3c341c9;p=github%2Fwallabag%2Fwallabag.git diff --git a/composer.lock b/composer.lock index 606c3678..368f9f95 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "7c1f2c88df608eb6e1b4bc7c5ed24acc", + "hash": "7fb67fafde0e24c1802714a2a47da5e1", + "content-hash": "372936ba75537d8422a8e63bd419c213", "packages": [ { "name": "doctrine/annotations", @@ -76,16 +77,16 @@ }, { "name": "doctrine/cache", - "version": "v1.4.2", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/doctrine/cache.git", - "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca" + "reference": "eb8a73619af4f1c8711e2ce482f5de3643258a1f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/cache/zipball/8c434000f420ade76a07c64cbe08ca47e5c101ca", - "reference": "8c434000f420ade76a07c64cbe08ca47e5c101ca", + "url": "https://api.github.com/repos/doctrine/cache/zipball/eb8a73619af4f1c8711e2ce482f5de3643258a1f", + "reference": "eb8a73619af4f1c8711e2ce482f5de3643258a1f", "shasum": "" }, "require": { @@ -106,8 +107,8 @@ } }, "autoload": { - "psr-0": { - "Doctrine\\Common\\Cache\\": "lib/" + "psr-4": { + "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache" } }, "notification-url": "https://packagist.org/downloads/", @@ -142,7 +143,7 @@ "cache", "caching" ], - "time": "2015-08-31 12:36:41" + "time": "2015-10-28 11:27:45" }, { "name": "doctrine/collections", @@ -812,52 +813,6 @@ ], "time": "2015-08-05 01:03:42" }, - { - "name": "fin1te/safecurl", - "version": "v1.1", - "source": { - "type": "git", - "url": "https://github.com/fin1te/safecurl.git", - "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/fin1te/safecurl/zipball/98aae75a1f4f8dec2194ce889d418d16c3c877e4", - "reference": "98aae75a1f4f8dec2194ce889d418d16c3c877e4", - "shasum": "" - }, - "require": { - "php": ">=5.3.0" - }, - "require-dev": { - "phpunit/phpunit": "3.7.*" - }, - "type": "library", - "autoload": { - "psr-0": { - "fin1te\\SafeCurl": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Jack W", - "email": "jack@fin1te.net" - } - ], - "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.", - "keywords": [ - "curl", - "safe", - "safecurl", - "ssrf", - "websec" - ], - "time": "2014-05-20 12:10:12" - }, { "name": "friendsofsymfony/oauth-server-bundle", "version": "1.4.2", @@ -983,17 +938,17 @@ }, { "name": "friendsofsymfony/rest-bundle", - "version": "1.7.1", + "version": "1.7.2", "target-dir": "FOS/RestBundle", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git", - "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6" + "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/3fb2d30c58cde59213dbddd031bc36171b8b68b6", - "reference": "3fb2d30c58cde59213dbddd031bc36171b8b68b6", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/70db6f7af4bb198881bfc9106aea633fa3e818c0", + "reference": "70db6f7af4bb198881bfc9106aea633fa3e818c0", "shasum": "" }, "require": { @@ -1011,10 +966,11 @@ "symfony/validator": ">=2.5.0,<2.5.5" }, "require-dev": { - "jms/serializer": "~0.13", - "jms/serializer-bundle": "~0.12", + "jms/serializer": "~0.13|~1.0", + "jms/serializer-bundle": "~0.12|~1.0", "phpoption/phpoption": "~1.1.0", "sensio/framework-extra-bundle": "~3.0", + "sllh/php-cs-fixer-styleci-bridge": "^1.3", "symfony/browser-kit": "~2.3", "symfony/dependency-injection": "~2.3", "symfony/form": "~2.3", @@ -1024,7 +980,7 @@ "symfony/yaml": "~2.3" }, "suggest": { - "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12", + "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12||~1.0", "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener, requires ~3.0", "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.3", "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.3" @@ -1063,7 +1019,7 @@ "keywords": [ "rest" ], - "time": "2015-06-16 08:39:26" + "time": "2015-10-16 07:05:52" }, { "name": "friendsofsymfony/user-bundle", @@ -1390,24 +1346,24 @@ }, { "name": "j0k3r/graby", - "version": "1.0.0-alpha.2", + "version": "1.0.4", "source": { "type": "git", "url": "https://github.com/j0k3r/graby.git", - "reference": "9cc399bbe70f12b302ea65e604a80ea738042599" + "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/j0k3r/graby/zipball/9cc399bbe70f12b302ea65e604a80ea738042599", - "reference": "9cc399bbe70f12b302ea65e604a80ea738042599", + "url": "https://api.github.com/repos/j0k3r/graby/zipball/488cee65ac6ea5dd6bb9734b982159e591de6f0e", + "reference": "488cee65ac6ea5dd6bb9734b982159e591de6f0e", "shasum": "" }, "require": { - "fin1te/safecurl": "~1.1", "guzzlehttp/guzzle": "^5.2.0", "htmlawed/htmlawed": "^1.1.19", "j0k3r/graby-site-config": "^1.0.0", "j0k3r/php-readability": "^1.0", + "j0k3r/safecurl": "1.1.1", "monolog/monolog": "^1.13.1", "neitanod/forceutf8": "^1.4", "php": ">=5.4", @@ -1438,20 +1394,20 @@ } ], "description": "Graby helps you extract article content from web pages", - "time": "2015-09-17 11:43:10" + "time": "2015-10-28 06:38:06" }, { "name": "j0k3r/graby-site-config", - "version": "1.0.3", + "version": "1.0.6", "source": { "type": "git", "url": "https://github.com/j0k3r/graby-site-config.git", - "reference": "1b0ac25687aa33785c5d9d8ede92b26f757354f5" + "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/1b0ac25687aa33785c5d9d8ede92b26f757354f5", - "reference": "1b0ac25687aa33785c5d9d8ede92b26f757354f5", + "url": "https://api.github.com/repos/j0k3r/graby-site-config/zipball/6631451c1be563ff3bc8fa16c60ef7df38f8e65b", + "reference": "6631451c1be563ff3bc8fa16c60ef7df38f8e65b", "shasum": "" }, "require": { @@ -1474,7 +1430,7 @@ } ], "description": "Graby site config files", - "time": "2015-09-17 17:32:42" + "time": "2015-10-24 14:44:25" }, { "name": "j0k3r/php-readability", @@ -1539,6 +1495,54 @@ ], "time": "2015-09-23 19:09:38" }, + { + "name": "j0k3r/safecurl", + "version": "v1.1.1", + "source": { + "type": "git", + "url": "https://github.com/j0k3r/safecurl.git", + "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/j0k3r/safecurl/zipball/3e8594a944ede2b74f3e24e371f2770bbfed6aa5", + "reference": "3e8594a944ede2b74f3e24e371f2770bbfed6aa5", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-0": { + "fin1te\\SafeCurl": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jeremy Benoist", + "email": "jeremy.benoist@gmail.com" + }, + { + "name": "Jack W", + "email": "jack@fin1te.net", + "role": "Developer (original version)" + } + ], + "description": "A drop-in replacement for 'curl_exec', designed to prevent SSRF attacks.", + "keywords": [ + "curl", + "safe", + "safecurl", + "ssrf", + "websec" + ], + "time": "2015-10-01 18:30:41" + }, { "name": "jdorn/sql-formatter", "version": "v1.2.17", @@ -1818,16 +1822,16 @@ }, { "name": "kriswallsmith/assetic", - "version": "v1.3.0", + "version": "v1.3.1", "source": { "type": "git", "url": "https://github.com/kriswallsmith/assetic.git", - "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31" + "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/56cb5d6dec9e7a68a4da2fa89844f39d41092f31", - "reference": "56cb5d6dec9e7a68a4da2fa89844f39d41092f31", + "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/cb92b179dddfb8a3f341d53bd27e088f24d9c2e5", + "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5", "shasum": "" }, "require": { @@ -1863,7 +1867,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.3-dev" + "dev-master": "1.4-dev" } }, "autoload": { @@ -1892,20 +1896,20 @@ "compression", "minification" ], - "time": "2015-08-31 19:07:16" + "time": "2015-10-15 01:33:42" }, { "name": "lexik/form-filter-bundle", - "version": "v4.0.0", + "version": "v4.0.2", "source": { "type": "git", "url": "https://github.com/lexik/LexikFormFilterBundle.git", - "reference": "325432453705062ff43b02952b5ca815c5697ba6" + "reference": "d6081d308b71e14509602722c78d28801e4ed78a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/325432453705062ff43b02952b5ca815c5697ba6", - "reference": "325432453705062ff43b02952b5ca815c5697ba6", + "url": "https://api.github.com/repos/lexik/LexikFormFilterBundle/zipball/d6081d308b71e14509602722c78d28801e4ed78a", + "reference": "d6081d308b71e14509602722c78d28801e4ed78a", "shasum": "" }, "require": { @@ -1951,7 +1955,7 @@ "filter", "form" ], - "time": "2015-07-31 13:58:10" + "time": "2015-10-20 12:45:52" }, { "name": "liip/theme-bundle", @@ -2106,16 +2110,16 @@ }, { "name": "monolog/monolog", - "version": "1.17.1", + "version": "1.17.2", "source": { "type": "git", "url": "https://github.com/Seldaek/monolog.git", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422" + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Seldaek/monolog/zipball/0524c87587ab85bc4c2d6f5b41253ccb930a5422", - "reference": "0524c87587ab85bc4c2d6f5b41253ccb930a5422", + "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bee7f0dc9c3e0b69a6039697533dca1e845c8c24", + "reference": "bee7f0dc9c3e0b69a6039697533dca1e845c8c24", "shasum": "" }, "require": { @@ -2129,10 +2133,11 @@ "aws/aws-sdk-php": "^2.4.9", "doctrine/couchdb": "~1.0@dev", "graylog2/gelf-php": "~1.0", + "jakub-onderka/php-parallel-lint": "0.9", "php-console/php-console": "^3.1.3", "phpunit/phpunit": "~4.5", "phpunit/phpunit-mock-objects": "2.3.0", - "raven/raven": "~0.11", + "raven/raven": "^0.13", "ruflin/elastica": ">=0.90 <3.0", "swiftmailer/swiftmailer": "~5.3", "videlalvaro/php-amqplib": "~2.4" @@ -2178,7 +2183,7 @@ "logging", "psr-3" ], - "time": "2015-08-31 09:17:37" + "time": "2015-10-14 12:51:02" }, { "name": "neitanod/forceutf8", @@ -2216,40 +2221,44 @@ }, { "name": "nelmio/api-doc-bundle", - "version": "2.9.0", + "version": "2.10.3", "target-dir": "Nelmio/ApiDocBundle", "source": { "type": "git", "url": "https://github.com/nelmio/NelmioApiDocBundle.git", - "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1" + "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/de31760fd84a45fadbb4fe24db050b5e29ea70d1", - "reference": "de31760fd84a45fadbb4fe24db050b5e29ea70d1", + "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/be90e8aad60b7701097b900c4a3a971a50f9862e", + "reference": "be90e8aad60b7701097b900c4a3a971a50f9862e", "shasum": "" }, "require": { "michelf/php-markdown": "~1.4", - "symfony/console": "~2.1", - "symfony/framework-bundle": "~2.1", - "symfony/twig-bundle": "~2.1" + "php": ">=5.3", + "symfony/console": "~2.3", + "symfony/framework-bundle": "~2.3", + "symfony/twig-bundle": "~2.3" }, "conflict": { "jms/serializer": "<0.12", - "jms/serializer-bundle": "<0.11" + "jms/serializer-bundle": "<0.11", + "twig/twig": "<1.12" }, "require-dev": { - "dunglas/api-bundle": "dev-master", + "dunglas/api-bundle": "~1.0", "friendsofsymfony/rest-bundle": "~1.0", "jms/serializer-bundle": ">=0.11", "sensio/framework-extra-bundle": "~3.0", - "symfony/browser-kit": "~2.1", - "symfony/css-selector": "~2.1", - "symfony/form": "~2.1", - "symfony/serializer": "~2.7@dev", - "symfony/validator": "~2.1", - "symfony/yaml": "~2.1" + "symfony/browser-kit": "~2.3", + "symfony/css-selector": "~2.3", + "symfony/finder": "~2.3", + "symfony/form": "~2.3", + "symfony/phpunit-bridge": "~2.7", + "symfony/serializer": "~2.7", + "symfony/validator": "~2.3", + "symfony/yaml": "~2.3" }, "suggest": { "dunglas/api-bundle": "For making use of resources definitions of DunglasApiBundle.", @@ -2261,7 +2270,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.9.x-dev" + "dev-master": "2.10.x-dev" } }, "autoload": { @@ -2290,7 +2299,7 @@ "documentation", "rest" ], - "time": "2015-05-16 17:16:14" + "time": "2015-10-28 09:30:40" }, { "name": "nelmio/cors-bundle", @@ -2596,19 +2605,68 @@ "description": "A lightweight implementation of CommonJS Promises/A for PHP", "time": "2015-07-03 13:48:55" }, + { + "name": "scheb/two-factor-bundle", + "version": "v1.4.7", + "source": { + "type": "git", + "url": "https://github.com/scheb/two-factor-bundle.git", + "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/scheb/two-factor-bundle/zipball/ef6830dbbf62b22efd335db8f64bf0f51d4284a2", + "reference": "ef6830dbbf62b22efd335db8f64bf0f51d4284a2", + "shasum": "" + }, + "require": { + "sonata-project/google-authenticator": "~1.0", + "symfony/symfony": "~2.1" + }, + "require-dev": { + "satooshi/php-coveralls": "~0.6", + "swiftmailer/swiftmailer": ">=4.3, <6.0", + "symfony/phpunit-bridge": "~2.7" + }, + "type": "symfony-bundle", + "autoload": { + "psr-4": { + "Scheb\\TwoFactorBundle\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Christian Scheb", + "email": "me@christianscheb.de" + } + ], + "description": "Provides two-factor authenticaton for Symfony2", + "homepage": "https://github.com/scheb/two-factor-bundle", + "keywords": [ + "Authentication", + "Symfony2", + "two-factor", + "two-step" + ], + "time": "2015-08-25 19:58:00" + }, { "name": "sensio/distribution-bundle", - "version": "v3.0.31", + "version": "v3.0.33", "target-dir": "Sensio/Bundle/DistributionBundle", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff" + "reference": "63245e12c948bf50278383e70fd5d6841af17e17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/3a900814bd57bf20f9453ae81ff8772bc95d7fff", - "reference": "3a900814bd57bf20f9453ae81ff8772bc95d7fff", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/63245e12c948bf50278383e70fd5d6841af17e17", + "reference": "63245e12c948bf50278383e70fd5d6841af17e17", "shasum": "" }, "require": { @@ -2654,7 +2712,7 @@ "configuration", "distribution" ], - "time": "2015-08-03 10:07:12" + "time": "2015-10-27 18:46:42" }, { "name": "sensio/framework-extra-bundle", @@ -2852,6 +2910,56 @@ "homepage": "http://www.pdfparser.org", "time": "2015-09-18 08:29:33" }, + { + "name": "sonata-project/google-authenticator", + "version": "1.0.2", + "source": { + "type": "git", + "url": "https://github.com/sonata-project/GoogleAuthenticator.git", + "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sonata-project/GoogleAuthenticator/zipball/72f47caddd09d09c0d3c3e046f6b435e0c004cd4", + "reference": "72f47caddd09d09c0d3c3e046f6b435e0c004cd4", + "shasum": "" + }, + "require": { + "php": ">=5.3.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Google\\Authenticator\\": "lib/", + "Google\\Authenticator\\Tests\\": "tests/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Thomas Rabaix", + "email": "thomas.rabaix@gmail.com", + "homepage": "http://sonata-project.org/" + }, + { + "name": "Christian Stocker", + "email": "me@chregu.tv" + }, + { + "name": "Andre DeMarre", + "homepage": "http://www.devnetwork.net/viewtopic.php?f=50&t=94989" + } + ], + "description": "Library to integrate Google Authenticator into a PHP project", + "homepage": "https://github.com/sonata-project/GoogleAuthenticator", + "keywords": [ + "google authenticator" + ], + "time": "2014-03-31 09:18:53" + }, { "name": "swiftmailer/swiftmailer", "version": "v5.4.1", @@ -2977,34 +3085,34 @@ }, { "name": "symfony/monolog-bundle", - "version": "v2.7.1", + "version": "2.8.1", "source": { "type": "git", "url": "https://github.com/symfony/monolog-bundle.git", - "reference": "9320b6863404c70ebe111e9040dab96f251de7ac" + "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac", - "reference": "9320b6863404c70ebe111e9040dab96f251de7ac", + "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/7117b9a145722e3c5768db4585f6ad0643ed5c4a", + "reference": "7117b9a145722e3c5768db4585f6ad0643ed5c4a", "shasum": "" }, "require": { "monolog/monolog": "~1.8", "php": ">=5.3.2", - "symfony/config": "~2.3", - "symfony/dependency-injection": "~2.3", - "symfony/http-kernel": "~2.3", - "symfony/monolog-bridge": "~2.3" + "symfony/config": "~2.3|3.*", + "symfony/dependency-injection": "~2.3|3.*", + "symfony/http-kernel": "~2.3|3.*", + "symfony/monolog-bridge": "~2.3|3.*" }, "require-dev": { - "symfony/console": "~2.3", + "symfony/console": "~2.3|3.*", "symfony/yaml": "~2.3" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "2.7.x-dev" + "dev-master": "2.8.x-dev" } }, "autoload": { @@ -3032,7 +3140,7 @@ "log", "logging" ], - "time": "2015-01-04 20:21:17" + "time": "2015-10-02 11:51:59" }, { "name": "symfony/swiftmailer-bundle", @@ -3093,20 +3201,20 @@ }, { "name": "symfony/symfony", - "version": "v2.7.4", + "version": "v2.7.6", "source": { "type": "git", "url": "https://github.com/symfony/symfony.git", - "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645" + "reference": "66b2e9662c44d478b69e48278aa54079a006eb42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/symfony/zipball/1fdf23fe28876844b887b0e1935c9adda43ee645", - "reference": "1fdf23fe28876844b887b0e1935c9adda43ee645", + "url": "https://api.github.com/repos/symfony/symfony/zipball/66b2e9662c44d478b69e48278aa54079a006eb42", + "reference": "66b2e9662c44d478b69e48278aa54079a006eb42", "shasum": "" }, "require": { - "doctrine/common": "~2.3", + "doctrine/common": "~2.4", "php": ">=5.3.9", "psr/log": "~1.0", "twig/twig": "~1.20|~2.0" @@ -3159,14 +3267,13 @@ }, "require-dev": { "doctrine/data-fixtures": "1.0.*", - "doctrine/dbal": "~2.2", + "doctrine/dbal": "~2.4", "doctrine/doctrine-bundle": "~1.2", - "doctrine/orm": "~2.2,>=2.2.3", + "doctrine/orm": "~2.4,>=2.4.5", "egulias/email-validator": "~1.2", "ircmaxell/password-compat": "~1.0", "monolog/monolog": "~1.11", - "ocramius/proxy-manager": "~0.4|~1.0", - "symfony/phpunit-bridge": "self.version" + "ocramius/proxy-manager": "~0.4|~1.0" }, "type": "library", "extra": { @@ -3211,7 +3318,7 @@ "keywords": [ "framework" ], - "time": "2015-09-08 14:26:39" + "time": "2015-10-27 19:07:24" }, { "name": "tecnickcom/tcpdf", @@ -3330,16 +3437,16 @@ }, { "name": "twig/twig", - "version": "v1.22.2", + "version": "v1.23.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a" + "reference": "5868cd822fd6cf626d5f805439575f9c323cee2a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/79249fc8c9ff62e41e217e0c630e2e00bcadda6a", - "reference": "79249fc8c9ff62e41e217e0c630e2e00bcadda6a", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/5868cd822fd6cf626d5f805439575f9c323cee2a", + "reference": "5868cd822fd6cf626d5f805439575f9c323cee2a", "shasum": "" }, "require": { @@ -3352,7 +3459,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.22-dev" + "dev-master": "1.23-dev" } }, "autoload": { @@ -3387,7 +3494,7 @@ "keywords": [ "templating" ], - "time": "2015-09-22 13:59:32" + "time": "2015-10-29 23:29:01" }, { "name": "willdurand/hateoas", @@ -3495,7 +3602,7 @@ ], "authors": [ { - "name": "William DURAND", + "name": "William Durand", "email": "william.durand1@gmail.com" } ], @@ -3548,16 +3655,16 @@ }, { "name": "willdurand/negotiation", - "version": "1.4.0", + "version": "1.5.0", "source": { "type": "git", "url": "https://github.com/willdurand/Negotiation.git", - "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3" + "reference": "2a59f2376557303e3fa91465ab691abb82945edf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/8a84c5956e765f432542fc52a8c6e9aff4508eb3", - "reference": "8a84c5956e765f432542fc52a8c6e9aff4508eb3", + "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/2a59f2376557303e3fa91465ab691abb82945edf", + "reference": "2a59f2376557303e3fa91465ab691abb82945edf", "shasum": "" }, "require": { @@ -3566,7 +3673,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -3580,7 +3687,7 @@ ], "authors": [ { - "name": "William DURAND", + "name": "William Durand", "email": "william.durand1@gmail.com" } ], @@ -3593,7 +3700,7 @@ "header", "negotiation" ], - "time": "2015-07-28 13:10:50" + "time": "2015-10-01 07:42:40" } ], "packages-dev": [ @@ -3822,16 +3929,16 @@ }, { "name": "phpunit/php-code-coverage", - "version": "2.2.3", + "version": "2.2.4", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f" + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef1ca6835468857944d5c3b48fa503d5554cff2f", - "reference": "ef1ca6835468857944d5c3b48fa503d5554cff2f", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979", + "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979", "shasum": "" }, "require": { @@ -3880,7 +3987,7 @@ "testing", "xunit" ], - "time": "2015-09-14 06:51:16" + "time": "2015-10-06 15:47:00" }, { "name": "phpunit/php-file-iterator", @@ -4062,16 +4169,16 @@ }, { "name": "phpunit/phpunit", - "version": "4.8.9", + "version": "4.8.16", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b" + "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/73fad41adb5b7bc3a494bb930d90648df1d5e74b", - "reference": "73fad41adb5b7bc3a494bb930d90648df1d5e74b", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/625f8c345606ed0f3a141dfb88f4116f0e22978e", + "reference": "625f8c345606ed0f3a141dfb88f4116f0e22978e", "shasum": "" }, "require": { @@ -4130,20 +4237,20 @@ "testing", "xunit" ], - "time": "2015-09-20 12:56:44" + "time": "2015-10-23 06:48:33" }, { "name": "phpunit/phpunit-mock-objects", - "version": "2.3.7", + "version": "2.3.8", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git", - "reference": "5e2645ad49d196e020b85598d7c97e482725786a" + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/5e2645ad49d196e020b85598d7c97e482725786a", - "reference": "5e2645ad49d196e020b85598d7c97e482725786a", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983", + "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983", "shasum": "" }, "require": { @@ -4186,7 +4293,7 @@ "mock", "xunit" ], - "time": "2015-08-19 09:14:08" + "time": "2015-10-02 06:51:40" }, { "name": "sebastian/comparator", @@ -4422,16 +4529,16 @@ }, { "name": "sebastian/global-state", - "version": "1.0.0", + "version": "1.1.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01" + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/c7428acdb62ece0a45e6306f1ae85e1c05b09c01", - "reference": "c7428acdb62ece0a45e6306f1ae85e1c05b09c01", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4", + "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4", "shasum": "" }, "require": { @@ -4469,7 +4576,7 @@ "keywords": [ "global state" ], - "time": "2014-10-06 09:23:50" + "time": "2015-10-12 03:26:01" }, { "name": "sebastian/recursion-context",