Skip to content

Commit 7524aba

Browse files
carusogabrieljaapio
authored andcommitted
Fix tests
1 parent fd1a734 commit 7524aba

34 files changed

+1815
-8
lines changed

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
},
2424
"require-dev": {
2525
"mockery/mockery": "^1.0",
26-
"phpunit/phpunit": "^6.4"
26+
"phpunit/phpunit": "^6.4",
27+
"doctrine/instantiator": "~1.0.5"
28+
},
29+
"extra": {
30+
"branch-alias": {
31+
"dev-master": "4.x-dev"
32+
}
2733
}
2834
}

0 commit comments

Comments
 (0)