Releases: intaro/twig-sandbox-bundle
Releases · intaro/twig-sandbox-bundle
v3.2.0: возможность указать дополнительные директории бандлов (#25)
Co-authored-by: Андрей Артаханов <[email protected]>
v3.1.0
v3.0.0
What's Changed
- PHPStan up to level 8 by @muxx in #22
- Drop PHP 7.4, 8.0 and Symfony 4.4 support + migrate from annotations to attributes by @muxx in #23
Full Changelog: v2.3.0...v3.0.0
You can use Rector to convert annotations @Sandbox
to attributes #[Sandbox]
:
$rectorConfig->ruleWithConfiguration(\Rector\Php80\Rector\Class_\AnnotationToAttributeRector::class, [
new \Rector\Php80\ValueObject\AnnotationToAttribute(
'Intaro\\TwigSandboxBundle\\Annotation\\Sandbox',
'Intaro\\TwigSandboxBundle\\Attribute\\Sandbox',
),
]);
v2.3.0
v2.2.0: fix php 8 findClass (#12)
php 8 compatibility
v2.1.0: php cs (#15)
* php cs
v2.0.0
v1.1.3
v1.1.2
v1.1.1: Merge pull request #8 from linniksa/patch-1
Make service.yml compat with symfony 3+