Skip to content

Commit

Permalink
Merge pull request #8 from mondospedizioni/feat/bump-monolog-3
Browse files Browse the repository at this point in the history
feat: bump to monolog 3
  • Loading branch information
curusarn authored Mar 1, 2023
2 parents 15c7642 + 3d46475 commit d7f13ba
Show file tree
Hide file tree
Showing 7 changed files with 211 additions and 541 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
"log", "logging", "logger", "monolog", "handler", "php"
],
"require": {
"php": "^7.3 || ^8",
"monolog/monolog": "^2"
"php": ">=8.1",
"monolog/monolog": "^3",
"ext-curl": "*"
},
"require-dev": {
"phpunit/phpunit": "^8"
Expand Down
Loading

0 comments on commit d7f13ba

Please sign in to comment.