File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments