Skip to content

Commit d33fd35

Browse files
authored
Merge pull request #15 from bcremer/phpunit-9-compat
Update to PHPUnit 9
2 parents e00de4a + 72e43a2 commit d33fd35

File tree

5 files changed

+406
-296
lines changed

5 files changed

+406
-296
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22
php:
3-
- '7.2'
43
- '7.3'
4+
- '7.4'
55
- nightly
66

77
before_script:

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
44
"type": "library",
55
"require": {
6-
"phpunit/phpunit": "^8.0",
7-
"php": "^7.2"
6+
"phpunit/phpunit": "^9.0",
7+
"php": "^7.3"
88
},
99
"license": "MIT",
1010
"authors": [

0 commit comments

Comments
 (0)