Skip to content

Commit

Permalink
Merge pull request #3607 from dunglas/feat/inflector-2.0
Browse files Browse the repository at this point in the history
feat: allow Doctrine Inflector 2.0
  • Loading branch information
soyuka committed Jun 18, 2020
2 parents db93ef1 + 8fa7fe4 commit 09389c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"require": {
"php": ">=7.1",
"doctrine/inflector": "^1.0",
"doctrine/inflector": "^1.0 || ^2.0",
"fig/link-util": "^1.0",
"psr/cache": "^1.0",
"psr/container": "^1.0",
Expand Down

0 comments on commit 09389c2

Please sign in to comment.