We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39d0b1c commit bbe27adCopy full SHA for bbe27ad
README.md
@@ -13,8 +13,6 @@ This library attempts to use the [CURL](http://www.php.net/manual/en/book.curl.p
13
extension to access the OpenCage Geocoding API. If CURL support is not available, the
14
library falls back to using [fopen wrappers](http://uk3.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen).
15
16
-PHP 7 and 8 are supported.
17
-
18
To use the library you must either have the CURL extension compiled into your version
19
of PHP or configure the use of fopen wrappers via the `allow_url_fopen` directive in
20
your `php.ini`.
0 commit comments