Skip to content

Commit

Permalink
Support Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Scheb authored Mar 16, 2020
1 parent 341c469 commit 55def5f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
}
],
"require": {
"php": "^7.1.0",
"symfony/console" : "^2.1.0|^3.0.0|^4.0.0",
"nikic/php-parser" : "^4.0.0",
"phpunit/php-timer": "^2.0.0"
"php": "^7.1",
"symfony/console" : "^2.1|^3.0|^4.0|^5.0",
"nikic/php-parser" : "^4.0",
"phpunit/php-timer": "^2.0"
},
"autoload" : {
"psr-4" : {
Expand All @@ -23,6 +23,6 @@
"phpnsc"
],
"require-dev": {
"phpunit/phpunit": "^7.0.0"
"phpunit/phpunit": "^7.0"
}
}

0 comments on commit 55def5f

Please sign in to comment.