Merge pull request #979 from jonnybarnes/dependabot/composer/mockery/mockery-1.6.4

build(deps-dev): Bump mockery/mockery from 1.6.3 to 1.6.4
This commit is contained in:
Jonny Barnes 2023-07-20 12:49:27 +01:00 committed by GitHub
commit 0bf23ef5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

17
composer.lock generated
View file

@ -9361,16 +9361,16 @@
}, },
{ {
"name": "mockery/mockery", "name": "mockery/mockery",
"version": "1.6.3", "version": "1.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/mockery/mockery.git", "url": "https://github.com/mockery/mockery.git",
"reference": "b1be135c1ba7632f0248e07ee5e6e412576a309d" "reference": "d1413755e26fe56a63455f7753221c86cbb88f66"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/b1be135c1ba7632f0248e07ee5e6e412576a309d", "url": "https://api.github.com/repos/mockery/mockery/zipball/d1413755e26fe56a63455f7753221c86cbb88f66",
"reference": "b1be135c1ba7632f0248e07ee5e6e412576a309d", "reference": "d1413755e26fe56a63455f7753221c86cbb88f66",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9384,16 +9384,17 @@
"require-dev": { "require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3", "phpunit/phpunit": "^8.5 || ^9.3",
"psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-phpunit": "^0.18.4",
"symplify/easy-coding-standard": "^11.5.0",
"vimeo/psalm": "^5.13.1" "vimeo/psalm": "^5.13.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
"files": [ "files": [
"src/helpers.php", "library/helpers.php",
"src/Mockery.php" "library/Mockery.php"
], ],
"psr-4": { "psr-4": {
"Mockery\\": "src/Mockery" "Mockery\\": "library/Mockery"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -9441,7 +9442,7 @@
"security": "https://github.com/mockery/mockery/security/advisories", "security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery" "source": "https://github.com/mockery/mockery"
}, },
"time": "2023-07-18T17:47:29+00:00" "time": "2023-07-19T15:51:02+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",