forked from AfriCC/php-epp2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
29 lines (29 loc) · 776 Bytes
/
composer.json
File metadata and controls
29 lines (29 loc) · 776 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
28
29
{
"name": "africc/php-epp2",
"type": "library",
"description": "A High Level EPP (Extensible Provisioning Protocol) TCP/SSL Client for PHP",
"keywords": ["epp", "domains", "registrar", "registry", "client", "tcp"],
"homepage": "https://github.com/AfriCC/php-epp2",
"license": "GPL-3.0+",
"authors": [
{
"name": "Gunter Grodotzki",
"email": "hello@afri.cc",
"homepage": "https://www.afri.cc",
"role": "Developer"
}
],
"require": {
"php": ">=5.5.0",
"ext-intl": "*",
"ext-openssl": "*"
},
"autoload": {
"psr-4": {
"AfriCC\\": "src/AfriCC"
}
},
"require-dev": {
"satooshi/php-coveralls": "^1.0"
}
}