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 3a8bad9 commit 90c0b25Copy full SHA for 90c0b25
README.md
@@ -23,7 +23,7 @@ relationships. This package is the attempt to address those requirements.
23
flush entire cache for providers that don't).
24
25
## Requirements
26
-- PHP >= 7.0.0
+- PHP >= 7.0.25
27
- Laravel 5.5+
28
29
## Installation
composer.json
@@ -11,7 +11,7 @@
11
"require": {
12
"illuminate/cache": "5.6.*",
13
"illuminate/database": "5.6.*",
14
- "php": ">=7.0.0"
+ "php": ">=7.0.25"
15
},
16
"require-dev": {
17
"codedungeon/phpunit-result-printer": "*",
0 commit comments