Skip to content

Commit 290ef1b

Browse files
authored
Allow higher versions of PHPUnit
1 parent 70d0e20 commit 290ef1b

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
@@ -23,7 +23,7 @@
2323
}
2424
},
2525
"require-dev": {
26-
"phpunit/phpunit": "^5.7",
26+
"phpunit/phpunit": ">=5.7",
2727
"squizlabs/php_codesniffer": "3.*",
2828
"fzaninotto/faker": "^1.4"
2929
}

0 commit comments

Comments
 (0)