From 074bebcfe3d5202868ff7d0c2a132ee53f9c4208 Mon Sep 17 00:00:00 2001 From: Hamid Ghorashi Date: Tue, 26 Mar 2024 19:01:43 +0400 Subject: [PATCH] Change minimum php version support --- composer.json | 2 +- readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 239b92c..eb564b0 100644 --- a/composer.json +++ b/composer.json @@ -20,7 +20,7 @@ } ], "require": { - "php": "^8.0", + "php": "^8.1", "illuminate/support": "^9.0|^10.0|^11.0", "illuminate/config": "^9.0|^10.0|^11.0", "symfony/console": "^6.0", diff --git a/readme.md b/readme.md index d495d48..0d28d54 100644 --- a/readme.md +++ b/readme.md @@ -14,7 +14,7 @@ And then it allows them to switch between the local and the online version of th This project has been forked from https://github.com/publiux/laravelcdn. All credit for the original work goes there. #### Laravel Support -- This fork supports PHP 8.0+ and Laravel 8+. +- This fork supports PHP 8.1+ and Laravel 8+. - Package auto-discovery is supported. ## Highlights