Skip to content

Commit c6e4393

Browse files
authored
Merge pull request #159 from homersimpsons/fix/php74-compatibility
PHP74: Upgrade for support
2 parents 61106d3 + fa9e134 commit c6e4393

17 files changed

+145
-152
lines changed

composer-mouf.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"mouf/html.template.mouftemplate": "~2.0",
66
"mouf/html.template.bootstrap": "2.3.2.*",
77
"mouf/utils.i18n.fine": "~3.0",
8-
"mouf/mvc.splash": "~4.2",
8+
"mouf/mvc.splash": "^4.3",
99
"mouf/javascript.jquery.jquery-ui": "~1.10",
1010
"mouf/javascript.underscore": "~1.3.3",
1111
"mouf/utils.log.errorlog_logger": "~2.0",
@@ -15,13 +15,13 @@
1515
"mouf/security.simplelogincontroller" : "~2.0",
1616
"mouf/security.userfiledao" : "~2.0",
1717
"mouf/utils.cache.file-cache" : "~2.0",
18-
"mouf/utils.common.getvars" : "~2.0",
18+
"mouf/utils.common.getvars" : "^2.0",
1919
"mouf/famfamfam" : "~1.3.0",
2020
"mouf/html.template.menus.basicmenu" : "~2.0",
2121
"mouf/utils.session.session-manager" : "~2.0",
2222
"mouf/html.widgets.messageservice": "~2.0",
2323
"mouf/utils.cache.apc-cache": "~2.0",
24-
"michelf/php-markdown": "~1.3",
24+
"michelf/php-markdown": "^1.9",
2525
"mouf/javascript.jquery.jq-bootstrap-validation": "~1.3.0",
2626
"container-interop/container-interop": "~1.0",
2727
"mouf/javascript.ace": "1.1.3",
@@ -41,4 +41,4 @@
4141

4242
}
4343
}
44-
}
44+
}

0 commit comments

Comments
 (0)