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.
2 parents 36eea41 + 2b74ba0 commit e8be888Copy full SHA for e8be888
.github/workflows/lint.yml
@@ -22,6 +22,9 @@ jobs:
22
- name: Install dependencies
23
run: composer install --no-progress --prefer-dist --optimize-autoloader
24
25
+ - name: Validate composer.json
26
+ run: composer validate
27
+
28
- name: Lint with php-cs-fixer
29
run: vendor/bin/php-cs-fixer fix --verbose --diff --dry-run
30
composer.json
@@ -21,7 +21,7 @@
21
"ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
},
"conflict": {
- "ext-maxminddb": "<1.11.1,>=2.0.0"
+ "ext-maxminddb": "<1.11.1 || >=2.0.0"
"require-dev": {
"friendsofphp/php-cs-fixer": "3.*",
0 commit comments