Skip to content

Commit

Permalink
Readme file modified for making a small note for avoiding issue slimp…
Browse files Browse the repository at this point in the history
  • Loading branch information
shahariaazam committed Feb 24, 2017
1 parent a743ac4 commit d571165
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@ Via [Composer](https://getcomposer.org/)
$ composer require slim/twig-view
```

Requires Slim Framework 3 and PHP 5.5.0 or newer.
Requires Slim Framework 3 and PHP 5.5.0 or newer. For specific PHP version, add main `"twig/twig"` package in your app to avoid compatibility issue. For PHP >= 5.5.0 `"twig/twig": "^1.8",`, PHP >= 7.0 `"twig/twig": "^2.0",`

## Usage

Expand Down

0 comments on commit d571165

Please sign in to comment.