From 88894ca2788a1a28d59c669868e3f237ae95268e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pierre=20B=C3=83=3F=C3=82=C2=A9rub=C3=83=3F=C3=82=C2=A9?= Date: Tue, 6 Aug 2019 14:47:23 -0600 Subject: [PATCH] update require statement Slim version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ef14ebc16..144682445 100644 --- a/README.md +++ b/README.md @@ -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.