forked from cloudflare/Cloudflare-CPanel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 755 Bytes
/
Copy pathcomposer.json
File metadata and controls
27 lines (27 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "cloudflare/cloudflare-cpanel",
"description": "A CloudFlare plugin for CPanel",
"license": "BSD-3-Clause",
"version": "7.0.1",
"homepage": "https://github.com/cloudflare/CloudFlare-CPanel",
"scripts": {
"test": "vendor/bin/phpunit src/Test",
"lint": "vendor/bin/phpcs -n --standard=PSR2 --extensions=php,live.php src/",
"format": "vendor/bin/phpcbf --standard=PSR2 --extensions=php,live.php src/"
},
"require": {
"symfony/yaml": "~2.6",
"guzzlehttp/guzzle": "~5.0",
"true/punycode": "~2.0",
"cloudflare/cloudflare-plugin-backend": "^2.2"
},
"require-dev": {
"phpunit/phpunit": "4.8.*",
"squizlabs/php_codesniffer": "2.*"
},
"autoload": {
"psr-4": {
"CF\\": "src/"
}
}
}