Skip to content

Commit

Permalink
update readme - add installation instructions per Laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mulkave committed Nov 13, 2017
1 parent d93a848 commit 9a37139
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,23 @@ Add the package to your `composer.json` and run `composer update`.

### Laravel 5

#### 5.5

```json
{
"require": {
"vinelab/neoeloquent": "^1.4.4"
}
}
```


#### 5.4

```json
{
"require": {
"vinelab/neoeloquent": "dev-laravel5.4"
"vinelab/neoeloquent": "1.4.3"
}
}
```
Expand All @@ -42,7 +53,7 @@ Add the package to your `composer.json` and run `composer update`.
```json
{
"require": {
"vinelab/neoeloquent": "1.4.*"
"vinelab/neoeloquent": "1.4.2"
}
}
```
Expand Down

0 comments on commit 9a37139

Please sign in to comment.