Skip to content

Commit 556c253

Browse files
committed
Allow PHPUnit 5 to be installed for PHP 5.6
1 parent c9f2740 commit 556c253

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
@@ -15,7 +15,7 @@
1515
},
1616
"require-dev": {
1717
"alleyinteractive/alley-coding-standards": "^0.3.0",
18-
"phpunit/phpunit": "^7.5",
18+
"phpunit/phpunit": "^5.7.21 || ^7.5",
1919
"yoast/phpunit-polyfills": "^1.0"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)