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 committed May 28, 2019
2 parents 30c5a00 + 6b1a9e5 commit 9e73672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -24,13 +24,13 @@
"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": "^1.0",
"phpunit/phpunit": "^6.5",
"squizlabs/php_codesniffer": "^3.2",
"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 9e73672

Please sign in to comment.