Skip to content

Commit

Permalink
chore: update composer.json with new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Sep 15, 2023
1 parent 2581042 commit c261bdc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"psr/http-message": "^1.0"
},
"require-dev": {
"http-interop/http-factory-guzzle": "^1.2",
"php-http/mock-client": "^1.3",
"phpstan/phpstan": "^0.12.33",
"phpunit/phpunit": "^8.0 || ^9.0",
Expand All @@ -37,7 +38,10 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit c261bdc

Please sign in to comment.