Skip to content

Commit 90c0b25

Browse files
committed
Update minimum PHP version
1 parent 3a8bad9 commit 90c0b25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ relationships. This package is the attempt to address those requirements.
2323
flush entire cache for providers that don't).
2424

2525
## Requirements
26-
- PHP >= 7.0.0
26+
- PHP >= 7.0.25
2727
- Laravel 5.5+
2828

2929
## Installation

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"require": {
1212
"illuminate/cache": "5.6.*",
1313
"illuminate/database": "5.6.*",
14-
"php": ">=7.0.0"
14+
"php": ">=7.0.25"
1515
},
1616
"require-dev": {
1717
"codedungeon/phpunit-result-printer": "*",

0 commit comments

Comments
 (0)