Skip to content

Commit

Permalink
Merge pull request #44 from packbackbooks/master
Browse files Browse the repository at this point in the history
Add support for PHP 8.3 and newer versions of psr/log and monolog/monolog
  • Loading branch information
AsafRollout authored Jan 17, 2024
2 parents f81b644 + c02ff2d commit 1e655d5
Show file tree
Hide file tree
Showing 13 changed files with 19 additions and 3,596 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
vendor/
.idea
coverage/
.phpunit.*
.phpunit.*
composer.lock
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"ext-openssl": "*",
"guzzlehttp/guzzle": "^6.4|^7.3.0",
"psr/http-message": "^1.0",
"psr/log": "^1.1",
"psr/log": "^1.1|^2|^3",
"ramsey/uuid": "^3.9|^4.1.1",
"monolog/monolog": "^1.25|^2",
"monolog/monolog": "^1.25|^2|^3",
"kevinrob/guzzle-cache-middleware": "^4.0",
"doctrine/cache": "^1.6"
},
Expand Down
Loading

0 comments on commit 1e655d5

Please sign in to comment.