dependency updates

This commit is contained in:
2023-06-05 18:25:09 +10:00
parent d67ca133eb
commit 7feb78ba70

36
composer.lock generated
View File

@@ -7337,16 +7337,16 @@
},
{
"name": "mockery/mockery",
"version": "1.5.1",
"version": "1.6.0",
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e"
"reference": "bac1765cb52bbd3364a870e920cb69cd859ee302"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
"reference": "e92dcc83d5a51851baf5f5591d32cb2b16e3684e",
"url": "https://api.github.com/repos/mockery/mockery/zipball/bac1765cb52bbd3364a870e920cb69cd859ee302",
"reference": "bac1765cb52bbd3364a870e920cb69cd859ee302",
"shasum": ""
},
"require": {
@@ -7358,7 +7358,9 @@
"phpunit/phpunit": "<8.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.3"
"phpunit/phpunit": "^8.5 || ^9.3",
"psalm/plugin-phpunit": "^0.18",
"vimeo/psalm": "^5.9"
},
"type": "library",
"extra": {
@@ -7367,8 +7369,12 @@
}
},
"autoload": {
"psr-0": {
"Mockery": "library/"
"files": [
"library/helpers.php",
"library/Mockery.php"
],
"psr-4": {
"Mockery\\": "library/Mockery"
}
},
"notification-url": "https://packagist.org/downloads/",
@@ -7403,9 +7409,9 @@
],
"support": {
"issues": "https://github.com/mockery/mockery/issues",
"source": "https://github.com/mockery/mockery/tree/1.5.1"
"source": "https://github.com/mockery/mockery/tree/1.6.0"
},
"time": "2022-09-07T15:32:08+00:00"
"time": "2023-05-03T12:55:29+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -7995,16 +8001,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.2.0",
"version": "10.2.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f"
"reference": "599b33294350e8f51163119d5670512f98b0490d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3aad97fde1f3e490e2b316ba56bc4680310e3c3f",
"reference": "3aad97fde1f3e490e2b316ba56bc4680310e3c3f",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/599b33294350e8f51163119d5670512f98b0490d",
"reference": "599b33294350e8f51163119d5670512f98b0490d",
"shasum": ""
},
"require": {
@@ -8076,7 +8082,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.0"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.1"
},
"funding": [
{
@@ -8092,7 +8098,7 @@
"type": "tidelift"
}
],
"time": "2023-06-02T05:42:13+00:00"
"time": "2023-06-05T05:15:51+00:00"
},
{
"name": "sebastian/cli-parser",