Skip to content

Commit

Permalink
Update readme.
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 Jul 25, 2019
1 parent 39d5ec3 commit ded40f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,13 @@ Laravel | Asset
5.6.x | 3.6.x
5.7.x | 3.7.x
5.8.x | 3.8.x
6.x | 4.x@dev

## Installation

To install through composer, simply run the following command:

composer require "orchestra/asset=^3.5"
composer require "orchestra/asset=^4.0"

### Manual Installation

Expand All @@ -45,7 +46,7 @@ You can also manually put the following in your `composer.json` file:
```json
{
"require": {
"orchestra/asset": "^3.5"
"orchestra/asset": "^4.0"
}
}
```
Expand Down

0 comments on commit ded40f4

Please sign in to comment.