Upgrade libs

This commit is contained in:
Matej Bačo
2026-05-05 16:51:57 +02:00
parent d2922e7d5d
commit 3e58500e13
2 changed files with 72 additions and 106 deletions
+8 -5
View File
@@ -57,7 +57,7 @@
"utopia-php/audit": "2.2.*",
"utopia-php/auth": "0.5.*",
"utopia-php/cache": "1.0.*",
"utopia-php/cli": "dev-feat-param-alias as 0.23.99",
"utopia-php/cli": "0.23.*",
"utopia-php/compression": "0.1.*",
"utopia-php/config": "1.*",
"utopia-php/console": "0.1.*",
@@ -67,7 +67,7 @@
"utopia-php/emails": "0.6.*",
"utopia-php/dns": "1.6.*",
"utopia-php/dsn": "0.2.1",
"utopia-php/http": "dev-feat-param-aliases as 0.34.99",
"utopia-php/http": "0.34.*",
"utopia-php/fetch": "0.5.*",
"utopia-php/validators": "0.2.*",
"utopia-php/image": "0.8.*",
@@ -75,12 +75,12 @@
"utopia-php/logger": "0.6.*",
"utopia-php/messaging": "0.22.*",
"utopia-php/migration": "1.9.*",
"utopia-php/platform": "dev-feat-param-aliases as 0.13.99",
"utopia-php/platform": "0.13.*",
"utopia-php/pools": "1.*",
"utopia-php/span": "1.1.*",
"utopia-php/preloader": "0.2.*",
"utopia-php/queue": "dev-feat-param-aliases as 0.17.99",
"utopia-php/servers": "dev-feat-param-aliases as 0.3.99",
"utopia-php/queue": "0.18.*",
"utopia-php/servers": "0.4.*",
"utopia-php/registry": "0.5.*",
"utopia-php/storage": "2.*",
"utopia-php/system": "0.10.*",
@@ -117,6 +117,9 @@
"allow-plugins": {
"php-http/discovery": true,
"tbachert/spi": true
},
"audit": {
"ignore": ["PKSA-sf9j-1gs7-xzvx"]
}
}
}
Generated
+64 -101
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": "ff46a826bc257b5ed2f0a8c821d8a0c4",
"content-hash": "842fa93d1bddb5eeef66ef09627ae84d",
"packages": [
{
"name": "adhocore/jwt",
@@ -3658,21 +3658,21 @@
},
{
"name": "utopia-php/cli",
"version": "dev-feat-param-alias",
"version": "0.23.3",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/cli.git",
"reference": "c01a4af02249f20f5a9b3e23b6e8ee20f52857a2"
"reference": "3c45ae5bcdcd3c7916e1909d74c60b8e771610db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/cli/zipball/c01a4af02249f20f5a9b3e23b6e8ee20f52857a2",
"reference": "c01a4af02249f20f5a9b3e23b6e8ee20f52857a2",
"url": "https://api.github.com/repos/utopia-php/cli/zipball/3c45ae5bcdcd3c7916e1909d74c60b8e771610db",
"reference": "3c45ae5bcdcd3c7916e1909d74c60b8e771610db",
"shasum": ""
},
"require": {
"php": ">=7.4",
"utopia-php/servers": "dev-feat-param-aliases"
"utopia-php/servers": "0.4.0"
},
"require-dev": {
"laravel/pint": "1.2.*",
@@ -3703,9 +3703,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/cli/issues",
"source": "https://github.com/utopia-php/cli/tree/feat-param-alias"
"source": "https://github.com/utopia-php/cli/tree/0.23.3"
},
"time": "2026-05-04T12:39:30+00:00"
"time": "2026-05-05T04:38:59+00:00"
},
{
"name": "utopia-php/compression",
@@ -4272,23 +4272,23 @@
},
{
"name": "utopia-php/http",
"version": "dev-feat-param-aliases",
"version": "0.34.25",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/http.git",
"reference": "4439705c8c2e81af826f4b6d694469c9ebc84a9f"
"reference": "76be330d4197bae680eb4ccc29c573456fe91904"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/http/zipball/4439705c8c2e81af826f4b6d694469c9ebc84a9f",
"reference": "4439705c8c2e81af826f4b6d694469c9ebc84a9f",
"url": "https://api.github.com/repos/utopia-php/http/zipball/76be330d4197bae680eb4ccc29c573456fe91904",
"reference": "76be330d4197bae680eb4ccc29c573456fe91904",
"shasum": ""
},
"require": {
"php": ">=8.3",
"utopia-php/compression": "0.1.*",
"utopia-php/di": "0.3.*",
"utopia-php/servers": "dev-feat-param-aliases as 0.3.x-dev",
"utopia-php/servers": "0.4.0",
"utopia-php/telemetry": "0.2.*",
"utopia-php/validators": "0.2.*"
},
@@ -4322,9 +4322,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/http/issues",
"source": "https://github.com/utopia-php/http/tree/feat-param-aliases"
"source": "https://github.com/utopia-php/http/tree/0.34.25"
},
"time": "2026-05-04T11:52:49+00:00"
"time": "2026-05-05T04:39:15+00:00"
},
{
"name": "utopia-php/image",
@@ -4531,16 +4531,16 @@
},
{
"name": "utopia-php/migration",
"version": "1.9.6",
"version": "1.9.7",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/migration.git",
"reference": "b164631404ec759f8c368fe2321f44c22bc258ab"
"reference": "81b608a6871f56b70496803d12010823300aab6e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/b164631404ec759f8c368fe2321f44c22bc258ab",
"reference": "b164631404ec759f8c368fe2321f44c22bc258ab",
"url": "https://api.github.com/repos/utopia-php/migration/zipball/81b608a6871f56b70496803d12010823300aab6e",
"reference": "81b608a6871f56b70496803d12010823300aab6e",
"shasum": ""
},
"require": {
@@ -4580,9 +4580,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/migration/issues",
"source": "https://github.com/utopia-php/migration/tree/1.9.6"
"source": "https://github.com/utopia-php/migration/tree/1.9.7"
},
"time": "2026-04-30T08:11:07+00:00"
"time": "2026-05-05T07:18:48+00:00"
},
{
"name": "utopia-php/mongo",
@@ -4647,26 +4647,26 @@
},
{
"name": "utopia-php/platform",
"version": "dev-feat-param-aliases",
"version": "0.13.2",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/platform.git",
"reference": "7fa008758c869671014ae4c4d52bb8cd686212f9"
"reference": "a20cb8b20a1e4c9886309c2d033a0292ba0937b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/platform/zipball/7fa008758c869671014ae4c4d52bb8cd686212f9",
"reference": "7fa008758c869671014ae4c4d52bb8cd686212f9",
"url": "https://api.github.com/repos/utopia-php/platform/zipball/a20cb8b20a1e4c9886309c2d033a0292ba0937b9",
"reference": "a20cb8b20a1e4c9886309c2d033a0292ba0937b9",
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-redis": "*",
"php": ">=8.3",
"utopia-php/cli": "dev-feat-param-alias as 0.23.99",
"utopia-php/http": "dev-feat-param-aliases as 0.34.99",
"utopia-php/queue": "dev-feat-param-aliases as 0.18.99",
"utopia-php/servers": "dev-feat-param-aliases as 0.3.99"
"utopia-php/cli": "0.23.3",
"utopia-php/http": "0.34.25",
"utopia-php/queue": "0.18.2",
"utopia-php/servers": "0.4.0"
},
"require-dev": {
"laravel/pint": "1.2.*",
@@ -4692,9 +4692,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/platform/issues",
"source": "https://github.com/utopia-php/platform/tree/feat-param-aliases"
"source": "https://github.com/utopia-php/platform/tree/0.13.2"
},
"time": "2026-05-04T13:12:58+00:00"
"time": "2026-05-05T06:00:26+00:00"
},
{
"name": "utopia-php/pools",
@@ -4804,16 +4804,16 @@
},
{
"name": "utopia-php/queue",
"version": "dev-feat-param-aliases",
"version": "0.18.2",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/queue.git",
"reference": "32b0c439a8fa4fc06b8b8793800a04be894bf03c"
"reference": "f85ca003c99ff475708c05466643d067403c0c22"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/32b0c439a8fa4fc06b8b8793800a04be894bf03c",
"reference": "32b0c439a8fa4fc06b8b8793800a04be894bf03c",
"url": "https://api.github.com/repos/utopia-php/queue/zipball/f85ca003c99ff475708c05466643d067403c0c22",
"reference": "f85ca003c99ff475708c05466643d067403c0c22",
"shasum": ""
},
"require": {
@@ -4821,7 +4821,7 @@
"php-amqplib/php-amqplib": "^3.7",
"utopia-php/di": "0.3.*",
"utopia-php/pools": "1.*",
"utopia-php/servers": "dev-feat-param-aliases as 0.3.99",
"utopia-php/servers": "0.4.0",
"utopia-php/telemetry": "0.2.*",
"utopia-php/validators": "0.2.*"
},
@@ -4864,9 +4864,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/queue/issues",
"source": "https://github.com/utopia-php/queue/tree/feat-param-aliases"
"source": "https://github.com/utopia-php/queue/tree/0.18.2"
},
"time": "2026-05-04T12:59:54+00:00"
"time": "2026-05-05T04:38:59+00:00"
},
{
"name": "utopia-php/registry",
@@ -4922,16 +4922,16 @@
},
{
"name": "utopia-php/servers",
"version": "dev-feat-param-aliases",
"version": "0.4.0",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/servers.git",
"reference": "24bbd8fbb6550bc72f2816d9b0c3b690e38e17fa"
"reference": "7db346ef377503efe0acafe0791085270cd9ed70"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/servers/zipball/24bbd8fbb6550bc72f2816d9b0c3b690e38e17fa",
"reference": "24bbd8fbb6550bc72f2816d9b0c3b690e38e17fa",
"url": "https://api.github.com/repos/utopia-php/servers/zipball/7db346ef377503efe0acafe0791085270cd9ed70",
"reference": "7db346ef377503efe0acafe0791085270cd9ed70",
"shasum": ""
},
"require": {
@@ -4970,9 +4970,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/servers/issues",
"source": "https://github.com/utopia-php/servers/tree/feat-param-aliases"
"source": "https://github.com/utopia-php/servers/tree/0.4.0"
},
"time": "2026-05-04T11:57:44+00:00"
"time": "2026-05-05T04:08:30+00:00"
},
{
"name": "utopia-php/span",
@@ -5020,16 +5020,16 @@
},
{
"name": "utopia-php/storage",
"version": "2.0.1",
"version": "2.0.2",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/storage.git",
"reference": "8a2e3a86fd01aaed675884146665308c2122264e"
"reference": "64e132a3768e22243eda36fe4262da22fd204f3c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/storage/zipball/8a2e3a86fd01aaed675884146665308c2122264e",
"reference": "8a2e3a86fd01aaed675884146665308c2122264e",
"url": "https://api.github.com/repos/utopia-php/storage/zipball/64e132a3768e22243eda36fe4262da22fd204f3c",
"reference": "64e132a3768e22243eda36fe4262da22fd204f3c",
"shasum": ""
},
"require": {
@@ -5066,22 +5066,22 @@
],
"support": {
"issues": "https://github.com/utopia-php/storage/issues",
"source": "https://github.com/utopia-php/storage/tree/2.0.1"
"source": "https://github.com/utopia-php/storage/tree/2.0.2"
},
"time": "2026-04-29T09:05:48+00:00"
"time": "2026-05-01T15:06:16+00:00"
},
{
"name": "utopia-php/system",
"version": "0.10.1",
"version": "0.10.2",
"source": {
"type": "git",
"url": "https://github.com/utopia-php/system.git",
"reference": "7c1669533bb9c285de19191270c8c1439161a78a"
"reference": "04229a822b147c1abaf1a92fb42c2d7aad4625df"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/utopia-php/system/zipball/7c1669533bb9c285de19191270c8c1439161a78a",
"reference": "7c1669533bb9c285de19191270c8c1439161a78a",
"url": "https://api.github.com/repos/utopia-php/system/zipball/04229a822b147c1abaf1a92fb42c2d7aad4625df",
"reference": "04229a822b147c1abaf1a92fb42c2d7aad4625df",
"shasum": ""
},
"require": {
@@ -5122,9 +5122,9 @@
],
"support": {
"issues": "https://github.com/utopia-php/system/issues",
"source": "https://github.com/utopia-php/system/tree/0.10.1"
"source": "https://github.com/utopia-php/system/tree/0.10.2"
},
"time": "2026-03-15T21:07:41+00:00"
"time": "2026-05-05T14:33:41+00:00"
},
{
"name": "utopia-php/telemetry",
@@ -5465,16 +5465,16 @@
"packages-dev": [
{
"name": "appwrite/sdk-generator",
"version": "1.26.0",
"version": "1.27.5",
"source": {
"type": "git",
"url": "https://github.com/appwrite/sdk-generator.git",
"reference": "c14a7232ef0f22f594453730407c2719a2854973"
"reference": "9faa38b48d422f3da764a719712905c83b3922cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/c14a7232ef0f22f594453730407c2719a2854973",
"reference": "c14a7232ef0f22f594453730407c2719a2854973",
"url": "https://api.github.com/repos/appwrite/sdk-generator/zipball/9faa38b48d422f3da764a719712905c83b3922cb",
"reference": "9faa38b48d422f3da764a719712905c83b3922cb",
"shasum": ""
},
"require": {
@@ -5510,9 +5510,9 @@
"description": "Appwrite PHP library for generating API SDKs for multiple programming languages and platforms",
"support": {
"issues": "https://github.com/appwrite/sdk-generator/issues",
"source": "https://github.com/appwrite/sdk-generator/tree/1.26.0"
"source": "https://github.com/appwrite/sdk-generator/tree/1.27.5"
},
"time": "2026-05-04T09:46:22+00:00"
"time": "2026-05-05T12:09:40+00:00"
},
{
"name": "brianium/paratest",
@@ -8442,46 +8442,9 @@
"time": "2024-11-07T12:36:22+00:00"
}
],
"aliases": [
{
"package": "utopia-php/cli",
"version": "dev-feat-param-alias",
"alias": "0.23.99",
"alias_normalized": "0.23.99.0"
},
{
"package": "utopia-php/http",
"version": "dev-feat-param-aliases",
"alias": "0.34.99",
"alias_normalized": "0.34.99.0"
},
{
"package": "utopia-php/platform",
"version": "dev-feat-param-aliases",
"alias": "0.13.99",
"alias_normalized": "0.13.99.0"
},
{
"package": "utopia-php/queue",
"version": "dev-feat-param-aliases",
"alias": "0.17.99",
"alias_normalized": "0.17.99.0"
},
{
"package": "utopia-php/servers",
"version": "dev-feat-param-aliases",
"alias": "0.3.99",
"alias_normalized": "0.3.99.0"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
"utopia-php/cli": 20,
"utopia-php/http": 20,
"utopia-php/platform": 20,
"utopia-php/queue": 20,
"utopia-php/servers": 20
},
"stability-flags": {},
"prefer-stable": true,
"prefer-lowest": false,
"platform": {