Skip to content

Modernize bundle for Symfony 8 / PHP 8.5 / Doctrine ORM 3#3

Merged
wtorsi merged 4 commits intomainfrom
8.0
Feb 20, 2026
Merged

Modernize bundle for Symfony 8 / PHP 8.5 / Doctrine ORM 3#3
wtorsi merged 4 commits intomainfrom
8.0

Conversation

@wtorsi
Copy link
Contributor

@wtorsi wtorsi commented Feb 20, 2026

Summary

  • Switch license from Apache 2.0 to MIT
  • Move all sources to src/ with PSR-4 autoloading under ChamberOrchestra\Meta
  • Remove CMS form types (MetaType, MetaTranslatableType) and related DTOs
  • Add PHPStan, Dependabot, and php-cs-fixer configurations
  • Add shields.io badges to README (CI, PHPStan, code style, Packagist, license, PHP, Symfony)
  • Rename Composer package to chamber-orchestra/meta-bundle
  • Simplify and modernize unit tests for PHPUnit 13

Test plan

  • composer install succeeds
  • ./bin/phpunit passes all unit tests
  • composer analyse (PHPStan) passes
  • composer cs-check passes

🤖 Generated with Claude Code

dev and others added 4 commits February 18, 2026 15:54
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…badges

- Change license from Apache 2.0 to MIT
- Move sources to src/ with PSR-4 autoloading
- Remove CMS form types (MetaType, MetaTranslatableType)
- Add phpstan, dependabot, php-cs-fixer configs
- Add shields.io badges to README
- Rename package to chamber-orchestra/meta-bundle
- Simplify and update unit tests

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@wtorsi wtorsi merged commit cd63093 into main Feb 20, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant