Skip to content

Commit a36ca31

Browse files
committed
update min php version
1 parent c38ab51 commit a36ca31

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
language: php
22

33
php:
4-
- 7.0.25
5-
- 7.1
4+
- 7.1.3
65
- 7.2
76

87
before_script:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ 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.25
27-
- Laravel 5.5+
26+
- PHP >= 7.1.3
27+
- Laravel >=5.5.0
2828

2929
## Installation
3030
```

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.25"
14+
"php": ">=7.1.3"
1515
},
1616
"require-dev": {
1717
"codedungeon/phpunit-result-printer": "*",

0 commit comments

Comments
 (0)