Add Symfony 8 and PHP 8.5 compatibility
Some checks failed
Build / PHP 8.3 + Symfony 7.4.* (pull_request) Has been cancelled
Build / PHP 8.4 + Symfony 7.4.* (pull_request) Has been cancelled
Build / PHP 8.5 + Symfony 7.4.* (pull_request) Has been cancelled
Build / Symfony 8 + PHP 8.5 consumer install (pull_request) Has been cancelled
Build / Run Psalm (pull_request) Has been cancelled
Build / Validate composer.json (pull_request) Has been cancelled
Build / Validate Coding Standards (pull_request) Has been cancelled
Build / PHP 8.3 + Symfony 7.4.* (push) Has been cancelled
Build / PHP 8.4 + Symfony 7.4.* (push) Has been cancelled
Build / PHP 8.5 + Symfony 7.4.* (push) Has been cancelled
Build / Symfony 8 + PHP 8.5 consumer install (push) Has been cancelled
Build / Run Psalm (push) Has been cancelled
Build / Validate composer.json (push) Has been cancelled
Build / Validate Coding Standards (push) Has been cancelled

This commit is contained in:
Veyra Hermes Agent
2026-06-15 15:13:58 +02:00
parent d746aede0d
commit c1e8294f77
3 changed files with 65 additions and 11 deletions

View File

@@ -1,3 +1,17 @@
# CHANGELOG FOR `2.3.x`
## v2.3.0 (unreleased)
#### TL;DR
- **Added installability support for Symfony 8 and PHP 8.5**.
#### Details
- Allow `symfony/dependency-injection` and `symfony/http-kernel` `^8.0`.
- Allow Behat `^4.0`, which is required by Symfony 8 because Behat 3.x only supports Symfony components up to 7.x.
- Keep Symfony 7.4 / Behat 3.31 compatibility and add a CI consumer-install probe for Symfony 8 on PHP 8.5.
# CHANGELOG FOR `2.1.x`
## v2.2.0 (2021-02-04)