Skip to content

Commit 84e6df6

Browse files
Update composer.json
Allow using module on `^6.0.5` phpunit version
1 parent 635a36f commit 84e6df6

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
@@ -21,7 +21,7 @@
2121
],
2222
"require": {
2323
"php": "^7.0",
24-
"phpunit/phpunit": "~6.0.5|^7.0"
24+
"phpunit/phpunit": "^6.0.5|^7.0"
2525
},
2626
"autoload": {
2727
"psr-4": {

0 commit comments

Comments
 (0)