Skip to content

Commit 88cba36

Browse files
williamdessgiehl
authored andcommitted
Allow newer phpunit versions
1 parent d57d06f commit 88cba36

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ composer.phar
55
.buildpath
66
.project
77
.settings
8+
.phpunit.result.cache

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"mustangostang/spyc": "*"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^8.5.8",
30+
"phpunit/phpunit": "^8.5.8 || ^9 || ^10 || ^11",
3131
"psr/cache": "^1.0.1",
3232
"psr/simple-cache": "^1.0.1",
3333
"matthiasmullie/scrapbook": "^1.4.7",

0 commit comments

Comments
 (0)