Skip to content
This repository was archived by the owner on Nov 15, 2018. It is now read-only.
This repository was archived by the owner on Nov 15, 2018. It is now read-only.

[Doc] Wrong hint about Symfony 3.3 #81

@Drachenkaetzchen

Description

@Drachenkaetzchen

The README.md file states:

Note for Symfony >=3.3 users

If you use Symfony at version 3.3 or superior, you do not need to use this bundle
as all the features were ported in Symfony. You can learn more about it in the
Symfony blog or in the Symfony documentation.

However, I find this not to be true. When upgrading to Sf3.3 and removing this bundle, any actions I have defined now stopped working, even with autowiring enabled. The root cause is that no services are passed to the class constructors anymore, whilst with this bundle, they do.

Unfortunately, both the blog and documentation links in that section do not provide information on how to upgrade.

I have 2 questions:

  • Does Sf3.3 completely implement the features of this bundle?
  • If so, what is the upgrade procedure?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions