From 0860b9d21f5e3c13eb90f7a36586dcd681128c7e Mon Sep 17 00:00:00 2001 From: Guillaume Date: Thu, 2 Feb 2023 11:18:17 +0100 Subject: [PATCH] :sparkles: Road to PHP 8, upgrade mouf/mouf-installer and nikic/php-parser --- composer-mouf.json | 6 +++--- composer.json | 4 +++- composer.lock | 23 +++++++++++++---------- 3 files changed, 19 insertions(+), 14 deletions(-) diff --git a/composer-mouf.json b/composer-mouf.json index f657a1d..257f010 100644 --- a/composer-mouf.json +++ b/composer-mouf.json @@ -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", @@ -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", @@ -40,7 +40,7 @@ "prefer-stable": true, "extra": { "mouf": { - + } }, "config": { diff --git a/composer.json b/composer.json index 3221a50..4bfdfbb 100644 --- a/composer.json +++ b/composer.json @@ -118,7 +118,9 @@ }, "config": { "allow-plugins": { - "mouf/mouf-installer": true + "mouf/mouf-installer": true, + "mindplay/composer-locator": true, + "laminas/laminas-dependency-plugin": true } } } diff --git a/composer.lock b/composer.lock index e07cf7d..18200bd 100644 --- a/composer.lock +++ b/composer.lock @@ -94,26 +94,29 @@ }, { "name": "mouf/mouf-installer", - "version": "v2.0.0", + "version": "v2.0.4", "source": { "type": "git", "url": "https://github.com/thecodingmachine/mouf-installer.git", - "reference": "75cd4295a831b32aabea0b2bb6f4925da6b6e198" + "reference": "ce449077ffacd65ae05388b1613da83ebb455f1c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thecodingmachine/mouf-installer/zipball/75cd4295a831b32aabea0b2bb6f4925da6b6e198", - "reference": "75cd4295a831b32aabea0b2bb6f4925da6b6e198", + "url": "https://api.github.com/repos/thecodingmachine/mouf-installer/zipball/ce449077ffacd65ae05388b1613da83ebb455f1c", + "reference": "ce449077ffacd65ae05388b1613da83ebb455f1c", "shasum": "" }, "require": { - "php": ">=5.3.0" + "composer-plugin-api": "^2.3", + "php": "^8.0" + }, + "require-dev": { + "composer/composer": "^2.3" }, - "type": "composer-installer", + "type": "composer-plugin", "extra": { "class": [ - "Mouf\\Installer\\MoufLibraryInstaller", - "Mouf\\Installer\\MoufFrameworkInstaller" + "Mouf\\Installer\\MoufPlugin" ] }, "autoload": { @@ -140,9 +143,9 @@ ], "support": { "issues": "https://github.com/thecodingmachine/mouf-installer/issues", - "source": "https://github.com/thecodingmachine/mouf-installer/tree/2.0" + "source": "https://github.com/thecodingmachine/mouf-installer/tree/v2.0.4" }, - "time": "2014-06-03T20:47:09+00:00" + "time": "2023-02-01T17:41:26+00:00" }, { "name": "mouf/mouf-validators-interface",