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 eec9843 commit ce29b4aCopy full SHA for ce29b4a
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
with:
21
php_version: ${{ env.php_version }}
22
command: install
23
- args: --no-dev --optimize-autoloader
+ args: --no-dev --no-interaction --prefer-dist --optimize-autoloader --classmap-authoritative
24
25
- name: Archive project
26
if: success() || failure()
0 commit comments