Skip to content

Commit d3a51c3

Browse files
committed
deps: Require PHP 7.1 or later
We already no longer tested for PHP 7.0 or below for more than 4 years.
1 parent edf3dde commit d3a51c3

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
"source": "https://github.com/cmfcmf/OpenWeatherMap-PHP-API.git"
1818
},
1919
"require": {
20-
"php": ">=7.0.0",
20+
"php": ">=7.1.0",
2121
"ext-json": "*",
2222
"ext-libxml": "*",
2323
"ext-simplexml": "*",

0 commit comments

Comments
 (0)