Skip to content

Commit 58ec8f5

Browse files
authored
feature KnpLabs#942 [3.x] Make PHP 7.2.5 the minimum version (GrahamCampbell)
This PR was merged into the 3.0.x-dev branch. Discussion ---------- Avoids some bugs in early releases of PHP 7.2, and matches the the same minimum PHP version of Laravel 6 LTS and Symfony 5. Commits ------- 8df5133 Make PHP 7.2.5 the minimum version
2 parents c050d78 + 8df5133 commit 58ec8f5

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)