Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Framework Bundle Laravel Package

symfony/framework-bundle

Symfony FrameworkBundle tightly integrates Symfony components into the full-stack framework, providing core framework services and configuration. Part of the main Symfony repository; see official docs for contributing, issues, and pull requests.

View on GitHub
Deep Wiki
Context7
v8.1.1

Changelog (https://github.com/symfony/framework-bundle/compare/v8.1.0...v8.1.1)

  • minor #64694 Fix service _instanceof type (@philbates35)
  • minor #64647 Relax test assertions for generated _fragment URI (@nicolas-grekas)
  • bug #63800 Detect env placeholders in resolved route parameter values (@Amoifr)
  • bug #64615 Rename ContainerAwareInterface to ContainerProviderInterface (@nicolas-grekas)
  • bug #64595 Add argument $allowNamedClosure to DeepClone to fit ext-deepclone v0.8 (@nicolas-grekas)
  • bug #64566 Harden __toString trampolines via __unserialize() (@nicolas-grekas)
  • bug #64555 Fix custom config directory being ignored when registering bundles (@nicolas-grekas)
  • bug #64560 Avoid resolving all env vars when building the router request context (@nicolas-grekas)
  • bug #64552 Fix warming up caches that hold a closure (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64441 Fix dumping the debug container on cache:clear/cache:warmup (@nicolas-grekas)
  • bug #64420 Fix "allow_no_handlers" being ignored on message buses (@damien-bp)
v8.0.14

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.13...v8.0.14)

  • minor #64694 Fix service _instanceof type (@philbates35)
  • minor #64647 Relax test assertions for generated _fragment URI (@nicolas-grekas)
  • bug #63800 Detect env placeholders in resolved route parameter values (@Amoifr)
  • bug #64566 Harden __toString trampolines via __unserialize() (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64102 Remove usage of Kernel::VERSION (@fabpot)
v7.4.14

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.13...v7.4.14)

  • minor #64694 Fix service _instanceof type (@philbates35)
  • minor #64647 Relax test assertions for generated _fragment URI (@nicolas-grekas)
  • bug #63800 Detect env placeholders in resolved route parameter values (@Amoifr)
  • bug #64566 Harden __toString trampolines via __unserialize() (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
  • bug #64102 Remove usage of Kernel::VERSION (@fabpot)
v6.4.42

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.41...v6.4.42)

  • bug #63800 Detect env placeholders in resolved route parameter values (@Amoifr)
  • bug #64566 Harden __toString trampolines via __unserialize() (@nicolas-grekas)
  • minor #64476 Unsafe unserialize phpstan rule (@jack-worman)
v8.1.0

Changelog (https://github.com/symfony/framework-bundle/compare/v8.1.0-RC1...v8.1.0)

  • bug #64102 Remove usage of Kernel::VERSION (@fabpot)
v8.1.0-RC1

Changelog (https://github.com/symfony/framework-bundle/compare/v8.1.0-BETA3...v8.1.0-RC1)

  • bug #64348 Allow to pass doctrine_open_transaction_logger’s entity manager name positionally (@MatTheCat)
  • bug #64341 Harden default IP allowlist for Postmark and Brevo webhook parsers (@nicolas-grekas)
  • feature #64312 Add framework.validation.property_metadata_existence_check config (@nicolas-grekas)
  • bug #64309 Sign transports for unrouted messages too (@nicolas-grekas)
v8.0.13

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.11...v8.0.13)

  • bug #64348 Allow to pass doctrine_open_transaction_logger’s entity manager name positionally (@MatTheCat)
  • bug #64341 Harden default IP allowlist for Postmark and Brevo webhook parsers (@nicolas-grekas)
  • bug #64309 Sign transports for unrouted messages too (@nicolas-grekas)
v7.4.13

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.11...v7.4.13)

  • bug #64348 Allow to pass doctrine_open_transaction_logger’s entity manager name positionally (@MatTheCat)
  • bug #64341 Harden default IP allowlist for Postmark and Brevo webhook parsers (@nicolas-grekas)
  • bug #64309 Sign transports for unrouted messages too (@nicolas-grekas)
v6.4.41

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.39...v6.4.41)

  • bug #64348 Allow to pass doctrine_open_transaction_logger’s entity manager name positionally (@MatTheCat)
  • bug #64341 Harden default IP allowlist for Postmark and Brevo webhook parsers (@nicolas-grekas)
