Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency-Injection with Symfony component #50

Closed
llaville opened this issue Sep 18, 2020 · 1 comment
Closed

Dependency-Injection with Symfony component #50

llaville opened this issue Sep 18, 2020 · 1 comment
Assignees
Milestone

Comments

@llaville
Copy link
Owner

Container that was introduced in version 2.13 with f338d12 will be replaced by the Symfony DependencyInjection component.

@llaville llaville added this to the 3.0 milestone Sep 18, 2020
@llaville llaville self-assigned this Sep 18, 2020
@llaville
Copy link
Owner Author

Old ContainerService was removed and replaced by a fresh Symfony DI system. See commit d3c56e9

In this commit we still used the Tactician command bus in the new Infrastructure layer (following DDD principle).
But we may choose later to replace it by the Symfony Messenger component (#51)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant