Skip to content

Commit 3d4e5c5

Browse files
committed
Set minimum PHP version to 7.2.5
1 parent d36c15c commit 3d4e5c5

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"
9+
"php": "^7.2.5"
1010
},
1111
"require-dev": {
1212
"doctrine/inflector": "~1.2",

0 commit comments

Comments
 (0)