Merge pull request #62 from refactorian/dependabot/composer/phpunit/phpunit-11.1.1

Bump phpunit/phpunit from 11.0.9 to 11.1.1
This commit is contained in:
Refactorian
2024-04-08 21:48:10 +09:00
committed by GitHub

14
composer.lock generated
View File

@@ -6779,16 +6779,16 @@
},
{
"name": "phpunit/phpunit",
"version": "11.0.9",
"version": "11.1.1",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "591bbfe416400385527d5086b346b92c06de404b"
"reference": "816cb6070af901c0548aa5f18f2132fd8a6e4ade"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/591bbfe416400385527d5086b346b92c06de404b",
"reference": "591bbfe416400385527d5086b346b92c06de404b",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/816cb6070af901c0548aa5f18f2132fd8a6e4ade",
"reference": "816cb6070af901c0548aa5f18f2132fd8a6e4ade",
"shasum": ""
},
"require": {
@@ -6827,7 +6827,7 @@
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "11.0-dev"
"dev-main": "11.1-dev"
}
},
"autoload": {
@@ -6859,7 +6859,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.0.9"
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.1.1"
},
"funding": [
{
@@ -6875,7 +6875,7 @@
"type": "tidelift"
}
],
"time": "2024-03-28T10:09:42+00:00"
"time": "2024-04-06T06:20:21+00:00"
},
{
"name": "rector/rector",