willi/td2

A beautiful demo package

1.1.0 2023-07-03 10:14 UTC

This package is auto-updated.

Last update: 2024-12-03 13:44:59 UTC


README

##Installation

composer require willi/td2

##Local

composer install
php vendor/bin/phpstan analyse src --level=max
php vendor/bin/php-cs-fixer fix src --rules=@PSR12
php vendor/bin/phpunit tests