make better use of composer across php-resque

* recommend php-resque be installed via Composer
* provide quick getting started steps
* move ./resque.php to bin/resque, make it available as a Composer bin
* have classes autoloaded via Composer (or some other means if not using Composer)
This commit is contained in:
Chris Boulton 2013-01-12 22:40:26 +11:00
parent 8d6da21473
commit 2f5b48930f
13 changed files with 103 additions and 43 deletions

View file

@ -17,6 +17,9 @@
"require-dev": {
"phpunit/phpunit": "3.7.*"
},
"bin": [
"bin/resque"
],
"autoload": {
"psr-0": {
"Resque": "lib"