Skip to content

Commit

Permalink
Merge pull request #230 from slimphp/fix-readme
Browse files Browse the repository at this point in the history
Remove php 7.2 reference from README
  • Loading branch information
l0gicgate committed Oct 5, 2021
2 parents 5fddde6 + 1f6fbea commit b9b9b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@
[![Coverage Status](https://coveralls.io/repos/github/slimphp/Twig-View/badge.svg?branch=3.x)](https://coveralls.io/github/slimphp/Twig-View?branch=3.x)
[![License](https://poser.pugx.org/slim/twig-view/license)](https://packagist.org/packages/slim/twig-view)

This is a Slim Framework view helper built on top of the Twig templating component. You can use this component to create and render templates in your Slim Framework application. It works with Twig 3 and PHP 7.2 or newer.
This is a Slim Framework view helper built on top of the Twig templating component. You can use this component to create and render templates in your Slim Framework application.

## Install

Expand All @@ -14,7 +14,7 @@ Via [Composer](https://getcomposer.org/)
$ composer require slim/twig-view:^3.0
```

Requires Slim Framework 4 and PHP 7.3 or newer.
Requires Slim Framework 4, Twig 3 and PHP 7.3 or newer.

## Usage

Expand Down

0 comments on commit b9b9b15

Please sign in to comment.