File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 strategy :
1313 fail-fast : false
1414 matrix :
15- php : ["8.3", "8. 4"]
15+ php : ["8.4"]
1616 name : PHPUnit (PHP ${{ matrix.php }})
1717 steps :
1818 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1+ <!-- file generated with AI assistance: Claude Code - 2026-06-14 -->
2+
3+ # CLAUDE.md
4+
5+ This is a public open-source package maintained under github.com/dmstr.
6+
7+ ## Language policy
8+
9+ ** Everything in this repository is in English** — commit messages, code,
10+ comments, and documentation. Do not write German here, even though related
11+ company/customer projects (e.g. the consuming application) use German. These
12+ packages are public and English-only.
13+
14+ ## Testing
15+
16+ PHPUnit (^12). Run locally with the bundled CLI-only Docker Compose
17+ (no host PHP required):
18+
19+ docker compose run --rm php
20+
21+ This installs dependencies and runs ` vendor/bin/phpunit ` . The same runs in CI
22+ via ` .github/workflows/tests.yml ` .
23+
24+ ## Requirements
25+
26+ PHP >= 8.4.
Original file line number Diff line number Diff line change 1010 }
1111 ],
1212 "require" : {
13- "php" : " >=8.2 " ,
13+ "php" : " >=8.4 " ,
1414 "symfony/framework-bundle" : " ^7.0" ,
1515 "symfony/messenger" : " ^7.0" ,
1616 "symfony/uid" : " ^7.0" ,
You can’t perform that action at this time.
0 commit comments