-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[DependencyInjection] Add ContainerBuilder::willBeAvailable() to help with conditional configuration #40140
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
Merged
Conversation
This file contains hidden or 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
stof
reviewed
Feb 9, 2021
3c22281
to
5c62cb9
Compare
99c5694
to
3d6ec73
Compare
4d42dfe
to
bf4ca77
Compare
stof
reviewed
Feb 9, 2021
src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
Outdated
Show resolved
Hide resolved
bf4ca77
to
82448bc
Compare
82448bc
to
c5b7b21
Compare
stof
reviewed
Feb 9, 2021
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php
Outdated
Show resolved
Hide resolved
I renamed the method |
that's indeed a good idea. But then, please check my review even if it is on an outdated diff due to the renaming. |
ro0NL
reviewed
Feb 9, 2021
54bc097
to
6288dca
Compare
ro0NL
reviewed
Feb 10, 2021
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php
Show resolved
Hide resolved
8a1bc83
to
4ec2e99
Compare
c8331fe
to
5fdc1fc
Compare
stof
reviewed
Feb 18, 2021
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Outdated
Show resolved
Hide resolved
60612a7
to
6f6e66f
Compare
stof
approved these changes
Feb 18, 2021
6f6e66f
to
183d14e
Compare
chalasr
approved these changes
Feb 18, 2021
Rebase needed |
183d14e
to
5d1a8f3
Compare
… with conditional configuration
5d1a8f3
to
47c471e
Compare
3 tasks
Merged
GuilhemN
added a commit
to nelmio/NelmioApiDocBundle
that referenced
this pull request
Jun 7, 2021
…fony#40140, it is a dev dependency)
wouterj
added a commit
to wouterj/WouterJEloquentBundle
that referenced
this pull request
Jun 13, 2021
wouterj
added a commit
to wouterj/WouterJEloquentBundle
that referenced
this pull request
Jun 13, 2021
GuilhemN
added a commit
to nelmio/NelmioApiDocBundle
that referenced
this pull request
Jun 14, 2021
…fony#40140, it is a dev dependency)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Leverages composer/composer#9682 to ignore dev-packages when configuring the container.