Skip to content

Commit

Permalink
update require statement Slim version
Browse files Browse the repository at this point in the history
  • Loading branch information
l0gicgate committed Aug 7, 2019
1 parent 6dfaf02 commit 88894ca
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 @@ -12,7 +12,7 @@ Slim is a PHP micro-framework that helps you quickly write simple yet powerful w
It's recommended that you use [Composer](https://getcomposer.org/) to install Slim.

```bash
$ composer require slim/slim:4.0.0
$ composer require slim/slim:^4.0
```

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

0 comments on commit 88894ca

Please sign in to comment.