v8.1.0-BETA3
v8.1.0-BETA2

Changelog (https://github.com/symfony/framework-bundle/compare/v8.1.0-BETA1...v8.1.0-BETA2)

  • bug #64189 Bump Request/Session value resolver priority above EntityValueResolver (@ousamabenyounes)
v8.0.11

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.10...v8.0.11)

  • bug #64189 Bump Request/Session value resolver priority above EntityValueResolver (@ousamabenyounes)
v7.4.11

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.10...v7.4.11)

  • bug #64189 Bump Request/Session value resolver priority above EntityValueResolver (@ousamabenyounes)
v6.4.39

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.37...v6.4.39)

  • bug #64189 Bump Request/Session value resolver priority above EntityValueResolver (@ousamabenyounes)
v8.1.0-BETA1

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.13...v8.1.0-BETA1)

  • bug #64348 Allow to pass doctrine_open_transaction_logger’s entity manager name positionally (@MatTheCat)
  • bug #64341 Harden default IP allowlist for Postmark and Brevo webhook parsers (@nicolas-grekas)
  • bug #64309 Sign transports for unrouted messages too (@nicolas-grekas)
  • bug #64189 Bump Request/Session value resolver priority above EntityValueResolver (@ousamabenyounes)
  • feature #63751 Add support for resetting non-shared services (@Pechynho)
  • feature #62127 Add calendar-aligned mode to FixedWindowLimiter (@Crovitche-1623)
  • bug #63976 Remove console service definitions already declared by ConsoleBundle (@Jean-Beru)
  • feature #60008 Add SessionHasFlashMessage test constraint (@Pierstoval)
  • feature #62801 Add bridge (@zairigimad)
  • feature #63809 Add support for dumping listeners in Graphviz diagrams (@lyrixx)
  • feature #63879 Add DateTimeZone value object support (@mtarld)
  • feature #63905 Add --sort option to debug:router command (Michael Thieulin)
  • feature #63907 Add # attribute to rate limit controllers declaratively (@ayyoub-afwallah)
  • feature #64070 Release deduplication lock on definitive failure (@ousamabenyounes)
  • feature #63880 Add #, ServicesBundle and ConsoleBundle (@nicolas-grekas)
  • feature #63877 Add AddBehaviorDescribingTagsPass (@nicolas-grekas)
  • feature #63875 Add hot-path and no-preload support to AddEventAliasesPass (@nicolas-grekas)
  • feature #63710 Add Kernel and Bundle infrastructure for HTTP-less DI-powered apps (@nicolas-grekas)
  • feature #63742 Add DateInterval value object support (@mtarld)
  • feature #63745 Deprecate Bundle::registerCommands() (@derrabus)
  • feature #63714 Add validation constraints support to # (@chalasr)
  • feature #63663 Add ContainerAwareInterface (@nicolas-grekas)
  • feature #62823 Add custom function support (@alexandre-daubois)
  • feature #63590 Add support for using service stacks as decorators (@nicolas-grekas)
  • feature #63612 Add DeepCloner for COW-friendly deep cloning (@nicolas-grekas)
  • feature #51379 Adding new # attribute and resolver (@StevenRenaux)
  • feature #63339 Handle value objects (@mtarld)
  • feature #63520 Allow configuring Webhook's header names and signing algo (@lacatoire)
  • feature #63593 Add Uuid47Transformer support for UUIDv7/v4 conversion (@nicolas-grekas)
  • feature #63581 Deprecate "senders" nesting level in routing config (@W0rma)
  • feature #63441 Default CachingHttpClient's $maxTtl to 86400s to prevent eternal cache items (@Lctrs, @nicolas-grekas)
  • bug #63597 Fix wiring of "debug.console.argument_resolver" (@nicolas-grekas)
  • feature #63541 Deprecate setting public properties of Request and Response objects directly (@nicolas-grekas)
  • feature #63505 Deprecate terminate_on_cache_hit http_cache option (@Mynyx)
  • feature #63537 Replace executeCommand() by runCommand() when testing commands (@javiereguiluz)
  • feature #62888 Route decode failures through failure handling (@nicolas-grekas)
  • feature #63453 Trace argument value resolvers (@chalasr)
  • feature #63429 Add MicroKernelTrait::$allowedEnvs to enforce allowed values for APP_ENV (@vincentpabst)
  • feature #63242 Add decoration stack to debug:container command (@ayyoub-afwallah)
  • feature #49518 Create # Attribute to serialize Controller Result (@Koc)
  • feature #63356 Configure custom marshaller per cache pool (@mvanduijker)
  • feature #63359 Allow passing Validator constraints to QuestionHelper and # (@chalasr)
  • feature #63360 Add clock-awareness to comparison and range validators (@lacatoire)
  • bug #63361 Properly set tag "lock.store" on flock and semaphore stores when they're used (@nicolas-grekas)
  • feature #52265 Configure MockClient if mock_response_factory has been set on a scoped client (@tarjei)
  • feature #63293 Add image support to QuestionHelper and # (@chalasr)
  • feature #59202 Add a semaphore store based on locks (@alexander-schranz)
  • feature #63214 Allow ViolationMapperInterface injection for ValidatorExtension and FormTypeValidatorExtension (@ktherage)
  • feature #63274 Add ControllerEvent::evaluate() et al. to help with evaluating expressions or closures in controller attributes (@nicolas-grekas)
  • feature #63032 Dispatch events named after controller attributes (@nicolas-grekas)
  • feature #63263 Scope semaphore and flock stores by project dir by default (@nicolas-grekas)
  • feature #61457 Deprecate container parameters router.request_context.scheme and .host (@stollr)
  • feature #58273 Allow usage of expressions for defining validation groups in # (@Brajk19)
  • feature #57653 Allow default action in HtmlSanitizer configuration (@Neirda24)
  • feature #63095 Add shortcut to run console command in tests (@Koc)
  • feature #63097 Decouple SameOriginCsrfTokenManager from event listening (@jprivet-dev)
  • feature #62599 Add default options (@mtarld)
  • feature #63061 Add support for custom type in Serializer Transport (@lyrixx)
  • feature #62434 deprecate the Extension class (@xabbuh)
  • feature #63059 Add SemaphoreKeyNormalizer (@clegginabox)
  • feature #62909 Enable mocking non-shared services in tests (@HypeMC)
  • feature #63121 Allow using env vars in the list of enabled locales (@nicolas-grekas)
  • feature #62566 Add AbstractController::createFormFlowBuilder (@silasjoisten)
  • feature #62917 Add ArgumentResolver (@chalasr)
  • feature #62835 Allow environment variables with . in them (Max Baldanza)
  • bug #63028 Fix debug:container --tag=service.tag not showing priority of # (@ayyoub-afwallah)
  • feature #62522 Add automatic class-map array based on map attributes (@Orkin)
  • feature #62567 Add support for method-based commands (@yceruto)
