Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Apr 17, 2021
1 parent 3651742 commit 0a9da6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
}
},
"require": {
"php": ">=7.3",
"php": "^7.3 || ^8.0",
"illuminate/support": "^8.0",
"orchestra/contracts": "^6.0"
},
Expand Down

0 comments on commit 0a9da6c

Please sign in to comment.