Skip to content

Commit 5b504b8

Browse files
author
janatzend
authored
Merge pull request #12 from tobias-trozowski/bugfix/issue-11
Fixed dev-dependencies
2 parents 439a072 + d0655ee commit 5b504b8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
{
22
"name" : "zend-pattern/ZendServerDeploymentHelper",
33
"require" : {
4-
"zendframework/zendframework" : "=2.4.8",
4+
"zendframework/zendframework" : "=2.4.8"
5+
},
6+
"require-dev": {
57
"phpunit/phpunit" : "=3.7.32",
68
"mockery/mockery" : "=0.9.4"
79
},

0 commit comments

Comments
 (0)