|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
|
],
|
|
|
- "content-hash": "ee5679fecd712cd637e59c7e75e1ef7f",
|
|
|
+ "content-hash": "86b16f3ed4090bf39c4593b797fd581b",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "doctrine/annotations",
|
|
@@ -404,22 +404,23 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/doctrine-bundle",
|
|
|
- "version": "2.0.0",
|
|
|
+ "version": "2.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/DoctrineBundle.git",
|
|
|
- "reference": "82826278bb88ae8c20aee3af3191430dcbcca63a"
|
|
|
+ "reference": "f96fac225563f5b3b4eeb2f80eb982b7f56484d8"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/82826278bb88ae8c20aee3af3191430dcbcca63a",
|
|
|
- "reference": "82826278bb88ae8c20aee3af3191430dcbcca63a",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/f96fac225563f5b3b4eeb2f80eb982b7f56484d8",
|
|
|
+ "reference": "f96fac225563f5b3b4eeb2f80eb982b7f56484d8",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"doctrine/dbal": "^2.9.0",
|
|
|
"jdorn/sql-formatter": "^1.2.16",
|
|
|
"php": "^7.1",
|
|
|
+ "symfony/cache": "^4.3.3|^5.0",
|
|
|
"symfony/config": "^4.3.3|^5.0",
|
|
|
"symfony/console": "^3.4.30|^4.3.3|^5.0",
|
|
|
"symfony/dependency-injection": "^4.3.3|^5.0",
|
|
@@ -434,7 +435,6 @@
|
|
|
"doctrine/coding-standard": "^6.0",
|
|
|
"doctrine/orm": "^2.6",
|
|
|
"phpunit/phpunit": "^7.5",
|
|
|
- "symfony/cache": "^3.4.30|^4.3.3|^5.0",
|
|
|
"symfony/phpunit-bridge": "^4.2",
|
|
|
"symfony/property-info": "^4.3.3|^5.0",
|
|
|
"symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0",
|
|
@@ -488,7 +488,7 @@
|
|
|
"orm",
|
|
|
"persistence"
|
|
|
],
|
|
|
- "time": "2019-11-19T11:43:41+00:00"
|
|
|
+ "time": "2019-11-28T08:38:10+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "doctrine/event-manager",
|
|
@@ -3065,10 +3065,13 @@
|
|
|
"prefer-stable": false,
|
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
|
- "php": "^7.3.7",
|
|
|
+ "php": "^7.4",
|
|
|
"ext-ctype": "*",
|
|
|
"ext-iconv": "*",
|
|
|
"ext-mbstring": "*"
|
|
|
},
|
|
|
- "platform-dev": []
|
|
|
+ "platform-dev": [],
|
|
|
+ "platform-overrides": {
|
|
|
+ "php": "7.4"
|
|
|
+ }
|
|
|
}
|