diff --git a/app/config/specs/open-api3-latest-client.json b/app/config/specs/open-api3-latest-client.json index 80aa4cf420..f33dffd348 100644 --- a/app/config/specs/open-api3-latest-client.json +++ b/app/config/specs/open-api3-latest-client.json @@ -3381,13 +3381,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -3513,13 +3513,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -4059,13 +4059,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -4485,26 +4485,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/components\/schemas\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -6410,13 +6390,13 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" }, diff --git a/app/config/specs/open-api3-latest-console.json b/app/config/specs/open-api3-latest-console.json index d9e216ed14..bf2314458f 100644 --- a/app/config/specs/open-api3-latest-console.json +++ b/app/config/specs/open-api3-latest-console.json @@ -3386,13 +3386,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -3518,13 +3518,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -4064,13 +4064,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -8044,26 +8044,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/components\/schemas\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -8967,6 +8947,14 @@ "items": { "type": "string" } + }, + "lengths": { + "type": "array", + "description": "Length of index. Maximum of 100", + "x-example": null, + "items": { + "type": "integer" + } } }, "required": [ @@ -25729,6 +25717,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -26372,6 +26361,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -29143,13 +29133,13 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" }, @@ -37161,6 +37151,15 @@ }, "x-example": [] }, + "lengths": { + "type": "array", + "description": "Index attributes length.", + "items": { + "type": "integer", + "format": "int32" + }, + "x-example": [] + }, "orders": { "type": "array", "description": "Index orders.", @@ -37187,6 +37186,7 @@ "status", "error", "attributes", + "lengths", "$createdAt", "$updatedAt" ] diff --git a/app/config/specs/open-api3-latest-server.json b/app/config/specs/open-api3-latest-server.json index 509337fc81..c9f99b0188 100644 --- a/app/config/specs/open-api3-latest-server.json +++ b/app/config/specs/open-api3-latest-server.json @@ -3068,13 +3068,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -3202,13 +3202,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -3752,13 +3752,13 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" } @@ -7525,26 +7525,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/components\/schemas\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -8368,6 +8348,14 @@ "items": { "type": "string" } + }, + "lengths": { + "type": "array", + "description": "Length of index. Maximum of 100", + "x-example": null, + "items": { + "type": "integer" + } } }, "required": [ @@ -17281,6 +17269,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -17696,6 +17685,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -20423,13 +20413,13 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "schema": { "type": "integer", "format": "int32", - "x-example": 0, - "default": 100 + "x-example": -1, + "default": -1 }, "in": "query" }, @@ -26940,6 +26930,15 @@ }, "x-example": [] }, + "lengths": { + "type": "array", + "description": "Index attributes length.", + "items": { + "type": "integer", + "format": "int32" + }, + "x-example": [] + }, "orders": { "type": "array", "description": "Index orders.", @@ -26966,6 +26965,7 @@ "status", "error", "attributes", + "lengths", "$createdAt", "$updatedAt" ] diff --git a/app/config/specs/swagger2-latest-client.json b/app/config/specs/swagger2-latest-client.json index 5bb98a8c0f..f60a2549b1 100644 --- a/app/config/specs/swagger2-latest-client.json +++ b/app/config/specs/swagger2-latest-client.json @@ -3524,12 +3524,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -3655,12 +3655,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -4205,12 +4205,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -4625,26 +4625,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/definitions\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -6557,12 +6537,12 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" }, { diff --git a/app/config/specs/swagger2-latest-console.json b/app/config/specs/swagger2-latest-console.json index bf430b6e63..6db1ccbd15 100644 --- a/app/config/specs/swagger2-latest-console.json +++ b/app/config/specs/swagger2-latest-console.json @@ -3545,12 +3545,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -3676,12 +3676,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -4226,12 +4226,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -8173,26 +8173,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/definitions\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -9062,6 +9042,15 @@ "items": { "type": "string" } + }, + "lengths": { + "type": "array", + "description": "Length of index. Maximum of 100", + "default": [], + "x-example": null, + "items": { + "type": "integer" + } } }, "required": [ @@ -25992,6 +25981,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -26638,6 +26628,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -29401,12 +29392,12 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" }, { @@ -37393,6 +37384,15 @@ }, "x-example": [] }, + "lengths": { + "type": "array", + "description": "Index attributes length.", + "items": { + "type": "integer", + "format": "int32" + }, + "x-example": [] + }, "orders": { "type": "array", "description": "Index orders.", @@ -37419,6 +37419,7 @@ "status", "error", "attributes", + "lengths", "$createdAt", "$updatedAt" ] diff --git a/app/config/specs/swagger2-latest-server.json b/app/config/specs/swagger2-latest-server.json index 302a486e1f..5a979359e5 100644 --- a/app/config/specs/swagger2-latest-server.json +++ b/app/config/specs/swagger2-latest-server.json @@ -3223,12 +3223,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -3356,12 +3356,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -3910,12 +3910,12 @@ }, { "name": "quality", - "description": "Image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" } ] @@ -7644,26 +7644,6 @@ } ], "description": "Create a new Document. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." - }, - { - "name": "createDocuments", - "parameters": [ - "databaseId", - "collectionId", - "documents" - ], - "required": [ - "databaseId", - "collectionId", - "documents" - ], - "responses": [ - { - "code": 201, - "model": "#\/definitions\/documentList" - } - ], - "description": "Create new Documents. Before using this route, you should create a new collection resource using either a [server integration](https:\/\/appwrite.io\/docs\/server\/databases#databasesCreateCollection) API or directly from your database console." } ], "auth": { @@ -8460,6 +8440,15 @@ "items": { "type": "string" } + }, + "lengths": { + "type": "array", + "description": "Length of index. Maximum of 100", + "default": [], + "x-example": null, + "items": { + "type": "integer" + } } }, "required": [ @@ -17579,6 +17568,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -18007,6 +17997,7 @@ "remix", "lynx", "flutter", + "react-native", "vite", "other" ], @@ -20730,12 +20721,12 @@ }, { "name": "quality", - "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to 100.", + "description": "Preview image quality. Pass an integer between 0 to 100. Defaults to keep existing image quality.", "required": false, "type": "integer", "format": "int32", - "x-example": 0, - "default": 100, + "x-example": -1, + "default": -1, "in": "query" }, { @@ -27240,6 +27231,15 @@ }, "x-example": [] }, + "lengths": { + "type": "array", + "description": "Index attributes length.", + "items": { + "type": "integer", + "format": "int32" + }, + "x-example": [] + }, "orders": { "type": "array", "description": "Index orders.", @@ -27266,6 +27266,7 @@ "status", "error", "attributes", + "lengths", "$createdAt", "$updatedAt" ] diff --git a/composer.lock b/composer.lock index e8d3fb11e0..c68d6bf4d7 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "18d31817580d569f001c88d865dcbfc6", + "content-hash": "735023e2b70ce47fe65985f195b257bd", "packages": [ { "name": "adhocore/jwt", @@ -709,16 +709,16 @@ }, { "name": "google/protobuf", - "version": "v4.30.2", + "version": "v4.31.0", "source": { "type": "git", "url": "https://github.com/protocolbuffers/protobuf-php.git", - "reference": "a4c4d8565b40b9f76debc9dfeb221412eacb8ced" + "reference": "d59e31ce4bf0e4b48728e90c4d880839edb5be07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/a4c4d8565b40b9f76debc9dfeb221412eacb8ced", - "reference": "a4c4d8565b40b9f76debc9dfeb221412eacb8ced", + "url": "https://api.github.com/repos/protocolbuffers/protobuf-php/zipball/d59e31ce4bf0e4b48728e90c4d880839edb5be07", + "reference": "d59e31ce4bf0e4b48728e90c4d880839edb5be07", "shasum": "" }, "require": { @@ -747,9 +747,9 @@ "proto" ], "support": { - "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.30.2" + "source": "https://github.com/protocolbuffers/protobuf-php/tree/v4.31.0" }, - "time": "2025-03-26T18:01:50+00:00" + "time": "2025-05-14T16:17:23+00:00" }, { "name": "league/csv", @@ -3499,16 +3499,16 @@ }, { "name": "utopia-php/database", - "version": "0.68.1", + "version": "0.69.2", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "72b2e2c0b875028f7d9dd755f6d4524b693c6507" + "reference": "60591ab073bb80bb9843338754b679bb8169e4ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/72b2e2c0b875028f7d9dd755f6d4524b693c6507", - "reference": "72b2e2c0b875028f7d9dd755f6d4524b693c6507", + "url": "https://api.github.com/repos/utopia-php/database/zipball/60591ab073bb80bb9843338754b679bb8169e4ed", + "reference": "60591ab073bb80bb9843338754b679bb8169e4ed", "shasum": "" }, "require": { @@ -3549,9 +3549,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.68.1" + "source": "https://github.com/utopia-php/database/tree/0.69.2" }, - "time": "2025-05-09T10:08:53+00:00" + "time": "2025-05-14T07:51:44+00:00" }, { "name": "utopia-php/detector", @@ -3793,16 +3793,16 @@ }, { "name": "utopia-php/image", - "version": "0.8.2", + "version": "0.8.3", "source": { "type": "git", "url": "https://github.com/utopia-php/image.git", - "reference": "6c736965177f9a9e71311e22b80cfa88511768e9" + "reference": "8820b0e53b3636b7bdf815e92394d333fef06f26" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/image/zipball/6c736965177f9a9e71311e22b80cfa88511768e9", - "reference": "6c736965177f9a9e71311e22b80cfa88511768e9", + "url": "https://api.github.com/repos/utopia-php/image/zipball/8820b0e53b3636b7bdf815e92394d333fef06f26", + "reference": "8820b0e53b3636b7bdf815e92394d333fef06f26", "shasum": "" }, "require": { @@ -3836,9 +3836,9 @@ ], "support": { "issues": "https://github.com/utopia-php/image/issues", - "source": "https://github.com/utopia-php/image/tree/0.8.2" + "source": "https://github.com/utopia-php/image/tree/0.8.3" }, - "time": "2025-04-08T11:31:45+00:00" + "time": "2025-05-15T10:39:28+00:00" }, { "name": "utopia-php/locale", @@ -3947,16 +3947,16 @@ }, { "name": "utopia-php/messaging", - "version": "0.16.0", + "version": "0.17.0", "source": { "type": "git", "url": "https://github.com/utopia-php/messaging.git", - "reference": "5f3083697102b1821d6624938186761b1e09c54e" + "reference": "c51915d0e030db3a3add37f1561751d18b2d9a85" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/messaging/zipball/5f3083697102b1821d6624938186761b1e09c54e", - "reference": "5f3083697102b1821d6624938186761b1e09c54e", + "url": "https://api.github.com/repos/utopia-php/messaging/zipball/c51915d0e030db3a3add37f1561751d18b2d9a85", + "reference": "c51915d0e030db3a3add37f1561751d18b2d9a85", "shasum": "" }, "require": { @@ -3992,9 +3992,9 @@ ], "support": { "issues": "https://github.com/utopia-php/messaging/issues", - "source": "https://github.com/utopia-php/messaging/tree/0.16.0" + "source": "https://github.com/utopia-php/messaging/tree/0.17.0" }, - "time": "2025-02-18T08:27:00+00:00" + "time": "2025-05-12T16:14:08+00:00" }, { "name": "utopia-php/migration", @@ -4376,16 +4376,16 @@ }, { "name": "utopia-php/storage", - "version": "0.18.10", + "version": "0.18.12", "source": { "type": "git", "url": "https://github.com/utopia-php/storage.git", - "reference": "76f31158f4251abb207f7a9b16f7cb0bfdb3b39e" + "reference": "9a2556c39b5f4d9f8e79111fd34ec889b7bb1e97" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/storage/zipball/76f31158f4251abb207f7a9b16f7cb0bfdb3b39e", - "reference": "76f31158f4251abb207f7a9b16f7cb0bfdb3b39e", + "url": "https://api.github.com/repos/utopia-php/storage/zipball/9a2556c39b5f4d9f8e79111fd34ec889b7bb1e97", + "reference": "9a2556c39b5f4d9f8e79111fd34ec889b7bb1e97", "shasum": "" }, "require": { @@ -4398,9 +4398,10 @@ "ext-xz": "*", "ext-zlib": "*", "ext-zstd": "*", - "php": ">=8.0", + "php": ">=8.1", "utopia-php/framework": "0.*.*", - "utopia-php/system": "0.*.*" + "utopia-php/system": "0.*.*", + "utopia-php/telemetry": "0.1.*" }, "require-dev": { "laravel/pint": "1.2.*", @@ -4427,9 +4428,9 @@ ], "support": { "issues": "https://github.com/utopia-php/storage/issues", - "source": "https://github.com/utopia-php/storage/tree/0.18.10" + "source": "https://github.com/utopia-php/storage/tree/0.18.12" }, - "time": "2025-03-03T10:47:54+00:00" + "time": "2025-05-15T07:55:58+00:00" }, { "name": "utopia-php/swoole", @@ -8239,7 +8240,7 @@ ], "aliases": [], "minimum-stability": "stable", - "stability-flags": {}, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { @@ -8263,5 +8264,5 @@ "platform-overrides": { "php": "8.3" }, - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" }