switch to Guzzle module for HTTP calls
This commit is contained in:
+13
-1
@@ -3,11 +3,23 @@
|
||||
"description": "Custom web pages PHP per elixForms",
|
||||
"license": "proprietary",
|
||||
"require": {
|
||||
"php": ">=8.0"
|
||||
"php": ">=8.0",
|
||||
"guzzlehttp/guzzle": "^7.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^9.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"ElixForms\\Common\\": "php/common/"
|
||||
}
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"Tests\\": "tests/"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "phpunit tests"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user