Releases: ray-di/Ray.QueryModule
Releases · ray-di/Ray.QueryModule
0.11.1
Added
- PHP 8.5 support
Removed
koriym/param-readerdependency — replaced with nativeReflectionParameter::getAttributes()
Fixed
- Replace deprecated phpcs sniffs (
UnionTypeHintFormat→DNFTypeHintFormat,Squiz.WhiteSpace.LanguageConstructSpacing→Generic.WhiteSpace.LanguageConstructSpacing)
0.11.0
What's Changed
Changed
- Require PHP ^8.2 — dropped PHP 8.1 (EOL December 2024)
- Replaced
doctrine/annotationswith native PHP 8 Attributes for all annotation classes - Upgraded
vimeo/psalmto v6 - Tightened
ray/diconstraint to^2.20(parameter-level#[Named]requires 2.20+) - Upgraded
aura/sqlconstraint to^5.0.3 | ^6.0
Removed
doctrine/annotationsdependency
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Bind SQL invokable object to the provider by @koriym in #30
- コメントを付与したSQLが実行されない問題の修正 by @KazuyaUchida in #33
- Enable PHP 8.4 compat by @koriym in #34
New Contributors
- @KazuyaUchida made their first contribution in #33
Full Changelog: 0.9.0...0.10.0