You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
+
5
+
## Project Overview
6
+
7
+
This is a Composer meta-package (`setono/code-quality-pack`) that bundles PHP code quality tools into a single dev dependency. It contains no source code — only `composer.json` defining the bundled tools:
The GitHub Actions workflow (`.github/workflows/build.yaml`) runs on PHP 8.1–8.4 and validates `composer.json` (strict mode + normalization check). There are no tests to run.
33
+
34
+
## Notes
35
+
36
+
-`composer.lock` is committed to version control
37
+
- The `dealerdirect/phpcodesniffer-composer-installer` plugin is explicitly disallowed in composer config
38
+
- Psalm supports both v5 and v6 (`^5.26.1 || ^6.10.3`)
0 commit comments