panix/composer

Composer library installer

Installs: 126

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:composer-plugin

1.1.2 2023-05-12 15:34 UTC

This package is auto-updated.

Last update: 2024-04-12 17:29:51 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"
                }
            ]
        }
    },