acp3/composer-installer

Adds a custom installer to Composer so that it can install ACP3 components into the right location.

Installs: 3 568

Dependents: 7

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:composer-plugin

v1.3.0 2022-04-02 21:47 UTC

This package is auto-updated.

Last update: 2024-03-30 00:16:48 UTC


README

Adds a custom installer to Composer so that it can install ACP3 modules into the right location.

Development

Installation

$ docker run --rm --interactive --tty \
  --volume $PWD:/app \
  --user $(id -u):$(id -g) \
  composer install