Skip to content

Commit cf4cc3b

Browse files
committed
Update ray/di to feature/legacy-method-qualifier-inference branch
This update ensures backward compatibility with method-level qualifier attributes while maintaining support for the latest Ray.Di features.
1 parent 1b034c1 commit cf4cc3b

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Changed
11+
- Updated ray/di dependency to use feature/legacy-method-qualifier-inference branch for backward compatibility with method-level qualifier attributes
12+
13+
## [1.0.0-rc3] - 2025-11-11
14+
15+
### Breaking Changes
16+
- **Minimum PHP Version: 8.2** - Dropped support for PHP 8.1
17+
18+
### Added
19+
- MediaQuerySqlModule - Simplified API for easier SQL query integration
20+
- Support for PHP 8.2, 8.3, 8.4, and 8.5
21+
22+
### Removed
23+
- Unused dependencies: nikic/php-parser, koriym/attributes, symfony/polyfill-php81, symfony/polyfill-php83
24+
25+
### Changed
26+
- Updated ray/aura-sql-module dependency to ^1.13.7
27+
- MediaQueryModule, MediaQueryBaseModule, MediaQueryDbModule marked as @internal low-level APIs
28+
829
## [1.0.0-rc2] - 2025-10-03
930

1031
### Changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"phpdocumentor/type-resolver": "^1.6.1",
2222
"ray/aop": "^2.10.4",
2323
"ray/aura-sql-module": "^1.13.7",
24-
"ray/di": "^2.14",
24+
"ray/di": "dev-feature/legacy-method-qualifier-inference as 2.19.1",
2525
"ray/input-query": "^1.0"
2626
},
2727
"require-dev": {

0 commit comments

Comments
 (0)