Downgraded Mockery from 1.4 to 1.3 in order to support PHP versions < 7.3.
This commit is contained in:
parent
382f292364
commit
ab2dfee49e
1 changed files with 1 additions and 1 deletions
|
@ -35,6 +35,6 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"phpunit/phpunit": "^8",
|
"phpunit/phpunit": "^8",
|
||||||
"mockery/mockery": "^1.4"
|
"mockery/mockery": "^1.3"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue