Skip to content

Commit

Permalink
Allow newer psr log (#36)
Browse files Browse the repository at this point in the history
* allow newer versions of psr/log

* update dependencies

* fix composer unbound version constraints
  • Loading branch information
aymanrb committed Jul 14, 2023
1 parent 08840db commit d21c47f
Show file tree
Hide file tree
Showing 2 changed files with 211 additions and 494 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"require": {
"ext-json": "*",
"php": ">=7.4.0",
"psr/log": "^1.1"
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^8.4",
Expand Down

0 comments on commit d21c47f

Please sign in to comment.