SensioBuzzBundle icon indicating copy to clipboard operation
SensioBuzzBundle copied to clipboard

Add more restrictions on the buzz version

Open Nyholm opened this issue 6 years ago • 3 comments

I will soon release Buzz 0.17 and I see that this bundle is not compatible with the new version.

For Symfony ^3.3 || ^4.0 support, see https://github.com/symfony/recipes-contrib/pull/328

Nyholm avatar Mar 25 '18 17:03 Nyholm

CI caught this a few hours ago as it as from 0.16.1 to 0.17.0 has lots of breaking changes which does seem to violate buzz's own packages readme suggesting it uses semver although a 1.0 was never tagged in the last 8 years of it existing.

gsdevme avatar Mar 26 '18 20:03 gsdevme

And by soon you mean very soon, as in today.

For others who are affected by the BC breaks implemented in 0.17 of buzz it is advisable that you add the version restriction yourself as there is no guarantee that this bundle will be updated anytime soon:

"kriswallsmith/buzz": "<0.17.0",

@Nyholm perhaps after so many years of Buzz being maintained it is near a 1.0 release and should be tagged as so.

NeilMasters avatar Mar 26 '18 20:03 NeilMasters

Doing “^0.16” would also do the trick.

Yes. A 1.0 is near.

Nyholm avatar Mar 26 '18 20:03 Nyholm