Skip to content

Commit 645591c

Browse files
committed
upgrade to 4.1
1 parent 1ff68c6 commit 645591c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ now you are able to configure your connections in queue.php:
4545

4646
You can also find these examples in src/examples folder.
4747

48+
####Usage
49+
Once you completed the configuration you can use Laravel Queue API. If you used other queue drivers you do not need to change anything else. If you do not know how to use Queue API, please refer to the official Laravel documentation: http://laravel.com/docs/queues
50+
4851
####PHPUnit
4952
Unit tests will be provided soon.
5053

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
],
1111
"require": {
1212
"php": ">=5.3.0",
13-
"illuminate/support": "4.0.x",
14-
"illuminate/queue": "4.0.*@dev"
13+
"illuminate/support": "4.1.*@dev",
14+
"illuminate/queue": "4.1.*@dev"
1515
},
1616
"suggest": {
1717
"ext-amqp": "PECL extension for the AMQP protocol - this is preferred"

0 commit comments

Comments
 (0)