We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36ca31 commit 0e5b115Copy full SHA for 0e5b115
README.md
@@ -24,7 +24,7 @@ relationships. This package is the attempt to address those requirements.
24
25
## Requirements
26
- PHP >= 7.1.3
27
-- Laravel >=5.5.0
+- Laravel >= 5.5
28
29
## Installation
30
```
composer.json
@@ -9,8 +9,8 @@
9
}
10
],
11
"require": {
12
- "illuminate/cache": "5.6.*",
13
- "illuminate/database": "5.6.*",
+ "illuminate/cache": "5.5 - 5.6",
+ "illuminate/database": "5.5 - 5.6",
14
"php": ">=7.1.3"
15
},
16
"require-dev": {
0 commit comments