Skip to content

Commit

Permalink
Upgrade to php 8.1 and psr/log 3
Browse files Browse the repository at this point in the history
  • Loading branch information
mfadul24 committed Apr 27, 2022
1 parent 236a21a commit dc6823a
Show file tree
Hide file tree
Showing 4 changed files with 652 additions and 423 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",
"lstrojny/fxmlrpc": "^0.20.0",
"psr/log": "~1.0",
"psr/log": "^1.0|^2.0|^3.0",
"laminas/laminas-diactoros": "^2.0",
"php-http/guzzle7-adapter": "^0.1",
"php-http/guzzle7-adapter": "^1.0",
"php-http/message": "^1.6"
},
"require-dev": {
Expand Down

0 comments on commit dc6823a

Please sign in to comment.