Skip to content

Commit 718364f

Browse files
committed
PHP version
1 parent 7f2baaf commit 718364f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
language: php
22

33
php:
4+
- 8.0
45
- 7.4
56
- 7.3
67
- 7.2
7-
- 7.1
88

99
before_script:
1010
- make install build

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
}
2424
},
2525
"require": {
26-
"php": "^7.1",
26+
"php": "^7.2",
2727
"psr/log": "^1.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^7.0|^8.0|^9.0",
30+
"phpunit/phpunit": "^8.0|^9.0",
3131
"php-coveralls/php-coveralls": "^2.0",
3232
"squizlabs/php_codesniffer": "^3.5"
3333
}

0 commit comments

Comments
 (0)