-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
103 lines (98 loc) · 2.97 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
],
"hash": "156d6e2ea20441ff1f931036e0b9e423",
"packages": [
{
"name": "pear-pear.php.net/VersionControl_Git",
"version": "0.4.4",
"dist": {
"type": "file",
"url": "http://pear.php.net/get/VersionControl_Git-0.4.4.tgz",
"reference": null,
"shasum": null
},
"require": {
"php": ">=5.1.0.0"
},
"replace": {
"pear-pear/versioncontrol_git": "== 0.4.4.0"
},
"type": "pear-library",
"autoload": {
"classmap": [
""
]
},
"include-path": [
"/"
],
"description": "VersionControl_Git is a library that provides OO interface to handle Git repository.\n You can use Git command via the wrapper class. Some features are provided by high-featured interface."
},
{
"name": "phing/phing",
"version": "2.4.13",
"source": {
"type": "git",
"url": "https://github.com/phingofficial/phing",
"reference": "2.4.13"
},
"dist": {
"type": "zip",
"url": "https://github.com/phingofficial/phing/archive/2.4.13.zip",
"reference": "2.4.13",
"shasum": ""
},
"require": {
"php": ">=5.2.0"
},
"bin": [
"bin/phing"
],
"type": "library",
"autoload": {
"classmap": [
"classes/phing/"
]
},
"notification-url": "https://packagist.org/downloads/",
"include-path": [
"classes"
],
"license": [
"LGPL3"
],
"authors": [
{
"name": "Michiel Rook",
"email": "[email protected]"
},
{
"name": "Phing Community",
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors"
}
],
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
"homepage": "http://www.phing.info/",
"keywords": [
"build",
"task",
"tool"
],
"time": "2012-11-20 06:49:06"
}
],
"packages-dev": [
],
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": [
],
"platform": [
],
"platform-dev": [
]
}