forked from 418sec/mouf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer-mouf.json
44 lines (43 loc) · 1.55 KB
/
composer-mouf.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
{
"require": {
"mouf/mouf-installer": "~2.0",
"mouf/mouf-validators-interface": "~2.0",
"mouf/html.template.mouftemplate": "~2.0",
"mouf/html.template.bootstrap": "2.3.2.*",
"mouf/utils.i18n.fine": "~3.0",
"mouf/mvc.splash": "^4.3",
"mouf/javascript.jquery.jquery-ui": "~1.10",
"mouf/javascript.underscore": "~1.3.3",
"mouf/utils.log.errorlog_logger": "~2.0",
"mouf/javascript.jquery.jquery-filetree" : "~1.01.0",
"mouf/javascript.syntaxhighlighter" : "~3.0.83",
"mouf/html.widgets.menu" : "~2.0",
"mouf/security.simplelogincontroller" : "~2.0",
"mouf/security.userfiledao" : "~2.0",
"mouf/utils.cache.file-cache" : "~2.0",
"mouf/utils.common.getvars" : "^2.0",
"mouf/famfamfam" : "~1.3.0",
"mouf/html.template.menus.basicmenu" : "~2.0",
"mouf/utils.session.session-manager" : "~2.0",
"mouf/html.widgets.messageservice": "~2.0",
"mouf/utils.cache.apc-cache": "~2.0",
"michelf/php-markdown": "^1.9",
"mouf/javascript.jquery.jq-bootstrap-validation": "~1.3.0",
"container-interop/container-interop": "~1.0",
"mouf/javascript.ace": "1.1.3",
"nikic/php-parser": "~2.0",
"mouf/security.userservice-splash": "~4.0",
"mouf/classname-mapper": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "~4.0"
},
"autoload": {
"psr-0": {"Mouf": ["src/", "src-dev/", "tests/"]}
},
"prefer-stable": true,
"extra": {
"mouf": {
}
}
}