Skip to content

Commit af17965

Browse files
committed
Fix conflict directive for ext-maxminddb
1 parent 36eea41 commit af17965

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)