composer update doctrine/doctrine-bundle

This commit is contained in:
Alexey Skobkin 2017-01-08 22:26:28 +03:00
parent 5eb7ef1843
commit 8f7343c8d8
1 changed files with 14 additions and 14 deletions

28
composer.lock generated
View File

@ -417,37 +417,37 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "1.6.4",
"version": "1.6.6",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7"
"reference": "0f0c4df366bd1d36d38a27e2f5ff128e118ac969"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/dd40b0a7fb16658cda9def9786992b8df8a49be7",
"reference": "dd40b0a7fb16658cda9def9786992b8df8a49be7",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0f0c4df366bd1d36d38a27e2f5ff128e118ac969",
"reference": "0f0c4df366bd1d36d38a27e2f5ff128e118ac969",
"shasum": ""
},
"require": {
"doctrine/dbal": "~2.3",
"doctrine/doctrine-cache-bundle": "~1.0",
"jdorn/sql-formatter": "~1.1",
"php": ">=5.3.2",
"symfony/console": "~2.3|~3.0",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/doctrine-bridge": "~2.2|~3.0",
"symfony/framework-bundle": "~2.3|~3.0"
"php": ">=5.5.9",
"symfony/console": "~2.7|~3.0",
"symfony/dependency-injection": "~2.7|~3.0",
"symfony/doctrine-bridge": "~2.7|~3.0",
"symfony/framework-bundle": "~2.7|~3.0"
},
"require-dev": {
"doctrine/orm": "~2.3",
"phpunit/phpunit": "~4",
"satooshi/php-coveralls": "~0.6.1",
"satooshi/php-coveralls": "^1.0",
"symfony/phpunit-bridge": "~2.7|~3.0",
"symfony/property-info": "~2.8|~3.0",
"symfony/validator": "~2.2|~3.0",
"symfony/yaml": "~2.2|~3.0",
"twig/twig": "~1.10"
"symfony/validator": "~2.7|~3.0",
"symfony/yaml": "~2.7|~3.0",
"twig/twig": "~1.10|~2.0"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@ -494,7 +494,7 @@
"orm",
"persistence"
],
"time": "2016-08-10T15:35:22+00:00"
"time": "2017-01-07T21:47:22+00:00"
},
{
"name": "doctrine/doctrine-cache-bundle",