symfony-cmf / routing-auto

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

Moved AdapterInterface #2

Closed dantleech closed 10 years ago

dantleech commented 10 years ago

And made routing-auto-bundle tests pass. Depends https://github.com/symfony-cmf/RoutingAutoBundle/pull/103/files

Fixes https://github.com/symfony-cmf/RoutingAutoBundle/issues/93

wouterj commented 10 years ago

This testing thing is given me a headage...

Problem 1
    - Installation request for symfony-cmf/routing-auto dev-f945087c6f6cc8dfba7ccb33b226f76a30c0cd32 -> satisfiable by symfony-cmf/routing-auto[dev-f945087c6f6cc8dfba7ccb33b226f76a30c0cd32].
    - symfony-cmf/routing-auto-bundle 1.0.0-alpha10 requires symfony-cmf/routing-bundle 1.1.* -> satisfiable by symfony-cmf/routing-bundle[1.1.x-dev].

So a requirement of this package (RoutingAutoBundle) depends on a different version of the package self and cannot be installed. Now we have references in both ways (bundle <-> component), Composer is lost...

dantleech commented 10 years ago

Ok. What if we restructure the file structute (src,tests, etc) and add a script which installs the RABundle independently and runs the tests?