Skip to content

v0.2.0

Latest

Choose a tag to compare

@mandicap mandicap released this 06 Jun 16:50

What's Changed

Features

  • Added Rector for automated incremental PHP version upgrades (rector.php)

Bug Fixes

  • Fixed StyleCI configuration to target PHP 8.5, matching the composer.json requirement

Documentation

  • Added CLAUDE.md for Claude Code users working on this repository
  • Added llms.txt as an AI-readable API reference for downstream integrators
  • Added AGENTS.md with integration guidance and common patterns for AI coding agents

Internal

  • Added declare(strict_types=1) across source and test files
  • Added return types, param types, and improved PHPDoc throughout
  • Updated dependencies