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 07a83bc commit 2cb1b61Copy full SHA for 2cb1b61
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
php-version: 7.3
16
17
- name: Install dependencies
18
- run: composer install --prefer-dist --no-suggest --no-progress
+ run: composer install --no-dev --prefer-dist --no-suggest --no-progress
19
20
- name: Create .phar
21
run: |
0 commit comments