update phpunit

This commit is contained in:
2023-02-05 12:50:57 +10:00
parent 145b5559ef
commit e6174a4456

12
composer.lock generated
View File

@@ -7404,16 +7404,16 @@
},
{
"name": "phpunit/phpunit",
"version": "9.6.0",
"version": "9.6.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "70fc8be1d0b9fad56a199a4df5f9cfabfc246f84"
"reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/70fc8be1d0b9fad56a199a4df5f9cfabfc246f84",
"reference": "70fc8be1d0b9fad56a199a4df5f9cfabfc246f84",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e7b1615e3e887d6c719121c6d4a44b0ab9645555",
"reference": "e7b1615e3e887d6c719121c6d4a44b0ab9645555",
"shasum": ""
},
"require": {
@@ -7486,7 +7486,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.0"
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3"
},
"funding": [
{
@@ -7502,7 +7502,7 @@
"type": "tidelift"
}
],
"time": "2023-02-03T07:32:24+00:00"
"time": "2023-02-04T13:37:15+00:00"
},
{
"name": "sebastian/cli-parser",