Skip to content

Commit 45865a4

Browse files
committed
Add support for PHP 8.4 and 8.5 (v1.0.1)
1 parent 0ac58b7 commit 45865a4

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
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",
@@ -79,4 +79,4 @@
7979
},
8080
"minimum-stability": "stable",
8181
"prefer-stable": true
82-
}
82+
}

0 commit comments

Comments
 (0)