We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f919fb commit 006717fCopy full SHA for 006717f
composer.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fintech-fab/laravel-queue-rabbitmq",
3
- "version": "5.0",
+ "version": "5.1",
4
"description": "RabbitMQ driver for Laravel Queue",
5
"license": "Apache-2.0",
6
"authors": [
@@ -10,9 +10,9 @@
10
}
11
],
12
"require": {
13
- "php": ">=5.4.0",
14
- "illuminate/support": "5.0.*",
15
- "illuminate/queue": "5.0.*",
+ "php": ">=5.5.9",
+ "illuminate/support": "5.1.*",
+ "illuminate/queue": "5.1.*",
16
"videlalvaro/php-amqplib": "2.5.*"
17
},
18
"autoload": {
0 commit comments