Skip to content

Commit

Permalink
composer.json: Add guzzle/psr7 for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Nov 18, 2022
1 parent ce0a88c commit 2b57da1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
"ipl/validator": ">=0.4.0",
"psr/http-message": "~1.0"
},
"require-dev": {
"guzzlehttp/psr7": "^1"
},
"autoload": {
"psr-4": {
"ipl\\Html\\": "src"
Expand Down

0 comments on commit 2b57da1

Please sign in to comment.