Add Symfony 8 / PHP 8.5 compatibility #1
Reference in New Issue
Block a user
Delete Branch "symfony-8-php-8.5-compat"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds composer-level compatibility for Symfony 8 and PHP 8.5:\n\n- allows Symfony DI/HttpKernel 8.x while retaining Symfony 7.4 support\n- allows Behat 4.x while retaining Behat 3.31 support\n- updates dev helper extensions to versions with modern Symfony constraints\n- adds a CI consumer-install probe for Symfony 8 + PHP 8.5\n- documents the 2.3.0 compatibility change\n\nVerification performed locally:\n- composer validate --strict\n- composer test: 64 scenarios / 492 steps passing on PHP 8.3 + Symfony 7.4\n- Symfony 8 + PHP 8.5 consumer composer dry-run resolves with Behat 4.x-dev + Symfony 8.1 packages\n\nNote: Behat 3.x cannot resolve with Symfony 8 components; Symfony 8 currently needs Behat 4.x (4.x-dev until a stable Behat 4 tag exists).
5e8edeac9ftoc1e8294f77View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.