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 c38ab51 commit a36ca31Copy full SHA for a36ca31
.travis.yml
@@ -1,8 +1,7 @@
1
language: php
2
3
php:
4
- - 7.0.25
5
- - 7.1
+ - 7.1.3
6
- 7.2
7
8
before_script:
README.md
@@ -23,8 +23,8 @@ 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.25
27
-- Laravel 5.5+
+- PHP >= 7.1.3
+- Laravel >=5.5.0
28
29
## Installation
30
```
composer.json
@@ -11,7 +11,7 @@
11
"require": {
12
"illuminate/cache": "5.6.*",
13
"illuminate/database": "5.6.*",
14
- "php": ">=7.0.25"
+ "php": ">=7.1.3"
15
},
16
"require-dev": {
17
"codedungeon/phpunit-result-printer": "*",
0 commit comments