Skip to content

Files

Latest commit

97de236 · Jan 23, 2021

History

History
31 lines (20 loc) · 293 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 293 Bytes

Package

Installation

composer require stancl/package

Usage

// ...

Development

Running all checks locally:

./check

Running tests:

MYSQL_PORT=3307 docker-compose up -d

phpunit

Code style will be automatically fixed by php-cs-fixer.