You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a 1.5.1 changelog section (2026-04-07) documenting the removal of the direct symfony/polyfill-php80 dependency and the reliance on transitive resolution while keeping PHP 8.2+ as the minimum. Update the Unreleased comparison link and add the [1.5.1] release link.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
-
11
11
12
+
## [1.5.1] - 2026-04-07
13
+
### Changed
14
+
- Removed the direct `symfony/polyfill-php80` dependency, now relying on transitive dependency resolution while keeping PHP 8.2+ as the minimum supported version.
15
+
12
16
## [1.5.0] - 2026-02-27
13
17
### Added
14
18
- Rector configuration and integration for automated code refactoring.
@@ -64,7 +68,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments