Skip to content

Commit 6f0932a

Browse files
authored
Merge pull request #510 from DawidVH/composer-patch
Set max phpunit version
2 parents 206a412 + 5cc50bb commit 6f0932a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": ">=5.7",
26+
"phpunit/phpunit": ">=5.7 <=9.5.28",
2727
"squizlabs/php_codesniffer": "3.*",
2828
"fzaninotto/faker": "^1.4"
2929
}

0 commit comments

Comments
 (0)