Skip to content

Commit f3f2cf9

Browse files
authored
Update composer.json
1 parent 9c392ce commit f3f2cf9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44
"keywords": ["rabbitmq", "message", "queue", "laravel", "job"],
55
"type": "library",
66
"require": {
7-
"php": "^8.1",
7+
"php": "^8.2",
88
"illuminate/queue": "^11.0|^12.0",
99
"php-amqplib/php-amqplib": "^3.6.0",
1010
"illuminate/support": "^11.0|^12.0",
1111
"ext-pcntl": "*"
1212
},
1313
"require-dev": {
1414
"ext-json": "*",
15-
"phpunit/phpunit": "^9.6|^10.0.7",
16-
"orchestra/testbench": "^v7.18.0",
15+
"phpunit/phpunit": "^10.0|^11.0",
16+
"orchestra/testbench": "^9.0|^10.0",
1717
"squizlabs/php_codesniffer": "^3",
1818
"mockery/mockery": "^1.7.0",
1919
"dg/bypass-finals": "dev-master",
@@ -44,7 +44,5 @@
4444
}
4545
],
4646
"minimum-stability": "dev",
47-
"suggest": {
48-
49-
}
47+
"prefer-stable": true
5048
}

0 commit comments

Comments
 (0)