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 d09746e commit 484a015Copy full SHA for 484a015
.github/workflows/phpcs.yml
@@ -32,7 +32,7 @@ jobs:
32
restore-keys: |
33
${{ runner.os }}-php-
34
- name: Install dependencies
35
- run: composer install --prefer-dist --no-progress
+ run: composer install --prefer-dist --no-progress --ignore-platform-req=php
36
37
# Add a test script to composer.json, for instance: "test": "vendor/bin/phpunit"
38
# Docs: https://getcomposer.org/doc/articles/scripts.md
0 commit comments