zero-config/preacher-installer

Installer for Preacher

Installs: 29

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:composer-plugin

2.0.1 2018-01-10 20:39 UTC

This package is auto-updated.

Last update: 2024-04-29 03:56:45 UTC


README

This installer enables Preacher to support plugins using Symfony Bundles and by introducing the preacher-plugin package type to Composer.

You can enable your Symfony Bundle inside Preacher by setting the following in your package:

{
  "type": "preacher-plugin",
  "require": {
    "zero-config/preacher-installer": "^1.0"
  },
  "extra": {
    "class": "\\My\\Preacher\\Plugin\\AwesomeBundle"
  }
}