Skip to content

Commit 33b1a0f

Browse files
committed
Drop PHP 7.2 support
1 parent f2286bb commit 33b1a0f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
language: php
22

33
php:
4-
- 7.2.5
54
- 7.3
65
- 7.4
76
- 8.0

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010
}
1111
],
1212
"require": {
13-
"php" : "^7.2.5|^8.0.0",
1413
"illuminate/auth": "^5.8|^6.0|^7.0|^8.0",
1514
"illuminate/contracts": "^5.8|^6.0|^7.0|^8.0",
1615
"illuminate/database": "^5.8|^6.20.12|^7.30.3|^8.22.1",
1716
"illuminate/routing": "^5.8|^6.0|^7.0|^8.0",
17+
"php" : "^7.3.0|^8.0.0",
1818
"illuminate/support": "^5.8|^6.0|^7.0|^8.0",
1919
"guzzlehttp/guzzle": "^7.0.1",
2020
"symfony/dom-crawler": "^4.4|^5.0"

0 commit comments

Comments
 (0)