8000 Enable PHP 8.0 support (#1102) · geocoder-php/plugin@af9ea75 · GitHub
[go: up one dir, main page]

Skip to content

Commit af9ea75

Browse files
authored
Enable PHP 8.0 support (#1102)
* Enable PHP 8.0 support * Add GitHub Actions * Upgrade php-http/curl-client + php-http/httplug * Upgrade PHPUnit * Drop PHP 7.2 support * Update GitHub Actions Remove PHP 7.2 * Update Travis CI Remove PHP 7.2 * Drop PHP 7.2 support
1 parent ceb78f8 commit af9ea75

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "^7.2",
17+
"php": "^7.3 || ^8.0",
1818
"php-http/promise": "^1.0",
1919
"psr/log": "^1.0",
2020
"psr/simple-cache": "^1.0",

0 commit comments

Comments
 (0)
0