Skip to content

SlicewOw/webSPELL_Cup_AddOn

Repository files navigation

Description

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