Merge pull request #704 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.0.15

Bump phpunit/phpunit from 10.0.14 to 10.0.15
This commit is contained in:
Jonny Barnes 2023-03-09 22:23:17 +00:00 committed by GitHub
commit e6592946f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

26
composer.lock generated
View file

@ -9024,16 +9024,16 @@
},
{
"name": "myclabs/deep-copy",
"version": "1.11.0",
"version": "1.11.1",
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
"shasum": ""
},
"require": {
@ -9071,7 +9071,7 @@
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
},
"funding": [
{
@ -9079,7 +9079,7 @@
"type": "tidelift"
}
],
"time": "2022-03-03T13:19:32+00:00"
"time": "2023-03-08T13:26:56+00:00"
},
{
"name": "netresearch/jsonmapper",
@ -9887,16 +9887,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.0.14",
"version": "10.0.15",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169"
"reference": "9b0c2245ef173a3d9546f6a4393a85d60eabe071"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/7065dbebcb0f66cf16a45fc9cfc28c2351e06169",
"reference": "7065dbebcb0f66cf16a45fc9cfc28c2351e06169",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9b0c2245ef173a3d9546f6a4393a85d60eabe071",
"reference": "9b0c2245ef173a3d9546f6a4393a85d60eabe071",
"shasum": ""
},
"require": {
@ -9928,7 +9928,7 @@
"sebastian/version": "^4.0"
},
"suggest": {
"ext-soap": "*"
"ext-soap": "To be able to generate mocks based on WSDL files"
},
"bin": [
"phpunit"
@ -9967,7 +9967,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.14"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.15"
},
"funding": [
{
@ -9983,7 +9983,7 @@
"type": "tidelift"
}
],
"time": "2023-03-01T05:37:49+00:00"
"time": "2023-03-09T06:43:13+00:00"
},
{
"name": "pimple/pimple",