update symfony to 7 and spatie/async to 1.8

This commit is contained in:
Yurii
2025-12-04 09:34:40 +02:00
parent 8129495e4b
commit 0bf94aecb4
2 changed files with 85 additions and 74 deletions

View File

@@ -29,10 +29,10 @@
"monolog/monolog": "^3.9",
"zordius/lightncandy": "dev-espo#v1.2.5e",
"composer/semver": "^3",
"spatie/async": "1.5.6",
"symfony/process": "^6",
"symfony/http-foundation": "^6",
"symfony/routing": "^6",
"spatie/async": "^1.8.1",
"symfony/process": "^7",
"symfony/http-foundation": "^7",
"symfony/routing": "^7",
"cboden/ratchet": "0.4.x-dev#9ac6a412a26d8bae6541ee0b65ffaf78e316b1a6",
"react/zmq": "^0.4.0",
"guzzlehttp/psr7": "^2.7.0",
@@ -52,7 +52,7 @@
"chillerlan/php-qrcode": "^5.0",
"tholu/php-cidr-match": "^0.5",
"league/oauth2-client": "^2.9",
"symfony/mailer": "^6",
"symfony/mailer": "^7",
"league/html-to-markdown": "^5.1",
"psr/clock": "^1.0",
"react/child-process": "^0.6.6",