symfony-cmf / routing-auto

RoutingAuto component
https://cmf.symfony.com
Other
6 stars 11 forks source link

fix dependencies to allow for some sane flexibility #13

Closed lsmith77 closed 10 years ago

lsmith77 commented 10 years ago

supersedes https://github.com/symfony-cmf/RoutingAuto/pull/12

lsmith77 commented 10 years ago

unless of course the newer versions are actually required as defined in #12

dantleech commented 10 years ago

We need routing 1.3 right? I made that other PR so that it would be compatible with the upcoming sandbox release for 1.2

lsmith77 commented 10 years ago

I do not think you need 1.3 .. all it changed was go to PSR-4 https://github.com/symfony-cmf/routing/compare/1.2...master

and for CoreBundle I also do not think you need 1.2, imho 1.1 should be fine.

dantleech commented 10 years ago

Hmm. I had to change to 1.3 to get composer to work with the cmf-sandbox. Will have to look at it again.

dantleech commented 10 years ago

ok. I understand what the ~ symbol does now :)