Skip to content

Commit

Permalink
Update compatibility Symfony 5
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosas authored Nov 28, 2019
1 parent a172121 commit 8229244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
"php": "^7.1",
"nikic/php-parser": "~4.0",
"phpstan/phpdoc-parser": "~0.3",
"symfony/dependency-injection": "^2.0.5|^3.0|^4.0",
"symfony/event-dispatcher": "^2.0.5|^3.0|^4.0",
"symfony/finder": "^2.3.0|^3.0|^4.0",
"symfony/yaml": "^2.0.5|^3.0|^4.0"
"symfony/dependency-injection": "^2.0.5|^3.0|^4.0|^5.0.0",
"symfony/event-dispatcher": "^2.0.5|^3.0|^4.0|^5.0.0",
"symfony/finder": "^2.3.0|^3.0|^4.0|^5.0.0",
"symfony/yaml": "^2.0.5|^3.0|^4.0|^5.0.0"
},
"config": {
"sort-packages": true
Expand Down

0 comments on commit 8229244

Please sign in to comment.