Skip to content

Commit bf1cee6

Browse files
committed
feat: adds PSR 7, 17, and 18
1 parent 258f7c9 commit bf1cee6

File tree

2 files changed

+184
-20
lines changed

2 files changed

+184
-20
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,10 @@
2121
},
2222
"require": {
2323
"php": ">=7.4",
24-
"ext-json": "*"
24+
"ext-json": "*",
25+
"psr/http-client": "^1.0",
26+
"psr/http-factory": "^1.0",
27+
"psr/http-message": "^1.0 || ^2.0"
2528
},
2629
"require-dev": {
2730
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",

composer.lock

Lines changed: 180 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)