Skip to content

Commit b77a570

Browse files
committed
update to php-mock-0.8@dev
1 parent 7790bf3 commit b77a570

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

classes/MockDelegateFunctionBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
namespace phpmock\integration;
44

5-
use phpmock\ParameterBuilder;
5+
use phpmock\generator\ParameterBuilder;
66

77
/**
88
* Defines a MockDelegateFunction.

composer.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,17 @@
1818
},
1919
"require": {
2020
"php": ">=5.4",
21-
"php-mock/php-mock": "^0.7",
21+
"php-mock/php-mock": "^0.8@dev",
2222
"phpunit/php-text-template": "^1"
2323
},
2424
"require-dev": {
2525
"phpunit/phpunit": "^4"
2626
},
27+
"extra": {
28+
"branch-alias": {
29+
"dev-master": "0.4-dev"
30+
}
31+
},
2732
"archive": {
2833
"exclude": ["/tests"]
2934
}

0 commit comments

Comments
 (0)