Skip to content

Commit 4ed5f1b

Browse files
committed
Chore - Allow PHP 8.0+
1 parent 5780cd5 commit 4ed5f1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"homepage": "https://github.com/joomla-framework/string",
77
"license": "GPL-2.0-or-later",
88
"require": {
9-
"php": "^7.2.5",
9+
"php": "^7.2.5|^8.0",
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",
1616
"phpunit/phpunit": "^8.5|^9.0"

0 commit comments

Comments
 (0)