Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ["8.3", "8.4"]
php: ["8.4"]
name: PHPUnit (PHP ${{ matrix.php }})
steps:
- uses: actions/checkout@v4
Expand Down
26 changes: 26 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!-- file generated with AI assistance: Claude Code - 2026-06-14 -->

# CLAUDE.md

This is a public open-source package maintained under github.com/dmstr.

## Language policy

**Everything in this repository is in English** — commit messages, code,
comments, and documentation. Do not write German here, even though related
company/customer projects (e.g. the consuming application) use German. These
packages are public and English-only.

## Testing

PHPUnit (^12). Run locally with the bundled CLI-only Docker Compose
(no host PHP required):

docker compose run --rm php

This installs dependencies and runs `vendor/bin/phpunit`. The same runs in CI
via `.github/workflows/tests.yml`.

## Requirements

PHP >= 8.4.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
],
"require": {
"php": ">=8.2",
"php": ">=8.4",
"symfony/framework-bundle": "^7.0",
"api-platform/symfony": "^4.0",
"doctrine/orm": "^3.0",
Expand Down
Loading