-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.lock
105 lines (105 loc) · 3.51 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
104
105
{
"_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"
],
"hash": "539a2ca75362065c9688bc7cb87b6397",
"packages": [
{
"name": "corneltek/pux",
"version": "1.5.2",
"source": {
"type": "git",
"url": "https://github.com/c9s/Pux.git",
"reference": "7776cfdd7e4f268fb5aaa781aee406b6d6486f8e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/c9s/Pux/zipball/7776cfdd7e4f268fb5aaa781aee406b6d6486f8e",
"reference": "7776cfdd7e4f268fb5aaa781aee406b6d6486f8e",
"shasum": ""
},
"require-dev": {
"corneltek/cliframework": "dev-master",
"corneltek/phpunit-testmore": "dev-master",
"corneltek/universal": "dev-master"
},
"type": "library",
"autoload": {
"psr-0": {
"Pux": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"authors": [
{
"name": "c9s",
"email": "cornelius.howl@gmail.com"
}
],
"description": "Fast PHP router",
"time": "2014-09-29 15:36:44"
},
{
"name": "league/plates",
"version": "3.1.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/plates.git",
"reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/plates/zipball/c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
"reference": "c39d8fbcbeb07a0948d5e1cf8d78c6e1ef3e81a8",
"shasum": ""
},
"require-dev": {
"mikey179/vfsstream": "~1.4.0",
"phpunit/phpunit": "~4.0",
"squizlabs/php_codesniffer": "~1.5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"psr-4": {
"League\\Plates\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jonathan Reinink",
"email": "jonathan@reinink.ca",
"role": "Developer"
}
],
"description": "Plates, the native PHP template system that's fast, easy to use and easy to extend.",
"homepage": "http://platesphp.com",
"keywords": [
"league",
"package",
"templates",
"templating",
"views"
],
"time": "2014-10-21 12:06:12"
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": []
}