Skip to content

Commit 27cb4da

Browse files
author
Alexander Obuhovich
committed
Use original Mockery repo for testing.
1 parent 8a8c4ad commit 27cb4da

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

composer.json

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,12 @@
2020
},
2121

2222
"require-dev": {
23-
"mockery/mockery": "dev-protected-method-mocking"
23+
"mockery/mockery": "dev-master"
2424
},
2525

2626
"autoload": {
2727
"psr-0": {
2828
"aik099\\": "./library/"
2929
}
30-
},
31-
32-
"repositories": [
33-
{
34-
"type": "vcs",
35-
"url": "https://github.com/aik099/mockery"
36-
}
37-
]
30+
}
3831
}

0 commit comments

Comments
 (0)