Skip to content

Commit 1a0df98

Browse files
authored
Merge pull request #2099 from soyuka/fix-inflector
Inflector as a hard dependency
2 parents 90974e4 + 5a72ff6 commit 1a0df98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
],
1515
"require": {
1616
"php": ">=7.1",
17+
18+
"doctrine/inflector": "^1.0",
1719
"psr/cache": "^1.0",
1820
"psr/container": "^1.0",
1921
"symfony/http-foundation": "^3.1 || ^4.0",

0 commit comments

Comments
 (0)