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.
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 ? :) |
|
Are there BC breaks or can we merge it into the 2.x branch? |
src folder is not even modified ; so there is no BC break and can be merged on 2.x |
|
Thanks, just wanted to be sure :) |
|
Merged |
|
Thanks |