Update composer.lock to upgrade aws/aws-sdk-php to version 3.359.4 and dragonmantank/cron-expression to version 3.6.0

This commit is contained in:
Giuliano Paschoalino 2025-11-06 17:18:33 -03:00
parent 51030b85df
commit a9c140e953

91
composer.lock generated
View File

@ -62,16 +62,16 @@
}, },
{ {
"name": "aws/aws-sdk-php", "name": "aws/aws-sdk-php",
"version": "3.359.2", "version": "3.359.4",
"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": "bc3244323c96d667caf6ff1c7b1d238781e5b925" "reference": "510cb4b7e2fa3ea09ad2154e7a13fe7675c36b30"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bc3244323c96d667caf6ff1c7b1d238781e5b925", "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/510cb4b7e2fa3ea09ad2154e7a13fe7675c36b30",
"reference": "bc3244323c96d667caf6ff1c7b1d238781e5b925", "reference": "510cb4b7e2fa3ea09ad2154e7a13fe7675c36b30",
"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.359.2" "source": "https://github.com/aws/aws-sdk-php/tree/3.359.4"
}, },
"time": "2025-10-30T18:16:03+00:00" "time": "2025-11-03T19:18:23+00:00"
}, },
{ {
"name": "brick/math", "name": "brick/math",
@ -681,29 +681,28 @@
}, },
{ {
"name": "dragonmantank/cron-expression", "name": "dragonmantank/cron-expression",
"version": "v3.4.0", "version": "v3.6.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/dragonmantank/cron-expression.git", "url": "https://github.com/dragonmantank/cron-expression.git",
"reference": "8c784d071debd117328803d86b2097615b457500" "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013",
"reference": "8c784d071debd117328803d86b2097615b457500", "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2|^8.0", "php": "^8.2|^8.3|^8.4|^8.5"
"webmozart/assert": "^1.0"
}, },
"replace": { "replace": {
"mtdowling/cron-expression": "^1.0" "mtdowling/cron-expression": "^1.0"
}, },
"require-dev": { "require-dev": {
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^1.0", "phpstan/phpstan": "^1.12.32|^2.1.31",
"phpunit/phpunit": "^7.0|^8.0|^9.0" "phpunit/phpunit": "^8.5.48|^9.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -734,7 +733,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/dragonmantank/cron-expression/issues", "issues": "https://github.com/dragonmantank/cron-expression/issues",
"source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0"
}, },
"funding": [ "funding": [
{ {
@ -742,7 +741,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2024-10-09T13:47:03+00:00" "time": "2025-10-31T18:51:33+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -6564,64 +6563,6 @@
], ],
"time": "2024-11-21T01:49:47+00:00" "time": "2024-11-21T01:49:47+00:00"
}, },
{
"name": "webmozart/assert",
"version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",
"reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-date": "*",
"ext-filter": "*",
"php": "^7.2 || ^8.0"
},
"suggest": {
"ext-intl": "",
"ext-simplexml": "",
"ext-spl": ""
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.12.1"
},
"time": "2025-10-29T15:56:20+00:00"
},
{ {
"name": "zanysoft/laravel-zip", "name": "zanysoft/laravel-zip",
"version": "2.0.4", "version": "2.0.4",