Skip to content

Commit f52ad8f

Browse files
committed
Widen PHPUnit versions to cover PHP 7.1 and above.
1 parent 8737afb commit f52ad8f

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
@@ -10,7 +10,7 @@
1010
"scssphp/scssphp": "~1.1"
1111
},
1212
"require-dev": {
13-
"phpunit/phpunit": "~9",
13+
"phpunit/phpunit": "~7 || ~8 || ~9",
1414
"slevomat/coding-standard": "~6",
1515
"squizlabs/php_codesniffer": "~3"
1616
},

0 commit comments

Comments
 (0)