panix/composer

Composer library installer

Maintainers

Package info

github.com/andrtechno/composer

Type:composer-plugin

pkg:composer/panix/composer

Statistics

Installs: 132

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.2 2023-05-12 15:34 UTC

This package is auto-updated.

Last update: 2026-03-12 21:46:47 UTC


README

this plugin is marge "composer/installers" "yiisoft/yii2-composer"

Current Supported Package Types

Types
pixelion-theme
pixelion-module
pixelion-widget
pixelion-component
pixelion-theme-custom
pixelion-module-custom
pixelion-widget-custom
pixelion-component-custom

composer.json

    "extra": {
        "panix\\composer\\Installer\\Installer::postCreateProject": {
            "createDir": [
                {
                    "web/uploads/content": "0755"
                }
            ]
        }
    },