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 2e9c2dc commit 273cef1Copy full SHA for 273cef1
composer.json
@@ -18,11 +18,13 @@
18
},
19
"require": {
20
"php": ">=7.2.5",
21
- "symfony/property-access": "^5.1",
+ "symfony/property-access": "^4.4|^5.0",
22
"sensio/framework-extra-bundle": "^5.1",
23
- "symfony/options-resolver": "^5.1",
+ "symfony/options-resolver": "^4.4|^5.0",
24
"ext-json": "*",
25
- "symfony/orm-pack": "^2.0",
26
- "twig/twig": "^3.2"
+ "doctrine/common": "^2.6|^3.0",
+ "doctrine/doctrine-bundle": "^2.1|^3.0",
27
+ "doctrine/orm": "^2.6.3",
28
+ "symfony/twig-bundle": "^4.4|^5.0"
29
}
30
0 commit comments