Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Naoray committed Feb 21, 2018
1 parent 7a84533 commit a9cfa0e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}
],
"require": {
"illuminate/support": "5.6.*",
"illuminate/support": "5.5.*",
"kitetail/zttp": "^0.3.0"
},
"autoload": {
Expand All @@ -42,6 +42,6 @@
}
},
"require-dev": {
"orchestra/testbench": "^3.6"
"orchestra/testbench": "^3.5"
}
}
6 changes: 5 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
[![Total Downloads](https://img.shields.io/packagist/dt/byte5digital/currency-converter.svg?style=flat-square)](https://packagist.org/packages/byte5digital/currency-converter)

## Install
*For < Laravel 5.6:* `composer require byte5digital/currency-converter:v1.1.2`
#### Laravel Version 5.6+
`composer require byte5digital/currency-converter`

#### Laravel Version 5.5
`composer require byte5digital/currency-converter:v1.1`

`composer require byte5digital/currency-converter`

Expand Down

0 comments on commit a9cfa0e

Please sign in to comment.