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

Commit

Permalink
Merge pull request #3 from patrick-mota/add-sf5-support
Browse files Browse the repository at this point in the history
Add Symfony 5 support #SymfonyHackday
  • Loading branch information
antonmedv authored Dec 12, 2019
2 parents a6c7c3a + fa70924 commit 9ad0742
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 9ad0742

Please sign in to comment.