File tree Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Expand file tree Collapse file tree 2 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 5.6
54 - 7.0
65 - 7.1
76
Original file line number Diff line number Diff line change 99 }
1010 ],
1111 "require" : {
12- "php" : " >=5.6.4 " ,
13- "illuminate/database" : " 5.4 .*" ,
14- "illuminate/support" : " 5.4 .*" ,
15- "illuminate/queue" : " 5.4 .*" ,
12+ "php" : " >=7.0 " ,
13+ "illuminate/database" : " 5.5 .*" ,
14+ "illuminate/support" : " 5.5 .*" ,
15+ "illuminate/queue" : " 5.5 .*" ,
1616 "php-amqplib/php-amqplib" : " 2.6.*"
1717 },
1818 "require-dev" : {
19- "phpunit/phpunit" : " ^5.5 " ,
19+ "phpunit/phpunit" : " ~6.0 " ,
2020 "mockery/mockery" : " ^0.9.5"
2121 },
2222 "autoload" : {
2323 "psr-4" : {
2424 "VladimirYuldashev\\ LaravelQueueRabbitMQ\\ " : " src/"
2525 }
2626 },
27+ "extra" : {
28+ "laravel" : {
29+ "providers" : [
30+ " VladimirYuldashev\\ LaravelQueueRabbitMQ\\ LaravelQueueRabbitMQServiceProvider"
31+ ]
32+ }
33+ },
2734 "minimum-stability" : " dev" ,
2835 "prefer-stable" : true
2936}
You can’t perform that action at this time.
0 commit comments