Skip to content

Commit

Permalink
Merge pull request #7723 from nicolas-grekas/sf5
Browse files Browse the repository at this point in the history
Allow Symfony 5.0
  • Loading branch information
jwage authored and lcobucci committed Sep 23, 2019
2 parents 1de107c + 958ca10 commit 40f2406
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -24,12 +24,12 @@
"doctrine/common": "^2.7.1",
"doctrine/dbal": "^2.6",
"doctrine/instantiator": "~1.1",
"symfony/console": "~3.0|~4.0"
"symfony/console": "^3.0|^4.0|^5.0"
},
"require-dev": {
"doctrine/coding-standard": "^5.0",
"phpunit/phpunit": "^7.5",
"symfony/yaml": "~3.4|~4.0"
"symfony/yaml": "^3.4|^4.0|^5.0"
},
"suggest": {
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
Expand Down
120 changes: 60 additions & 60 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 40f2406

Please sign in to comment.