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 Oct 23, 2019
2 parents cfcca3a + 90c1ee0 commit d9c30e3
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 82 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

0 comments on commit d9c30e3

Please sign in to comment.