-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
27 lines (27 loc) · 778 Bytes
/
composer.json
File metadata and controls
27 lines (27 loc) · 778 Bytes
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
{
"name": "anklimsk/cakephp2-theme",
"description": "Full UI theme for CakePHP 2.x",
"type": "cakephp-plugin",
"homepage": "https://github.com/anklimsk/cakephp-theme",
"license": "MIT",
"authors": [
{
"name": "Andrey Klimov"
}
],
"require": {
"php": ">=5.4",
"composer/installers": "^1.5.0",
"anklimsk/cakephp-basic-functions": "^1.0.0",
"anklimsk/cakephp-config-plugin": "^1.0.0",
"anklimsk/cakephp-extended-test": "^1.0.0",
"codaxis/cakephp-bootstrap3-helpers": "^1.2",
"markstory/asset_compress": "^0.25"
},
"support": {
"source": "https://github.com/anklimsk/cakephp-theme"
},
"extra": {
"installer-name": "CakeTheme"
}
}