Updated branch

This commit is contained in:
Eldad Fux
2020-06-29 10:22:53 +03:00
parent b2c5cdf054
commit 13326ddbcf
4 changed files with 4 additions and 10 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ RUN \
pecl install imagick yaml && \
docker-php-ext-enable imagick yaml
RUN docker-php-ext-install sockets curl pdo opcache
RUN docker-php-ext-install sockets curl opcache pdo pdo_mysql
WORKDIR /usr/src/code
+2 -3
View File
@@ -5,8 +5,8 @@ require_once __DIR__.'/init.php';
global $request, $response, $register, $project;
use Utopia\App;
use Utopia\Request;
use Utopia\Response;
use Appwrite\Utopia\Request;
use Appwrite\Utopia\Response;
use Utopia\View;
use Utopia\Exception;
use Utopia\Config\Config;
@@ -20,7 +20,6 @@ use Appwrite\Database\Adapter\MySQL as MySQLAdapter;
use Appwrite\Database\Adapter\Redis as RedisAdapter;
use Appwrite\Event\Event;
use Appwrite\Network\Validator\Origin;
use Appwrite\Utopia\Response;
$request = new Request();
$response = new Response();
-5
View File
@@ -21,11 +21,6 @@ use Appwrite\Database\Adapter\Redis as RedisAdapter;
use Appwrite\Event\Event;
use PHPMailer\PHPMailer\PHPMailer;
$locale = 'en';
$clients = [];
$console = new Document([]);
$mode = '';
const APP_NAME = 'Appwrite';
const APP_DOMAIN = 'appwrite.io';
const APP_EMAIL_TEAM = 'team@localhost.test'; // Default email address
Generated
+1 -1
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": "54f5e7c2291eb22ff442d2c491fa4eca",
"content-hash": "98a049fc73b3212b0a8be4cd9120a6d0",
"packages": [
{
"name": "appwrite/php-clamav",