Skip to content

Commit

Permalink
Exclude dev. deps from PHAR file
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored and coenjacobs committed Feb 1, 2021
1 parent 07a83bc commit 2cb1b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
php-version: 7.3

- name: Install dependencies
run: composer install --prefer-dist --no-suggest --no-progress
run: composer install --no-dev --prefer-dist --no-suggest --no-progress

- name: Create .phar
run: |
Expand Down

0 comments on commit 2cb1b61

Please sign in to comment.