Skip to content

Commit

Permalink
Update 5.x branch.
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 Feb 20, 2020
1 parent a9e81d9 commit ddb8b35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 19 deletions.
23 changes: 5 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ Facile Component for Orchestra Platform

Facile Component simplify the need to create API based response in your Laravel application.

[![Build Status](https://travis-ci.org/orchestral/facile.svg?branch=master)](https://travis-ci.org/orchestral/facile)
[![Build Status](https://travis-ci.org/orchestral/facile.svg?branch=5.x)](https://travis-ci.org/orchestral/facile)
[![Latest Stable Version](https://poser.pugx.org/orchestra/facile/version)](https://packagist.org/packages/orchestra/facile)
[![Total Downloads](https://poser.pugx.org/orchestra/facile/downloads)](https://packagist.org/packages/orchestra/facile)
[![Latest Unstable Version](https://poser.pugx.org/orchestra/facile/v/unstable)](//packagist.org/packages/orchestra/facile)
[![License](https://poser.pugx.org/orchestra/facile/license)](https://packagist.org/packages/orchestra/facile)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/facile/badge.svg?branch=master)](https://coveralls.io/github/orchestral/facile?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/orchestral/facile/badge.svg?branch=5.x)](https://coveralls.io/github/orchestral/facile?branch=5.x)

## Table of Content

Expand All @@ -26,26 +26,13 @@ Laravel | Facile
5.7.x | 3.7.x
5.8.x | 3.8.x
6.x | 4.x
7.x | 5.x

## Installation

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

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

And then run `composer install` from the terminal.

### Quick Installation

Above installation can also be simplify by using the following command:

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

## Configuration

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
"dev-master": "6.0-dev"
}
},
"config": {
Expand Down

0 comments on commit ddb8b35

Please sign in to comment.