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 c450eae commit 4fc112cCopy full SHA for 4fc112c
composer.json
@@ -15,14 +15,14 @@
15
},
16
"require-dev": {
17
"doctrine/annotations": "^1.3",
18
- "phpunit/phpunit": "^9.0",
19
- "symfony/form": "^4.4",
20
- "symfony/framework-bundle": "^4.4",
21
- "symfony/twig-bundle": "^4.4",
22
- "symfony/validator": "^4.4",
23
- "twig/twig": "^2.0",
24
"phpspec/prophecy-phpunit": "^2.0",
25
- "squizlabs/php_codesniffer": "^3.5"
+ "phpunit/phpunit": "^9.0",
+ "squizlabs/php_codesniffer": "^3.5",
+ "symfony/form": "^4.4|^5.0",
+ "symfony/framework-bundle": "^4.4|^5.0",
+ "symfony/twig-bundle": "^4.4|^5.0",
+ "symfony/validator": "^4.4|^5.0",
+ "twig/twig": "^2.0|^3.0"
26
27
"suggest": {
28
"symfony/framework-bundle": "Integrate with Symfony Framework",
0 commit comments