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.
1 parent 2a7e31b commit d4c01c1Copy full SHA for d4c01c1
composer.json
@@ -11,11 +11,11 @@
11
}
12
],
13
"require": {
14
- "php": "^7.2",
15
- "doctrine/common": "^2.12",
+ "php": "^7.2||>=8.0",
+ "doctrine/common": "^2.12|^3.1",
16
"doctrine/doctrine-bundle": "^1.8|^2.0",
17
- "doctrine/orm": "^2.7|^3.0",
18
- "doctrine/persistence": "^1.3",
+ "doctrine/orm": "^2.7",
+ "doctrine/persistence": "^2",
19
"ramsey/uuid": "^3.8|^4",
20
"ramsey/uuid-doctrine": "^1.5",
21
"symfony/config": "^4.1|^5",
0 commit comments