From 85bb99a42a21a050f8af4468f0cce5c88b157c15 Mon Sep 17 00:00:00 2001 From: ElectricMaxxx Date: Wed, 16 Aug 2017 10:28:58 +0200 Subject: [PATCH 1/2] add new releases of routing-auto, routing-auto-bundle and sonata-doctrine-phpcr-admin-bundle --- composer.lock | 344 ++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 246 insertions(+), 98 deletions(-) diff --git a/composer.lock b/composer.lock index 66b524b4..4ab371c2 100644 --- a/composer.lock +++ b/composer.lock @@ -1794,23 +1794,24 @@ }, { "name": "jms/metadata", - "version": "1.5.1", + "version": "1.6.0", "source": { "type": "git", "url": "https://github.com/schmittjoh/metadata.git", - "reference": "22b72455559a25777cfd28c4ffda81ff7639f353" + "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353", - "reference": "22b72455559a25777cfd28c4ffda81ff7639f353", + "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/6a06970a10e0a532fb52d3959547123b84a3b3ab", + "reference": "6a06970a10e0a532fb52d3959547123b84a3b3ab", "shasum": "" }, "require": { "php": ">=5.3.0" }, "require-dev": { - "doctrine/cache": "~1.0" + "doctrine/cache": "~1.0", + "symfony/cache": "~3.1" }, "type": "library", "extra": { @@ -1825,14 +1826,12 @@ }, "notification-url": "https://packagist.org/downloads/", "license": [ - "Apache" + "Apache-2.0" ], "authors": [ { - "name": "Johannes Schmitt", - "email": "schmittjoh@gmail.com", - "homepage": "https://github.com/schmittjoh", - "role": "Developer of wrapped JMSSerializerBundle" + "name": "Johannes M. Schmitt", + "email": "schmittjoh@gmail.com" } ], "description": "Class/method/property metadata management in PHP", @@ -1842,7 +1841,7 @@ "xml", "yaml" ], - "time": "2014-07-12 07:13:19" + "time": "2016-12-05 10:18:33" }, { "name": "jms/parser-lib", @@ -2609,6 +2608,152 @@ ], "time": "2017-03-02 07:29:32" }, + { + "name": "phpdocumentor/reflection-common", + "version": "1.0", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionCommon.git", + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c", + "shasum": "" + }, + "require": { + "php": ">=5.5" + }, + "require-dev": { + "phpunit/phpunit": "^4.6" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jaap van Otterdijk", + "email": "opensource@ijaap.nl" + } + ], + "description": "Common reflection classes used by phpdocumentor to reflect the code structure", + "homepage": "http://www.phpdoc.org", + "keywords": [ + "FQSEN", + "phpDocumentor", + "phpdoc", + "reflection", + "static analysis" + ], + "time": "2015-12-27 11:43:31" + }, + { + "name": "phpdocumentor/reflection-docblock", + "version": "3.1.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "reference": "8331b5efe816ae05461b7ca1e721c01b46bafb3e", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0@dev", + "phpdocumentor/type-resolver": "^0.2.0", + "webmozart/assert": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^4.4" + }, + "type": "library", + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.", + "time": "2016-09-30 07:12:33" + }, + { + "name": "phpdocumentor/type-resolver", + "version": "0.2.1", + "source": { + "type": "git", + "url": "https://github.com/phpDocumentor/TypeResolver.git", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "reference": "e224fb2ea2fba6d3ad6fdaef91cd09a172155ccb", + "shasum": "" + }, + "require": { + "php": ">=5.5", + "phpdocumentor/reflection-common": "^1.0" + }, + "require-dev": { + "mockery/mockery": "^0.9.4", + "phpunit/phpunit": "^5.2||^4.8.24" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "phpDocumentor\\Reflection\\": [ + "src/" + ] + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Mike van Riel", + "email": "me@mikevanriel.com" + } + ], + "time": "2016-11-25 06:54:22" + }, { "name": "phpoption/phpoption", "version": "1.5.0", @@ -3022,16 +3167,16 @@ }, { "name": "sensiolabs/security-checker", - "version": "v4.1.1", + "version": "v4.1.4", "source": { "type": "git", "url": "https://github.com/sensiolabs/security-checker.git", - "reference": "cf61ce9d9706ba35e60a894fe6f3584c6d0e5c9f" + "reference": "72f4238707071459a6680854c8c74a0ebb999549" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/cf61ce9d9706ba35e60a894fe6f3584c6d0e5c9f", - "reference": "cf61ce9d9706ba35e60a894fe6f3584c6d0e5c9f", + "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/72f4238707071459a6680854c8c74a0ebb999549", + "reference": "72f4238707071459a6680854c8c74a0ebb999549", "shasum": "" }, "require": { @@ -3063,20 +3208,20 @@ } ], "description": "A security checker for your composer.lock", - "time": "2017-07-28 18:31:05" + "time": "2017-08-14 18:42:49" }, { "name": "sonata-project/admin-bundle", - "version": "3.20.1", + "version": "3.21.0", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataAdminBundle.git", - "reference": "10c27f6ee911c452ee67059bfdc1a1fca8953904" + "reference": "f9efb1a88da25461196510ba7b7ec8df94ae97cb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/10c27f6ee911c452ee67059bfdc1a1fca8953904", - "reference": "10c27f6ee911c452ee67059bfdc1a1fca8953904", + "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/f9efb1a88da25461196510ba7b7ec8df94ae97cb", + "reference": "f9efb1a88da25461196510ba7b7ec8df94ae97cb", "shasum": "" }, "require": { @@ -3162,7 +3307,7 @@ "bootstrap", "sonata" ], - "time": "2017-06-27 15:41:31" + "time": "2017-08-14 08:42:47" }, { "name": "sonata-project/block-bundle", @@ -3517,23 +3662,23 @@ }, { "name": "sonata-project/doctrine-phpcr-admin-bundle", - "version": "2.0.0-RC4", + "version": "2.0.0-RC5", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataDoctrinePhpcrAdminBundle.git", - "reference": "ff6f36e426ac87f2e4706f71dd71e358b5090502" + "reference": "bb238e5624d0fe72a6e75973d05dbdc9e3a14660" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataDoctrinePhpcrAdminBundle/zipball/ff6f36e426ac87f2e4706f71dd71e358b5090502", - "reference": "ff6f36e426ac87f2e4706f71dd71e358b5090502", + "url": "https://api.github.com/repos/sonata-project/SonataDoctrinePhpcrAdminBundle/zipball/bb238e5624d0fe72a6e75973d05dbdc9e3a14660", + "reference": "bb238e5624d0fe72a6e75973d05dbdc9e3a14660", "shasum": "" }, "require": { "doctrine/phpcr-bundle": "^1.1", - "doctrine/phpcr-odm": "^1.1 || ^2.0", + "doctrine/phpcr-odm": "^1.3 || ^2.0", "php": "^5.6 || ^7.0", - "sonata-project/admin-bundle": "^3.1", + "sonata-project/admin-bundle": "^3.21.0", "sonata-project/block-bundle": "^3.0", "symfony-cmf/resource-rest-bundle": "^1.0", "symfony-cmf/tree-browser-bundle": "^2.0", @@ -3545,13 +3690,14 @@ }, "require-dev": { "dantleech/glob-finder": "1.*", - "jackalope/jackalope-jackrabbit": "^1.0", + "jackalope/jackalope-jackrabbit": "^1.3", "matthiasnoback/symfony-dependency-injection-test": "^1.1", "puli/repository": "@beta", "sllh/php-cs-fixer-styleci-bridge": "^2.0", "sonata-project/core-bundle": "@dev", - "symfony-cmf/resource": "@dev", - "symfony-cmf/resource-bundle": "@dev", + "symfony-cmf/resource": "^1.0", + "symfony-cmf/resource-bundle": "^1.0", + "symfony-cmf/testing": "^2.0", "symfony/phpunit-bridge": "^2.8 || ^3.0", "symfony/security-acl": "^2.8 || ^3.0" }, @@ -3588,7 +3734,7 @@ "bootstrap", "sonata" ], - "time": "2017-07-31 15:29:22" + "time": "2017-08-16 07:22:48" }, { "name": "sonata-project/exporter", @@ -4340,20 +4486,20 @@ }, { "name": "symfony-cmf/routing-auto", - "version": "2.0.0-RC2", + "version": "2.0.0-RC5", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing-auto.git", - "reference": "a3a7cada5d5ce5e691a74b11d57e512380436d6a" + "reference": "0ab409a6c0329ee0c6491f24b1b0746b88cbf207" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/routing-auto/zipball/a3a7cada5d5ce5e691a74b11d57e512380436d6a", - "reference": "a3a7cada5d5ce5e691a74b11d57e512380436d6a", + "url": "https://api.github.com/repos/symfony-cmf/routing-auto/zipball/0ab409a6c0329ee0c6491f24b1b0746b88cbf207", + "reference": "0ab409a6c0329ee0c6491f24b1b0746b88cbf207", "shasum": "" }, "require": { - "jms/metadata": "1.5.*", + "jms/metadata": "^1.5", "php": "^5.6|^7.0", "symfony-cmf/routing": "^1.2|^2.0", "symfony-cmf/slugifier-api": "^1.0|^2.0", @@ -4394,26 +4540,27 @@ ], "description": "Component for automatically creating and managing routes for persisted objects", "homepage": "http://cmf.symfony.com", - "time": "2017-06-18 08:37:49" + "time": "2017-08-16 07:36:08" }, { "name": "symfony-cmf/routing-auto-bundle", - "version": "2.0.0-RC2", + "version": "2.0.0-RC3", "source": { "type": "git", "url": "https://github.com/symfony-cmf/routing-auto-bundle.git", - "reference": "c30ce6897c7de4a24b69e9fe85da2438db582372" + "reference": "776f2f718cedb603e6ca87d5849fae23c6f7d0d4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony-cmf/routing-auto-bundle/zipball/c30ce6897c7de4a24b69e9fe85da2438db582372", - "reference": "c30ce6897c7de4a24b69e9fe85da2438db582372", + "url": "https://api.github.com/repos/symfony-cmf/routing-auto-bundle/zipball/776f2f718cedb603e6ca87d5849fae23c6f7d0d4", + "reference": "776f2f718cedb603e6ca87d5849fae23c6f7d0d4", "shasum": "" }, "require": { "aferrandini/urlizer": "1.0.*", "php": "^5.6|^7.0", - "symfony-cmf/routing-auto": "^2.0.0-RC2", + "phpdocumentor/reflection-docblock": "^3.1, !=3.2.0", + "symfony-cmf/routing-auto": "^2.0.0-RC5", "symfony-cmf/routing-bundle": "^1.2.0|^2.0", "symfony/framework-bundle": "^2.8|^3.0" }, @@ -4453,7 +4600,7 @@ ], "description": "Bundle which automatically creates and manages routes for persisted objects", "homepage": "http://cmf.symfony.com", - "time": "2017-06-19 06:40:02" + "time": "2017-08-16 07:55:02" }, { "name": "symfony-cmf/routing-bundle", @@ -4951,16 +5098,16 @@ }, { "name": "symfony/polyfill-apcu", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-apcu.git", - "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2" + "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/2e7965b8cdfbba50d0092d3f6dca97dddec409e2", - "reference": "2e7965b8cdfbba50d0092d3f6dca97dddec409e2", + "url": "https://api.github.com/repos/symfony/polyfill-apcu/zipball/cec32398a973a9bfe9d2f94f4b5d5e186b40b698", + "reference": "cec32398a973a9bfe9d2f94f4b5d5e186b40b698", "shasum": "" }, "require": { @@ -4969,7 +5116,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5000,20 +5147,20 @@ "portable", "shim" ], - "time": "2017-06-09 08:25:21" + "time": "2017-07-05 15:09:33" }, { "name": "symfony/polyfill-intl-icu", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-icu.git", - "reference": "3191cbe0ce64987bd382daf6724af31c53daae01" + "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/3191cbe0ce64987bd382daf6724af31c53daae01", - "reference": "3191cbe0ce64987bd382daf6724af31c53daae01", + "url": "https://api.github.com/repos/symfony/polyfill-intl-icu/zipball/4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", + "reference": "4aa0b65dc71a7369c1e7e6e2a3ca027d9decdb09", "shasum": "" }, "require": { @@ -5026,7 +5173,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5058,20 +5205,20 @@ "portable", "shim" ], - "time": "2017-06-09 08:25:21" + "time": "2017-06-14 15:44:48" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937" + "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/f29dca382a6485c3cbe6379f0c61230167681937", - "reference": "f29dca382a6485c3cbe6379f0c61230167681937", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/7c8fae0ac1d216eb54349e6a8baa57d515fe8803", + "reference": "7c8fae0ac1d216eb54349e6a8baa57d515fe8803", "shasum": "" }, "require": { @@ -5083,7 +5230,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5117,20 +5264,20 @@ "portable", "shim" ], - "time": "2017-06-09 14:24:12" + "time": "2017-06-14 15:44:48" }, { "name": "symfony/polyfill-php56", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php56.git", - "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929" + "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/bc0b7d6cb36b10cfabb170a3e359944a95174929", - "reference": "bc0b7d6cb36b10cfabb170a3e359944a95174929", + "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/e85ebdef569b84e8709864e1a290c40f156b30ca", + "reference": "e85ebdef569b84e8709864e1a290c40f156b30ca", "shasum": "" }, "require": { @@ -5140,7 +5287,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5173,20 +5320,20 @@ "portable", "shim" ], - "time": "2017-06-09 08:25:21" + "time": "2017-06-14 15:44:48" }, { "name": "symfony/polyfill-php70", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php70.git", - "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874" + "reference": "b6482e68974486984f59449ecea1fbbb22ff840f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/032fd647d5c11a9ceab8ee8747e13b5448e93874", - "reference": "032fd647d5c11a9ceab8ee8747e13b5448e93874", + "url": "https://api.github.com/repos/symfony/polyfill-php70/zipball/b6482e68974486984f59449ecea1fbbb22ff840f", + "reference": "b6482e68974486984f59449ecea1fbbb22ff840f", "shasum": "" }, "require": { @@ -5196,7 +5343,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5232,20 +5379,20 @@ "portable", "shim" ], - "time": "2017-06-09 14:24:12" + "time": "2017-06-14 15:44:48" }, { "name": "symfony/polyfill-util", - "version": "v1.4.0", + "version": "v1.5.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-util.git", - "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d" + "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", - "reference": "ebccbde4aad410f6438d86d7d261c6b4d2b9a51d", + "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/67925d1cf0b84bd234a83bebf26d4eb281744c6d", + "reference": "67925d1cf0b84bd234a83bebf26d4eb281744c6d", "shasum": "" }, "require": { @@ -5254,7 +5401,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "1.4-dev" + "dev-master": "1.5-dev" } }, "autoload": { @@ -5284,7 +5431,7 @@ "polyfill", "shim" ], - "time": "2017-06-09 08:25:21" + "time": "2017-07-05 15:09:33" }, { "name": "symfony/security-acl", @@ -6221,16 +6368,16 @@ }, { "name": "zendframework/zend-validator", - "version": "2.9.2", + "version": "2.10.0", "source": { "type": "git", "url": "https://github.com/zendframework/zend-validator.git", - "reference": "a58dbe8463b93de0d650e296d56cb7da4a129ff3" + "reference": "07ef29e31353592e99eb32b2feb7248681ffb630" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/a58dbe8463b93de0d650e296d56cb7da4a129ff3", - "reference": "a58dbe8463b93de0d650e296d56cb7da4a129ff3", + "url": "https://api.github.com/repos/zendframework/zend-validator/zipball/07ef29e31353592e99eb32b2feb7248681ffb630", + "reference": "07ef29e31353592e99eb32b2feb7248681ffb630", "shasum": "" }, "require": { @@ -6249,7 +6396,7 @@ "zendframework/zend-i18n": "^2.6", "zendframework/zend-math": "^2.6", "zendframework/zend-servicemanager": "^2.7.5 || ^3.0.3", - "zendframework/zend-session": "^2.6.2", + "zendframework/zend-session": "^2.8", "zendframework/zend-uri": "^2.5" }, "suggest": { @@ -6259,14 +6406,14 @@ "zendframework/zend-i18n-resources": "Translations of validator messages", "zendframework/zend-math": "Zend\\Math component, required by the Csrf validator", "zendframework/zend-servicemanager": "Zend\\ServiceManager component to allow using the ValidatorPluginManager and validator chains", - "zendframework/zend-session": "Zend\\Session component, required by the Csrf validator", + "zendframework/zend-session": "Zend\\Session component, ^2.8; required by the Csrf validator", "zendframework/zend-uri": "Zend\\Uri component, required by the Uri and Sitemap\\Loc validators" }, "type": "library", "extra": { "branch-alias": { - "dev-master": "2.9-dev", - "dev-develop": "2.10-dev" + "dev-master": "2.10-dev", + "dev-develop": "2.11-dev" }, "zf": { "component": "Zend\\Validator", @@ -6288,33 +6435,34 @@ "validator", "zf2" ], - "time": "2017-07-20 16:44:59" + "time": "2017-08-14 20:36:46" } ], "packages-dev": [ { "name": "friendsofsymfony/jsrouting-bundle", - "version": "1.6.0", + "version": "1.6.2", "source": { "type": "git", "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git", - "reference": "2f52d924692647db02bbcb27c159fef03bf000c9" + "reference": "11424b43c3bcb020a60caa6d6f97acdd125c34ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/2f52d924692647db02bbcb27c159fef03bf000c9", - "reference": "2f52d924692647db02bbcb27c159fef03bf000c9", + "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/11424b43c3bcb020a60caa6d6f97acdd125c34ca", + "reference": "11424b43c3bcb020a60caa6d6f97acdd125c34ca", "shasum": "" }, "require": { "php": ">=5.3.2", - "symfony/console": "~2.0|3.*", - "symfony/framework-bundle": "~2.0|3.*", - "symfony/serializer": "~2.0|3.*", + "symfony/console": "~2.3|3.*", + "symfony/framework-bundle": "~2.3|3.*", + "symfony/serializer": "~2.3|3.*", "willdurand/jsonp-callback-validator": "~1.0" }, "require-dev": { - "symfony/expression-language": "~2.4|3.*" + "symfony/expression-language": "~2.4|3.*", + "symfony/phpunit-bridge": "^3.3" }, "type": "symfony-bundle", "extra": { @@ -6348,7 +6496,7 @@ "javascript", "routing" ], - "time": "2015-10-28 15:08:39" + "time": "2017-08-10 12:17:19" }, { "name": "liip/functional-test-bundle", @@ -6536,7 +6684,7 @@ }, { "name": "symfony/phpunit-bridge", - "version": "v3.3.5", + "version": "v3.3.6", "source": { "type": "git", "url": "https://github.com/symfony/phpunit-bridge.git", From 57f912047bd540638e2494a5f34848889977eb48 Mon Sep 17 00:00:00 2001 From: Maximilian Berghoff Date: Wed, 16 Aug 2017 09:06:48 +0000 Subject: [PATCH 2/2] Apply fixes from StyleCI [ci skip] [skip ci] --- src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php | 1 + src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php | 1 + src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php | 1 + src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php | 1 + 4 files changed, 4 insertions(+) diff --git a/src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php b/src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php index f2ed179d..6df5c05f 100644 --- a/src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php +++ b/src/AppBundle/DataFixtures/PHPCR/LoadMenuData.php @@ -37,6 +37,7 @@ public function load(ObjectManager $manager) { if (!$manager instanceof DocumentManager) { $class = get_class($manager); + throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given."); } diff --git a/src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php b/src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php index 20507663..7f58e866 100644 --- a/src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php +++ b/src/AppBundle/DataFixtures/PHPCR/LoadNewsData.php @@ -33,6 +33,7 @@ public function load(ObjectManager $manager) { if (!$manager instanceof DocumentManager) { $class = get_class($manager); + throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given."); } diff --git a/src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php b/src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php index 2b1cb477..72bd0547 100644 --- a/src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php +++ b/src/AppBundle/DataFixtures/PHPCR/LoadRoutingData.php @@ -44,6 +44,7 @@ public function load(ObjectManager $manager) { if (!$manager instanceof DocumentManager) { $class = get_class($manager); + throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given."); } diff --git a/src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php b/src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php index ad9075f8..5ba074fd 100644 --- a/src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php +++ b/src/AppBundle/DataFixtures/PHPCR/LoadStaticPageData.php @@ -38,6 +38,7 @@ public function load(ObjectManager $manager) { if (!$manager instanceof DocumentManager) { $class = get_class($manager); + throw new \RuntimeException("Fixture requires a PHPCR ODM DocumentManager instance, instance of '$class' given."); }