Skip to content

Commit dc571b7

Browse files
authored
Allow symfony 5
1 parent 5133f33 commit dc571b7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
],
1212
"require": {
1313
"php": "^7.4",
14-
"symfony/config": "^4.0",
15-
"symfony/dependency-injection": "^4.0",
16-
"symfony/http-kernel": "^4.0",
17-
"symfony/workflow": "^4.0"
14+
"symfony/config": "^4.0 || ^5.0",
15+
"symfony/dependency-injection": "^4.0 || ^5.0",
16+
"symfony/http-kernel": "^4.0 || ^5.0",
17+
"symfony/workflow": "^4.0 || ^5.0"
1818
}
1919
,
2020
"require-dev": {

0 commit comments

Comments
 (0)