From 0a9da6c7e001fc7fcfe4a874b0fb5e2bee9e255b 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 246e091..667e7bd 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,6 @@ Support (Providers) Component includes some Service Provider helper classes and [![Latest Unstable Version](https://poser.pugx.org/orchestra/support-providers/v/unstable)](//packagist.org/packages/orchestra/support-providers) [![License](https://poser.pugx.org/orchestra/support-providers/license)](https://packagist.org/packages/orchestra/support-providers) -## Table of Content - -* [Version Compatibility](#version-compatibility) -* [Installation](#installation) -* [Changelog](https://github.com/orchestral/support-providers/releases) - ## Version Compatibility Laravel | Support (Providers) @@ -24,6 +18,7 @@ Laravel | Support (Providers) 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 393887b..b52e917 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" },