Skip to content

Commit

Permalink
Install PSR-7
Browse files Browse the repository at this point in the history
  • Loading branch information
shahmal1yev committed Nov 10, 2024
1 parent 7d0f06f commit 51f557d
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 28 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,13 @@
"ext-posix": "*"
},
"require": {
"php": ">=7.4",
"ext-json": "*",
"ext-curl": "*",
"ext-fileinfo": "*",
"php": ">=7.4",
"nesbot/carbon": "2.x",
"shahmal1yev/gcollection": "^1.0"
"shahmal1yev/gcollection": "^1.0",
"psr/http-message": "^2.0"
},
"scripts": {
"test": "vendor/bin/phpunit tests",
Expand Down
105 changes: 79 additions & 26 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51f557d

Please sign in to comment.