Skip to content

Commit

Permalink
Released v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Faugeron committed Aug 13, 2024
1 parent 34d0c08 commit 9411b2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# CHANGELOG

## 3.0.0: PHP 7.2 requirement, PHP 8 and phpspec 7 support

* dropped support for PHP < 7.2
* added support for PHP 8
* added support for phpspec 7

## 2.0.0-alpha3: Allowed Twig v2

* added support for Twig 2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This package, `TwigTemplateEngine`, provides an implementation and templates for
Install it using [Composer](https://getcomposer.org/download):

```console
composer require memio/twig-template-engine:^2.0
composer require memio/twig-template-engine:^3.0
```

## Example
Expand Down

0 comments on commit 9411b2d

Please sign in to comment.