-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcomposer.dev.lock
109 lines (109 loc) · 3.55 KB
/
composer.dev.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
106
107
108
109
{
"_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#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "1a34b8aa1f5b71e3a568805a697aa2df",
"packages": [
{
"name": "mrclay/minify",
"version": "dev-master",
"dist": {
"type": "path",
"url": "../../packages/mrclay/minify",
"reference": "18c80cbe6ac51ed567a39d0529f6072204326c12",
"shasum": null
},
"require": {
"ext-pcre": "*",
"php": ">=5.2.1"
},
"require-dev": {
"tubalmartin/cssmin": "~2.4.8"
},
"suggest": {
"tubalmartin/cssmin": "Support minify with CSSMin (YUI PHP port)"
},
"type": "library",
"autoload": {
"classmap": [
"min/lib/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Stephen Clay",
"email": "steve@mrclay.org",
"role": "Developer"
}
],
"description": "Minify is a PHP5 app that helps you follow several rules for client-side performance. It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers",
"homepage": "http://code.google.com/p/minify/",
"support": {
"email": "minify@googlegroups.com",
"issues": "http://code.google.com/p/minify/issues/list",
"wiki": "http://code.google.com/p/minify/w/list"
}
},
{
"name": "mvccore/packager",
"version": "dev-master",
"dist": {
"type": "path",
"url": "../../packages/mvccore/packager",
"reference": "138472f8e5bfc5220a2a5cf4dcbb78388584765a",
"shasum": null
},
"require": {
"mrclay/minify": "*",
"php": ">=5.3.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Tom Flidr",
"homepage": "https://github.com/tomFlidr"
}
],
"description": "Library to pack any type of app into PHAR archive or any MvcCore app into single PHP super fast result file.",
"keywords": [
"framework",
"mvc",
"mvccore",
"packager",
"packed app",
"packing",
"packing to phar",
"packing to php",
"php packed result",
"single file app",
"super fast php app"
]
}
],
"packages-dev": [],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"mrclay/minify": 20,
"mvccore/packager": 20
},
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0"
},
"platform-dev": []
}