No description
Find a file
2023-12-25 17:24:56 +01:00
src feat(comment) be able to pass parameters to phpunit 2023-04-03 12:12:31 +02:00
.gitignore feat(Seacms/composer-plugin): create 2023-03-12 09:06:16 +01:00
composer.json fix(composer): migrate to accolades 2023-12-25 17:24:56 +01:00
LICENCE feat(Seacms/composer-plugin): create 2023-03-12 09:06:16 +01:00
LICENCE_FR feat(Seacms/composer-plugin): create 2023-03-12 09:06:16 +01:00
LISEZMOI.md feat(Seacms/composer-plugin): create 2023-03-12 09:06:16 +01:00
README.md feat(Seacms/composer-plugin): create 2023-03-12 09:06:16 +01:00

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"
        }
    ]