Closed mazsudo closed 4 years ago
The changes look OK but you didn't actually switch to phpunit 8 in travis.yml
🤔 maybe i should drop support for php7.1? not sure it should be done in this PR? WDYT?
If it's a blocker for you, sure, go ahead! 7.1 is EOL.
seems that there is an issue on prefer-lowest case. composer does not respond...did you ever experience this @greg0ire ?
Yes, and I ended up bumping some dependencies IIRC, that can help. You could bump all Symfony deps to 4.3 (and drop 2.8 and 3.4), that should help and that's what we have started to do on the admin bundle: https://github.com/sonata-project/SonataAdminBundle/pull/5843
The new LTS we support is 4.3, so you will have to change 3.4 to 4.3 in .travis.yml
, but let's see if the prefer-lowest
job succeeds first.
It succeeds, you're almost there :muscle:
think we are not bad ;) except coveralls
That's because there is code that could be removed now, for instance https://github.com/sonata-project/SonataCoreBundle/blob/ec5f858ae434a8411894e11e668d714ce6593f71/src/CoreBundle/DependencyInjection/Compiler/FlashMessageCompilerPass.php#L22
let me have a look. I like bonus point and it's always good to practice and learn ;) quick question not related: guess for all bundles, Symfony deps will be bumped to 4.3 and remove php7.1 support? I can help for some of them. Is there any task list or something closed to?
Is there any task list or something closed to?
No but if you want, you can create one in a issue on https://github.com/sonata-project/dev-kit, that's what we usually do.
Good job so far 👍🏻 Thank you
according to https://github.com/sonata-project/SonataPageBundle/pull/1105, should I remove XliffValidatorTestCase here? Is this PR still relevant even if CoreBundle is dprecated?
Removing it would be a BC-break so no… as for this PR, I think we should merge as is if you and @core23 agree. There is probably no need to do the extra effort to remove the dead code.
Thanks @bmaziere
Subject
I am targeting this branch, because this does not include BC breack.
Changelog