From b09ed2be237543ea65aa7f3a68eb7640f521373b Mon Sep 17 00:00:00 2001 From: Michael Graham Date: Thu, 26 Jun 2025 16:54:31 -0600 Subject: [PATCH] bump required Php version Laravel 10 was supported until February 4th, 2025. The parser requires Php 8.2, and will throw errors on previous versions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1946d606..4bee2af4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Below you'll find a list of features as well as a roadmap with features we will ## Supported Versions -The extension supports all Laravel versions currently listed under the [Support Policy](https://laravel.com/docs/releases#support-policy) and requires PHP >= 8.0 to run. +The extension supports all Laravel versions currently listed under the [Support Policy](https://laravel.com/docs/releases#support-policy) and the minimum Php version is 8.2. ## Features