Skip to content

Commit 67e0c85

Browse files
Andreas Frömericanhazstring
authored andcommitted
Allow lower phpunit version for php7.2
Signed-off-by: Andreas Frömer <andreas.froemer@check24.de>
1 parent 8a79980 commit 67e0c85

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
@@ -7,7 +7,7 @@
77
"symfony/process": "^4.4 || ^5.0"
88
},
99
"require-dev": {
10-
"phpunit/phpunit": "^9.0",
10+
"phpunit/phpunit": "^8.5 || ^9.0",
1111
"squizlabs/php_codesniffer": "^3.5",
1212
"codeclimate/php-test-reporter": "dev-master",
1313
"slevomat/coding-standard": "^6.1",

0 commit comments

Comments
 (0)