Skip to content

Commit

Permalink
allow symfony 5 and dropped support for symfony 2 & 3
Browse files Browse the repository at this point in the history
  • Loading branch information
nutama committed Aug 17, 2020
1 parent 157d732 commit 55adde5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@
"composer-plugin-api": "^1.0.0",
"doctrine/annotations": "^1.3",
"phpdocumentor/type-resolver": "0.*,>=0.6.0",
"symfony/filesystem": "^2.3.0 || ^3.0.0 || ^4.0.0",
"symfony/filesystem": "^4.4||^5.0",
"twig/twig": "^2.7.2||^3.0"
},
"require-dev": {
"composer/composer": "^1.1.0",
"hostnet/phpcs-tool": "^4.0.8",
"hostnet/phpcs-tool": "^8.3.15",
"phpunit/phpunit": "^8.0"
},
"conflict": {
Expand Down

0 comments on commit 55adde5

Please sign in to comment.