Skip to content

Commit 9a37139

Browse files
committed
update readme - add installation instructions per Laravel version
1 parent d93a848 commit 9a37139

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,23 @@ Add the package to your `composer.json` and run `composer update`.
2727

2828
### Laravel 5
2929

30+
#### 5.5
31+
32+
```json
33+
{
34+
"require": {
35+
"vinelab/neoeloquent": "^1.4.4"
36+
}
37+
}
38+
```
39+
40+
3041
#### 5.4
3142

3243
```json
3344
{
3445
"require": {
35-
"vinelab/neoeloquent": "dev-laravel5.4"
46+
"vinelab/neoeloquent": "1.4.3"
3647
}
3748
}
3849
```
@@ -42,7 +53,7 @@ Add the package to your `composer.json` and run `composer update`.
4253
```json
4354
{
4455
"require": {
45-
"vinelab/neoeloquent": "1.4.*"
56+
"vinelab/neoeloquent": "1.4.2"
4657
}
4758
}
4859
```

0 commit comments

Comments
 (0)