forked from koala-framework/koala-framework
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
88 lines (86 loc) · 2.84 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "koala-framework/koala-framework",
"description": "Framework and CMS based on Zend Framework and ExtJS",
"homepage": "http://www.koala-framework.org/",
"license": "BSD-2-Clause",
"require": {
"koala-framework/zendframework1": "1.12.13.*",
"koala-framework/extjs2": "2.3.0.*",
"koala-framework/library-swfupload": "2.2.*",
"koala-framework/library-silkicons": "1.3",
"koala-framework/library-htmlawed": "1.1.14",
"koala-framework/library-css3pie": "1.0.0",
"koala-framework/composer-extra-assets": "1.1.*",
"twig/twig": "1.16.1",
"koala-framework/sourcemaps": "dev-master as 0.3.0",
"koala-framework/file-watcher": "*",
"symfony/console": "~2.5",
"symfony/process": "~2.5",
"sepia/po-parser": "4.2.1"
},
"extra": {
"require-bower": {
"jquery": "~1.11 || 2.*",
"jquery.transit": "0.9.9",
"jquery.easing": "1.3.0",
"underscore": "1.7.0",
"compass-mixins": "1.0.2",
"tinymce": "tinymce/tinymce#4.1.9",
"matches-selector": "1.0.3"
},
"require-npm": {
"uglify-js": "2.4.13",
"node-sass": "3.2.0",
"amdlc": "0.1.5",
"esprima": "1.2.2",
"browser-pack": "5.0.1",
"module-deps": "3.8.0",
"JSONStream": "1.0.4",
"grunt": "0.4.*",
"grunt-cli": "0.1.*",
"grunt-modernizr": "0.6.0"
},
"require-dev-bower": {
"qunit": "1.18.0",
"qunit-phantomjs-runner": "vivid-planet/qunit-phantomjs-runner#e96347ee33b773160cf061d7b1b5c4ad3d1d9082"
},
"kwf": {
"exclude-production": [
"symfony/console",
"koala-framework/file-watcher",
"koala-framework/sourcemaps",
"koala-framework/composer-extra-assets",
"nodejs/nodejs"
]
},
"kwf-lingohub": {
"account": "koala-framework",
"project": "koala-framework"
}
},
"suggest": {
"phpoffice/phpexcel": "Allows exporting as XLS in AutoGrid",
"tecnick.com/tcpdf": "Allows generating pdfs from components",
"amazonwebservices/aws-sdk-for-php": "Integration with Amazon Web Services",
"reprovinci/solr-php-client": "Integration with Solr"
},
"require-dev": {
"phpunit/phpunit": "3.7.*",
"phpunit/phpunit-selenium": "*",
"amazonwebservices/aws-sdk-for-php": "1.5.14"
},
"autoload": {
"psr-0": {
"Kwf_": "",
"Kwc_": ""
}
},
"autoload-dev": {
"psr-0": {
"Kwf_": "tests",
"Kwc_": "tests"
}
},
"minimum-stability": "dev",
"prefer-stable": true
}