File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed
Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,18 @@ Only the latest version will get new features. Bug fixes will be provided using
1616## Installation
1717
1818You can install this package via composer using this command:
19+ Change composer.json:
20+ ``` json
21+ "repositories" : [
22+ {
23+ "type" : " vcs" ,
24+ "url" : " https://github.com/padosoft/laravel-queue-rabbitmq.git"
25+ }
26+ ],
27+ "require" : {
28+ "padosoft/laravel-queue-rabbitmq" : " dev-main"
29+ },
30+ ```
1931
2032```
2133composer require vladimir-yuldashev/laravel-queue-rabbitmq
Original file line number Diff line number Diff line change 11{
2- "name" : " vladimir-yuldashev /laravel-queue-rabbitmq" ,
2+ "name" : " padosoft /laravel-queue-rabbitmq" ,
33 "description" : " RabbitMQ driver for Laravel Queue. Supports Laravel Horizon." ,
44 "license" : " MIT" ,
55 "authors" : [
1111 "require" : {
1212 "php" : " ^8.0" ,
1313 "ext-json" : " *" ,
14- "illuminate/queue" : " ^10.0|^11.0" ,
14+ "illuminate/queue" : " ^10.0|^11.0|^12.0 " ,
1515 "php-amqplib/php-amqplib" : " ^v3.6"
1616 },
1717 "require-dev" : {
1818 "phpunit/phpunit" : " ^10.0|^11.0" ,
1919 "mockery/mockery" : " ^1.0" ,
2020 "laravel/horizon" : " ^5.0" ,
21- "orchestra/testbench" : " ^7.0|^8.0|^9.0" ,
21+ "orchestra/testbench" : " ^7.0|^8.0|^9.0|^10.0 " ,
2222 "laravel/pint" : " ^1.2" ,
23- "laravel/framework" : " ^9.0|^10.0|^11.0"
23+ "laravel/framework" : " ^9.0|^10.0|^11.0|^12.0 "
2424 },
2525 "autoload" : {
2626 "psr-4" : {
You can’t perform that action at this time.
0 commit comments