Skip to content

Commit df289a1

Browse files
committed
Reduce test dependency versions down to also be PHP5.5 compatible
1 parent 275b760 commit df289a1

File tree

2 files changed

+115
-367
lines changed

2 files changed

+115
-367
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require-dev": {
23-
"mockery/mockery": "^1.3",
24-
"phpunit/phpunit": "5.7.27"
23+
"phpunit/phpunit": "4.8.36",
24+
"mockery/mockery": "0.9.11"
2525
}
2626
}

0 commit comments

Comments
 (0)