File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 1.0.1] - 2025-12-16
11+
12+ ### Changed
13+ - Added support for PHP 8.4 and PHP 8.5
14+ - Simplified PHP version constraint to ` ^8.1 `
15+
16+ [ 1.0.1 ] : https://github.com/rgalstyan/symfony-aggregated-queries/compare/v1.0.0...v1.0.1
17+ [ 1.0.0 ] : https://github.com/rgalstyan/symfony-aggregated-queries/releases/tag/v1.0.0
Original file line number Diff line number Diff line change 2929 "docs" : " https://github.com/rgalstyan/symfony-aggregated-queries/blob/main/README.md"
3030 },
3131 "require" : {
32- "php" : " ^8.1 || ^8.2 || ^8.3 " ,
32+ "php" : " ^8.1" ,
3333 "doctrine/dbal" : " ^3.6 || ^4.0" ,
3434 "doctrine/orm" : " ^2.14 || ^3.0" ,
3535 "symfony/config" : " ^6.0 || ^7.0" ,
7979 },
8080 "minimum-stability" : " stable" ,
8181 "prefer-stable" : true
82- }
82+ }
You can’t perform that action at this time.
0 commit comments