-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
41 lines (41 loc) · 1.11 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
{
"name": "songphi/cakeapp",
"description": "CakePHP quick start application template",
"type": "application",
"keywords": ["framework", "application", "template"],
"homepage": "https://songphi.github.io/cakeapp",
"license": "MIT",
"authors": [{
"name": "SongPhi CodeForge",
"email": "thaolt@songphi.com",
"homepage": "http://code.songphi.org"
}],
"require": {
"php": ">=5.2.8",
"ext-mcrypt": "*",
"cakedc/migrations": "2.2.3",
"cakedc/utils": "1.4.3",
"cakedc/search": "2.2.1",
"cakedc/users": "dev-develop",
"slywalker/boost_cake": "dev-master",
"cakephp/localized": "2.1.*",
"songphi/cakephp-less": "dev-master",
"oyejorge/less.php": "~1.7"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"cakephp/debug_kit": "2.2.*"
},
"bin": [
"lib/Cake/Console/cake",
"cake"
],
"extra": {
"installer-paths": {
"app/Plugin/{$name}/": ["type:cakephp-plugin"]
}
},
"config": {
"vendor-dir": "vendors"
}
}