Commit 577d4f2
[BUGFIX] Fix Composer-related build failure with PHP 7.0 (#96)
Composer tries to install doctrine/instantiator 1.1.0 on PHP 7.0,
but this version requires PHP ^7.1. This seems to be a bug in Composer,
and requiring the latest PHP-7.0-compatible version of
phpunit/phpunit-mock-objects works around this issue.1 parent b3027a8 commit 577d4f2
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
| 37 | + | |
37 | 38 | | |
38 | 39 | | |
39 | 40 | | |
| |||
0 commit comments