Skip to content

Facing issue in installing phpMemAdmin while running composer install #31

@Asrivast1

Description

@Asrivast1

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions