Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ElGigi authored Oct 18, 2024
1 parent 3e6271f commit cf99397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
},
"require": {
"php": "^8.0",
"berlioz/http-message": "^2.0.0",
"psr/http-message": "^1.0",
"psr/log": "^1.0"
"berlioz/http-message": "^2.0",
"psr/http-message": "^1.0 || ^2.0",
"psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6"
Expand Down

0 comments on commit cf99397

Please sign in to comment.