v8.0.10

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.9...v8.0.10)

  • bug #64106 Normalize backed-enum in array shapes (@MatTheCat)
v7.4.10

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.9...v7.4.10)

  • bug #64106 Normalize backed-enum in array shapes (@MatTheCat)
v8.0.9

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.8...v8.0.9)

  • bug #64023 Fix mailer package check for bridges whose composer name does not match the service id (@lacatoire)
  • bug #64044 Apply tagged MIME type guessers in File::getMimeType() (@ousamabenyounes)
  • bug #63991 Strip --no-fill marker from every translation domain (@ousamabenyounes)
  • bug #63889 Auto-inject ObjectMapper into ObjectMapperAwareInterface transforms (@Amoifr)
v7.4.9

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.8...v7.4.9)

  • bug #64023 Fix mailer package check for bridges whose composer name does not match the service id (@lacatoire)
  • bug #64044 Apply tagged MIME type guessers in File::getMimeType() (@ousamabenyounes)
  • bug #63991 Strip --no-fill marker from every translation domain (@ousamabenyounes)
  • bug #63889 Auto-inject ObjectMapper into ObjectMapperAwareInterface transforms (@Amoifr)
v6.4.37

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.36...v6.4.37)

  • bug #64044 Apply tagged MIME type guessers in File::getMimeType() (@ousamabenyounes)
v8.0.8

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.7...v8.0.8)

  • bug #63777 Fix setting router.request_context.base_url when option default_uri is defined (@nicolas-grekas)
v7.4.8

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.7...v7.4.8)

  • bug #63777 Fix setting router.request_context.base_url when option default_uri is defined (@nicolas-grekas)
v6.4.36

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.35...v6.4.36)

  • bug #63777 Fix setting router.request_context.base_url when option default_uri is defined (@nicolas-grekas)
v8.0.7

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.6...v8.0.7)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
  • bug #63574 Fix stale container after reboot in KernelTestCase (@nicolas-grekas)
