From 6b460ec31d3ce8313a8b4139486ca4c840f7b174 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:51:19 -0400 Subject: [PATCH 1/2] chore: removing framework --- composer.json | 3 +-- composer.lock | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4515207..cd827b4 100644 --- a/composer.json +++ b/composer.json @@ -28,8 +28,7 @@ "appwrite/appwrite": "11.1.*", "utopia-php/database": "0.54.*", "utopia-php/storage": "0.19.*", - "utopia-php/dsn": "0.2.*", - "utopia-php/framework": "1.0.*" + "utopia-php/dsn": "0.2.*" }, "require-dev": { "ext-pdo": "*", diff --git a/composer.lock b/composer.lock index b644ebf..5247a4b 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": "7db488218aa814d8fbb35c2483cb0d69", + "content-hash": "8b9242ba71e2ac773f7bc7a96df9d3e6", "packages": [ { "name": "appwrite/appwrite", From 7be622747a9e61903949dfbd960bcbc5e6424583 Mon Sep 17 00:00:00 2001 From: Binyamin Yawitz <316103+byawitz@users.noreply.github.com> Date: Mon, 7 Oct 2024 14:58:04 -0400 Subject: [PATCH 2/2] chore: versions upgrade --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index cd827b4..d23087b 100644 --- a/composer.json +++ b/composer.json @@ -26,7 +26,7 @@ "ext-curl": "*", "ext-openssl": "*", "appwrite/appwrite": "11.1.*", - "utopia-php/database": "0.54.*", + "utopia-php/database": "0.55.*", "utopia-php/storage": "0.19.*", "utopia-php/dsn": "0.2.*" }, diff --git a/composer.lock b/composer.lock index 5247a4b..9254ec6 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": "8b9242ba71e2ac773f7bc7a96df9d3e6", + "content-hash": "673212ab8138e16f0d0857f1100f6885", "packages": [ { "name": "appwrite/appwrite", @@ -308,16 +308,16 @@ }, { "name": "utopia-php/database", - "version": "0.54.1", + "version": "0.55.1", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "c32d6eab5992c927cbf6fb4aad51d76fc5f64946" + "reference": "6f44079999491feb0ef85686f6b2ac7ef54db828" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/c32d6eab5992c927cbf6fb4aad51d76fc5f64946", - "reference": "c32d6eab5992c927cbf6fb4aad51d76fc5f64946", + "url": "https://api.github.com/repos/utopia-php/database/zipball/6f44079999491feb0ef85686f6b2ac7ef54db828", + "reference": "6f44079999491feb0ef85686f6b2ac7ef54db828", "shasum": "" }, "require": { @@ -358,9 +358,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/0.54.1" + "source": "https://github.com/utopia-php/database/tree/0.55.1" }, - "time": "2024-09-10T10:08:37+00:00" + "time": "2024-10-07T18:52:26+00:00" }, { "name": "utopia-php/di",