I was installing phpMemAdmin through compose install and after adding the following configuration in the composer.json as described in the documentation:
`{
"require": {
"clickalicious/phpmemadmin": "~0.3"
},
"scripts": {
"post-autoload-dump": [
"Clickalicious\\PhpMemAdmin\\Installer::postInstall"
]
}
}`
But post this step when we run the compose install, I am getting the following error in the git bash.
[TypeError]
Clickalicious\PhpMemAdmin\Installer::postInstall(): Argument #1 ($event) mu
st be of type Composer\Script\CommandEvent, Composer\Script\Event given, ca
lled in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/
EventDispatcher/EventDispatcher.php on line 479