myrisk/webspell_cup_addon

Composer package of my Cup add-on for webSPELL NG

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 0

Open Issues: 1

pkg:composer/myrisk/webspell_cup_addon

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

This package is auto-updated.

Last update: 2025-09-21 02:16:13 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