Skip to content

Commit 8310055

Browse files
committed
Add composer.json file.
1 parent ade7516 commit 8310055

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

composer.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "markstory/asset_compress",
3+
"description": "An asset compression plugin for CakePHP. Provides file concatenation and a flexible filter system for preprocessing and minification.",
4+
"type": "cakephp-plugin",
5+
"keywords": ["cakephp", "assets", "minifier", "less", "coffee-script", "sass"],
6+
"homepage": "https://github.com/markstory/asset_compress",
7+
"license": "MIT",
8+
"authors": [
9+
{
10+
"name": "Mark Story",
11+
"homepage": "http://mark-story.com",
12+
"role": "Author"
13+
}
14+
],
15+
"support": {
16+
"issues": "https://github.com/markstory/asset_compress/issues",
17+
"source": "https://github.com/markstory/asset_compress"
18+
},
19+
"require": {
20+
"php": ">=5.3.0",
21+
"composer/installers": "*"
22+
}
23+
}

0 commit comments

Comments
 (0)