Added PSR3 to composer dependencies

This commit is contained in:
Rockstar04 2013-06-25 08:56:28 -07:00
parent 59f617e639
commit 7aa9abdb2e
2 changed files with 61 additions and 19 deletions

View file

@ -20,7 +20,8 @@
"require": {
"php": ">=5.3.0",
"ext-pcntl": "*",
"colinmollenhour/credis": "1.2.*"
"colinmollenhour/credis": "1.2.*",
"psr/log": "1.0.0"
},
"suggest": {
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",