a beautiful demo package

1.0.0 2023-07-03 08:54 UTC

This package is auto-updated.

Last update: 2024-11-03 14:11:21 UTC


README

Last version

Installation

composer require AntoineBendafiSchulmann/td2

Local development

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