-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce service extensions by type (#44)
* Introduce extensions by type ExtendingModules can now declare extensions not only by specific ID but also by type. Services' extension handling has been moved to a separate class (`Container\ServiceExtensions`) to facilitate and decouple the handling of the new, more advanced behavior. * Implement ServiceExtensions with backward compatibility * Fix PHP 7.2/7.3 compatibilit in tests * Update docs ---- Signed-off-by: Giuseppe Mazzapica <[email protected]> Co-authored-by: Christian Leucht <[email protected]> Co-authored-by: Thorsten Frommen <[email protected]>
- Loading branch information
1 parent
7538809
commit feaa4d0
Showing
7 changed files
with
711 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.