Skip to content

Releases: sserbin/twig-linter

3.1.2

03 Jun 06:34
932c7f1

Choose a tag to compare

What's Changed

  • Use Composer API for version information. by @webbj74 in #63

New Contributors

Full Changelog: 3.1.1...3.1.2

Twig 3.12 compat

09 Sep 16:53
c4cb0d0

Choose a tag to compare

What's Changed

  • fix twig 3.12 compat with failing to detect default function by @sserbin in #53
  • Update vimeo/psalm requirement from ^4.7 to ^5.8 by @dependabot in #50

Full Changelog: 3.1.0...3.1.1

Chore: deps update

29 Jun 11:08
0b7cc4d

Choose a tag to compare

  • allow phpunit 9
  • require symfony/console and symfony/finder ^5.4|^6.1 (v4 is no longer supported) thanks @xvilo for contributing

Improved php8 compatibility (in composer non-dev mode)

25 Aug 18:02
7d43786

Choose a tag to compare

Replaces ocramius/package-versions with composer/package-versions-deprecated
#25 thanks @qrazi for reporting

Drop EOL PHP versions support (<7.4)

08 Jun 21:41
0a400c3

Choose a tag to compare

This release ends support for unsupported PHP versions (7.2 and 7.3)
PHP 7.4 + or 8.0+ are required

PHP8 support

08 Jun 21:33
6928441

Choose a tag to compare

  • php8 support thanks to @jDolba
  • chore: psalm update

Support v5 symfony/console and symfony/finder

29 Jul 05:18
7908885

Choose a tag to compare

  • Support v5 symfony/console and symfony/finder #8 thanks to @hsegnitz

Twig v3 support

23 Dec 23:08
414d0cf

Choose a tag to compare

  • Twig 3 support (thanks to @xvilo )
  • bumped min required php version from 7.1 to 7.2 (breaking change)
  • 7.4 on travis tests

1.0.2 refix

30 Jul 11:44

Choose a tag to compare

Fixed #5

Maintenance release

29 Jul 19:24
1f49a9a

Choose a tag to compare

  • deps update (psalm to recent ^3.4, phpunit to either 7 or 8)
  • add php 7.3 to travis config