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 b94c3eb commit 5cfaad8Copy full SHA for 5cfaad8
.travis.yml
@@ -3,8 +3,6 @@ language: php
3
sudo: false
4
5
php:
6
- - 7.2
7
- - 7.3
8
- 7.4
9
10
cache:
composer.json
@@ -20,7 +20,7 @@
20
}
21
],
22
"require": {
23
- "php": ">=7.2",
+ "php": ">=7.4",
24
"illuminate/support": "^7.0",
25
"guzzlehttp/guzzle": "~6.0 || ~7.0"
26
},
0 commit comments