Skip to content

Commit b3ccf04

Browse files
committed
[TASK] Downgrade to PHPUnit 8.5
As long as this package supports PHP 7.2, it needs to use PHPUnit 8.5 in order to run the tests as PHPUnit 9.5 requires PHP >= 7.3.
1 parent 20cf5fe commit b3ccf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php-parallel-lint/php-parallel-lint": "^1.3",
2020
"phing/phing": "^2.17",
2121
"phpstan/phpstan-strict-rules": "^1.0",
22-
"phpunit/phpunit": "^9.5",
22+
"phpunit/phpunit": "^8.5.30",
2323
"symfony/polyfill-php80": "^1.26.0"
2424
},
2525
"autoload": {

0 commit comments

Comments
 (0)