![dependabot[bot]](/assets/img/avatar_default.png)
Bumps [rmccue/requests](https://github.com/WordPress/Requests) from 1.8.1 to 2.0.0. - [Release notes](https://github.com/WordPress/Requests/releases) - [Changelog](https://github.com/WordPress/Requests/blob/develop/CHANGELOG.md) - [Commits](https://github.com/WordPress/Requests/compare/v1.8.1...v2.0.0) --- updated-dependencies: - dependency-name: rmccue/requests dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"name": "mydnshost/mydnshost-php-api",
|
|
"description": "PHP API for mydnshost.co.uk",
|
|
"homepage": "https://github.com/mydnshost/mydnshost-php-api",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Shane Mc Cormack",
|
|
"email": "shanemcc@gmail.com",
|
|
"homepage": "http://www.dataforce.org.uk/"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"rmccue/requests": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-0": {
|
|
"": "src/"
|
|
}
|
|
}
|
|
}
|