-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.lock
More file actions
78 lines (78 loc) · 2.56 KB
/
composer.lock
File metadata and controls
78 lines (78 loc) · 2.56 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
72
73
74
75
76
77
78
{
"_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#composer-lock-the-lock-file",
"This file is @generated automatically"
],
"content-hash": "4387faf802508ad1c67e420cda7d3d10",
"packages": [
{
"name": "mfacenet/hello-world",
"version": "v1.0.4",
"source": {
"type": "git",
"url": "https://github.com/mfacenet/hello-world.git",
"reference": "7ecb1fc312aa7c44296afee5e62f450ddb75bbc1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mfacenet/hello-world/zipball/7ecb1fc312aa7c44296afee5e62f450ddb75bbc1",
"reference": "7ecb1fc312aa7c44296afee5e62f450ddb75bbc1",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"replace": {
"ehime/hello-world": "self.version"
},
"require-dev": {
"aws/aws-sdk-php": "dev-master",
"h4cc/phpqatools": "*",
"phpdocumentor/phpdocumentor": "2.8.*",
"rmccue/requests": ">=1.0"
},
"suggest": {
"zendframework/zendframework": "Most awesome framework ever"
},
"type": "library",
"autoload": {
"psr-0": {
"HelloWorld": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Jd Daniel",
"email": "dodomeki@gmail.com"
},
{
"name": "Shawn Stratton",
"email": "sstratton@php.net",
"homepage": "http://mface.net",
"role": "Jackass"
}
],
"description": "My first Composer project",
"homepage": "http://github.com/engrade",
"keywords": [
"example",
"hello",
"world"
],
"time": "2015-07-31T20:13:51+00:00"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}