Skip to content

Commit

Permalink
Merge pull request #15 from bcremer/phpunit-9-compat
Browse files Browse the repository at this point in the history
Update to PHPUnit 9
  • Loading branch information
rdohms committed Feb 12, 2020
2 parents e00de4a + 72e43a2 commit d33fd35
Show file tree
Hide file tree
Showing 5 changed files with 406 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: php
php:
- '7.2'
- '7.3'
- '7.4'
- nightly

before_script:
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"description": "This package provides ArraySubset and related asserts once deprecated in PHPUnit 8",
"type": "library",
"require": {
"phpunit/phpunit": "^8.0",
"php": "^7.2"
"phpunit/phpunit": "^9.0",
"php": "^7.3"
},
"license": "MIT",
"authors": [
Expand Down
Loading

0 comments on commit d33fd35

Please sign in to comment.