Skip to content

Commit

Permalink
Add lando tools phpcs and phpstan
Browse files Browse the repository at this point in the history
  • Loading branch information
aadmathijssen committed Jan 27, 2025
1 parent dc11a3e commit 2f519b4
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .lando.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,18 @@ services:
XDEBUG_TRIGGER: '1'

tooling:
phpcs:
cmd:
- php81: 'vendor/bin/phpcs'
- php82: 'vendor/bin/phpcs'
- php83: 'vendor/bin/phpcs'
- php84: 'vendor/bin/phpcs'
phpstan:
cmd:
- php81: 'vendor/bin/phpstan'
- php82: 'vendor/bin/phpstan'
- php83: 'vendor/bin/phpstan'
- php84: 'vendor/bin/phpstan'
phpunit:
cmd:
- php81: 'vendor/bin/phpunit'
Expand Down

0 comments on commit 2f519b4

Please sign in to comment.