Skip to content

Commit 8df5133

Browse files
Make PHP 7.2.5 the minimum version
1 parent c050d78 commit 8df5133

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
@@ -17,7 +17,7 @@
1717
}
1818
],
1919
"require": {
20-
"php": "^7.2 || ^8.0",
20+
"php": "^7.2.5 || ^8.0",
2121
"php-http/cache-plugin": "^1.7.1",
2222
"php-http/client-common": "^2.3",
2323
"php-http/discovery": "^1.12",

0 commit comments

Comments
 (0)