SymfonyCasts / tailwind-bundle

Delightful Tailwind Support for Symfony + AssetMapper
https://symfony.com/bundles/TailwindBundle/current/index.html
MIT License
83 stars 20 forks source link

Suppress config deprecations by setting values explicitly #20

Closed bocharsky-bw closed 1 year ago

bocharsky-bw commented 1 year ago

Fix failed tests discovered in #19

Remaining indirect deprecation notices (4)

  2x: Since symfony/framework-bundle 6.4: Not setting the "framework.handle_all_throwables" config option is deprecated. It will default to "true" in 7.0.
    2x in FunctionalTest::testBuiltCSSFileIsUsed from Symfonycasts\TailwindBundle\Tests

  2x: Since symfony/framework-bundle 6.4: Not setting the "framework.php_errors.log" config option is deprecated. It will default to "true" in 7.0.
    2x in FunctionalTest::testBuiltCSSFileIsUsed from Symfonycasts\TailwindBundle\Tests
weaverryan commented 1 year ago

Thanks Victor!