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 ad6adbd commit bf75da5Copy full SHA for bf75da5
composer.json
@@ -28,7 +28,10 @@
28
"require": {
29
"php": ">=7.1.0",
30
"symfony/framework-bundle": "^4.0 || ^5.0",
31
- "symfony/form": "^4.0 || ^5.0"
+ "symfony/form": "^4.0 || ^5.0",
32
+ "symfony/event-dispatcher": "^4.0 || ^5.0",
33
+ "symfony/http-foundation": "^4.0 || ^5.0",
34
+ "symfony/options-resolver": "^4.0 || ^5.0"
35
},
36
"require-dev": {
37
"doctrine/common": "^2.7",
0 commit comments