- Source:
src/SonsOfPHP/Bard/src - Tests:
src/SonsOfPHP/Bard/Tests - Do not edit:
src/SonsOfPHP/Bard/vendor/,src/SonsOfPHP/Bard/dist/
- Install once at repo root:
make install - Test this package only:
PHPUNIT_OPTIONS='src/SonsOfPHP/Bard/Tests' make test - Style and static analysis:
make php-cs-fixerandmake psalm - Upgrade code (may modify files):
make upgrade-code
- Keep CLI outputs stable; update docs in
docs/bard/if UX changes. - Avoid committing built artifacts under
dist/.