v7.4.7

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.6...v7.4.7)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
  • bug #63574 Fix stale container after reboot in KernelTestCase (@nicolas-grekas)
v6.4.35

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.34...v6.4.35)

  • bug #63603 Fix session cookie_lifetime not applied in mock session storage (@nicolas-grekas)
  • bug #63574 Fix stale container after reboot in KernelTestCase (@nicolas-grekas)
v8.0.6

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.5...v8.0.6)

  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #62681 Make ConfigDebugCommand use its container to resolve env vars (@MatTheCat)
  • bug #63462 Fix phpstan false-positive about config/reference.php (@nicolas-grekas)
  • bug #63384 fail gracefully when the semaphore config is used but the component is missing (@xabbuh)
  • bug #63333 Fix JsonStreamer forward compatibility (@mtarld)
  • bug #63305 Fix autoconfiguring controllers using legacy Route annotations as attributes (@nicolas-grekas)
  • bug #63259 Fix BrowserKitAssertionsTrait compatibility with HttpBrowser (@thiagomp)
  • bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)
  • bug #63255 Add missing useAttributeAsKey calls (@MatTheCat)
  • bug #63101 Bypass mapping construction when RedirectController::urlRedirectAction is triggered (@florianorineveu)
  • bug #63239 Fix accessing the test container when using KernelTestCase in non-debug mode (@nicolas-grekas)
  • bug #63236 Fix clearing the HttpCache store in tests (@nicolas-grekas)
v7.4.6

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.5...v7.4.6)

  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #62681 Make ConfigDebugCommand use its container to resolve env vars (@MatTheCat)
  • bug #63462 Fix phpstan false-positive about config/reference.php (@nicolas-grekas)
  • bug #63384 fail gracefully when the semaphore config is used but the component is missing (@xabbuh)
  • bug #63333 Fix JsonStreamer forward compatibility (@mtarld)
  • bug #63305 Fix autoconfiguring controllers using legacy Route annotations as attributes (@nicolas-grekas)
  • bug #63259 Fix BrowserKitAssertionsTrait compatibility with HttpBrowser (@thiagomp)
  • bug #63235 phpdocumentor/reflection-docblock 6 compatibility (@mtarld)
  • bug #63255 Add missing useAttributeAsKey calls (@MatTheCat)
  • bug #63101 Bypass mapping construction when RedirectController::urlRedirectAction is triggered (@florianorineveu)
  • bug #63239 Fix accessing the test container when using KernelTestCase in non-debug mode (@nicolas-grekas)
  • bug #63236 Fix clearing the HttpCache store in tests (@nicolas-grekas)
v6.4.34

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.33...v6.4.34)

  • bug #63275 Fix re-sending failed messages to a different failure transport (@bartholdbos)
  • bug #62681 Make ConfigDebugCommand use its container to resolve env vars (@MatTheCat)
  • bug #63384 fail gracefully when the semaphore config is used but the component is missing (@xabbuh)
  • bug #63259 Fix BrowserKitAssertionsTrait compatibility with HttpBrowser (@thiagomp)
  • bug #63255 Add missing useAttributeAsKey calls (@MatTheCat)
  • bug #63239 Fix accessing the test container when using KernelTestCase in non-debug mode (@nicolas-grekas)
v8.0.5

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.4...v8.0.5)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@nicolas-grekas)
v7.4.5

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.4...v7.4.5)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@nicolas-grekas)
v7.3.11

Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.10...v7.3.11)

  • bug #63206 Conflict with phpdocumentor/reflection-docblock >= 6 (all branches) (nicolas-grekas)
  • bug #63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@nicolas-grekas)
v6.4.33

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.32...v6.4.33)

  • bug #63195 Clean http_cache dir in KernelTestCase::ensureKernelShutdown() (@nicolas-grekas)
v8.0.4

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.3...v8.0.4)

  • bug #63043 Check for console package before register CommandDataCollector (gimler)
  • bug #63016 Ensure a fresh container is used after cache warmup in KernelTestCase (lyrixx)
  • bug #63053 add back missing enabled key in normalization step (xabbuh)
  • bug #63002 Fix merging node that canBeDisable()/canBeEnabled() (nicolas-grekas)
  • bug #62985 Skip extensions with empty configuration in reference.php (bendavies)
  • bug #63003 Don't list ExpressionConfigurator if expression-language is not installed on reference config shape (nicolas-grekas)
  • bug #63005 Revert destination file change for secrets:decrypt-to-local (nicolas-grekas)
  • bug #62795 Fix mocking decorated services in tests (nicolas-grekas)
  • bug #62920 Allow ParamConfigurator in ParametersConfig (@jack-worman)
