Skip to content

Commit 2f5ea8a

Browse files
committed
Fix minimum phpunit version and allow v5
1 parent 846a32d commit 2f5ea8a

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
@@ -16,6 +16,6 @@
1616
}
1717
},
1818
"require-dev": {
19-
"phpunit/phpunit": "~4.8"
19+
"phpunit/phpunit": "^4.8.10|^5.0"
2020
}
2121
}

0 commit comments

Comments
 (0)