Skip to content

Commit

Permalink
Require php-http/discovery for http client
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 17, 2023
1 parent b821d94 commit 3bd6b3e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
/vendor/
composer.lock
10 changes: 8 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"payum/core": "^1.7"
},
"require-dev": {
"phpunit/phpunit": "^10.4"
"phpunit/phpunit": "^10.4",
"php-http/discovery": "^1.19"
},
"license": "MIT",
"autoload": {
Expand All @@ -19,5 +20,10 @@
"name": "Webgriffe SRL",
"email": "[email protected]"
}
]
],
"config": {
"allow-plugins": {
"php-http/discovery": true
}
}
}

0 comments on commit 3bd6b3e

Please sign in to comment.