v7.4.4

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.3...v7.4.4)

  • bug #63043 Check for console package before register CommandDataCollector (gimler)
  • bug #63016 Ensure a fresh container is used after cache warmup in KernelTestCase (lyrixx)
  • bug #63053 add back missing enabled key in normalization step (xabbuh)
  • bug #63002 Fix merging node that canBeDisable()/canBeEnabled() (nicolas-grekas)
  • bug #62985 Skip extensions with empty configuration in reference.php (bendavies)
  • bug #63003 Don't list ExpressionConfigurator if expression-language is not installed on reference config shape (nicolas-grekas)
  • bug #63005 Revert destination file change for secrets:decrypt-to-local (nicolas-grekas)
  • bug #62795 Fix mocking decorated services in tests (nicolas-grekas)
  • bug #62920 Allow ParamConfigurator in ParametersConfig (@jack-worman)
v7.3.10

Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.9...v7.3.10)

  • bug #63043 Check for console package before register CommandDataCollector (gimler)
  • bug #63016 Ensure a fresh container is used after cache warmup in KernelTestCase (lyrixx)
  • bug #63005 Revert destination file change for secrets:decrypt-to-local (nicolas-grekas)
  • bug #62795 Fix mocking decorated services in tests (@nicolas-grekas)
v6.4.32

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.31...v6.4.32)

  • bug #63043 Check for console package before register CommandDataCollector (gimler)
  • bug #63016 Ensure a fresh container is used after cache warmup in KernelTestCase (lyrixx)
  • bug #63005 Revert destination file change for secrets:decrypt-to-local (nicolas-grekas)
  • bug #62795 Fix mocking decorated services in tests (@nicolas-grekas)
v8.0.3

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.2...v8.0.3)

  • bug symfony/symfony#62818 [Config][FrameworkBundle] Allow using ParamConfigurator with every configurable value (@jack-worman)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62692 [FrameworkBundle] Enable console profiling only if the console is actually available (@dbu)
v7.4.3

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.2...v7.4.3)

  • bug symfony/symfony#62877 [Translation] Add ResetInterface and reset method to DataCollectorTranslator (@tourze, @adming-zz, @nicolas-grekas)
  • bug symfony/symfony#62818 [Config][FrameworkBundle] Allow using ParamConfigurator with every configurable value (@jack-worman)
  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
  • bug symfony/symfony#62692 [FrameworkBundle] Enable console profiling only if the console is actually available (@dbu)
v7.3.9

Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.8...v7.3.9)

  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
v6.4.31

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.30...v6.4.31)

  • bug symfony/symfony#62490 [FrameworkBundle] Fix cache:pool:prune exit code on failure (@yoeunes)
v8.0.1

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0...v8.0.1)

  • bug symfony/symfony#62388 [TypeInfo] Simple array should be array type (@matijn-made)
  • bug symfony/symfony#62656 [FrameworkBundle] Fix using FailedMessages*Command with SigningSerializer (@HypeMC)
  • bug symfony/symfony#62652 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping (@Lctrs)
  • bug symfony/symfony#62651 [FrameworkBundle] Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled (@bobvandevijver)
  • bug symfony/symfony#62586 [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands (@aschempp)
  • bug symfony/symfony#62647 [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services (@nicolas-grekas)
  • bug symfony/symfony#62532 [FrameworkBundle] Dump bundles config reference first (@MatTheCat)
  • bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
  • bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
  • bug symfony/symfony#62513 [FrameworkBundle] Add missing useAttributeAsKey calls (@MatTheCat)
  • bug symfony/symfony#62515 [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration (@DemonTPx)
  • bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
