osotov/bitrix-module-installer-plugin

Bitrix modules installation plugin. Plugin adds modules to /local/modules/{$name} location

1.0.1 2015-03-29 16:53 UTC

This package is not auto-updated.

Last update: 2024-04-22 09:33:01 UTC


README

================================

Composer plugin to help installing bitrix modules to /local/modules/{$name} destination path.

To use this plugin you must add to your composer.json next things:

  • "type": "bitrix-module-installer"
  • "require": { "osotov/bitrix-module-installer-plugin": "~1.0.*" }

Example:

{
    "name":"vendor/name",
    "type": "bitrix-module-installer",
    "description":"some description",
    "license": "MIT",
    "require":{
        "php":">=5.3.0",
        "osotov/bitrix-module-installer-plugin": "1.0.*"
    }
}