Skip to content

Commit 2cb1b61

Browse files
szepeviktorcoenjacobs
authored andcommitted
Exclude dev. deps from PHAR file
1 parent 07a83bc commit 2cb1b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
php-version: 7.3
1616

1717
- name: Install dependencies
18-
run: composer install --prefer-dist --no-suggest --no-progress
18+
run: composer install --no-dev --prefer-dist --no-suggest --no-progress
1919

2020
- name: Create .phar
2121
run: |

0 commit comments

Comments
 (0)