Skip to content

Commit

Permalink
Update composer.json to support PSR-7 version 2.0 and Symfony VarDump…
Browse files Browse the repository at this point in the history
…er version 6.0 or 7.1
  • Loading branch information
Thavarshan committed Sep 30, 2024
1 parent fe5782e commit cc3173b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"guzzlehttp/psr7": "^2.7",
"psr/http-message": "^1.0 || ^2.0",
"psr/http-message": "^1.0|^2.0",
"jerome/matrix": "^1.0"
},
"require-dev": {
Expand All @@ -36,7 +36,7 @@
"pestphp/pest": "^2.0|^3.0",
"phpstan/phpstan": "^1.11.5",
"squizlabs/php_codesniffer": "^3.7",
"symfony/var-dumper": "^7.1"
"symfony/var-dumper": "^6.0|^7.1"
},
"autoload-dev": {
"psr-4": {
Expand Down

0 comments on commit cc3173b

Please sign in to comment.