Skip to content

Commit 0e5b115

Browse files
committed
Fix dependencies to include Laravel 5.5
1 parent a36ca31 commit 0e5b115

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ relationships. This package is the attempt to address those requirements.
2424

2525
## Requirements
2626
- PHP >= 7.1.3
27-
- Laravel >=5.5.0
27+
- Laravel >= 5.5
2828

2929
## Installation
3030
```

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
}
1010
],
1111
"require": {
12-
"illuminate/cache": "5.6.*",
13-
"illuminate/database": "5.6.*",
12+
"illuminate/cache": "5.5 - 5.6",
13+
"illuminate/database": "5.5 - 5.6",
1414
"php": ">=7.1.3"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)