- Source:
src/SonsOfPHP/Component/Money/src - Tests:
src/SonsOfPHP/Component/Money/Tests - Do not edit: any
vendor/directories
- Install once at repo root:
make install - Test this package only:
PHPUNIT_OPTIONS='src/SonsOfPHP/Component/Money/Tests' make test - Style and static analysis:
make php-cs-fixerandmake psalm - Upgrade code (may modify files):
make upgrade-code