Skip to content

Commit df638c1

Browse files
committed
dropping support for PHP 7.3
1 parent d8b7fbf commit df638c1

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,7 +1,6 @@
11
language: php
22

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^7.3|^8.0"
19+
"php": "^7.4|^8.0"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^9.3",

0 commit comments

Comments
 (0)