Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@
composer create-project igzard/php-skeleton --prefer-source PackageName
```

✅ Run **Code quality** check:
✅ Run **Test** check:
```bash
make code-quality
make test
```

👷 Run **PHPUnit** tests:
```bash
make phpunit
```

🎨 Run **php-cs-fixer**:
🎨 Run **cs-fix**:
```bash
make php-cs-fixer
make cs-fix
```

🔥 Run **phpstan**:
Expand Down
Loading