Skip to content

Commit 638a5dc

Browse files
committed
Chore - allow PHP 8.0 compatible version of Doctrine\Inflector
1 parent 500eb42 commit 638a5dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"symfony/deprecation-contracts": "^2.1"
1111
},
1212
"require-dev": {
13-
"doctrine/inflector": "1.2",
13+
"doctrine/inflector": "^1.2",
1414
"joomla/coding-standards": "^3.0@dev",
1515
"joomla/test": "^2.0.1",
1616
"phpunit/phpunit": "^8.5|^9.0"

0 commit comments

Comments
 (0)