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 a3be6e5 commit 9f7461fCopy full SHA for 9f7461f
CHANGES.txt
@@ -1,3 +1,9 @@
1
+3.3.2 -- Mon Nov 24 2025
2
+=====================================================
3
+- add testing against PHP 8.5
4
+- Update PHPUnit and php_codesniffer
5
+- Fix phpstan report on curl_setopt_array
6
+
7
3.3.1 -- Thu Nov 21 2024
8
=====================================================
9
- add testing against PHP 8.4
src/AbstractGeocoder.php
@@ -4,7 +4,7 @@
abstract class AbstractGeocoder
{
- const VERSION = '3.3.1'; // if changing this => remember to match everything with the git tag
+ const VERSION = '3.3.2'; // if changing this => remember to match everything with the git tag
const TIMEOUT = 10;
10
const URL = 'https://api.opencagedata.com/geocode/v1/json/?';
0 commit comments