Skip to content

Commit

Permalink
Merge pull request #81 from emodric/patch-1
Browse files Browse the repository at this point in the history
Allow install on Symfony 4.0
  • Loading branch information
franzliedke authored Dec 1, 2017
2 parents 4f1cbbf + dd5385f commit 9ad08aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
},
"require": {
"composer-plugin-api": "^1.0",
"symfony/console": "^2.7 || ^3.0",
"symfony/filesystem": "^2.5 || ^3.0",
"symfony/process": "^2.5 || ^3.0"
"symfony/console": "^2.7 || ^3.0 || ^4.0",
"symfony/filesystem": "^2.5 || ^3.0 || ^4.0",
"symfony/process": "^2.5 || ^3.0 || ^4.0"
},
"require-dev": {
"composer/composer": "dev-master",
Expand Down

0 comments on commit 9ad08aa

Please sign in to comment.