Skip to content

Commit 602483f

Browse files
authored
Let composer.json pass strict checks (#5)
1 parent defd088 commit 602483f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
strategy:
7979
matrix:
8080
ccm-version:
81-
- 8.5.12
81+
- 8.5.2
8282
- "8.5"
8383
- "9.0"
8484
- "9.1"

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,11 @@
2323
}
2424
],
2525
"support": {
26-
"issues": "https://github.com/concrete5-community/maxmind_geolocator/issues"
26+
"issues": "https://github.com/concrete5-community/maxmind_geolocator/issues",
27+
"source": "https://github.com/concrete5-community/maxmind_geolocator"
2728
},
2829
"require": {
29-
"concrete5/core": ">=8.3.0",
30+
"concrete5/core": "^8.3 || ^9",
3031
"geoip2/geoip2": "^2.9.0",
3132
"php" : ">= 5.5.9"
3233
},

0 commit comments

Comments
 (0)