Skip to content

Commit fbd2c64

Browse files
committed
allow Symfony 5.0
1 parent 664217e commit fbd2c64

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
],
1919
"require": {
2020
"php": "~7.2",
21-
"symfony/config": "^4.3",
22-
"symfony/dependency-injection": "^4.3",
23-
"symfony/event-dispatcher": "^4.3",
24-
"symfony/expression-language": "^4.3",
25-
"symfony/http-foundation": "^4.3.4",
26-
"symfony/http-kernel": "^4.3"
21+
"symfony/config": "^4.3|^5.0",
22+
"symfony/dependency-injection": "^4.3|^5.0",
23+
"symfony/event-dispatcher": "^4.3|^5.0",
24+
"symfony/expression-language": "^4.3|^5.0",
25+
"symfony/http-foundation": "^4.3.4|^5.0",
26+
"symfony/http-kernel": "^4.3|^5.0"
2727
},
2828
"require-dev": {
2929
"consistence/coding-standard": "3.9",

0 commit comments

Comments
 (0)