We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8dcf01 + a7751cc commit 0c8703dCopy full SHA for 0c8703d
composer.json
@@ -17,9 +17,7 @@
17
],
18
"require": {
19
"php": "^7.1.3",
20
- "doctrine/collections": "~1.0",
21
- "doctrine/event-manager": "~1.0",
22
- "doctrine/persistence": "~1.0",
+ "doctrine/common": "~2.4@stable",
23
"symfony/polyfill-ctype": "~1.8",
24
"symfony/polyfill-mbstring": "~1.0"
25
},
@@ -35,12 +33,9 @@
35
33
"symfony/expression-language": "~3.4|~4.0",
36
34
"symfony/validator": "~3.4|~4.0",
37
"symfony/translation": "~3.4|~4.0",
38
- "doctrine/annotations": "~1.0",
39
- "doctrine/cache": "~1.6",
40
"doctrine/data-fixtures": "1.0.*",
41
"doctrine/dbal": "~2.4",
42
- "doctrine/orm": "^2.4.5",
43
- "doctrine/reflection": "~1.0"
+ "doctrine/orm": "^2.4.5"
44
45
"conflict": {
46
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
0 commit comments