Skip to content

Commit

Permalink
Merge pull request #475 from greg0ire/missing-psr-requirement
Browse files Browse the repository at this point in the history
Add missing psr/log requirement
  • Loading branch information
SenseException authored Nov 29, 2024
2 parents 59531e1 + ed168b9 commit 041d726
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"doctrine/doctrine-bundle": "^2.2",
"doctrine/orm": "^2.14.0 || ^3.0",
"doctrine/persistence": "^2.4 || ^3.0",
"psr/log": "^1 || ^2 || ^3",
"symfony/config": "^5.4 || ^6.0 || ^7.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/dependency-injection": "^5.4 || ^6.0 || ^7.0",
Expand Down

0 comments on commit 041d726

Please sign in to comment.