diff --git a/README.md b/README.md index 387cd907..b70d2d59 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ Solder also interfaces with the Technic Platform using an API key you can genera Requirements ------------- -* PHP >= 7.2.0 -* Composer - +* PHP >= 8.0.2 +* Composer () * BCMath PHP Extension * Ctype PHP Extension * Fileinfo PHP extension diff --git a/composer.json b/composer.json index 45c4a23e..9590bc1a 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ } ], "require": { - "php": "^7.3|^8.0", + "php": "^8.0.2", "ext-curl": "*", "ext-json": "*", "ext-pdo": "*",