Skip to content

Commit

Permalink
Merge pull request #43 from 0leksandr/feat/declare-monolog-version
Browse files Browse the repository at this point in the history
Declare Monolog version
  • Loading branch information
Yozhef authored Mar 20, 2024
2 parents da9a7ed + b93bb89 commit a6cafe4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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

0 comments on commit a6cafe4

Please sign in to comment.