Skip to content

Commit 006717f

Browse files
committed
Update to Laravel 5.1
1 parent 5f919fb commit 006717f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fintech-fab/laravel-queue-rabbitmq",
3-
"version": "5.0",
3+
"version": "5.1",
44
"description": "RabbitMQ driver for Laravel Queue",
55
"license": "Apache-2.0",
66
"authors": [
@@ -10,9 +10,9 @@
1010
}
1111
],
1212
"require": {
13-
"php": ">=5.4.0",
14-
"illuminate/support": "5.0.*",
15-
"illuminate/queue": "5.0.*",
13+
"php": ">=5.5.9",
14+
"illuminate/support": "5.1.*",
15+
"illuminate/queue": "5.1.*",
1616
"videlalvaro/php-amqplib": "2.5.*"
1717
},
1818
"autoload": {

0 commit comments

Comments
 (0)