Merge pull request #777 from jonnybarnes/dependabot/composer/phpunit/phpunit-10.1.0

Bump phpunit/phpunit from 10.0.19 to 10.1.0
This commit is contained in:
Jonny Barnes 2023-04-14 14:31:42 +01:00 committed by GitHub
commit f636e92db8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
composer.lock generated
View file

@ -9937,16 +9937,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.0.19",
"version": "10.1.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "20c23e85c86e5c06d63538ba464e8054f4744e62"
"reference": "5a477aea03e61329132935689ae2d73f418f5e25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/20c23e85c86e5c06d63538ba464e8054f4744e62",
"reference": "20c23e85c86e5c06d63538ba464e8054f4744e62",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5a477aea03e61329132935689ae2d73f418f5e25",
"reference": "5a477aea03e61329132935689ae2d73f418f5e25",
"shasum": ""
},
"require": {
@ -9960,7 +9960,7 @@
"phar-io/manifest": "^2.0.3",
"phar-io/version": "^3.0.2",
"php": ">=8.1",
"phpunit/php-code-coverage": "^10.0",
"phpunit/php-code-coverage": "^10.1",
"phpunit/php-file-iterator": "^4.0",
"phpunit/php-invoker": "^4.0",
"phpunit/php-text-template": "^3.0",
@ -9986,7 +9986,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "10.0-dev"
"dev-main": "10.1-dev"
}
},
"autoload": {
@ -10018,7 +10018,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.0.19"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.1.0"
},
"funding": [
{
@ -10034,7 +10034,7 @@
"type": "tidelift"
}
],
"time": "2023-03-27T11:46:33+00:00"
"time": "2023-04-14T05:15:09+00:00"
},
{
"name": "pimple/pimple",