Requirement update.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Jens True 2023-07-10 06:47:40 +00:00
parent 5705822129
commit 46121bfcca

34
composer.lock generated

@ -1905,16 +1905,16 @@
},
{
"name": "verifiedjoseph/ntfy-php-library",
"version": "v4.2.3",
"version": "v4.2.4",
"source": {
"type": "git",
"url": "https://github.com/VerifiedJoseph/ntfy-php-library.git",
"reference": "b789b4e7b43539a46e3395593ea6d9ce23416a29"
"reference": "f0634cd3531722fd927e4c54da39cd089803d06e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/VerifiedJoseph/ntfy-php-library/zipball/b789b4e7b43539a46e3395593ea6d9ce23416a29",
"reference": "b789b4e7b43539a46e3395593ea6d9ce23416a29",
"url": "https://api.github.com/repos/VerifiedJoseph/ntfy-php-library/zipball/f0634cd3531722fd927e4c54da39cd089803d06e",
"reference": "f0634cd3531722fd927e4c54da39cd089803d06e",
"shasum": ""
},
"require": {
@ -1952,9 +1952,9 @@
],
"support": {
"issues": "https://github.com/VerifiedJoseph/ntfy-php-library/issues",
"source": "https://github.com/VerifiedJoseph/ntfy-php-library/tree/v4.2.3"
"source": "https://github.com/VerifiedJoseph/ntfy-php-library/tree/v4.2.4"
},
"time": "2023-06-28T21:43:46+00:00"
"time": "2023-07-09T17:48:05+00:00"
}
],
"packages-dev": [
@ -3228,16 +3228,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.24",
"version": "1.10.25",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14"
"reference": "578f4e70d117f9a90699324c555922800ac38d8c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/360ecc90569e9a60c2954ee209ec04fa0d958e14",
"reference": "360ecc90569e9a60c2954ee209ec04fa0d958e14",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/578f4e70d117f9a90699324c555922800ac38d8c",
"reference": "578f4e70d117f9a90699324c555922800ac38d8c",
"shasum": ""
},
"require": {
@ -3286,7 +3286,7 @@
"type": "tidelift"
}
],
"time": "2023-07-05T12:32:13+00:00"
"time": "2023-07-06T12:11:37+00:00"
},
{
"name": "phpunit/php-code-coverage",
@ -3610,16 +3610,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.2.3",
"version": "10.2.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e"
"reference": "68484779b5a2ed711fbdeba6ca01910d87acdff2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/35c8cac1734ede2ae354a6644f7088356ff5b08e",
"reference": "35c8cac1734ede2ae354a6644f7088356ff5b08e",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/68484779b5a2ed711fbdeba6ca01910d87acdff2",
"reference": "68484779b5a2ed711fbdeba6ca01910d87acdff2",
"shasum": ""
},
"require": {
@ -3691,7 +3691,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.3"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.2.4"
},
"funding": [
{
@ -3707,7 +3707,7 @@
"type": "tidelift"
}
],
"time": "2023-06-30T06:17:38+00:00"
"time": "2023-07-10T04:06:08+00:00"
},
{
"name": "sebastian/cli-parser",