mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
7b150add44
This commit will import the Guzzle library in core. The imported libraries will be used in the next commits to create an api for the http client to be used in relevant locations. Co-Authored-By: Andrew Nicols <andrew@nicols.co.uk> Co-Authored-By: Safat Shahin <safat.shahin@moodle.com>
27 lines
465 B
JSON
27 lines
465 B
JSON
{
|
|
"name": "ralouphie/getallheaders",
|
|
"description": "A polyfill for getallheaders.",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Ralph Khattar",
|
|
"email": "ralph.khattar@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=5.6"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^5 || ^6.5",
|
|
"php-coveralls/php-coveralls": "^2.1"
|
|
},
|
|
"autoload": {
|
|
"files": ["src/getallheaders.php"]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"getallheaders\\Tests\\": "tests/"
|
|
}
|
|
}
|
|
}
|