fix(deps): downgrade options-resolver to v6.4 for php 8.2 support
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 2m41s

This commit is contained in:
Cauê Faleiros
2026-02-18 11:04:24 -03:00
parent 0782f978c9
commit b9c23e32ec
2 changed files with 9 additions and 8 deletions

View File

@@ -26,6 +26,7 @@
"sentry/sentry-laravel": "*", "sentry/sentry-laravel": "*",
"smalot/pdfparser": "^2.11", "smalot/pdfparser": "^2.11",
"stancl/tenancy": "^3.8", "stancl/tenancy": "^3.8",
"symfony/options-resolver": "^6.0",
"webklex/laravel-imap": "^5.3" "webklex/laravel-imap": "^5.3"
}, },
"require-dev": { "require-dev": {

16
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "7e706484efd96a5eab3c23a12bc1656a", "content-hash": "b167e3baf45a8a984202b63b80f77c05",
"packages": [ "packages": [
{ {
"name": "barryvdh/laravel-dompdf", "name": "barryvdh/laravel-dompdf",
@@ -6880,20 +6880,20 @@
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v8.0.0", "version": "v6.4.30",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7" "reference": "eeaa8cabe54c7b3516938c72a4a161c0cc80a34f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/d2b592535ffa6600c265a3893a7f7fd2bad82dd7", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/eeaa8cabe54c7b3516938c72a4a161c0cc80a34f",
"reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7", "reference": "eeaa8cabe54c7b3516938c72a4a161c0cc80a34f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=8.4", "php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3" "symfony/deprecation-contracts": "^2.5|^3"
}, },
"type": "library", "type": "library",
@@ -6927,7 +6927,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v8.0.0" "source": "https://github.com/symfony/options-resolver/tree/v6.4.30"
}, },
"funding": [ "funding": [
{ {
@@ -6947,7 +6947,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-12T15:55:31+00:00" "time": "2025-11-12T13:06:53+00:00"
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",