Skip to content

Commit 390353d

Browse files
committed
Update package for Laravel 12 compatibility
1 parent f7a3f9d commit 390353d

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

composer.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,31 @@
11
{
2-
"name": "vladimir-yuldashev/laravel-queue-rabbitmq",
2+
"name": "miladshakerdn/laravel-queue-rabbitmq",
33
"description": "RabbitMQ driver for Laravel Queue. Supports Laravel Horizon.",
44
"license": "MIT",
55
"authors": [
66
{
77
"name": "Vladimir Yuldashev",
88
"email": "misterio92@gmail.com"
9+
},
10+
{
11+
"name": "Milad Shaker",
12+
"email": "miladshakerdn@gmail.com"
913
}
1014
],
1115
"require": {
12-
"php": "^8.0",
16+
"php": "^8.2|^8.3",
1317
"ext-json": "*",
14-
"illuminate/queue": "^10.0|^11.0",
15-
"php-amqplib/php-amqplib": "^v3.6"
18+
"illuminate/queue": "^12.0",
19+
"php-amqplib/php-amqplib": "^3.7",
20+
"illuminate/support": "^12.0"
1621
},
1722
"require-dev": {
18-
"phpunit/phpunit": "^10.0|^11.0",
23+
"phpunit/phpunit": "^11.0",
1924
"mockery/mockery": "^1.0",
2025
"laravel/horizon": "^5.0",
21-
"orchestra/testbench": "^7.0|^8.0|^9.0",
26+
"orchestra/testbench": "^9.0",
2227
"laravel/pint": "^1.2",
23-
"laravel/framework": "^9.0|^10.0|^11.0"
28+
"laravel/framework": "^12.0"
2429
},
2530
"autoload": {
2631
"psr-4": {

0 commit comments

Comments
 (0)