Skip to content

Commit e8be888

Browse files
authored
Merge pull request #170 from maxmind/greg/fix-ext-maxminddb-conflict
Fix conflict directive for ext-maxminddb
2 parents 36eea41 + 2b74ba0 commit e8be888

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: composer install --no-progress --prefer-dist --optimize-autoloader
2424

25+
- name: Validate composer.json
26+
run: composer validate
27+
2528
- name: Lint with php-cs-fixer
2629
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
2730

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
2222
},
2323
"conflict": {
24-
"ext-maxminddb": "<1.11.1,>=2.0.0"
24+
"ext-maxminddb": "<1.11.1 || >=2.0.0"
2525
},
2626
"require-dev": {
2727
"friendsofphp/php-cs-fixer": "3.*",

0 commit comments

Comments
 (0)