You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dufraissejeremy adc22cdee6 feat(composer): allow php ^7.2.5 2 years ago
src fix(--verbose): test 2 years ago
.gitignore feat(Seacms/composer-plugin): create 2 years ago
LICENCE feat(Seacms/composer-plugin): create 2 years ago
LICENCE_FR feat(Seacms/composer-plugin): create 2 years ago
LISEZMOI.md feat(Seacms/composer-plugin): create 2 years ago
README.md feat(Seacms/composer-plugin): create 2 years ago
composer.json feat(composer): allow php ^7.2.5 2 years ago

README.md

SeaCMS/composer-plugin

Lire ce fichier en Français

Composer plugin for SeaCMS.

Authors

Licence and warranty

See LICENCE file (and french translation LICENCE_FR)

IMPORTANT: LICENCE file does not cover content of folders vendor. See dedicated LICENCE file for each subfolder concerning the imported library.

Installation

If you are using SeaCMS via composer, this package will be automatically used if needed.

To install in a theme, use composer require seacms/composer-plugin. As this package is not already published on https://packagist.org/, you should add in the composer.json file of the head repository project these lines :

    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.defis.info/SeaCMS/composer-plugin"
        }
    ]