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.
This PR contains the following updates:
^3.0
->5.2.6
^3.0
->5.2.4
Release Notes
symfony/framework-bundle
v5.2.6
Compare Source
Changelog (symfony/framework-bundle@v5.2.5...v5.2.6)
v5.2.5
Compare Source
Changelog (symfony/framework-bundle@v5.2.4...v5.2.5)
v5.2.4
Compare Source
Changelog (symfony/framework-bundle@v5.2.3...v5.2.4)
v5.2.3
Compare Source
Changelog (symfony/framework-bundle@v5.2.2...v5.2.3)
v5.2.2
Compare Source
Changelog (symfony/framework-bundle@v5.2.1...v5.2.2)
v5.2.1
Compare Source
Changelog (symfony/framework-bundle@v5.2.0...v5.2.1)
v5.2.0
Compare Source
framework.http_cache
configuration treeframework.trusted_proxies
andframework.trusted_headers
configuration optionsform.factory
,form.type.file
,translator
,security.csrf.token_manager
,serializer
,cache_clearer
,filesystem
andvalidator
services to private.TemplateAwareDataCollectorInterface
andAbstractDataCollector
to simplify custom data collector creation and leverage autoconfigurationcache.adapter.redis_tag_aware
tag to useRedisCacheAwareAdapter
framework.http_client.retry_failing
configuration treeassertCheckboxChecked()
andassertCheckboxNotChecked()
inWebTestCase
assertFormValue()
andassertNoFormValue()
inWebTestCase
translation:update
command to dump messages as a tree-like structure. The given value defines the level where to switch to inline YAMLlock.RESOURCE_NAME
andlock.RESOURCE_NAME.store
services and thelock
,LockInterface
,lock.store
andPersistingStoreInterface
aliases, uselock.RESOURCE_NAME.factory
,lock.factory
orLockFactory
instead.v5.1.11
Compare Source
Changelog (symfony/framework-bundle@v5.1.10...v5.1.11)
v5.1.10
Compare Source
Changelog (symfony/framework-bundle@v5.1.9...v5.1.10)
v5.1.9
Compare Source
Changelog (symfony/framework-bundle@v5.1.8...v5.1.9)
v5.1.8
Compare Source
Changelog (symfony/framework-bundle@v5.1.7...v5.1.8)
v5.1.7
Compare Source
Changelog (symfony/framework-bundle@v5.1.6...v5.1.7)
v5.1.6
Compare Source
Changelog (symfony/framework-bundle@v5.1.5...v5.1.6)
v5.1.5
Compare Source
Changelog (symfony/framework-bundle@v5.1.4...v5.1.5)
v5.1.4
Compare Source
Changelog (symfony/framework-bundle@v5.1.3...v5.1.4)
v5.1.3
Compare Source
Changelog (symfony/framework-bundle@v5.1.2...v5.1.3)
v5.1.2
Compare Source
Changelog (symfony/framework-bundle@v5.1.1...v5.1.2)
v5.1.1
Compare Source
Changelog (symfony/framework-bundle@v5.1.0...v5.1.1)
v5.1.0
Compare Source
--no-backup
option fromtranslation:update
command (broken since5.0.0
)router:match
/debug:router
(whenframework.ide
is configured)framework.router.default_uri
configuration option to configure the defaultRequestContext
MicroKernelTrait::configureContainer()
compatible withContainerConfigurator
mailer.message_bus
option to configure or disable the message bus to use to send mails.MicroKernelTrait::registerBundles()
RouteCollectionBuilder
toMicroKernelTrait::configureRoutes()
, type-hintRoutingConfigurator
insteadTemplateController
now accepts context argumenttrue
in Symfony 6.0routing.expression_language_function
to define functions available in route conditionsdebug:container --deprecations
option to see compile-time deprecations.BrowserKitAssertionsTrait
report the original error message in case of a failureconfig:dump-reference
anddebug:config
to dump and debug kernel container extension configuration.session.attribute_bag
service andsession.flash_bag
service.v5.0.11
Compare Source
Changelog (symfony/framework-bundle@v5.0.10...v5.0.11)
v5.0.10
Compare Source
Changelog (symfony/framework-bundle@v5.0.9...v5.0.10)
v5.0.9
Compare Source
Changelog (symfony/framework-bundle@v5.0.8...v5.0.9)
v5.0.8
Compare Source
Changelog (symfony/framework-bundle@v5.0.7...v5.0.8)
v5.0.7
Compare Source
Changelog (symfony/framework-bundle@v5.0.6...v5.0.7)
v5.0.6
Compare Source
Changelog (symfony/framework-bundle@v5.0.5...v5.0.6)
v5.0.5
Compare Source
Changelog (symfony/framework-bundle@v5.0.4...v5.0.5)
v5.0.4
Compare Source
Changelog (symfony/framework-bundle@v5.0.3...v5.0.4)
v5.0.3
Compare Source
Changelog (symfony/framework-bundle@v5.0.2...v5.0.3)
stale-if-error
in FrameworkBundle's HttpCache if kernel.debug = true (mpdude)v5.0.2
Compare Source
v5.0.1
Compare Source
v5.0.0
Compare Source
src/Resources/translations/
andsrc/Resources/<BundleName>/translations/
ControllerNameParser
.ResolveControllerNameSubscriber
bundle:controller:action
to reference controllers. UseserviceOrFqcn::method
insteadController
, useAbstractController
insteadClient
, useKernelBrowser
insteadContainerAwareCommand
, use dependency injection insteadvalidation.strict_email
option, usevalidation.email_validation_mode
insteadcache.app.simple
service and its corresponding PSR-16 autowiring aliasRequestDataCollector
translator.selector
andsession.save_listener
servicesSecurityUserValueResolver
, useUserValueResolver
insteadrouting.loader.service
.routing.route_loader
.slugger
service andSluggerInterface
aliaslock.store.flock
,lock.store.semaphore
,lock.store.memcached.abstract
andlock.store.redis.abstract
services.router.cache_class_prefix
parameter.v4.4.21
Compare Source
Changelog (symfony/framework-bundle@v4.4.20...v4.4.21)
v4.4.20
Compare Source
Changelog (symfony/framework-bundle@v4.4.19...v4.4.20)
v4.4.19
Compare Source
Changelog (symfony/framework-bundle@v4.4.18...v4.4.19)
v4.4.18
Compare Source
Changelog (symfony/framework-bundle@v4.4.17...v4.4.18)
v4.4.17
Compare Source
Changelog (symfony/framework-bundle@v4.4.16...v4.4.17)
v4.4.16
Compare Source
Changelog (symfony/framework-bundle@v4.4.15...v4.4.16)
v4.4.15
Compare Source
Changelog (symfony/framework-bundle@v4.4.14...v4.4.15)
v4.4.14
Compare Source
Changelog (symfony/framework-bundle@v4.4.13...v4.4.14)
v4.4.13
Compare Source
Changelog (symfony/framework-bundle@v4.4.12...v4.4.13)
v4.4.12
Compare Source
Changelog (symfony/framework-bundle@v4.4.11...v4.4.12)
v4.4.11
Compare Source
Changelog (symfony/framework-bundle@v4.4.10...v4.4.11)
v4.4.10
Compare Source
Changelog (symfony/framework-bundle@v4.4.9...v4.4.10)
v4.4.9
Compare Source
Changelog (symfony/framework-bundle@v4.4.8...v4.4.9)
v4.4.8
Compare Source
Changelog (symfony/framework-bundle@v4.4.7...v4.4.8)
v4.4.7
Compare Source
Changelog (symfony/framework-bundle@v4.4.6...v4.4.7)
v4.4.6
Compare Source
Changelog (symfony/framework-bundle@v4.4.5...v4.4.6)
v4.4.5
Compare Source
Changelog (symfony/framework-bundle@v4.4.4...v4.4.5)
v4.4.4
Compare Source
Changelog (symfony/framework-bundle@v4.4.3...v4.4.4)
v4.4.3
Compare Source
v4.4.2
Compare Source
v4.4.1
Compare Source
v4.4.0
Compare Source
lint:container
command to check that services wiring matches type declarationsMailerAssertionsTrait
templating
engine inTemplateController
, use Twig instead$parser
argument ofControllerResolver::__construct()
andDelegatingLoader::__construct()
controller_name_converter
andresolve_controller_name_subscriber
servicesControllerResolver
andDelegatingLoader
classes have been marked asfinal
WebTestCase::createClient()
while a kernel has been booted, ensure the kernel is shut down before calling the methodrouting.loader.service
, userouting.loader.container
instead.routing.route_loader
has been deprecated.KernelTestCase::tearDown()
andWebTestCase::tearDown()
without thevoid
return-type is deprecated.error_controller
configuration to handle system exceptionstranslation:update
command.framework.messenger.routing.senders
config key is not deeply merged anymore.secrets:*
commands to deal with secrets seamlessly.framework.session.handler_id
accept a DSNRouterDataCollector
class as@final
.framework.messenger.buses.<name>.middleware
config key is not deeply merged anymore.MailerAssertionsTrait
inKernelTestCase
v4.3.11
Compare Source
Changelog (symfony/framework-bundle@v4.3.10...v4.3.11)
v4.3.10
Compare Source
v4.3.9
Compare Source
v4.3.8
Compare Source
v4.3.7
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
v4.3.4
Compare Source
v4.3.3
Compare Source
v4.3.2
Compare Source
v4.3.1
Compare Source
v4.3.0
Compare Source
framework.templating
option, configure the Twig bundle instead.WebTestAssertionsTrait
(included by default inWebTestCase
)Client
toKernelBrowser
AssetsInstallCommand
is deprecated. This argument willbe mandatory in 5.0.
serializer
option for eachtransport under
framework.messenger.transports
.RegisterLocaleAwareServicesPass
and configured theLocaleAwareListener
using Symfony's serializer service to use
PhpSerializer
, which usesPHP's native
serialize()
andunserialize()
functions. To use theoriginal serialization method, set the
framework.messenger.default_serializer
config option to
messenger.transport.symfony_serializer
. Or set theserializer
option under one specifictransport
.framework.messenger.serializer
config key changed toframework.messenger.default_serializer
, which holds the string serviceid and
framework.messenger.symfony_serializer
, which configures theoptions if you're using Symfony's serializer.
framework.messenger.routing.send_and_handle
configuration.Instead of setting it to true, configure a
SyncTransport
and route messages to it.debug:autowiring
sid_length
andsid_bits_per_character
to the
session
section of the configurationmessenger:setup-transports
command to setup messenger transportsInMemoryTransport
to Messenger. Use it with a DSN starting within-memory://
.framework.property_access.throw_exception_on_invalid_property_path
config option.cache:pool:list
command to list all available cache pools.v4.2.12
Compare Source
v4.2.11
Compare Source
v4.2.10
Compare Source
v4.2.9
Compare Source
v4.2.8
Compare Source
v4.2.7
Compare Source
v4.2.6
Compare Source
v4.2.5
Compare Source
v4.2.4
Compare Source
v4.2.3
Compare Source
v4.2.2
Compare Source
v4.2.1
Compare Source
v4.2.0
Compare Source
AbstractController::addLink()
method to add Link headers to the current responseframework.cache.pools.tags
option (bool|service-id)cache.adapter.pdo
abstract servicesecurity.expression_language_provider
in favor of a newAddExpressionLanguageProvidersPass
in SecurityBundle.Symfony\Bundle\FrameworkBundle\Controller\Controller
class in favor ofSymfony\Bundle\FrameworkBundle\Controller\AbstractController
.Psr\Log\LoggerAwareInterface
framework.session.cookie_secure
to turn it on when HTTPS is usedframework.messenger.encoder
andframework.messenger.decoder
options. Use theframework.messenger.serializer.id
option to replace the Messenger serializer.ContainerAwareCommand
class in favor ofSymfony\Component\Console\Command\Command
debug:container
anddebug:autowiring
ignore backslashes in service idsTemplating\Helper\TranslatorHelper::transChoice()
method, use thetrans()
one instead with a%count%
parameterCacheCollectorPass
. UseSymfony\Component\Cache\DependencyInjection\CacheCollectorPass
instead.CachePoolClearerPass
. UseSymfony\Component\Cache\DependencyInjection\CachePoolClearerPass
instead.CachePoolPass
. UseSymfony\Component\Cache\DependencyInjection\CachePoolPass
instead.CachePoolPrunerPass
. UseSymfony\Component\Cache\DependencyInjection\CachePoolPrunerPass
instead.src/Resources/translations/
andsrc/Resources/<BundleName>/translations/
, usetranslations/
instead.translation:update
anddebug:translation
commands.v4.1.12
Compare Source
v4.1.11
Compare Source
v4.1.10
Compare Source
v4.1.9
Compare Source
v4.1.8
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
v4.1.4
Compare Source
v4.1.3
Compare Source
v4.1.2
Compare Source
v4.1.1
Compare Source
v4.1.0
Compare Source
LoggerInterface $logger
instance to theRouter
parameter_bag
service with related autowiring aliases to access parameters as-a-serviceRouter
to work with any PSR-11 containerRouterInterface
that does not implement theWarmableInterface
is deprecated.RouterCacheWarmer
that does not implement theWarmableInterface
is deprecated and will notbe supported anymore in 5.0.
RequestDataCollector
class has been deprecated. Use theSymfony\Component\HttpKernel\DataCollector\RequestDataCollector
class instead.RedirectController
class allows for 307/308 HTTP status codesbundle:controller:action
syntax to reference controllers. UseserviceOrFqcn::method
instead whereserviceOrFqcn
is either the service ID or the FQCN of the controller.
Symfony\Bundle\FrameworkBundle\Controller\ControllerNameParser
container.service_locator
tag ofServiceLocator
s is now autoconfigured.debug:router
.v4.0.15
Compare Source
v4.0.14
Compare Source
v4.0.13
Compare Source
v4.0.12
Compare Source
v4.0.11
Compare Source
v4.0.10
Compare Source
v4.0.9
Compare Source
v4.0.8
Compare Source
v4.0.7
Compare Source
v4.0.6
Compare Source
v4.0.5
Compare Source
v4.0.4
Compare Source
v4.0.3
Compare Source
v4.0.2
Compare Source
v4.0.1
Compare Source
v4.0.0
Compare Source
type
option of theframework.workflows.*
configuration entries isstate_machine
AddConsoleCommandPass
,AddConstraintValidatorsPass
,AddValidatorInitializersPass
,CompilerDebugDumpPass
,ConfigCachePass
,ControllerArgumentValueResolverPass
,FormPass
,PropertyInfoPass
,RoutingResolverPass
,SerializerPass
,ValidateWorkflowsPass
Translator::__construct()
$defaultLocale
argument requiredSessionListener
,TestSessionListener
cache:clear
warmup part along with the--no-optional-warmers
optionframework.serializer.cache
option andserializer.mapping.cache.apc
,serializer.mapping.cache.doctrine.apc
servicesConstraintValidatorFactory
KERNEL_DIR
environment variable withKernelTestCase::getKernelClass()
.KernelTestCase::getPhpUnitXmlDir()
andKernelTestCase::getPhpUnitCliConfigArgument()
methods.PhpStringTokenParser
, useSymfony\Component\Translation\Extractor\PhpStringTokenParser
instead.PhpExtractor
, useSymfony\Component\Translation\Extractor\PhpExtractor
instead.use_strict_mode
session option, it's is now enabled by defaultv3.4.47
Compare Source
Changelog (symfony/framework-bundle@v3.4.46...v3.4.47)
v3.4.46
Compare Source
Changelog (symfony/framework-bundle@v3.4.45...v3.4.46)
v3.4.45
Compare Source
Changelog (symfony/framework-bundle@v3.4.44...v3.4.45)
v3.4.44
Compare Source
Changelog (symfony/framework-bundle@v3.4.43...v3.4.44)
v3.4.43
Compare Source
Changelog (symfony/framework-bundle@v3.4.42...v3.4.43)
v3.4.42
Compare Source
Changelog (symfony/framework-bundle@v3.4.41...v3.4.42)
v3.4.41
Compare Source
Changelog (symfony/framework-bundle@v3.4.40...v3.4.41)
v3.4.40
Compare Source
Changelog (symfony/framework-bundle@v3.4.39...v3.4.40)
v3.4.39
Compare Source
Changelog (symfony/framework-bundle@v3.4.38...v3.4.39)
Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.