We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d384b7 commit 09f4577Copy full SHA for 09f4577
2 files changed
.travis.yml
@@ -1,7 +1,6 @@
1
language: php
2
3
php:
4
- - 7.2
5
- 7.3
6
- 7.4
7
- 8.0
composer.json
@@ -8,12 +8,12 @@
8
],
9
"license": "MIT",
10
"require": {
11
- "php": "^7.2 || ^8.0"
+ "php": "^7.3 || ^8.0"
12
},
13
"require-dev": {
14
"ext-curl": "*",
15
"ext-json": "*",
16
- "phpunit/phpunit": "^8.1 || ^9.0",
+ "phpunit/phpunit": "^9.0",
17
"php-coveralls/php-coveralls": "^2.2"
18
19
"suggest": {
0 commit comments