Skip to content

Commit 9d6c2f2

Browse files
Updating composer.json to use Laravel 5.2
1 parent b928f01 commit 9d6c2f2

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": "vladimir-yuldashev/laravel-queue-rabbitmq",
3-
"version": "5.1",
3+
"version": "5.2",
44
"description": "RabbitMQ driver for Laravel Queue",
55
"license": "MIT",
66
"authors": [
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": ">=5.5.9",
14-
"illuminate/support": "5.1.*",
15-
"illuminate/queue": "5.1.*",
14+
"illuminate/support": "5.2.*",
15+
"illuminate/queue": "5.2.*",
1616
"videlalvaro/php-amqplib": "2.5.*"
1717
},
1818
"autoload": {
@@ -21,4 +21,4 @@
2121
}
2222
},
2323
"minimum-stability": "dev"
24-
}
24+
}

0 commit comments

Comments
 (0)