Skip to content

Commit

Permalink
Upgrade psr/log to 1.1x branch to fix incompat with phinx
Browse files Browse the repository at this point in the history
  • Loading branch information
daneren2005 committed Jul 27, 2021
1 parent 33963ba commit 71e972d
Show file tree
Hide file tree
Showing 2 changed files with 200 additions and 78 deletions.
8 changes: 1 addition & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,11 @@
"email": "[email protected]"
}
],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/chrisboulton/credis"
}
],
"require": {
"php": ">=5.3.0",
"ext-pcntl": "*",
"colinmollenhour/credis": "~1.2",
"psr/log": "~1.0.0"
"psr/log": "~1.1.4"
},
"suggest": {
"ext-proctitle": "Allows php-resque to rename the title of UNIX processes to show the status of a worker.",
Expand Down
Loading

0 comments on commit 71e972d

Please sign in to comment.