update libs

This commit is contained in:
Yuri Kuznetsov
2025-03-30 13:45:43 +03:00
parent 224187ba11
commit e620317966
2 changed files with 32 additions and 37 deletions
+3 -3
View File
@@ -29,9 +29,9 @@
"zordius/lightncandy": "dev-espo#v1.2.5e",
"composer/semver": "^3",
"spatie/async": "1.5.6",
"symfony/process": "6.4.*",
"symfony/http-foundation": "6.4.*",
"symfony/routing": "6.0.*",
"symfony/process": "^6",
"symfony/http-foundation": "^6",
"symfony/routing": "^6",
"cboden/ratchet": "^0.4.4",
"react/zmq": "^0.4.0",
"guzzlehttp/psr7": "^2.7.0",
Generated
+29 -34
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b96d1d5b9be20903a58eabebb584962e",
"content-hash": "6403890abb22db2e1629883a09a3c6c7",
"packages": [
{
"name": "async-aws/core",
@@ -6111,16 +6111,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.4.16",
"version": "v6.4.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57"
"reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/431771b7a6f662f1575b3cfc8fd7617aa9864d57",
"reference": "431771b7a6f662f1575b3cfc8fd7617aa9864d57",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/d0492d6217e5ab48f51fca76f64cf8e78919d0db",
"reference": "d0492d6217e5ab48f51fca76f64cf8e78919d0db",
"shasum": ""
},
"require": {
@@ -6168,7 +6168,7 @@
"description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/http-foundation/tree/v6.4.16"
"source": "https://github.com/symfony/http-foundation/tree/v6.4.18"
},
"funding": [
{
@@ -6184,7 +6184,7 @@
"type": "tidelift"
}
],
"time": "2024-11-13T18:58:10+00:00"
"time": "2025-01-09T15:48:56+00:00"
},
{
"name": "symfony/polyfill-iconv",
@@ -6610,8 +6610,8 @@
"type": "library",
"extra": {
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
@@ -6668,16 +6668,16 @@
},
{
"name": "symfony/process",
"version": "v6.4.15",
"version": "v6.4.20",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392"
"reference": "e2a61c16af36c9a07e5c9906498b73e091949a20"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/3cb242f059c14ae08591c5c4087d1fe443564392",
"reference": "3cb242f059c14ae08591c5c4087d1fe443564392",
"url": "https://api.github.com/repos/symfony/process/zipball/e2a61c16af36c9a07e5c9906498b73e091949a20",
"reference": "e2a61c16af36c9a07e5c9906498b73e091949a20",
"shasum": ""
},
"require": {
@@ -6709,7 +6709,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.4.15"
"source": "https://github.com/symfony/process/tree/v6.4.20"
},
"funding": [
{
@@ -6725,45 +6725,40 @@
"type": "tidelift"
}
],
"time": "2024-11-06T14:19:14+00:00"
"time": "2025-03-10T17:11:00+00:00"
},
{
"name": "symfony/routing",
"version": "v6.0.19",
"version": "v6.4.18",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac"
"reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/e56ca9b41c1ec447193474cd86ad7c0b547755ac",
"reference": "e56ca9b41c1ec447193474cd86ad7c0b547755ac",
"url": "https://api.github.com/repos/symfony/routing/zipball/e9bfc94953019089acdfb9be51c1b9142c4afa68",
"reference": "e9bfc94953019089acdfb9be51c1b9142c4afa68",
"shasum": ""
},
"require": {
"php": ">=8.0.2"
"php": ">=8.1",
"symfony/deprecation-contracts": "^2.5|^3"
},
"conflict": {
"doctrine/annotations": "<1.12",
"symfony/config": "<5.4",
"symfony/config": "<6.2",
"symfony/dependency-injection": "<5.4",
"symfony/yaml": "<5.4"
},
"require-dev": {
"doctrine/annotations": "^1.12|^2",
"psr/log": "^1|^2|^3",
"symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^5.4|^6.0",
"symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^5.4|^6.0",
"symfony/yaml": "^5.4|^6.0"
},
"suggest": {
"symfony/config": "For using the all-in-one router or any loader",
"symfony/expression-language": "For using expression matching",
"symfony/http-foundation": "For using a Symfony Request object",
"symfony/yaml": "For using the YAML loader"
"symfony/config": "^6.2|^7.0",
"symfony/dependency-injection": "^5.4|^6.0|^7.0",
"symfony/expression-language": "^5.4|^6.0|^7.0",
"symfony/http-foundation": "^5.4|^6.0|^7.0",
"symfony/yaml": "^5.4|^6.0|^7.0"
},
"type": "library",
"autoload": {
@@ -6797,7 +6792,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.0.19"
"source": "https://github.com/symfony/routing/tree/v6.4.18"
},
"funding": [
{
@@ -6813,7 +6808,7 @@
"type": "tidelift"
}
],
"time": "2023-01-01T08:36:10+00:00"
"time": "2025-01-09T08:51:02+00:00"
},
{
"name": "symfony/service-contracts",