Skip to content
This repository was archived by the owner on Jan 1, 2020. It is now read-only.

Commit 248e6a8

Browse files
committed
Set minimum version for zend-test
- 3.0.1 is required to ensure error reporting works correctly.
1 parent 201428b commit 248e6a8

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
@@ -89,7 +89,7 @@
8989
},
9090
{
9191
"name": "zendframework/zend-test",
92-
"constraint": "^3.0",
92+
"constraint": "^3.0.1",
9393
"prompt": "Would you like to install MVC testing support?",
9494
"dev": true
9595
},

0 commit comments

Comments
 (0)