-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.lock
More file actions
82 lines (81 loc) · 2.63 KB
/
composer.lock
File metadata and controls
82 lines (81 loc) · 2.63 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
79
80
81
82
{
"hash": "4f9a9dcb31e459e68b0996429b5caeeb",
"packages": [
{
"name": "phpish/app",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpish/app",
"reference": "00ff4a989c2448b51be8aeee615aebb30b2826d5"
},
"dist": {
"type": "zip",
"url": "https://github.com/phpish/app/zipball/00ff4a989c2448b51be8aeee615aebb30b2826d5",
"reference": "00ff4a989c2448b51be8aeee615aebb30b2826d5",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "1349777929",
"type": "library",
"installation-source": "source",
"license": [
"MIT"
],
"authors": [
{
"name": "Sandeep Shetty",
"email": "sandeep.shetty@gmail.com",
"homepage": "http://sandeep.shetty.in",
"role": "Developer"
}
],
"description": "Request Handler",
"homepage": "https://github.com/phpish/app"
},
{
"name": "phpish/template",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/phpish/template",
"reference": "a49560796a9fe0791749f1e783ed362a9c431f10"
},
"dist": {
"type": "zip",
"url": "https://github.com/phpish/template/zipball/a49560796a9fe0791749f1e783ed362a9c431f10",
"reference": "a49560796a9fe0791749f1e783ed362a9c431f10",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"time": "1349553930",
"type": "library",
"installation-source": "source",
"license": [
"MIT"
],
"authors": [
{
"name": "Sandeep Shetty",
"email": "sandeep.shetty@gmail.com",
"homepage": "http://sandeep.shetty.in",
"role": "Developer"
}
],
"description": "Capture output of and compose plain old PHP templates",
"homepage": "https://github.com/phpish/template"
}
],
"packages-dev": null,
"aliases": [
],
"minimum-stability": "stable",
"stability-flags": {
"phpish/app": 20,
"phpish/template": 20
}
}