Skip to content

Commit 7aa9abd

Browse files
committed
Added PSR3 to composer dependencies
1 parent 59f617e commit 7aa9abd

File tree

2 files changed

+61
-19
lines changed

2 files changed

+61
-19
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"require": {
2121
"php": ">=5.3.0",
2222
"ext-pcntl": "*",
23-
"colinmollenhour/credis": "1.2.*"
23+
"colinmollenhour/credis": "1.2.*",
24+
"psr/log": "1.0.0"
2425
},
2526
"suggest": {
2627
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",

composer.lock

Lines changed: 59 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)