myrisk/webspell_cup_addon

Composer package of my Cup add-on for webSPELL NG

dev-master 2022-11-20 20:01 UTC

This package is auto-updated.

Last update: 2024-09-21 00:14:21 UTC


README

This is a cup add-on to be used with webSPELL NG.

WiP

Installation

Using Composer

Run the following command to install the package:

composer require myrisk/webspell_cup_addon

Contribute

PHPUnit

Please execute PHPUnit tests:

./vendor/bin/phpunit tests

PHPStan

Please execute PHPStan wit level 5:

./vendor/bin/phpstan analyse -l 5 src tests