Skip to content

Commit

Permalink
Merge pull request #194 from Lullabot/feat--support-psr-log-3
Browse files Browse the repository at this point in the history
feat: Support psr/log ^3
  • Loading branch information
marcoscano authored Sep 19, 2023
2 parents c4e44d2 + aa6aa35 commit eb223f7
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 @@ -12,7 +12,7 @@
"php": ">=8.1",
"guzzlehttp/guzzle": "^6.3 || ^7.4.5",
"guzzlehttp/psr7": "^1.0",
"psr/log": "^1.0",
"psr/log": "^1.0 || ^3.0",
"symfony/serializer": "^3.4 || ^4.4",
"symfony/property-access": "^3.4 || ^4.4",
"doctrine/annotations": "^1.2",
Expand Down

0 comments on commit eb223f7

Please sign in to comment.