Skip to content

Commit

Permalink
Allow psr/log v3 when using composer
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Mar 25, 2024
1 parent dd13e15 commit dacf48a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"require": {
"cloudflare/cf-ip-rewrite": "^1.0.0",
"symfony/polyfill-intl-idn": "*",
"psr/log": "^1.0"
"psr/log": "^1.0 || ^3.0"
},
"require-dev": {
"symfony/yaml": "~2.6",
Expand Down Expand Up @@ -40,5 +40,8 @@
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true
}
},
"extra": {
"installer-name": "cloudflare"
}
}
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit dacf48a

Please sign in to comment.