We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2286bb commit 33b1a0fCopy full SHA for 33b1a0f
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.2.5
5
- 7.3
6
- 7.4
7
- 8.0
composer.json
@@ -10,11 +10,11 @@
10
}
11
],
12
"require": {
13
- "php" : "^7.2.5|^8.0.0",
14
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
15
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
16
"illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1",
17
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
+ "php" : "^7.3.0|^8.0.0",
18
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
19
"guzzlehttp/guzzle": "^7.0.1",
20
"symfony/dom-crawler": "^4.4|^5.0"
0 commit comments