Skip to content

Commit babf55f

Browse files
committed
use as direct dependency to force it
1 parent 77004c5 commit babf55f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
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

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,16 @@
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": {

0 commit comments

Comments
 (0)