Tags: MWSimple/SCDatetimepickerBundle
Tags
Bump twig/twig from 3.14.0 to 3.14.1 (#12) Bumps [twig/twig](https://github.com/twigphp/Twig) from 3.14.0 to 3.14.1. - [Changelog](https://github.com/twigphp/Twig/blob/v3.14.1/CHANGELOG) - [Commits](twigphp/Twig@v3.14.0...v3.14.1) --- updated-dependencies: - dependency-name: twig/twig dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Deprecations: replace spaceless (#10) * Renamed package/bundle Add Forked comment to ReadMe Add Myself to authors list * Add Twig v3 to description * Fixed deprecation message - Return TreeBuilder - *::getConfigTreeBuilder might add "TreeBuilder" as a native return type declaration in the future. * Fixed deprecation message - Add return types to the methods of FormExtension * Removed the spaceless filter and/or the apply spaceless tags Replaced with {%- -%} as per Twig documentation * add composer.json to see what packages are required when installing this bundle Fixed a few deprecation warning message(s) --------- Co-authored-by: Johan Kasselman <johankasselman@live.com>