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

FrameworkBundle integrates Symfony components into the full-stack Symfony framework, providing core wiring for services, configuration, routing, controllers, and more. Part of the main Symfony repository; see docs for contributing, issues, and PRs.

View on GitHub
Deep Wiki
Context7
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.
davejamesmiller/laravel-breadcrumbs
artisanry/parsedown
christhompsontldr/phpsdk
bower-asset/punycode
bower-asset/inputmask
bower-asset/jquery
bower-asset/yii2-pjax
laravel/nova
spatie/laravel-mailcoach
spatie/laravel-superseeder
laravel/liferaft
nst/json-test-suite
danielmiessler/sec-lists
jackalope/jackalope-transport
twbs/bootstrap4
php-http/client-implementation
phpcr/phpcr-implementation
cucumber/gherkin-monorepo
haydenpierce/class-finder
psr/simple-cache-implementation