File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 4444 run : docker-compose up -d rabbitmq
4545
4646 - name : Install dependencies
47- run : composer update --with='illuminate/queue :${{matrix.laravel}}' --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
47+ run : composer update --with='laravel/framework :${{matrix.laravel}}' --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
4848
4949 - name : Run Laravel Pint
5050 run : ./vendor/bin/pint --test
Original file line number Diff line number Diff line change 1111 "require" : {
1212 "php" : " ^8.0" ,
1313 "ext-json" : " *" ,
14- "illuminate/queue" : " ^9.0|| ^10.0" ,
14+ "illuminate/queue" : " ^9.0|^10.0" ,
1515 "php-amqplib/php-amqplib" : " ^3.0"
1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " ^9.3" ,
1919 "mockery/mockery" : " ^1.0" ,
2020 "laravel/horizon" : " ^5.0" ,
2121 "orchestra/testbench" : " ^7.0|^8.0" ,
22- "laravel/pint" : " ^1.2"
22+ "laravel/pint" : " ^1.2" ,
23+ "laravel/framework" : " ^9.0|^10.0"
2324 },
2425 "autoload" : {
2526 "psr-4" : {
You can’t perform that action at this time.
0 commit comments