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