Skip to content

Commit

Permalink
Require PSR/log 2 or 3
Browse files Browse the repository at this point in the history
v2 requires PHP 8
  • Loading branch information
williamdes committed May 31, 2024
1 parent 8407107 commit 906638c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
],
"require": {
"php": "^8.1",
"psr/log": "^1.1",
"psr/log": "^2 || ^3",
"psr/http-message": "^1.0",
"knplabs/gaufrette": "^0.11.1",
"ondrej-vrto/php-filename-sanitize": "^1.4"
Expand Down

0 comments on commit 906638c

Please sign in to comment.