Skip to content

Commit 61813a9

Browse files
authored
Merge pull request #6 from tacman/tac
bump adhocore/cli, allow newer phpunit (but tests don't work
2 parents 7d5cf78 + 1b48ddc commit 61813a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
"php": ">=7.0.0",
2828
"ext-dom": "*",
2929
"ext-gd": "*",
30-
"adhocore/cli": "^0.8.3"
30+
"adhocore/cli": "^0.8.3 || ^v1.9.4"
3131
},
3232
"require-dev": {
33-
"phpunit/phpunit": "^6.5 || ^7.5"
33+
"phpunit/phpunit": "^6.5 || ^7.5 || ^8.4 || ^9.4 || ^10.4"
3434
},
3535
"config": {
3636
"optimize-autoloader": true,

0 commit comments

Comments
 (0)