Skip to content

Commit 1b82ec5

Browse files
Update composer command to avoid security blocking
1 parent f1d45f3 commit 1b82ec5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ jobs:
118118
coverage: xdebug
119119

120120
- name: Install dependencies
121-
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
121+
run: composer require --no-security-blocking --dev laravel/framework:^${{ matrix.laravel }}
122122

123123
- name: Execute tests
124124
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)