We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7790bf3 commit b77a570Copy full SHA for b77a570
classes/MockDelegateFunctionBuilder.php
@@ -2,7 +2,7 @@
2
3
namespace phpmock\integration;
4
5
-use phpmock\ParameterBuilder;
+use phpmock\generator\ParameterBuilder;
6
7
/**
8
* Defines a MockDelegateFunction.
composer.json
@@ -18,12 +18,17 @@
18
},
19
"require": {
20
"php": ">=5.4",
21
- "php-mock/php-mock": "^0.7",
+ "php-mock/php-mock": "^0.8@dev",
22
"phpunit/php-text-template": "^1"
23
24
"require-dev": {
25
"phpunit/phpunit": "^4"
26
27
+ "extra": {
28
+ "branch-alias": {
29
+ "dev-master": "0.4-dev"
30
+ }
31
+ },
32
"archive": {
33
"exclude": ["/tests"]
34
}
0 commit comments