We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80dd97b + dba78b0 commit a5ce96bCopy full SHA for a5ce96b
.travis.yml
@@ -1,9 +1,9 @@
1
language: php
2
3
php:
4
- - 7.1
5
- 7.2
6
- 7.3
+ - 7.4
7
8
branches:
9
except:
composer.json
@@ -48,9 +48,9 @@
48
}
49
},
50
"require": {
51
- "php": ">=7.1",
+ "php": ">=7.2",
52
"ext-zip": "*",
53
- "illuminate/support": "5.*",
+ "laravel/framework": "^5.8|6.*",
54
"guzzlehttp/guzzle": "6.*"
55
56
"require-dev": {
0 commit comments