diff --git a/app/controllers/shared/api.php b/app/controllers/shared/api.php index 9baf16cb90..64e96cf2ec 100644 --- a/app/controllers/shared/api.php +++ b/app/controllers/shared/api.php @@ -19,7 +19,6 @@ use Utopia\Cache\Cache; use Utopia\Database\Database; use Utopia\Database\Document; use Utopia\Database\Validator\Authorization; -use Utopia\Registry\Registry; App::init() ->groups(['api']) diff --git a/composer.json b/composer.json index 12fcf99304..fa9b252909 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.20.*", + "utopia-php/framework": "0.21.*", "utopia-php/logger": "0.3.*", "utopia-php/abuse": "0.7.*", "utopia-php/analytics": "0.2.*", diff --git a/composer.lock b/composer.lock index 00160be203..2f646a3e78 100644 --- a/composer.lock +++ b/composer.lock @@ -4,11 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], -<<<<<<< HEAD - "content-hash": "7f417dc4a1f0d5ed97b3d6a88aa72adf", -======= - "content-hash": "0a8ed4fa28bf33ceb7396c35b9e8a155", ->>>>>>> f1a3af6fce925ad8a2fbac32a4a99f7fbbfd1609 + "content-hash": "b54c2126173a52cc14bb2d04aec44fb6", "packages": [ { "name": "adhocore/jwt", @@ -2173,16 +2169,16 @@ }, { "name": "utopia-php/framework", - "version": "0.20.0", + "version": "0.21.0", "source": { "type": "git", "url": "https://github.com/utopia-php/framework.git", - "reference": "beb5e861c7d0a6256a1272e6b9d70b060ca8629a" + "reference": "5aa5431788460a782065e42b0e8a35e7f139af2f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/utopia-php/framework/zipball/beb5e861c7d0a6256a1272e6b9d70b060ca8629a", - "reference": "beb5e861c7d0a6256a1272e6b9d70b060ca8629a", + "url": "https://api.github.com/repos/utopia-php/framework/zipball/5aa5431788460a782065e42b0e8a35e7f139af2f", + "reference": "5aa5431788460a782065e42b0e8a35e7f139af2f", "shasum": "" }, "require": { @@ -2216,9 +2212,9 @@ ], "support": { "issues": "https://github.com/utopia-php/framework/issues", - "source": "https://github.com/utopia-php/framework/tree/0.20.0" + "source": "https://github.com/utopia-php/framework/tree/0.21.0" }, - "time": "2022-07-30T09:55:28+00:00" + "time": "2022-08-12T11:37:21+00:00" }, { "name": "utopia-php/image", @@ -5275,16 +5271,16 @@ }, { "name": "twig/twig", - "version": "v3.4.1", + "version": "v3.4.2", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342" + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/e939eae92386b69b49cfa4599dd9bead6bf4a342", - "reference": "e939eae92386b69b49cfa4599dd9bead6bf4a342", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", + "reference": "e07cdd3d430cd7e453c31b36eb5ad6c0c5e43077", "shasum": "" }, "require": { @@ -5335,7 +5331,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.4.1" + "source": "https://github.com/twigphp/Twig/tree/v3.4.2" }, "funding": [ { @@ -5347,7 +5343,7 @@ "type": "tidelift" } ], - "time": "2022-05-17T05:48:52+00:00" + "time": "2022-08-12T06:47:24+00:00" } ], "aliases": [], diff --git a/docker-compose.yml b/docker-compose.yml index 2611f6c7fa..8bfa9ce4fd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -208,7 +208,7 @@ services: volumes: - ./app:/usr/src/code/app - ./src:/usr/src/code/src - - ./vendor:/usr/src/code/vendor + #- ./vendor:/usr/src/code/vendor depends_on: - mariadb - redis @@ -302,7 +302,7 @@ services: - appwrite-certificates:/storage/certificates:rw - ./app:/usr/src/code/app - ./src:/usr/src/code/src - - ./vendor:/usr/src/code/vendor + #- ./vendor:/usr/src/code/vendor environment: - _APP_ENV - _APP_OPENSSL_KEY_V1