myrisk / webspell_cup_addon
Composer package of my Cup add-on for webSPELL NG
dev-master
2022-11-20 20:01 UTC
Requires
- php: >=7.2
- doctrine/dbal: ^3.5
- egulias/email-validator: ^2.1
- phpstan/phpstan-doctrine: ^1.3
- phpstan/phpstan-phpunit: ^1.2
- respect/validation: ^2.0
- symfony/validator: ^5.1
- webspell_ng/data_structures: dev-master
- webspell_ng/query_builder: dev-master
Requires (Dev)
- phpstan/phpstan: ^1.9
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2025-03-21 01:24: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