From 40809e262d9d371e00ccd10ab5d9c69cd9fb695b Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 5 Dec 2024 20:04:00 -0700 Subject: [PATCH] Bumped minimum supported PHP version to 8.1 --- README.md | 2 +- composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c64f03c..279b96b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Glob-like file and pattern matching utility. Requirements ------------ - - [PHP](https://www.php.net/) >= 8.0 + - [PHP](https://www.php.net/) >= 8.1 Installation ------------ diff --git a/composer.json b/composer.json index c5f600f..572f798 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": ">=8.0", + "php": ">=8.1", "symfony/finder": "^6.0 || ^7.0" }, "require-dev": {