Skip to content

Commit d50f029

Browse files
committed
Raising PHP minimum requirements to 8.1.0
1 parent bcdb8d4 commit d50f029

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"homepage": "https://github.com/joomla-framework/string",
77
"license": "GPL-2.0-or-later",
88
"require": {
9-
"php": "^7.2.5|~8.0.0|~8.1.0",
9+
"php": "~8.1.0",
1010
"symfony/deprecation-contracts": "^2.1"
1111
},
1212
"require-dev": {

0 commit comments

Comments
 (0)