File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -6,3 +6,5 @@ composer.lock
66phpunit.xml
77.phpunit.result.cache
88.php_cs.cache
9+
10+ .vscode
Original file line number Diff line number Diff line change 11{
2- "name" : " vladimir-yuldashev /laravel-queue-rabbitmq" ,
2+ "name" : " arsNmit /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" : " Arseni Mitrofanov" ,
12+ "email" : " arsnmit@gmail.com"
913 }
1014 ],
1115 "require" : {
12- "php" : " ^8.0 " ,
16+ "php" : " ^8.3 " ,
1317 "ext-json" : " *" ,
14- "illuminate/queue" : " ^10.0|^11 .0" ,
18+ "illuminate/queue" : " ^12 .0" ,
1519 "php-amqplib/php-amqplib" : " ^v3.6"
1620 },
1721 "require-dev" : {
18- "phpunit/phpunit" : " ^10.0|^ 11.0" ,
22+ "phpunit/phpunit" : " ^11.0" ,
1923 "mockery/mockery" : " ^1.0" ,
2024 "laravel/horizon" : " ^5.0" ,
2125 "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
2226 "laravel/pint" : " ^1.2" ,
23- "laravel/framework" : " ^9.0|^10.0|^11 .0"
27+ "laravel/framework" : " ^12 .0"
2428 },
2529 "autoload" : {
2630 "psr-4" : {
You can’t perform that action at this time.
0 commit comments