Limenius / LiformBundle

Symfony Bundle to render Symfony Forms to JSON Schema
MIT License
138 stars 43 forks source link

make services.xml compatible with latest symfony #18

Closed phpwutz closed 6 years ago

phpwutz commented 6 years ago

When using a more recent version of symfony, services are private by default. I therefore removed all public=false services and changed all services without public=false to public=true.

patch was inspired from stumbling over this error message: "...service or alias has been removed or inlined when the container was compiled. You should either make it public, or stop using the container directly and use dependency injection instead."

I would greatly appreciate this being published as a hotfix or minor version bump on packagist :)