Skip to content

Commit 9ce051a

Browse files
committed
Reduce dependency versions down to PHP5.5 level
1 parent 85cc99c commit 9ce051a

File tree

2 files changed

+117
-367
lines changed

2 files changed

+117
-367
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
}
2323
},
2424
"require-dev": {
25-
"mockery/mockery": "^1.3",
26-
"phpunit/phpunit": "5.7.27"
25+
"phpunit/phpunit": "4.8.36",
26+
"mockery/mockery": "0.9.11"
2727
}
2828
}

0 commit comments

Comments
 (0)