Skip to content

Commit

Permalink
Merge pull request #297 from mfadul24/master
Browse files Browse the repository at this point in the history
Upgrade to php 8.1 and psr/log 3
  • Loading branch information
ROMzombie authored Aug 22, 2023
2 parents 234a02d + e80309f commit 975ea80
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 173 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"php": ">=7.3",
"guzzlehttp/guzzle": "^7.4.2",
"lstrojny/fxmlrpc": "^0.20.0",
"psr/log": "~1.0",
"psr/log": "^1.0|^2.0|^3.0",
"laminas/laminas-diactoros": "^2.18.1",
"php-http/guzzle7-adapter": "^0.1",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message": "^1.6"
},
"require-dev": {
Expand Down
129 changes: 71 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 975ea80

Please sign in to comment.