Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <crynobone@gmail.com>
  • Loading branch information
crynobone committed Apr 17, 2021
1 parent e589cd0 commit e0c8df0
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 (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)
Expand All @@ -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

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",
"statamic/stringy": "^3.1"
Expand Down

0 comments on commit e0c8df0

Please sign in to comment.