Skip to content

Commit

Permalink
✨ Road to PHP8
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons committed Apr 27, 2023
1 parent 45107b0 commit eff3bce
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
9 changes: 3 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
*~
vendor/*
.*~
.buildpath
.project
.settings
mouf/
vendor/
composer.lock
12 changes: 7 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@
"mouf/utils.common.getvars": "~2.0",
"mouf/utils.common.formatters": "~3.0",
"mouf/database.dao-interface": "~2.0",
"mouf/html.utils.weblibrarymanager": ">=2.0, <4.0",
"mouf/html.utils.weblibrarymanager": "^4",
"mouf/database.tdbm": "~3.2",
"mouf/javascript.jquery.jquery": "~1.7",
"mouf/javascript.jquery.jquery-ui": "~1.8",
"mouf/javascript.jquery.jquery-validate": "~1.10",
"mouf/javascript.jquery.jquery": "^2",
"mouf/javascript.jquery.jquery-ui": "^2",
"mouf/javascript.jquery.jquery-validate": "^1",
"mouf/utils.value.value-interface": "~1.0",
"mouf/html.utils.ckeditor": "~4.4",
"mouf/html.widgets.fileuploaderwidget": "~2.0",
"mouf/utils.common.conditioninterface": "2.*",
"mouf/html.widgets.form-elements": "~1.0",
"ezyang/htmlpurifier": "~4.6",
"mouf/html.utils.bootstrap": ">=3.2"
"mouf/html.utils.bootstrap": "^3",
"mouf/javascript.fileuploader": "^2"
},
"suggest": {
"mouf/html.utils.bootstrap": "Use bootstrap to make a graat rendering"
Expand All @@ -40,6 +41,7 @@
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"extra": {
"mouf": {
"install": [
Expand Down

0 comments on commit eff3bce

Please sign in to comment.