We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1d34ea4 + a82d9e2 commit bf893ecCopy full SHA for bf893ec
1 file changed
composer.json
@@ -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