Skip to content

Commit 55def5f

Browse files
author
Christian Scheb
authored
Support Symfony 5
1 parent 341c469 commit 55def5f

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
@@ -9,10 +9,10 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.1.0",
13-
"symfony/console" : "^2.1.0|^3.0.0|^4.0.0",
14-
"nikic/php-parser" : "^4.0.0",
15-
"phpunit/php-timer": "^2.0.0"
12+
"php": "^7.1",
13+
"symfony/console" : "^2.1|^3.0|^4.0|^5.0",
14+
"nikic/php-parser" : "^4.0",
15+
"phpunit/php-timer": "^2.0"
1616
},
1717
"autoload" : {
1818
"psr-4" : {
@@ -23,6 +23,6 @@
2323
"phpnsc"
2424
],
2525
"require-dev": {
26-
"phpunit/phpunit": "^7.0.0"
26+
"phpunit/phpunit": "^7.0"
2727
}
2828
}

0 commit comments

Comments
 (0)