Skip to content

Commit bf893ec

Browse files
committed
Merge pull request #7 from k1LoW/2.0
Add composer.json
2 parents 1d34ea4 + a82d9e2 commit bf893ec

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

composer.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "ichikaway/cakeplus",
3+
"description": "Cake plus is cakephp plugin and provides some functions for CakePHP.",
4+
"type": "cakephp-plugin",
5+
"keywords": ["cakephp", "validation"],
6+
"homepage": "https://github.com/ichikaway/cakeplus",
7+
"authors": [
8+
{
9+
"name": "Yasushi Ichikawa",
10+
"homepage": "http://twitter.com/ichikaway",
11+
"role": "Author"
12+
},
13+
{
14+
"name": "Various Others",
15+
"homepage": "https://github.com/ichikaway/cakeplus/graphs/contributors"
16+
}
17+
],
18+
"support": {
19+
"issues": "https://github.com/ichikaway/cakeplus/issues",
20+
"source": "https://github.com/ichikaway/cakeplus"
21+
},
22+
"require": {
23+
"php": ">=5.3.0",
24+
"composer/installers": "*"
25+
},
26+
}

0 commit comments

Comments
 (0)