Skip to content

Commit 5cfaad8

Browse files
Remove support for PHP 7.2 & 7.3
1 parent b94c3eb commit 5cfaad8

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ language: php
33
sudo: false
44

55
php:
6-
- 7.2
7-
- 7.3
86
- 7.4
97

108
cache:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": ">=7.2",
23+
"php": ">=7.4",
2424
"illuminate/support": "^7.0",
2525
"guzzlehttp/guzzle": "~6.0 || ~7.0"
2626
},

0 commit comments

Comments
 (0)