-
Notifications
You must be signed in to change notification settings - Fork 84
Add Symfony 8 support #277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: 2.x
Are you sure you want to change the base?
Conversation
beesofts
commented
Dec 5, 2025
| Q | A |
|---|---|
| Bug fix? | no |
| New feature? | no |
| BC breaks? | no |
| Deprecations? | no |
| License | MIT |
|
This was a blocker for a long time. Now Version 6.2 is available to support Symfony 8 Please change this versions as well. |
composer.json
Outdated
| "friendsofphp/php-cs-fixer": "^3.41", | ||
| "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0", | ||
| "matthiasnoback/symfony-dependency-injection-test": "^4.0 || ^5.0 || ^6.0", | ||
| "phpunit/phpunit": "^9.6", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to add support for version 10 as well. Otherwise symfony/dependency-injection 8 is not installed.
"phpunit/phpunit": "^9.6 || ^10.0",
symfony/dependency-injection (v7.4.0)
https://packagist.org/packages/matthiasnoback/symfony-dependency-injection-test
|
simple-phpunit fails for some reason. would it be possible to migrate to phpunit ? |
|
I tried to find a way get it work. But could not find one yet. Just changeing the test to run it with I think getting rid of symfony/phpunit-bridge for this bundle is fine, as it does probably not have a active future. |
|
symfony/demo removed |
|
Hello @Chris53897 do you work on this PR ? Thanks |
|
I am afraid there is nothing i can do here. After this a maintainer needs to have a look and merge/release it. |
|
nice the test has fail while downloading an external file... can a maintainer run again the job ? |
|
Thanks @beesofts all test passed ! |
|
One minor change could be to add |
|
Hi @XWB do you have time to take a look at this PR ? :) |