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 defd088 commit 602483fCopy full SHA for 602483f
.github/workflows/tests.yml
@@ -78,7 +78,7 @@ jobs:
78
strategy:
79
matrix:
80
ccm-version:
81
- - 8.5.12
+ - 8.5.2
82
- "8.5"
83
- "9.0"
84
- "9.1"
composer.json
@@ -23,10 +23,11 @@
23
}
24
],
25
"support": {
26
- "issues": "https://github.com/concrete5-community/maxmind_geolocator/issues"
+ "issues": "https://github.com/concrete5-community/maxmind_geolocator/issues",
27
+ "source": "https://github.com/concrete5-community/maxmind_geolocator"
28
},
29
"require": {
- "concrete5/core": ">=8.3.0",
30
+ "concrete5/core": "^8.3 || ^9",
31
"geoip2/geoip2": "^2.9.0",
32
"php" : ">= 5.5.9"
33
0 commit comments