Files
cloudflare-php/composer.json
2025-07-25 19:13:35 +07:00

39 lines
771 B
JSON

{
"name": "yuemi/cloudflare-php",
"description": "PHP binding for v4 of the Cloudflare Client API.",
"type": "library",
"require": {
"guzzlehttp/guzzle": "^7.0.1",
"php": ">=7.2.5",
"psr/http-message": "^1.0 || ^2.0",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^5.7",
"phpmd/phpmd" : "@stable",
"friendsofphp/php-cs-fixer": "^2.6"
},
"license": "BSD-3-Clause",
"authors": [
{
"name": "Junade Ali",
"email": "junade@cloudflare.com"
}
],
"autoload": {
"psr-4": {
"Cloudflare\\API\\": "src/"
}
},
"autoload-dev": {
"classmap": [
"tests/"
]
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true
}
}