Skip to content

Commit

Permalink
Merge pull request #4 from theodo/upgrade/allow-symfony-5
Browse files Browse the repository at this point in the history
Allow usage of accent for Symfony 5 projects
  • Loading branch information
yannj authored Jun 19, 2020
2 parents 3243261 + 061aad5 commit 2e62a4a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"type": "symfony-bundle",
"require": {
"php": "^7.1",
"symfony/config": "^4.0",
"symfony/console": "^4.0",
"symfony/dependency-injection": "^4.0",
"symfony/http-kernel": "^4.0",
"symfony/routing": "^4.0",
"api-platform/core": "^2.1"
"symfony/config": "^4.0|^5.0",
"symfony/console": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0",
"symfony/http-kernel": "^4.0|^5.0",
"symfony/routing": "^4.0|^5.0",
"api-platform/core": ">=2.1.0 <2.5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2e62a4a

Please sign in to comment.