Skip to content

Commit 4539545

Browse files
committed
set requirement as PHP8 and update phpunit version
1 parent 2813c62 commit 4539545

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ php:
55
- "7.2"
66
- "7.3"
77
- "7.4"
8+
- "8.0"
89

910
matrix:
1011
fast_finish: true

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
}
1313
],
1414
"require": {
15-
"php": ">=7.1"
15+
"php": ">=8.0"
1616
},
1717
"require-dev": {
1818
"friendsofphp/php-cs-fixer": "~2.3",
19-
"phpunit/phpunit": "^7.3"
19+
"phpunit/phpunit": "^9.5"
2020
},
2121
"config": {
2222
"bin-dir": "bin"

0 commit comments

Comments
 (0)