From bc6843140050fac7672fe8120ee237455d21725c Mon Sep 17 00:00:00 2001 From: Jeremiasz Major Date: Mon, 17 Jan 2022 23:13:20 +0100 Subject: [PATCH] update PHP requirements --- README.md | 2 +- composer.json | 2 +- composer.lock | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d7a1ba6..45004f1 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ __('stream.shared-photos', [ ]); // jrmajor added 2 new photos to his stream. ``` -You may install it via Composer: `composer require jrmajor/laravel-fluent`. It requires PHP 8.0 and Laravel 8.0 or higher. +You may install it via Composer: `composer require jrmajor/laravel-fluent`. It supports Laravel 8.0 and 9.0. ## Usage diff --git a/composer.json b/composer.json index ac73a75..510ebac 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ ], "homepage": "https://github.com/jrmajor/laravel-fluent", "require": { - "php": "^8.0", + "php": "~8.0.0 || ~8.1.0", "jrmajor/fluent": "v0.3.0", "laravel/framework": "^8.0 || ^9.0" }, diff --git a/composer.lock b/composer.lock index 9d2fb9b..bd974b5 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "16980756c02e021743e1c6c8837e7414", + "content-hash": "290c2fef90fb49782b5dc4ec351c257a", "packages": [ { "name": "brick/math", @@ -8598,7 +8598,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.0" + "php": "~8.0.0 || ~8.1.0" }, "platform-dev": [], "plugin-api-version": "2.2.0"