Skip to content

Commit f172efa

Browse files
andreyboloningaleaspablo
authored andcommitted
Update composer.json (#15)
1 parent a74fc3e commit f172efa

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"require": {
2020
"php": "^7.0",
2121
"fourlabs/qbjs-parser": "~1.0",
22-
"symfony/config": "~2.8|~3.0|~3.1",
23-
"symfony/dependency-injection": "~2.8|~3.0|~3.1",
24-
"symfony/http-kernel": "~2.8|~3.0|~3.1",
25-
"symfony/event-dispatcher": "~2.8|~3.0|~3.1",
26-
"symfony/property-info": "~2.8|~3.0|~3.1"
22+
"symfony/config": "~2.8|~3.0|~3.1|^4.0|^5.0",
23+
"symfony/dependency-injection": "~2.8|~3.0|~3.1|^4.0|^5.0",
24+
"symfony/http-kernel": "~2.8|~3.0|~3.1|^4.0|^5.0",
25+
"symfony/event-dispatcher": "~2.8|~3.0|~3.1|^4.0|^5.0",
26+
"symfony/property-info": "~2.8|~3.0|~3.1|^4.0|^5.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)