LdapBundle
LdapBundle copied to clipboard
Bump symfony/dependency-injection from 3.3.13 to 3.4.35
Bumps symfony/dependency-injection from 3.3.13 to 3.4.35.
Changelog
Sourced from symfony/dependency-injection's changelog.
CHANGELOG
5.0.0
- removed support for auto-discovered extension configuration class which does not implement
ConfigurationInterface- removed support for non-string default env() parameters
- moved
ServiceSubscriberInterfaceto theSymfony\Contracts\Servicenamespace- removed
RepeatedPassandRepeatablePassInterface- removed support for short factory/configurator syntax from
YamlFileLoader- removed
ResettableContainerInterface, useResetInterfaceinstead- added argument
$returnsClonetoDefinition::addMethodCall()- removed
tagged, usetagged_iteratorinstead4.4.0
- added
CheckTypeDeclarationsPassto check injected parameters type during compilation- added support for opcache.preload by generating a preloading script in the cache folder
- added support for dumping the container in one file instead of many files
- deprecated support for short factories and short configurators in Yaml
- added
tagged_iteratoralias fortaggedwhich might be deprecated in a future version- deprecated passing an instance of
Symfony\Component\DependencyInjection\Parameteras class name toSymfony\Component\DependencyInjection\Definition- added support for binding iterable and tagged services
- made singly-implemented interfaces detection be scoped by file
- added ability to define a static priority method for tagged service
- added support for improved syntax to define method calls in Yaml
- made the
%env(base64:...)%processor able to decode base64url- added ability to choose behavior of decorations on non existent decorated services
4.3.0
- added
%env(trim:...)%processor to trim a string value- added
%env(default:param_name:...)%processor to fallback to a parameter or to null when using%env(default::...)%- added
%env(url:...)%processor to convert an URL or DNS into an array of components- added
%env(query_string:...)%processor to convert a query string into an array of key values- added support for deprecating aliases
- made
ContainerParametersResourcefinal and not implementSerializableanymore- added
ReverseContainer: a container that turns services back to their ids- added ability to define an index for a tagged collection
- added ability to define an index for services in an injected service locator argument
- made
ServiceLocatorimplementServiceProviderInterface- deprecated support for non-string default env() parameters
- added
%env(require:...)%processor torequire()a PHP file and use the value returned from it4.2.0
... (truncated)
Commits
0ea4d39[DI] fix locators with numeric keyse32d6bd[DI] Dont cache classes with missing parents4e91046[DependencyInjection] Fix broken references in tests413a2c0Remove unused local variables in tests9cf8179[DependencyInjection] Fix wrong exception when service is syntheticc52e96aRe-enable previously failing PHP 7.4 test cases2709bc2bug #33335 [DependencyInjection] Fixed thegetServiceIdsimplementation to ...255ef9f[DependencyInjection] Fixed thegetServiceIdsimplementation to always retu...bec0a6f[DI] fix return type declarations32f2bf5[HttpKernel] Fix return type declarations- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot ignore this [patch|minor|major] versionwill close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language
You can disable automated security fix PRs for this repo from the Security Alerts page.