-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
71 lines (71 loc) · 2.23 KB
/
composer.lock
File metadata and controls
71 lines (71 loc) · 2.23 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "7ab54b88bc286a8bfddfd1b671cfb25c",
"packages": [
{
"name": "hakger/php-epp2",
"version": "dev-master",
"source": {
"type": "git",
"url": "ssh://vcs@phabricator.hakgersoft.pl/diffusion/PHPEPP/php-epp2.git",
"reference": "b3ac05b1b9207a6934de6554b04f117d23044e01"
},
"require": {
"ext-intl": "*",
"ext-openssl": "*",
"php": ">=5.5.0"
},
"replace": {
"africc/php-epp2": "*"
},
"type": "library",
"autoload": {
"psr-4": {
"AfriCC\\": "src/AfriCC"
}
},
"license": [
"GPL-3.0+"
],
"authors": [
{
"name": "Gunter Grodotzki",
"email": "hello@afri.cc",
"homepage": "https://www.afri.cc",
"role": "Developer"
},
{
"name": "Hubert Kowalski",
"email": "h.kowalski@hakger.pl",
"homepage": "https://www.hakger.pl",
"role": "Contributor"
}
],
"description": "A High Level EPP (Extensible Provisioning Protocol) TCP/SSL Client for PHP. HAKGERSoft fork.",
"homepage": "https://github.com/hakger/php-epp2",
"keywords": [
"client",
"domains",
"epp",
"registrar",
"registry",
"tcp"
],
"time": "2019-01-09T22:30:13+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": {
"hakger/php-epp2": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}