Skip to content

Commit

Permalink
Merge pull request #3047 from Rotzbua/patch-1
Browse files Browse the repository at this point in the history
documentation: min php 7.2 required
  • Loading branch information
l0gicgate committed Feb 12, 2021
2 parents 19dbaec + 8223cf0 commit bf20ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ It's recommended that you use [Composer](https://getcomposer.org/) to install Sl
$ composer require slim/slim:^4.0
```

This will install Slim and all required dependencies. Slim requires PHP 7.1 or newer.
This will install Slim and all required dependencies. Slim requires PHP 7.2 or newer.

## Choose a PSR-7 Implementation & ServerRequest Creator

Expand Down

0 comments on commit bf20ffe

Please sign in to comment.