Skip to content

Commit bf75da5

Browse files
committed
Add required Symfony components
1 parent ad6adbd commit bf75da5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
"require": {
2929
"php": ">=7.1.0",
3030
"symfony/framework-bundle": "^4.0 || ^5.0",
31-
"symfony/form": "^4.0 || ^5.0"
31+
"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"
3235
},
3336
"require-dev": {
3437
"doctrine/common": "^2.7",

0 commit comments

Comments
 (0)