Closed bodorszilard closed 6 years ago
@alcaeus Done
Test failures still look unrelated, but dev build tests Symfony 3.4 probably due to version constraints in other dependencies.
@bodorszilard this is probably nothing you can fix: composer would pick Symfony 4.0 (this composer.json allows it) if all dependencies allowed it. Apparently, some other dependency doesn't allow Symfony 4 so composer installs the latest possible version of 3.x, which is 3.4.0-dev. You can remove the last commit as it doesn't change anything.
If test failures are in fact not related to these changes (a maintainer will have to make sure of that), the PR can be merged regardless of the Symfony version tested.
okay, thanks @alcaeus
In addition "jms_i18n_routing.loader" should be declared as public
in JMSI18nRoutingBundle/Resources/config/services.xml:
<service id="jms_i18n_routing.loader" class="%jms_i18n_routing.loader.class%" public="true">
otherwise there is an error from this issue:
issue215
SF4 is now supported, thx!
SymfonyConHackday2017