Skip to content

Commit 82c10aa

Browse files
committed
PHP 8 support
- added php 8 to travis config - allow phpunit 9 to be used
1 parent 1fae8c4 commit 82c10aa

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ php:
1010
- 7.2
1111
- 7.3
1212
- 7.4
13+
- nightly #php 8
1314

1415
matrix:
1516
include:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
}
2929
},
3030
"require-dev": {
31-
"phpunit/phpunit": ">=4.8 <=9"
31+
"phpunit/phpunit": ">=4.8 <=10"
3232
}
3333
}

0 commit comments

Comments
 (0)