Skip to content

Commit e1b3961

Browse files
committed
build: add support for the older phpunit 8.5 to allow usage on php 7.2
1 parent 836fb32 commit e1b3961

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
@@ -22,7 +22,7 @@
2222
"dealerdirect/phpcodesniffer-composer-installer": "^1.1"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^9.6||^11.5",
25+
"phpunit/phpunit": "^8.5||^9.6||^11.5",
2626
"phpcsstandards/phpcsdevtools": "^1.0",
2727
"php-parallel-lint/php-parallel-lint": "^1.4"
2828
},

0 commit comments

Comments
 (0)