From a4219f4125beb0cf1e273232d0e56d418ee27179 Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Wed, 14 Sep 2016 20:31:43 +0300 Subject: [PATCH] update deps --- composer.json | 46 ++--- composer.lock | 485 +++++++++++++++++++++++--------------------------- 2 files changed, 244 insertions(+), 287 deletions(-) diff --git a/composer.json b/composer.json index b94b70e..39c6ea1 100644 --- a/composer.json +++ b/composer.json @@ -23,42 +23,42 @@ ] }, "require": { - "php": ">=5.3.9", - "authorizenet/authorizenet": "*", - "crevillo/payum-redsys": "*", + "php": ">=5.5", + "authorizenet/authorizenet": "^1.8", + "crevillo/payum-redsys": "^1", "doctrine/doctrine-bundle": "~1.4", - "doctrine/mongodb-odm": "*", - "doctrine/mongodb-odm-bundle": "*", - "doctrine/orm": "^2.4.8", - "fp/klarna-invoice": "*", + "doctrine/mongodb-odm": "^1", + "doctrine/mongodb-odm-bundle": "^3", + "doctrine/orm": "^2.5", + "fp/klarna-invoice": "^0.1", "incenteev/composer-parameter-handler": "~2.0", - "klarna/checkout": "*", - "jms/payment-paypal-bundle": "*", - "omnipay/stripe": "*", - "omnipay/paypal": "*", - "paypal/rest-api-sdk-php": "*", - "payum/omnipay-bridge": "*", - "payum/payum-bundle": "*", - "payum/payum": "1.3.6", + "klarna/checkout": "^2", + "jms/payment-paypal-bundle": "^1", + "omnipay/stripe": "^2", + "omnipay/paypal": "^2", + "paypal/rest-api-sdk-php": "^1", + "payum/omnipay-bridge": "^1", + "payum/payum-bundle": "^2", + "payum/payum": "^1.3", "payum/jms-payment-bridge": "^1", - "php-http/guzzle6-adapter": "*", - "phpxmlrpc/phpxmlrpc": "*", + "php-http/guzzle6-adapter": "^1", + "phpxmlrpc/phpxmlrpc": "^3", "sensio/distribution-bundle": "~5.0", "sensio/framework-extra-bundle": "^3.0.2", - "sofort/sofortlib-php": "*", - "sonata-project/doctrine-orm-admin-bundle": "*", - "stripe/stripe-php": "*", + "sofort/sofortlib-php": "^3", + "sonata-project/doctrine-orm-admin-bundle": "^2.3", + "stripe/stripe-php": "^2", "symfony/assetic-bundle": "^2.3", "symfony/monolog-bundle": "~2.4", - "symfony/symfony": "2.8.*", + "symfony/symfony": "^2.8", "symfony/swiftmailer-bundle": "~2.3", - "twig/extensions": "~1.0" + "twig/extensions": "^1" }, "require-dev": { "friendsofphp/php-cs-fixer": "*", "sensio/generator-bundle": "~3.0", "symfony/phpunit-bridge": "~2.7", - "phpunit/phpunit": "*" + "phpunit/phpunit": "^5" }, "scripts": { "symfony-scripts": [ diff --git a/composer.lock b/composer.lock index f3f8a15..7734426 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +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": "00f51b2a2a3f068106b1c0173eeed561", - "content-hash": "5947d2ffd036eb504cd0e8159d4f4005", + "hash": "8d53c465b7341fb6d182fe57bf753dfd", + "content-hash": "a995ae610a73ed6cbc1bc64c7d9ab598", "packages": [ { "name": "authorizenet/authorizenet", @@ -510,16 +510,16 @@ }, { "name": "doctrine/dbal", - "version": "v2.5.4", + "version": "v2.5.5", "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769" + "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769", - "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", + "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9", "shasum": "" }, "require": { @@ -528,7 +528,7 @@ }, "require-dev": { "phpunit/phpunit": "4.*", - "symfony/console": "2.*" + "symfony/console": "2.*||^3.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files." @@ -577,7 +577,7 @@ "persistence", "queryobject" ], - "time": "2016-01-05 22:11:12" + "time": "2016-09-09 19:13:33" }, { "name": "doctrine/doctrine-bundle", @@ -1157,16 +1157,16 @@ }, { "name": "doctrine/orm", - "version": "v2.5.4", + "version": "v2.5.5", "source": { "type": "git", "url": "https://github.com/doctrine/doctrine2.git", - "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab" + "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/bc4ddbfb0114cb33438cc811c9a740d8aa304aab", - "reference": "bc4ddbfb0114cb33438cc811c9a740d8aa304aab", + "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", + "reference": "73e4be7c7b3ba26f96b781a40b33feba4dfa6d45", "shasum": "" }, "require": { @@ -1229,7 +1229,7 @@ "database", "orm" ], - "time": "2016-01-05 21:34:58" + "time": "2016-09-10 18:51:13" }, { "name": "fp/klarna-invoice", @@ -2023,27 +2023,26 @@ }, { "name": "klarna/checkout", - "version": "v4.0.0", + "version": "v2.0.0", "source": { "type": "git", "url": "https://github.com/klarna/kco_php.git", - "reference": "00f1deed2155e525bb36d87a93c1471ba3333baf" + "reference": "00d5ab4cb4a84252ba506c5e60c87e8ee71f7798" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/klarna/kco_php/zipball/00f1deed2155e525bb36d87a93c1471ba3333baf", - "reference": "00f1deed2155e525bb36d87a93c1471ba3333baf", + "url": "https://api.github.com/repos/klarna/kco_php/zipball/00d5ab4cb4a84252ba506c5e60c87e8ee71f7798", + "reference": "00d5ab4cb4a84252ba506c5e60c87e8ee71f7798", "shasum": "" }, "require": { - "ext-curl": "*", - "php": ">=5.3.0" + "php": ">=5.2.16" }, "require-dev": { - "phpmd/phpmd": "~2.2", - "phpunit/phpunit": "~4.6", + "phpmd/phpmd": "~1.5", + "phpunit/phpunit": "~3.7", "satooshi/php-coveralls": "~0.6", - "squizlabs/php_codesniffer": "~2.3" + "squizlabs/php_codesniffer": "~1.5" }, "type": "library", "autoload": { @@ -2057,7 +2056,7 @@ ], "description": "Wrapper for the Klarna Checkout API", "homepage": "http://developers.klarna.com", - "time": "2015-06-11 12:26:37" + "time": "2015-03-18 16:04:58" }, { "name": "knplabs/knp-menu", @@ -2501,16 +2500,16 @@ }, { "name": "omnipay/paypal", - "version": "v2.5.5", + "version": "v2.6.0", "source": { "type": "git", "url": "https://github.com/thephpleague/omnipay-paypal.git", - "reference": "ec7fc864ae0699dd832cd727da26286a5354a35e" + "reference": "592f1cca058200adc76ed9599b13f21e81e01dda" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/ec7fc864ae0699dd832cd727da26286a5354a35e", - "reference": "ec7fc864ae0699dd832cd727da26286a5354a35e", + "url": "https://api.github.com/repos/thephpleague/omnipay-paypal/zipball/592f1cca058200adc76ed9599b13f21e81e01dda", + "reference": "592f1cca058200adc76ed9599b13f21e81e01dda", "shasum": "" }, "require": { @@ -2555,7 +2554,7 @@ "paypal", "purchase" ], - "time": "2016-07-15 04:26:38" + "time": "2016-09-06 04:15:04" }, { "name": "omnipay/stripe", @@ -3501,42 +3500,27 @@ }, { "name": "phpxmlrpc/phpxmlrpc", - "version": "4.1.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/gggeek/phpxmlrpc.git", - "reference": "6a87bde9d1b40ea8d249d47ddac367d9ed944b32" + "reference": "490862c33009397151ac39c811b6ee8e24689692" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/6a87bde9d1b40ea8d249d47ddac367d9ed944b32", - "reference": "6a87bde9d1b40ea8d249d47ddac367d9ed944b32", + "url": "https://api.github.com/repos/gggeek/phpxmlrpc/zipball/490862c33009397151ac39c811b6ee8e24689692", + "reference": "490862c33009397151ac39c811b6ee8e24689692", "shasum": "" }, "require": { - "ext-xml": "*", - "php": ">=5.3.0" - }, - "require-dev": { - "codeclimate/php-test-reporter": "dev-master", - "docbook/docbook-xsl": "~1.78", - "ext-curl": "*", - "ext-mbstring": "*", - "indeyets/pake": "~1.99", - "phpunit/phpunit": ">=4.0.0", - "phpunit/phpunit-selenium": "*", - "sami/sami": "~3.1" - }, - "suggest": { - "ext-curl": "Needed for HTTPS and HTTP 1.1 support, NTLM Auth etc...", - "ext-mbstring": "Needed to allow reception of requests/responses in character sets other than ASCII,LATIN-1,UTF-8", - "ext-zlib": "Needed for sending compressed requests and receiving compressed responses, if cURL is not available" + "php": ">=5.1.0" }, "type": "library", "autoload": { - "psr-4": { - "PhpXmlRpc\\": "src/" - } + "classmap": [ + "lib/xmlrpc.inc", + "lib/xmlrpcs.inc" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3548,7 +3532,7 @@ "webservices", "xmlrpc" ], - "time": "2016-06-26 20:01:01" + "time": "2015-04-19 00:17:47" }, { "name": "psr/http-message", @@ -3640,16 +3624,16 @@ }, { "name": "sensio/distribution-bundle", - "version": "v5.0.9", + "version": "v5.0.11", "source": { "type": "git", "url": "https://github.com/sensiolabs/SensioDistributionBundle.git", - "reference": "e5e0d8d06b07864b2752bd865537b0817edf4c5a" + "reference": "fc3d3998527726761e140715e6e439780a31eec4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/e5e0d8d06b07864b2752bd865537b0817edf4c5a", - "reference": "e5e0d8d06b07864b2752bd865537b0817edf4c5a", + "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/fc3d3998527726761e140715e6e439780a31eec4", + "reference": "fc3d3998527726761e140715e6e439780a31eec4", "shasum": "" }, "require": { @@ -3688,7 +3672,7 @@ "configuration", "distribution" ], - "time": "2016-09-06 01:05:01" + "time": "2016-09-12 14:16:31" }, { "name": "sensio/framework-extra-bundle", @@ -3752,6 +3736,58 @@ ], "time": "2016-03-25 17:08:27" }, + { + "name": "sensio/generator-bundle", + "version": "v3.0.8", + "source": { + "type": "git", + "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", + "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/3c20d16512f37d2be159eca0411b99a141b90fa4", + "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4", + "shasum": "" + }, + "require": { + "symfony/console": "~2.7|~3.0", + "symfony/framework-bundle": "~2.7|~3.0", + "symfony/process": "~2.7|~3.0", + "symfony/yaml": "~2.7|~3.0" + }, + "require-dev": { + "doctrine/orm": "~2.4", + "symfony/doctrine-bridge": "~2.7|~3.0", + "twig/twig": "~1.18" + }, + "type": "symfony-bundle", + "extra": { + "branch-alias": { + "dev-master": "3.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "Sensio\\Bundle\\GeneratorBundle\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + } + ], + "description": "This bundle generates code for you", + "time": "2016-09-06 01:30:19" + }, { "name": "sensiolabs/security-checker", "version": "v3.0.2", @@ -3840,75 +3876,66 @@ }, { "name": "sonata-project/admin-bundle", - "version": "3.7.0", + "version": "2.3.10", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataAdminBundle.git", - "reference": "e9c99801c20ff85f7b954c61e48a63ad578d2179" + "reference": "66cb40000d66c53aa9f2f4e8de80338e0ada67ef" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/e9c99801c20ff85f7b954c61e48a63ad578d2179", - "reference": "e9c99801c20ff85f7b954c61e48a63ad578d2179", + "url": "https://api.github.com/repos/sonata-project/SonataAdminBundle/zipball/66cb40000d66c53aa9f2f4e8de80338e0ada67ef", + "reference": "66cb40000d66c53aa9f2f4e8de80338e0ada67ef", "shasum": "" }, "require": { - "doctrine/common": "^2.2", - "doctrine/inflector": "^1.0", - "knplabs/knp-menu-bundle": "^2.1.1", - "php": "^5.3 || ^7.0", - "sonata-project/block-bundle": "^3.1.1", - "sonata-project/core-bundle": "^3.1", - "sonata-project/exporter": "^1.0", - "symfony/class-loader": "^2.3 || ^3.0", - "symfony/config": "^2.3.9 || ^3.0", - "symfony/console": "^2.3 || ^3.0", - "symfony/dependency-injection": "^2.3.3 || ^3.0", - "symfony/expression-language": "^2.4 || ^3.0", - "symfony/form": "^2.3.5 || ^3.0", - "symfony/http-foundation": "^2.3 || ^3.0", - "symfony/property-access": "^2.3 || ^3.0", - "symfony/routing": "^2.3 || ^3.0", - "symfony/security-acl": "^2.3 || ^3.0", - "symfony/security-bundle": "^2.3 || ^3.0", - "symfony/templating": "^2.3 || ^3.0", - "symfony/translation": "^2.3 || ^3.0", - "symfony/twig-bridge": "^2.3.5 || ^3.0", - "symfony/validator": "^2.3 || ^3.0", - "twig/extensions": "^1.0", - "twig/twig": "^1.23" + "doctrine/common": "~2.2", + "doctrine/inflector": "~1.0", + "knplabs/knp-menu": ">=1.1.0,<3.0.0", + "knplabs/knp-menu-bundle": ">=1.1.0,<3.0.0", + "sensio/generator-bundle": "~2.3|^3.0", + "sonata-project/block-bundle": "~2.2,>=2.2.7,<2.3", + "sonata-project/core-bundle": "^2.2.1", + "sonata-project/exporter": "~1.0", + "symfony/class-loader": "~2.3", + "symfony/config": "~2.3", + "symfony/console": "~2.3", + "symfony/expression-language": "~2.4", + "symfony/form": "~2.3", + "symfony/http-foundation": "~2.3", + "symfony/property-access": "~2.3", + "symfony/routing": "~2.3", + "symfony/security-acl": "~2.4", + "symfony/security-bundle": "~2.3", + "symfony/twig-bridge": "~2.3", + "symfony/twig-bundle": "~2.3", + "symfony/validator": "~2.3", + "twig/extensions": "~1.0", + "twig/twig": "~1.15" }, "conflict": { - "jms/di-extra-bundle": "<1.7.0" + "symfony/security": ">2.8.999" }, "require-dev": { - "jms/di-extra-bundle": "^1.7", - "jms/translation-bundle": "^1.2", - "sensio/generator-bundle": "^2.3 || ^3.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "sonata-project/intl-bundle": "^2.2.4", - "symfony/phpunit-bridge": "^2.7 || ^3.0", - "symfony/yaml": "^2.3 || ^3.0" + "jms/translation-bundle": "~1.1", + "sonata-project/intl-bundle": "~2.1", + "symfony/phpunit-bridge": "~2.7|~3.0", + "symfony/yaml": "~2.3" }, "suggest": { - "jms/di-extra-bundle": "Annotations for Admin definition", "jms/translation-bundle": "Extract message keys from Admins", - "sensio/generator-bundle": "Add sonata:admin:generate command", "sonata-project/intl-bundle": "Add localized date and number into the list" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { "psr-4": { "Sonata\\AdminBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -3925,7 +3952,7 @@ "homepage": "https://sonata-project.org" } ], - "description": "The missing Symfony Admin Generator", + "description": "Symfony SonataAdminBundle", "homepage": "https://sonata-project.org/bundles/admin", "keywords": [ "Admin Generator", @@ -3933,79 +3960,73 @@ "bootstrap", "sonata" ], - "time": "2016-09-07 09:35:10" + "time": "2016-04-01 09:31:57" }, { "name": "sonata-project/block-bundle", - "version": "3.1.1", + "version": "2.2.15", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataBlockBundle.git", - "reference": "0a88a3eed7e3b7365d88feaf48b6406e39da7957" + "reference": "b4d3caaba7e241420ff0dc30fcdcbb5aafcc26eb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/0a88a3eed7e3b7365d88feaf48b6406e39da7957", - "reference": "0a88a3eed7e3b7365d88feaf48b6406e39da7957", + "url": "https://api.github.com/repos/sonata-project/SonataBlockBundle/zipball/b4d3caaba7e241420ff0dc30fcdcbb5aafcc26eb", + "reference": "b4d3caaba7e241420ff0dc30fcdcbb5aafcc26eb", "shasum": "" }, "require": { - "doctrine/common": "^2.3", - "php": "^5.3 || ^7.0", - "sonata-project/cache": "^1.0", - "sonata-project/core-bundle": "^3.0", - "symfony/form": "^2.3 || ^3.0", - "symfony/http-kernel": "^2.3 || ^3.0" + "doctrine/common": "~2.3", + "sonata-project/cache": "~1.0", + "sonata-project/core-bundle": "^2.2.1", + "symfony/form": "~2.2", + "symfony/http-kernel": "~2.2" }, "require-dev": { - "knplabs/knp-menu-bundle": "^2.0", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "sonata-project/admin-bundle": "^3.0", - "symfony/phpunit-bridge": "^2.7 || ^3.0" + "fabpot/php-cs-fixer": "~0.5|~1.0", + "knplabs/knp-menu-bundle": "~2.0", + "sonata-project/admin-bundle": "~2.2", + "symfony/phpunit-bridge": "~2.7|~3.0" }, "suggest": { - "knplabs/knp-menu-bundle": "^2.0", - "sonata-project/cache-bundle": "^3.0" + "knplabs/knp-menu-bundle": "~2.0", + "sonata-project/admin-bundle": "~2.2", + "sonata-project/cache-bundle": "~2.1" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "2.2.x-dev" } }, "autoload": { "psr-4": { "Sonata\\BlockBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ], - "files": [ - "Resources/stubs/symfony2.php" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], "authors": [ - { - "name": "Sonata Community", - "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" - }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", - "homepage": "https://sonata-project.org" + "homepage": "http://sonata-project.org" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataBlockBundle/contributors" } ], "description": "Symfony SonataBlockBundle", - "homepage": "https://sonata-project.org/bundles/block", + "homepage": "http://sonata-project.org/bundles/block", "keywords": [ "block", "sonata" ], - "time": "2016-07-12 15:15:47" + "time": "2016-05-07 11:35:46" }, { "name": "sonata-project/cache", @@ -4072,57 +4093,51 @@ }, { "name": "sonata-project/core-bundle", - "version": "3.1.1", + "version": "2.3.11", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataCoreBundle.git", - "reference": "d0519eb15529a1cbef326e8eea9982b59ad162d7" + "reference": "363b3fe289a4244d98168486bc3b4b74baa8536f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/d0519eb15529a1cbef326e8eea9982b59ad162d7", - "reference": "d0519eb15529a1cbef326e8eea9982b59ad162d7", + "url": "https://api.github.com/repos/sonata-project/SonataCoreBundle/zipball/363b3fe289a4244d98168486bc3b4b74baa8536f", + "reference": "363b3fe289a4244d98168486bc3b4b74baa8536f", "shasum": "" }, "require": { - "cocur/slugify": "^1.4 || ^2.0", - "php": "^5.3 || ^7.0", - "symfony/config": "^2.3 || ^3.0", - "symfony/form": "^2.3.5 || ^3.0", - "symfony/http-foundation": "^2.3 || ^3.0", - "symfony/property-access": "^2.3 || ^3.0", - "symfony/translation": "^2.3 || ^3.0", - "symfony/twig-bridge": "^2.3.5 || ^3.0", - "symfony/validator": "^2.3 || ^3.0", - "twig/twig": "^1.23" + "cocur/slugify": "~1.4|~2.0", + "symfony/config": "~2.3|~3.0", + "symfony/form": "~2.3|~3.0", + "symfony/http-foundation": "~2.3|~3.0", + "symfony/property-access": "~2.3|~3.0", + "symfony/translation": "~2.3|~3.0", + "symfony/validator": "~2.3|~3.0", + "twig/twig": "~1.23" }, "require-dev": { - "doctrine/orm": "^2.4", - "doctrine/phpcr-odm": "^1.0", - "friendsofsymfony/rest-bundle": "^1.1 || ^2.0", - "jackalope/jackalope-doctrine-dbal": "^1.0", - "jms/serializer-bundle": "0.11 - 0.13 || ^1.0", - "matthiasnoback/symfony-config-test": "^0.4 || ^1.0", - "matthiasnoback/symfony-dependency-injection-test": "^0.7", - "nelmio/api-doc-bundle": "^2.11", - "sensio/framework-extra-bundle": "^2.3 || ^3.0", + "doctrine/orm": "~2.4", + "doctrine/phpcr-odm": "~1.0", + "friendsofsymfony/rest-bundle": "~1.1|~2.0", + "jackalope/jackalope-doctrine-dbal": "~1.0", + "jms/serializer-bundle": "~0.11|~1.0", + "matthiasnoback/symfony-config-test": "~0.4|~1.0", + "matthiasnoback/symfony-dependency-injection-test": "~0.7", + "sensio/framework-extra-bundle": "~2.3|~3.0", "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "sonata-project/exporter": "^1.3", - "symfony/phpunit-bridge": "^2.7" + "sonata-project/exporter": "~1.3", + "symfony/phpunit-bridge": "~2.7" }, "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { "psr-4": { "Sonata\\CoreBundle\\": "" - }, - "exclude-from-classmap": [ - "Tests/" - ] + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -4143,43 +4158,37 @@ "keywords": [ "sonata" ], - "time": "2016-08-30 14:59:31" + "time": "2016-04-22 13:54:51" }, { "name": "sonata-project/doctrine-orm-admin-bundle", - "version": "3.0.5", + "version": "2.3.4", "source": { "type": "git", "url": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle.git", - "reference": "b1eb22c546dc9b7e38093bf382ea0c2f4ae57007" + "reference": "f8c4c82de76e518f39f2487773f7bb979700bc35" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/b1eb22c546dc9b7e38093bf382ea0c2f4ae57007", - "reference": "b1eb22c546dc9b7e38093bf382ea0c2f4ae57007", + "url": "https://api.github.com/repos/sonata-project/SonataDoctrineORMAdminBundle/zipball/f8c4c82de76e518f39f2487773f7bb979700bc35", + "reference": "f8c4c82de76e518f39f2487773f7bb979700bc35", "shasum": "" }, "require": { - "doctrine/orm": "^2.3", - "php": "^5.3 || ^7.0", - "sonata-project/admin-bundle": "^3.1", - "sonata-project/core-bundle": "^3.0", - "sonata-project/exporter": "^1.3.1", - "symfony/console": "^2.3 || ^3.0", - "symfony/doctrine-bridge": "^2.2 || ^3.0", - "symfony/form": "^2.3 || ^3.0", - "symfony/framework-bundle": "^2.2 || ^3.0", - "symfony/security": "^2.3 || ^3.0", - "symfony/security-acl": "^2.2 || ^3.0" + "doctrine/orm": "~2.3", + "sonata-project/admin-bundle": "~2.3@dev", + "sonata-project/exporter": "~1.3,>=1.3.1", + "symfony/console": "~2.3", + "symfony/doctrine-bridge": "~2.2", + "symfony/form": "~2.3", + "symfony/framework-bundle": "~2.2", + "symfony/security": "~2.3" }, "provide": { "sonata-project/admin-bundle-persistency-layer": "1.0.0" }, "require-dev": { - "knplabs/knp-menu-bundle": "^2.1.1", - "simplethings/entity-audit-bundle": "0.1 - 0.9", - "sllh/php-cs-fixer-styleci-bridge": "^2.0", - "symfony/phpunit-bridge": "^2.7 || ^3.0" + "simplethings/entity-audit-bundle": "~0.1" }, "suggest": { "simplethings/entity-audit-bundle": "If you want to support for versioning of entities and their associations." @@ -4187,7 +4196,7 @@ "type": "symfony-bundle", "extra": { "branch-alias": { - "dev-master": "3.x-dev" + "dev-master": "2.3.x-dev" } }, "autoload": { @@ -4200,18 +4209,18 @@ "MIT" ], "authors": [ - { - "name": "Sonata Community", - "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors" - }, { "name": "Thomas Rabaix", "email": "thomas.rabaix@sonata-project.org", - "homepage": "https://sonata-project.org" + "homepage": "http://sonata-project.org" + }, + { + "name": "Sonata Community", + "homepage": "https://github.com/sonata-project/SonataDoctrineORMAdminBundle/contributors" } ], "description": "Symfony Sonata / Integrate Doctrine ORM into the SonataAdminBundle", - "homepage": "https://sonata-project.org/bundles/admin", + "homepage": "http://sonata-project.org/bundles/admin", "keywords": [ "Admin Generator", "admin", @@ -4219,7 +4228,7 @@ "generator", "sonata" ], - "time": "2016-07-05 14:17:35" + "time": "2016-02-02 04:13:15" }, { "name": "sonata-project/exporter", @@ -4292,16 +4301,16 @@ }, { "name": "stripe/stripe-php", - "version": "v3.21.0", + "version": "v2.3.0", "source": { "type": "git", "url": "https://github.com/stripe/stripe-php.git", - "reference": "0f4f89094b6a1ba9c9c1b5c32358d8d0acc19682" + "reference": "9d76444550a09a6f9c55dd98113ba0901908e60a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/stripe/stripe-php/zipball/0f4f89094b6a1ba9c9c1b5c32358d8d0acc19682", - "reference": "0f4f89094b6a1ba9c9c1b5c32358d8d0acc19682", + "url": "https://api.github.com/repos/stripe/stripe-php/zipball/9d76444550a09a6f9c55dd98113ba0901908e60a", + "reference": "9d76444550a09a6f9c55dd98113ba0901908e60a", "shasum": "" }, "require": { @@ -4343,7 +4352,7 @@ "payment processing", "stripe" ], - "time": "2016-08-25 22:58:28" + "time": "2015-07-07 01:13:32" }, { "name": "swiftmailer/swiftmailer", @@ -4981,27 +4990,27 @@ }, { "name": "symfony/security-acl", - "version": "v3.0.0", + "version": "v2.8.0", "source": { "type": "git", "url": "https://github.com/symfony/security-acl.git", - "reference": "053b49bf4aa333a392c83296855989bcf88ddad1" + "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/security-acl/zipball/053b49bf4aa333a392c83296855989bcf88ddad1", - "reference": "053b49bf4aa333a392c83296855989bcf88ddad1", + "url": "https://api.github.com/repos/symfony/security-acl/zipball/4a3f7327ad215242c78f6564ad4ea6d2db1b8347", + "reference": "4a3f7327ad215242c78f6564ad4ea6d2db1b8347", "shasum": "" }, "require": { - "php": ">=5.5.9", - "symfony/security-core": "~2.8|~3.0" + "php": ">=5.3.9", + "symfony/security-core": "~2.4|~3.0.0" }, "require-dev": { "doctrine/common": "~2.2", "doctrine/dbal": "~2.2", "psr/log": "~1.0", - "symfony/phpunit-bridge": "~2.8|~3.0" + "symfony/phpunit-bridge": "~2.7|~3.0.0" }, "suggest": { "doctrine/dbal": "For using the built-in ACL implementation", @@ -5011,7 +5020,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-master": "3.0-dev" + "dev-master": "2.8-dev" } }, "autoload": { @@ -5038,7 +5047,7 @@ ], "description": "Symfony Security Component - ACL (Access Control List)", "homepage": "https://symfony.com", - "time": "2015-12-28 09:39:46" + "time": "2015-12-28 09:39:09" }, { "name": "symfony/swiftmailer-bundle", @@ -5406,16 +5415,16 @@ }, { "name": "myclabs/deep-copy", - "version": "1.5.2", + "version": "1.5.3", "source": { "type": "git", "url": "https://github.com/myclabs/DeepCopy.git", - "reference": "da8529775f14f4fdae33f916eb0cf65f6afbddbc" + "reference": "94e5ca3e90aa5b34663780393e10914f7438f991" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/da8529775f14f4fdae33f916eb0cf65f6afbddbc", - "reference": "da8529775f14f4fdae33f916eb0cf65f6afbddbc", + "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/94e5ca3e90aa5b34663780393e10914f7438f991", + "reference": "94e5ca3e90aa5b34663780393e10914f7438f991", "shasum": "" }, "require": { @@ -5444,7 +5453,7 @@ "object", "object graph" ], - "time": "2016-09-06 16:07:05" + "time": "2016-09-07 15:34:10" }, { "name": "phpdocumentor/reflection-common", @@ -6548,58 +6557,6 @@ "homepage": "https://github.com/sebastianbergmann/version", "time": "2016-02-04 12:56:52" }, - { - "name": "sensio/generator-bundle", - "version": "v3.0.8", - "source": { - "type": "git", - "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git", - "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/3c20d16512f37d2be159eca0411b99a141b90fa4", - "reference": "3c20d16512f37d2be159eca0411b99a141b90fa4", - "shasum": "" - }, - "require": { - "symfony/console": "~2.7|~3.0", - "symfony/framework-bundle": "~2.7|~3.0", - "symfony/process": "~2.7|~3.0", - "symfony/yaml": "~2.7|~3.0" - }, - "require-dev": { - "doctrine/orm": "~2.4", - "symfony/doctrine-bridge": "~2.7|~3.0", - "twig/twig": "~1.18" - }, - "type": "symfony-bundle", - "extra": { - "branch-alias": { - "dev-master": "3.0.x-dev" - } - }, - "autoload": { - "psr-4": { - "Sensio\\Bundle\\GeneratorBundle\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" - } - ], - "description": "This bundle generates code for you", - "time": "2016-09-06 01:30:19" - }, { "name": "symfony/phpunit-bridge", "version": "v2.8.11", @@ -6712,7 +6669,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": ">=5.3.9" + "php": ">=5.5" }, "platform-dev": [] }