sonata-project / SonataCoreBundle

[deprecated] SonataCoreBundle
MIT License
319 stars 139 forks source link

Add class aliases #745

Closed wbloszyk closed 4 years ago

wbloszyk commented 4 years ago

Subject

I am targeting this branch, because it is BC.

Part of #741

wbloszyk commented 4 years ago

Looks okay for me.

Do you have to add the new bridges to your bundles.php(e.g. SonataTwigBundle)? If yes, we should not (yet) merge this. There should be no manual work when updating this library via composer.

741 Is ready. It's allow use sonata.form.* and `sonata.twig.*' without register bridge. Then CoreBundle config is inject to services. If you load then form- and twig- extensions config is injected.

greg0ire commented 4 years ago

Thanks @wbloszyk !