Merge pull request #73 from STEMMechanics/dependabot/composer/mockery/mockery-1.6.1

Bump mockery/mockery from 1.6.0 to 1.6.1
This commit was merged in pull request #73.
This commit is contained in:
James Collins
2023-06-06 11:07:29 +10:00
committed by GitHub

14
composer.lock generated
View File

@@ -7337,22 +7337,22 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.0", "version": "1.6.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "bac1765cb52bbd3364a870e920cb69cd859ee302" "reference": "a8dd186f07ea667c1e3abd2176bfab0ab161ea94"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/bac1765cb52bbd3364a870e920cb69cd859ee302", "url": "https://api.github.com/repos/mockery/mockery/zipball/a8dd186f07ea667c1e3abd2176bfab0ab161ea94",
"reference": "bac1765cb52bbd3364a870e920cb69cd859ee302", "reference": "a8dd186f07ea667c1e3abd2176bfab0ab161ea94",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"hamcrest/hamcrest-php": "^2.0.1", "hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0", "lib-pcre": ">=7.0",
"php": "^7.3 || ^8.0" "php": "^7.4 || ^8.0"
}, },
"conflict": { "conflict": {
"phpunit/phpunit": "<8.0" "phpunit/phpunit": "<8.0"
@@ -7409,9 +7409,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/mockery/mockery/issues", "issues": "https://github.com/mockery/mockery/issues",
"source": "https://github.com/mockery/mockery/tree/1.6.0" "source": "https://github.com/mockery/mockery/tree/1.6.1"
}, },
"time": "2023-05-03T12:55:29+00:00" "time": "2023-06-05T13:59:03+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",