Skip to content

Commit

Permalink
Fix Composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
erdemkose committed Dec 22, 2023
1 parent 7efd7c7 commit 9916e32
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,14 @@
"php": "^8.1",
"php-http/discovery": "^1.19",
"psr/http-client": "^1.0",
"psr/http-factory-implementation": "*"
"psr/http-factory": "^1.0.2",
"psr/http-factory-implementation": "*",
"psr/http-message": "^1.0.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.41",
"guzzlehttp/guzzle": "^7.8.0",
"guzzlehttp/psr7": "^2.0.0",
"phpstan/phpstan": "^1.10.50",
"phpunit/phpunit": "^10.5"
},
Expand Down

0 comments on commit 9916e32

Please sign in to comment.