Skip to content

Commit

Permalink
Declare Monolog version
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksandr Boiko committed Mar 20, 2024
1 parent da9a7ed commit 7383cca
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"symfony/dotenv": "^5.4 || ^6.0 || ^7.0",
"symfony/monolog-bundle": "^3.0",
"sentry/sentry-symfony": "^4.0",
"symfony/messenger": "^5.4 || ^6.0 || ^7.0"
"symfony/messenger": "^5.4 || ^6.0 || ^7.0",
"monolog/monolog": "^3.0"
},
"require-dev": {
"phpstan/phpstan": "^1.3",
Expand Down Expand Up @@ -63,5 +64,10 @@
"phpunit": [
"vendor/bin/simple-phpunit"
]
},
"config": {
"allow-plugins": {
"php-http/discovery": false
}
}
}

0 comments on commit 7383cca

Please sign in to comment.