chore: update dependencies to latest majors, require PHP 8.3, split docs - #36
Merged
Conversation
Bump gacela ^1.21, phpunit ^12.5, rector ^2.5, php-cs-fixer ^3.95, psalm ^6.16 and symfony/http-client ^7.4; raise the minimum PHP to 8.3, which PHPUnit 12 and the Rector php83 set require. - migrate phpunit.xml to the 12.5 schema - target PHP 8.3 in psalm.xml and rector.php; typed class constants applied by the php83 set - run CI on PHP 8.3, 8.4 and 8.5 (the matrix listed 8.2 twice)
Move the reference material (configuration, HTTP API, architecture, development) into docs/ and keep the README to a quick start plus links, so the entry point stays short while the details have room to grow.
CLAUDE.md documents the Gacela module layout, config-key convention and commands; .claude/ carries tool permissions and the /check and /module commands.
Chemaclass
force-pushed
the
chore/update-deps
branch
from
August 1, 2026 21:31
cc53b96 to
e6c17c7
Compare
The build environment was pinned to 8.2, so composer install could no longer satisfy the php >=8.3 requirement and the coverage node failed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rebased on top of
0.9.0. Three things: pull every dependency up to its latest major(which forces PHP >= 8.3), split the README into a
docs/folder, and add the projectClaude Code config.
Dependency update
php83set.phpunit.xmlmigrated to the 12.5 schema.psalm.xmlandrector.phpnow target PHP 8.3; the php83 set added typed classconstants in
ConfigKey,SendableRange,CallbackUrlandInvoiceDependencyProvider.version above 8.3.
psalm/plugin-phpunitstays on^0.19: 0.20 requires psalm 7, which is not released.Docs
The README had grown into a full manual. It now holds a quick start and links; the detail
moved to
docs/:docs/getting-started.md— install, configure, run, deploydocs/configuration.md— everyLightningConfigsetter, defaults,backends.jsondocs/api.md— routes, payloads, CORS, LNURL error objectsdocs/architecture.md— modules, layers, request flow, adding a backenddocs/development.md— scripts, tests, static analysis, releasingCHANGELOG.mdgets the correspondingUnreleasedentries.Claude Code config
CLAUDE.md(module layout,ConfigKeyconvention, commands) and.claude/with toolpermissions plus
/checkand/modulecommands.Test plan
composer test-allgreen: php-cs-fixer, Psalm (errorLevel 1), PHPStan (level max),26 tests / 33 assertions, Rector dry-run