diff --git a/README.md b/README.md index fe3889d..7150131 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ## Requirements -1. PHP 5.6+ +1. PHP 7.4+ 2. Laravel 6.* 3. MySQL * diff --git a/composer.json b/composer.json index ca7f967..5c63b17 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,9 @@ "email": "michael@laracademy.co" } ], - "require": {}, + "require": { + "php": ">=7.4" + }, "minimum-stability": "dev", "autoload": { "psr-4": {