-
Notifications
You must be signed in to change notification settings - Fork 9
/
composer.json
34 lines (33 loc) · 1007 Bytes
/
composer.json
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
{
"name": "jameswatts/cake-toolkit",
"description": "Define your View as a class, providing a powerful object-oriented factory interface to dynamically build your CakePHP application UI with configurable objects",
"type": "cakephp-plugin",
"keywords": ["cake", "cakephp", "toolkit", "ctk"],
"homepage": "https://github.com/jameswatts/cake-toolkit",
"license": "MIT",
"authors": [
{
"name": "James Watts",
"email": "[email protected]",
"homepage": "http://my.cakephp.org/user/jameswatts",
"role": "Author"
},
{
"name": "CakePHP Community",
"homepage": "https://github.com/jameswatts/cake-toolkit/graphs/contributors"
}
],
"support": {
"issues": "https://github.com/jameswatts/cake-toolkit/issues",
"forum": "http://stackoverflow.com/tags/cakephp",
"irc": "irc://irc.freenode.org/cakephp",
"source": "https://github.com/jameswatts/cake-toolkit"
},
"require": {
"php": ">=5.3.0",
"composer/installers": "*"
},
"extra": {
"installer-name": "Ctk"
}
}