diff --git a/composer.json b/composer.json index 346512204..28d2daa63 100644 --- a/composer.json +++ b/composer.json @@ -42,7 +42,7 @@ "ext-sockets": "*", "appwrite/php-clamav": "1.1.*", "appwrite/php-runtimes": "0.10.*", - "utopia-php/framework": "0.19.*", + "abnegate/framework": "dev-feat-graphql-helpers", "utopia-php/logger": "0.3.*", "utopia-php/abuse": "0.7.*", "utopia-php/analytics": "0.2.*", @@ -70,10 +70,17 @@ "slickdeals/statsd": "3.1.0", "webonyx/graphql-php": "14.1.1" }, + "replace": { + "utopia-php/framework": "*" + }, "repositories": [ { "url": "https://github.com/appwrite/runtimes.git", "type": "git" + }, + { + "url": "https://github.com/abnegate/framework.git", + "type": "git" } ], "require-dev": { diff --git a/composer.lock b/composer.lock index dfb162afc..d05062cfc 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,46 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "67a5c7b91ae4cdaf118e488d1d0f29b5", + "content-hash": "e47b45e70996f8046494cc0db6aeb761", "packages": [ + { + "name": "abnegate/framework", + "version": "dev-feat-graphql-helpers", + "source": { + "type": "git", + "url": "https://github.com/abnegate/framework.git", + "reference": "a3bf64536f2d86728a06097717a5cc351d0a88d0" + }, + "require": { + "php": ">=8.0.0" + }, + "require-dev": { + "phpunit/phpunit": "^9.5.10", + "vimeo/psalm": "4.13.1" + }, + "type": "library", + "autoload": { + "psr-4": { + "Utopia\\": "src/" + } + }, + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Eldad Fux", + "email": "eldad@appwrite.io" + } + ], + "description": "A simple, light and advanced PHP framework", + "keywords": [ + "framework", + "php", + "upf" + ], + "time": "2022-07-12T00:06:19+00:00" + }, { "name": "adhocore/jwt", "version": "1.1.2", @@ -2051,16 +2089,16 @@ }, { "name": "utopia-php/database", - "version": "dev-feat-permissions-maxlength", + "version": "0.18.7", "source": { "type": "git", "url": "https://github.com/utopia-php/database.git", - "reference": "85c304075bb42b91e3cb98762921f15fa28af13c" + "reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/database/zipball/85c304075bb42b91e3cb98762921f15fa28af13c", - "reference": "85c304075bb42b91e3cb98762921f15fa28af13c", + "url": "https://api.github.com/repos/utopia-php/database/zipball/d542ee433f1a545d926ffaf707bdf952dc18a52e", + "reference": "d542ee433f1a545d926ffaf707bdf952dc18a52e", "shasum": "" }, "require": { @@ -2109,9 +2147,9 @@ ], "support": { "issues": "https://github.com/utopia-php/database/issues", - "source": "https://github.com/utopia-php/database/tree/feat-permissions-maxlength" + "source": "https://github.com/utopia-php/database/tree/0.18.7" }, - "time": "2022-07-10T17:08:47+00:00" + "time": "2022-07-11T10:20:33+00:00" }, { "name": "utopia-php/domains", @@ -2167,55 +2205,6 @@ }, "time": "2020-02-23T07:40:02+00:00" }, - { - "name": "utopia-php/framework", - "version": "0.19.21", - "source": { - "type": "git", - "url": "https://github.com/utopia-php/framework.git", - "reference": "3b7bd8e4acf84fd7d560ced8e0142221d302575d" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/utopia-php/framework/zipball/3b7bd8e4acf84fd7d560ced8e0142221d302575d", - "reference": "3b7bd8e4acf84fd7d560ced8e0142221d302575d", - "shasum": "" - }, - "require": { - "php": ">=8.0.0" - }, - "require-dev": { - "phpunit/phpunit": "^9.5.10", - "vimeo/psalm": "4.13.1" - }, - "type": "library", - "autoload": { - "psr-4": { - "Utopia\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Eldad Fux", - "email": "eldad@appwrite.io" - } - ], - "description": "A simple, light and advanced PHP framework", - "keywords": [ - "framework", - "php", - "upf" - ], - "support": { - "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/0.19.21" - }, - "time": "2022-05-12T18:42:28+00:00" - }, { "name": "utopia-php/image", "version": "0.5.4", @@ -5412,16 +5401,10 @@ "time": "2022-05-17T05:48:52+00:00" } ], - "aliases": [ - { - "package": "utopia-php/database", - "version": "dev-feat-permissions-maxlength", - "alias": "0.18.1", - "alias_normalized": "0.18.1.0" - } - ], + "aliases": [], "minimum-stability": "stable", "stability-flags": { + "abnegate/framework": 20, "utopia-php/registry": 20 }, "prefer-stable": false,