Skip to content

Commit fff22a6

Browse files
committed
Merge pull request #88 from lboynton/patch-1
Fix composer example
2 parents c18b544 + 4b2bbe4 commit fff22a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ If you're not familiar with Composer, please see <http://getcomposer.org/>.
5454
{
5555
...
5656
"require": {
57-
"php": ">=5.3.0"
57+
"chrisboulton/php-resque": "1.2.x"
5858
},
5959
...
6060
}
@@ -370,4 +370,4 @@ Called after a job has been queued using the `Resque::enqueue` method. Arguments
370370
* maetl
371371
* Matt Heath
372372
* jjfrey
373-
* scragg0x
373+
* scragg0x

0 commit comments

Comments
 (0)