|
3 | 3 | "mouf/mouf-installer": "~2.0",
|
4 | 4 | "mouf/mouf-validators-interface": "~2.0",
|
5 | 5 | "mouf/html.template.mouftemplate": "~2.0",
|
6 |
| - "mouf/html.template.bootstrap": "2.3.2.*", |
| 6 | + "mouf/html.template.bootstrap": "^5.2", |
7 | 7 | "mouf/utils.i18n.fine": "~3.0",
|
8 |
| - "mouf/mvc.splash": "^4.3", |
9 |
| - "mouf/javascript.jquery.jquery-ui": "~1.10", |
10 |
| - "mouf/javascript.underscore": "~1.3.3", |
| 8 | + "mouf/mvc.splash": "^10.0.1", |
| 9 | + "mouf/javascript.jquery.jquery-ui": "^2.0", |
| 10 | + "mouf/javascript.underscore": "^1.3", |
11 | 11 | "mouf/utils.log.errorlog_logger": "~2.0",
|
12 |
| - "mouf/javascript.jquery.jquery-filetree" : "~1.01.0", |
| 12 | + "mouf/javascript.jquery.jquery-filetree" : "^1.2", |
13 | 13 | "mouf/javascript.syntaxhighlighter" : "~3.0.83",
|
14 |
| - "mouf/html.widgets.menu" : "~2.0", |
15 |
| - "mouf/security.simplelogincontroller" : "~2.0", |
16 |
| - "mouf/security.userfiledao" : "~2.0", |
| 14 | + "mouf/html.widgets.menu" : "^4.0", |
| 15 | + "mouf/security.simplelogincontroller" : "^6.0", |
| 16 | + "mouf/security.userfiledao" : "^4.0", |
17 | 17 | "mouf/utils.cache.file-cache" : "~2.0",
|
18 | 18 | "mouf/utils.common.getvars" : "^2.0",
|
19 | 19 | "mouf/famfamfam" : "~1.3.0",
|
20 | 20 | "mouf/html.template.menus.basicmenu" : "~2.0",
|
21 |
| - "mouf/utils.session.session-manager" : "~2.0", |
22 |
| - "mouf/html.widgets.messageservice": "~2.0", |
| 21 | + "mouf/utils.session.session-manager" : "^4.0", |
| 22 | + "mouf/html.widgets.messageservice": "^4.0", |
23 | 23 | "mouf/utils.cache.apc-cache": "~2.0",
|
24 | 24 | "michelf/php-markdown": "^1.9",
|
25 |
| - "mouf/javascript.jquery.jq-bootstrap-validation": "~1.3.0", |
| 25 | + "mouf/javascript.jquery.jq-bootstrap-validation": "^1.4", |
26 | 26 | "container-interop/container-interop": "~1.0",
|
27 |
| - "mouf/javascript.ace": "1.1.3", |
| 27 | + "mouf/javascript.ace": "^1.1", |
28 | 28 | "nikic/php-parser": "~2.0",
|
29 |
| - "mouf/security.userservice-splash": "~4.0", |
30 |
| - "mouf/classname-mapper": "~1.0" |
| 29 | + "mouf/security.userservice-splash": "^10.0", |
| 30 | + "mouf/classname-mapper": "~1.0", |
| 31 | + "mouf/html.utils.weblibrarymanager": "^4.0", |
| 32 | + "mouf/mvc.splash-ui": "^10.0.2" |
31 | 33 | },
|
32 | 34 | "require-dev": {
|
33 | 35 | "phpunit/phpunit": "~4.0"
|
|
40 | 42 | "mouf": {
|
41 | 43 |
|
42 | 44 | }
|
| 45 | + }, |
| 46 | + "config": { |
| 47 | + "allow-plugins": { |
| 48 | + "mouf/mouf-installer": true, |
| 49 | + "mindplay/composer-locator": true, |
| 50 | + "laminas/laminas-dependency-plugin": true |
| 51 | + } |
43 | 52 | }
|
44 | 53 | }
|
0 commit comments