diff --git a/.gitignore b/.gitignore index 2294448..7d5fe72 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ composer.lock .phpunit.result.cache /vendor +.DS_Store diff --git a/composer.json b/composer.json index 0a09843..27c9f76 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ } ], "require": { - "php": "^7.2.5", + "php": "^7.4|^8.0", "illuminate/contracts": "^8.0", "illuminate/support": "^8.0", "illuminate/database": "^8.0"