Skip to content

Commit a171b32

Browse files
Update composer command to avoid security blocking
1 parent 2dce983 commit a171b32

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
@@ -99,7 +99,7 @@ jobs:
9999
coverage: xdebug
100100

101101
- name: Install dependencies
102-
run: composer require --dev laravel/framework:^${{ matrix.laravel }}
102+
run: composer require --no-security-blocking --dev laravel/framework:^${{ matrix.laravel }}
103103

104104
- name: Execute tests
105105
run: sudo vendor/bin/phpunit

0 commit comments

Comments
 (0)