v7.4.1

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0...v7.4.1)

  • bug symfony/symfony#62388 [TypeInfo] Simple array should be array type (@matijn-made)
  • bug symfony/symfony#62656 [FrameworkBundle] Fix using FailedMessages*Command with SigningSerializer (@HypeMC)
  • bug symfony/symfony#62652 [HttpClient] CachingHttpClient must run after UriTemplate and Scoping (@Lctrs)
  • bug symfony/symfony#62651 [FrameworkBundle] Only register PhpConfigReferenceDumpPass in dev env with debug flag enabled (@bobvandevijver)
  • bug symfony/symfony#62586 [DependencyInjection][FrameworkBundle] fix BC break when dumping container for build/lint commands (@aschempp)
  • bug symfony/symfony#62647 [FrameworkBundle] Don't exclude classes with constraint/serialization attributes from being registered as services (@nicolas-grekas)
  • bug symfony/symfony#62532 [FrameworkBundle] Dump bundles config reference first (@MatTheCat)
  • bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
  • bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
  • bug symfony/symfony#62513 [FrameworkBundle] Add missing useAttributeAsKey calls (@MatTheCat)
  • bug symfony/symfony#62515 [FrameworkBundle] Allow backed enum to be used in initial_marking workflow configuration (@DemonTPx)
v7.3.8

Changelog (https://github.com/symfony/framework-bundle/compare/v7.3.7...v7.3.8)

  • bug symfony/symfony#62388 [TypeInfo] Simple array should be array type (@matijn-made)
  • bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
  • bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
  • bug symfony/symfony#62513 [FrameworkBundle] Add missing useAttributeAsKey calls (@MatTheCat)
  • bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
  • bug symfony/symfony#62407 [FrameworkBundle] work around limitation in JsonResponse when the data is null (@xabbuh)
  • bug symfony/symfony#62063 [JsonStreamer] Rebuild cache on class update (@mtarld)
v6.4.30

Changelog (https://github.com/symfony/framework-bundle/compare/v6.4.29...v6.4.30)

  • bug symfony/symfony#62498 [FrameworkBundle] fix merging of enabled locales (@dmaicher)
  • bug symfony/symfony#62551 [FrameworkBundle] register attribute loader arguments in a forward-compatible way (@xabbuh)
  • bug symfony/symfony#62513 [FrameworkBundle] Add missing useAttributeAsKey calls (@MatTheCat)
  • bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
  • bug symfony/symfony#62407 [FrameworkBundle] work around limitation in JsonResponse when the data is null (@xabbuh)
v7.4.0

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0-RC3...v7.4.0)

  • bug symfony/symfony#62489 [FrameworkBundle] Fix TypeError when traversing scalar values in debug:config (@yoeunes)
v8.0.0-RC3

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0-RC2...v8.0.0-RC3)

  • bug symfony/symfony#62453 [FrameworkBundle] Make APP_*_DIR relative to the project directory (@nicolas-grekas)
  • bug symfony/symfony#62436 [FrameworkBundle] Dump all registered extensions’ configuration reference (@MatTheCat)
v7.4.0-RC3

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0-RC2...v7.4.0-RC3)

  • bug symfony/symfony#62453 [FrameworkBundle] Make APP_*_DIR relative to the project directory (@nicolas-grekas)
  • bug symfony/symfony#62436 [FrameworkBundle] Dump all registered extensions’ configuration reference (@MatTheCat)
v8.0.0-RC2

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0-RC1...v8.0.0-RC2)

  • bug symfony/symfony#62407 [FrameworkBundle] work around limitation in JsonResponse when the data is null (@xabbuh)
  • bug symfony/symfony#62402 [FrameworkBundle] Revert auto-import of #[Route] defined on controllers (@nicolas-grekas)
v7.4.0-RC2

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0-RC1...v7.4.0-RC2)

  • bug symfony/symfony#62407 [FrameworkBundle] work around limitation in JsonResponse when the data is null (@xabbuh)
  • bug symfony/symfony#62402 [FrameworkBundle] Revert auto-import of #[Route] defined on controllers (@nicolas-grekas)
v8.0.0-RC1

Changelog (https://github.com/symfony/framework-bundle/compare/v8.0.0-BETA2...v8.0.0-RC1)

  • bug symfony/symfony#62063 [JsonStreamer] Rebuild cache on class update (@mtarld)
  • feature symfony/symfony#62302 [Routing] Simplify importing routes defined on controller services (@nicolas-grekas)
v7.4.0-RC1

Changelog (https://github.com/symfony/framework-bundle/compare/v7.4.0-BETA2...v7.4.0-RC1)

  • bug symfony/symfony#62063 [JsonStreamer] Rebuild cache on class update (@mtarld)
  • feature symfony/symfony#62302 [Routing] Simplify importing routes defined on controller services (@nicolas-grekas)
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
codraw/graphviz
nexmo/api-specification
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php
agtp/mod-php
splash/sonata-admin
splash/metadata