Skip to content

Commit

Permalink
Prepare 5.0.0 release.
Browse files Browse the repository at this point in the history
Signed-off-by: Mior Muhammad Zaki <[email protected]>
  • Loading branch information
crynobone committed Mar 7, 2020
1 parent 3f80b37 commit 50805dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 18 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG-5.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@

This changelog references the relevant changes (bug and security fixes) done to `orchestra/installer`.

## 5.0.0 - Unreleased
## 5.0.0

Released: 2020-03-07

### Changes

* Update support for Orchestra Platform v5.x.

### Removed

Expand Down
20 changes: 3 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,27 +18,13 @@ Orchestra Platform Installation Wizard as an extension.

## Installation

To install through composer, simply put the following in your `composer.json` file:

```json
{
"require": {
"orchestra/installer": "^4.0"
}
}
```

And then run `composer install` from the terminal.

### Quick Installation

Above installation can also be simplify by using the following command:
To install through composer by using the following command:

composer require "orchestra/installer=^4.0"
composer require "orchestra/installer"

## Configuration

Add following service providers in `resources/config/app.php`.
Add following service providers in `config/app.php`.

```php
'providers' => [
Expand Down

0 comments on commit 50805dd

Please sign in to comment.