symfony-cmf / routing-auto-bundle

Adding automatic route generating on top of the symfony cmf routing
https://cmf.symfony.com
14 stars 29 forks source link

Updated version of symfony-cmf/routing-bundle #140

Closed frne closed 10 years ago

frne commented 10 years ago

Updated symfony-cmf/routing-bundle version

Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets symfony-cmf/cmf-sandbox#276
License MIT
Doc PR
dantleech commented 10 years ago

hmm. I don't think this is necessary. The ~1.2 means >= 1.2 && < 2 (see here). And this bundle works fine with version 1.2.

If you, or one of your other components has not directly required version 1.2 of the routing bundle then it should automatically take the highest available version, i.e. 1.3

dbu commented 10 years ago

@frne did you encounter an incompatibility with routing-bundle 1.2?

maybe we should add the minimal routing-bundle to the build matrix for https://travis-ci.org/symfony-cmf/RoutingAutoBundle ? (actually in all places where we tightly integrate with some base thing like knp menu or one of the sonata things)

frne commented 10 years ago

@dantleech You're right. @dbu No, just lack of composer knowledge ;)

This is not needed. [close]