Skip to content

Commit

Permalink
Merge pull request #1452 from derrabus/improvement/log-1
Browse files Browse the repository at this point in the history
Allow psr/log 1 again
  • Loading branch information
derrabus committed Aug 26, 2024
2 parents 5b0c6e0 + 4962032 commit 348aaec
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 @@ -29,7 +29,7 @@
"doctrine/dbal": "^3.6 || ^4",
"doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2.0",
"psr/log": "^2 || ^3",
"psr/log": "^1.1.3 || ^2 || ^3",
"symfony/console": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
"symfony/var-exporter": "^6.2 || ^7.0"
Expand Down

0 comments on commit 348aaec

Please sign in to comment.