Skip to content

Commit 5375c7c

Browse files
committed
Allow phpunit 4 for testing
1 parent d44b925 commit 5375c7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.circleci.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@
4242
"phpcsstandards/phpcsutils": "^1.0"
4343
},
4444
"require-dev": {
45-
"phpunit/phpunit": "^5.0 || ^6.5 || ^7.0 || ^8.0"
45+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.5 || ^7.0 || ^8.0"
4646
}
4747
}

0 commit comments

Comments
 (0)