mydnshost-php-api/composer.json
dependabot[bot] c136026ef8 Bump rmccue/requests from 1.8.1 to 2.0.0
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>
2021-12-31 17:48:02 +00:00

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/"
}
}
}