From e0c8df0cb4abaaf427351486991e761a2c4b56d8 Mon Sep 17 00:00:00 2001 From: Mior Muhammad Zaki Date: Sun, 18 Apr 2021 01:25:11 +0800 Subject: [PATCH] wip Signed-off-by: Mior Muhammad Zaki --- README.md | 7 +------ composer.json | 2 +- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index eab44a6..ba90aba 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@ Support (Core) Component includes a basic set of classes for Laravel and Orchest [![Latest Unstable Version](https://poser.pugx.org/orchestra/support-core/v/unstable)](//packagist.org/packages/orchestra/support-core) [![License](https://poser.pugx.org/orchestra/support-core/license)](https://packagist.org/packages/orchestra/support-core) -## Table of Content - -* [Version Compatibility](#version-compatibility) -* [Installation](#installation) -* [Changelog](https://github.com/orchestral/support-core/releases) - ## Version Compatibility Laravel | Support (Core) @@ -24,6 +18,7 @@ Laravel | Support (Core) 5.8.x | 3.8.x 6.x | 4.x 7.x | 5.x + 8.x | 6.x ## Installation diff --git a/composer.json b/composer.json index 9f6d2c4..1a8ae28 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } }, "require": { - "php": ">=7.3", + "php": "^7.3 || ^8.0", "illuminate/support": "^8.0", "orchestra/contracts": "^6.0", "statamic/stringy": "^3.1"