Skip to content

Commit

Permalink
Merge pull request #5 from fidanf/symfony4-update
Browse files Browse the repository at this point in the history
Extending version constraints to Symfony 4 packages
  • Loading branch information
Beny13 authored Jul 30, 2019
2 parents 6cc5d43 + 112299b commit fe8e9ad
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 @@ -20,10 +20,10 @@
"doctrine/instantiator": "~1.0.1",
"doctrine/common": ">=2.5-dev,<2.8-dev",
"doctrine/cache": "~1.4",
"symfony/console": "~2.5|~3.0"
"symfony/console": "~2.5|~3.0|~4.0"
},
"require-dev": {
"symfony/yaml": "~2.3|~3.0",
"symfony/yaml": "~2.3|~3.0|~4.0",
"phpunit/phpunit": "~4.0"
},
"suggest": {
Expand Down

0 comments on commit fe8e9ad

Please sign in to comment.