This repository has been archived by the owner on Mar 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.lock
69 lines (64 loc) · 1.87 KB
/
composer.lock
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
{
"hash": "db593c9d55860ee2cda914a988cf2ce1",
"packages": [
{
"name": "arbit/system-process",
"version": "1.0",
"source": {
"type": "git",
"url": "https://github.com/Arbitracker/system-process.git",
"reference": "1.0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Arbitracker/system-process/zipball/1.0",
"reference": "1.0",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"SystemProcess": "src/main/php/"
}
},
"notification-url": "http://packagist.org/downloads/",
"description": "System process execution library",
"time": "2013-03-31 12:42:56"
},
{
"name": "arbit/xml",
"version": "1.0.1",
"source": {
"type": "git",
"url": "https://github.com/Arbitracker/XML.git",
"reference": "1.0.1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Arbitracker/XML/zipball/1.0.1",
"reference": "1.0.1",
"shasum": ""
},
"type": "library",
"autoload": {
"psr-0": {
"Arbit\\Xml": "src/php/"
}
},
"notification-url": "http://packagist.org/downloads/",
"description": "XML reader with a SimpleXML like API.",
"time": "2013-03-31 10:28:29"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}