Skip to content

Commit d73de90

Browse files
Merge pull request #786 from Chris53897/feature/allow-phpunit
test: allow phpunit 10
2 parents f102520 + 381cada commit d73de90

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
@@ -20,9 +20,9 @@
2020
"psr/log": "^1.0.1 || ^2.0 || ^3.0"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3",
23+
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.3 || ^10.5.58",
2424
"mockery/mockery": "^1.0",
25-
"symfony/var-dumper": "^4.0 || ^5.0"
25+
"symfony/var-dumper": "^4.0 || ^5.0 || ^6.0 || ^7.0"
2626
},
2727
"suggest": {
2828
"symfony/var-dumper": "Pretty print complex values better with var-dumper available",

0 commit comments

Comments
 (0)