Skip to content

Commit 2d86514

Browse files
committed
Fix CI
1 parent 5f1980c commit 2d86514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ jobs:
195195
run: composer validate
196196

197197
- name: Install Composer dependencies
198-
run: composer install --no-progress --prefer-dist --optimize-autoloader \
198+
run: composer install --no-progress --prefer-dist --optimize-autoloader\
199199
--ignore-platform-req=maglnet/composer-require-checker
200200

201201
- name: PHP Code Sniffer

0 commit comments

Comments
 (0)