Deps: Updated composer packages

This commit is contained in:
Dan Brown 2025-05-17 11:40:58 +01:00
parent d2d0331782
commit 25baaa8189
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9
1 changed files with 22 additions and 22 deletions

44
composer.lock generated
View File

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.343.6", "version": "3.343.13",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/aws/aws-sdk-php.git", "url": "https://github.com/aws/aws-sdk-php.git",
"reference": "3746aca8cbed5f46beba850e0a480ef58e71b197" "reference": "eb50d111a09ef39675358e74801260ac129ee346"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/3746aca8cbed5f46beba850e0a480ef58e71b197", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/eb50d111a09ef39675358e74801260ac129ee346",
"reference": "3746aca8cbed5f46beba850e0a480ef58e71b197", "reference": "eb50d111a09ef39675358e74801260ac129ee346",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -153,9 +153,9 @@
"support": { "support": {
"forum": "https://github.com/aws/aws-sdk-php/discussions", "forum": "https://github.com/aws/aws-sdk-php/discussions",
"issues": "https://github.com/aws/aws-sdk-php/issues", "issues": "https://github.com/aws/aws-sdk-php/issues",
"source": "https://github.com/aws/aws-sdk-php/tree/3.343.6" "source": "https://github.com/aws/aws-sdk-php/tree/3.343.13"
}, },
"time": "2025-05-07T18:10:08+00:00" "time": "2025-05-16T18:24:39+00:00"
}, },
{ {
"name": "bacon/bacon-qr-code", "name": "bacon/bacon-qr-code",
@ -8588,16 +8588,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.14", "version": "2.1.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2" "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f2e03099cac24ff3b379864d171c5acbfc6b9a2", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
"reference": "8f2e03099cac24ff3b379864d171c5acbfc6b9a2", "reference": "b8c1cf533cba0c305d91c6ccd23f3dd0566ba5f9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8642,7 +8642,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-05-02T15:32:28+00:00" "time": "2025-05-16T09:40:10+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -8969,16 +8969,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "11.5.19", "version": "11.5.20",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5" "reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
"reference": "0da1ebcdbc4d5bd2d189cfe02846a89936d8dda5", "reference": "e6bdea63ecb7a8287d2cdab25bdde3126e0cfe6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -9050,7 +9050,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.19" "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.20"
}, },
"funding": [ "funding": [
{ {
@ -9074,7 +9074,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-05-02T06:56:52+00:00" "time": "2025-05-11T06:39:52+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -10004,16 +10004,16 @@
}, },
{ {
"name": "squizlabs/php_codesniffer", "name": "squizlabs/php_codesniffer",
"version": "3.12.2", "version": "3.13.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git", "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
"reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa" "reference": "65ff2489553b83b4597e89c3b8b721487011d186"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa", "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/65ff2489553b83b4597e89c3b8b721487011d186",
"reference": "6d4cf6032d4b718f168c90a96e36c7d0eaacb2aa", "reference": "65ff2489553b83b4597e89c3b8b721487011d186",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -10084,7 +10084,7 @@
"type": "thanks_dev" "type": "thanks_dev"
} }
], ],
"time": "2025-04-13T04:10:18+00:00" "time": "2025-05-11T03:36:00+00:00"
}, },
{ {
"name": "ssddanbrown/asserthtml", "name": "ssddanbrown/asserthtml",