Skip to content

Commit 09f4577

Browse files
committed
Drop support for PHP 7.2
1 parent 6d384b7 commit 09f4577

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.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.2
54
- 7.3
65
- 7.4
76
- 8.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
],
99
"license": "MIT",
1010
"require": {
11-
"php": "^7.2 || ^8.0"
11+
"php": "^7.3 || ^8.0"
1212
},
1313
"require-dev": {
1414
"ext-curl": "*",
1515
"ext-json": "*",
16-
"phpunit/phpunit": "^8.1 || ^9.0",
16+
"phpunit/phpunit": "^9.0",
1717
"php-coveralls/php-coveralls": "^2.2"
1818
},
1919
"suggest": {

0 commit comments

Comments
 (0)