Skip to content
This repository has been archived by the owner on Apr 26, 2020. It is now read-only.

Commit

Permalink
Add Symfony 5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Mota committed Nov 23, 2019
1 parent a6c7c3a commit fa70924
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 @@ -29,10 +29,10 @@
},
"require": {
"php": ">=5.3.3",
"symfony/console": "~2.7|~3.0|~4.0"
"symfony/console": "~2.7|~3.0|~4.0|~5.0"
},
"require-dev": {
"symfony/process": "~2.7|~3.0|~4.0",
"symfony/process": "~2.7|~3.0|~4.0|~5.0",
"mikey179/vfsStream": "1.1.0",
"phpunit/phpunit": "3.7.*"
}
Expand Down

0 comments on commit fa70924

Please sign in to comment.