Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 476 Bytes

File metadata and controls

15 lines (10 loc) · 476 Bytes

Agents Guide for Package: src/SonsOfPHP/Component/Money

Scope

  • Source: src/SonsOfPHP/Component/Money/src
  • Tests: src/SonsOfPHP/Component/Money/Tests
  • Do not edit: any vendor/ directories

Workflows

  • 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-fixer and make psalm
  • Upgrade code (may modify files): make upgrade-code