We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fca53 commit 88401f7Copy full SHA for 88401f7
.github/workflows/run-tests.yml
@@ -167,7 +167,7 @@ jobs:
167
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
168
composer require "phpunit/phpunit:${{ matrix.phpunit }}" --no-interaction --no-update
169
composer require "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
170
- composer require "nunomaduro/larastan:${{ matrix.larastan }}" --no-interaction --no-update
+ composer require "larastan/larastan:${{ matrix.larastan }}" --no-interaction --no-update
171
composer update --prefer-dist --no-interaction
172
composer dump
173
0 commit comments