Skip to content

Commit

Permalink
Require psr contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpepper committed Jan 13, 2024
1 parent f4c7633 commit 33dd2e8
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 @@ -11,8 +11,11 @@
"require": {
"php": "^8.1",
"ext-xml": "*",
"psr/http-client": "^1.0",
"psr/http-client-implementation": "*",
"psr/http-factory": "^1.0",
"psr/http-factory-implementation": "*",
"psr/http-message": "^2.0",
"psr/http-message-implementation": "*",
"psr/log": "^3.0",
"symfony/serializer": "^6.4"
Expand All @@ -21,7 +24,7 @@
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"guzzlehttp/psr7": "^2.6",
"http-interop/http-factory-guzzle": "^1.2",
"php-http/mock-client": "^1.0",
"php-http/mock-client": "^1.6",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6",
"previousnext/coding-standard": "^0.1.3",
Expand Down

0 comments on commit 33dd2e8

Please sign in to comment.