forked from FriendsOfCake/crud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
57 lines (57 loc) · 1.32 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name":"friendsofcake/crud",
"version": "3.0.9",
"description":"CakePHP Application development on steroids - rapid prototyping / scaffolding & production ready code - XML / JSON APIs and more",
"type":"cakephp-plugin",
"keywords":[
"cakephp",
"crud",
"create",
"retrieve",
"update",
"delete",
"bake",
"cake",
"scaffold",
"scaffolding"
],
"homepage":"https://github.com/FriendsOfCake/crud",
"license":"MIT",
"authors":[
{
"name":"Christian Winther",
"role":"Author",
"homepage":"http://cakephp.nu/"
},
{
"name":"José Lorenzo Rodríguez",
"role":"Contributor",
"homepage":"https://github.com/lorenzo"
},
{
"name":"Andy Dawson",
"role":"Contributor",
"homepage":"https://github.com/ad7six"
},
{
"name":"ADmad",
"role":"Contributor",
"homepage":"https://github.com/admad"
}
],
"suggest":{
"cakedc/search":"If you want to use the Search Listener"
},
"support":{
"source":"https://github.com/FriendsOfCake/crud",
"issues":"https://github.com/FriendsOfCake/crud/issues",
"wiki":"http://cakephp.nu/cakephp-crud/",
"irc":"irc://irc.freenode.org/friendsofcake"
},
"require":{
"composer/installers":"*"
},
"extra": {
"installer-name": "Crud"
}
}