Skip to content

Commit 8106c9d

Browse files
committed
Allow any phpunit version
1 parent c1574f2 commit 8106c9d

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
@@ -20,6 +20,6 @@
2020
"php": ">=5.6"
2121
},
2222
"require-dev": {
23-
"phpunit/phpunit": "^5.7.0"
23+
"phpunit/phpunit": "*"
2424
}
2525
}

0 commit comments

Comments
 (0)