chore(deps-dev): bump mockery/mockery from 1.2.4 to 1.3.0 (#1126)

Bumps [mockery/mockery](https://github.com/mockery/mockery) from 1.2.4 to 1.3.0.
- [Release notes](https://github.com/mockery/mockery/releases)
- [Changelog](https://github.com/mockery/mockery/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mockery/mockery/compare/1.2.4...1.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-11-26 16:22:52 +01:00 committed by Phan An
parent 29f8505046
commit afac354fb4

13
composer.lock generated
View file

@ -5134,22 +5134,23 @@
},
{
"name": "mockery/mockery",
"version": "1.2.4",
"version": "1.3.0",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "b3453f75fd23d9fd41685f2148f4abeacabc6405"
"reference": "5571962a4f733fbb57bede39778f71647fae8e66"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/b3453f75fd23d9fd41685f2148f4abeacabc6405",
"reference": "b3453f75fd23d9fd41685f2148f4abeacabc6405",
"url": "https://api.github.com/repos/mockery/mockery/zipball/5571962a4f733fbb57bede39778f71647fae8e66",
"reference": "5571962a4f733fbb57bede39778f71647fae8e66",
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "~2.0",
"lib-pcre": ">=7.0",
"php": ">=5.6.0"
"php": ">=5.6.0",
"sebastian/comparator": "^1.2.4|^3.0"
},
"require-dev": {
"phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
@ -5195,7 +5196,7 @@
"test double",
"testing"
],
"time": "2019-09-30T08:30:27+00:00"
"time": "2019-11-24T07:54:50+00:00"
},
{
"name": "mpociot/documentarian",