forked from maurymmarques/minify-cakephp
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 728 Bytes
/
Copy pathcomposer.json
File metadata and controls
25 lines (25 loc) · 728 Bytes
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
{
"name": "maurymmarques/minify-plugin",
"description": "A CakePHP plugin that facilitates the use of PHP Minify with CakePHP",
"type": "cakephp-plugin",
"keywords": ["cakephp", "minify", "plugin"],
"homepage": "https://github.com/maurymmarques/minify-cakephp",
"license": "MIT",
"authors": [
{
"name": "Maury M. Marques",
"role": "Author"
}
],
"support": {
"issues": "https://github.com/maurymmarques/minify-cakephp/issues",
"source": "https://github.com/maurymmarques/minify-cakephp"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "Minify"
}
}