Skip to content

Commit

Permalink
make psr/log a requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
cosmastech committed Jul 4, 2024
1 parent 8735836 commit 2b707c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@
"require": {
"php": "^8.2",
"datadog/php-datadogstatsd": "^1.6.1",
"psr/clock": "^1.0.0"
"psr/clock": "^1.0.0",
"psr/log": "3.0.0"
},
"require-dev": {
"phpunit/phpunit": "^11.2.5",
"friendsofphp/php-cs-fixer": "^3.59",
"league/statsd": "^2.0.0",
"cosmastech/psr-logger-spy": "^0.0.1",
"psr/log": "3.0.0"
"cosmastech/psr-logger-spy": "^0.0.1"
},
"suggest": {
"datadog/php-datadogstatsd": "For DataDog stats",
"nesbot/carbon": "For using Carbon as psr/clock-implementation",
"league/statsd": "For generic statsd clients",
"monolog/monolog": "For log client"
"monolog/monolog": "For psr log implementation"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 2b707c4

Please sign in to comment.