Skip to content

Commit

Permalink
Merge pull request #109 from reinfi/allow-lower-psr-log-versions
Browse files Browse the repository at this point in the history
allow lower psr log versions
  • Loading branch information
pyrech authored Jun 1, 2024
2 parents 24d49ed + 63b0ed9 commit 4cf42c9
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 @@ -23,7 +23,7 @@
"require": {
"php": ">=8.1",
"jolicode/php-os-helper": "^0.1.0",
"psr/log": "^3.0",
"psr/log": "^1.0 || ^2.0 || ^3.0",
"symfony/process": "^5.4 || ^6.0 || ^7.0",
"symfony/deprecation-contracts": "^3"
},
Expand Down

0 comments on commit 4cf42c9

Please sign in to comment.