Skip to content

Commit 6737f15

Browse files
Removed support for PHP 7.2
1 parent 652f594 commit 6737f15

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: php
22
php:
3-
- 7.2
43
- 7.3
54
- 7.4
65
- 8.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php": "^7.2||~8.0.0",
12+
"php": "^7.3||~8.0.0",
1313
"guillermoandrae/php-debug": "1.*"
1414
},
1515
"autoload": {

0 commit comments

Comments
 (0)