Skip to content

Commit

Permalink
✨ Road to PHP 8, upgrade mouf/mouf-installer and nikic/php-parser
Browse files Browse the repository at this point in the history
  • Loading branch information
homersimpsons committed Feb 2, 2023
1 parent 5c31eea commit 0860b9d
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
6 changes: 3 additions & 3 deletions composer-mouf.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"mouf/mouf-installer": "~2.0",
"mouf/mouf-installer": "^2.0",
"mouf/mouf-validators-interface": "~2.0",
"mouf/html.template.mouftemplate": "~2.0",
"mouf/html.template.bootstrap": "^5.2",
Expand All @@ -25,7 +25,7 @@
"mouf/javascript.jquery.jq-bootstrap-validation": "^1.4",
"container-interop/container-interop": "~1.0",
"mouf/javascript.ace": "^1.1",
"nikic/php-parser": "~2.0",
"nikic/php-parser": "^4.15",
"mouf/security.userservice-splash": "^10.0",
"mouf/classname-mapper": "~1.0",
"mouf/html.utils.weblibrarymanager": "^4.0",
Expand All @@ -40,7 +40,7 @@
"prefer-stable": true,
"extra": {
"mouf": {

}
},
"config": {
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@
},
"config": {
"allow-plugins": {
"mouf/mouf-installer": true
"mouf/mouf-installer": true,
"mindplay/composer-locator": true,
"laminas/laminas-dependency-plugin": true
}
}
}
23 changes: 13 additions & 10 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0860b9d

Please sign in to comment.