From 463806822c8fafd872bfe103cac363b0621cde24 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 11 Feb 2022 10:56:23 +0000 Subject: more ci testing --- .gitlab-ci.yml | 3 +-- composer.json | 2 -- composer.lock | 4 +--- vendor/composer/installed.php | 4 ++-- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 28eba23bf..8cca5f51f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,7 @@ before_script: - docker-php-ext-enable xdebug - apt-get update - apt-get install zip unzip -- docker-php-ext-enable zip -- docker-php-ext-enable gd + # Install composer - curl -sS https://getcomposer.org/installer | php # Install dev libraries from composer diff --git a/composer.json b/composer.json index d994be1ef..fca3cccdc 100644 --- a/composer.json +++ b/composer.json @@ -25,12 +25,10 @@ "require": { "php": ">=8.0.2", "ext-curl": "*", - "ext-gd": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", "ext-json": "*", - "ext-zip": "*", "ext-posix": "*", "sabre/dav": "^4.0", "michelf/php-markdown": "^1.7", diff --git a/composer.lock b/composer.lock index 1055c7071..974ed1e58 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": "e60520ac0b03c63d8d9794b9236175c5", + "content-hash": "5df6dff4ab3b8919cba538bc54452d77", "packages": [ { "name": "blueimp/jquery-file-upload", @@ -7084,12 +7084,10 @@ "platform": { "php": ">=8.0.2", "ext-curl": "*", - "ext-gd": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-openssl": "*", "ext-json": "*", - "ext-zip": "*", "ext-posix": "*" }, "platform-dev": [], diff --git a/vendor/composer/installed.php b/vendor/composer/installed.php index b479a09ca..d1dfb6449 100644 --- a/vendor/composer/installed.php +++ b/vendor/composer/installed.php @@ -5,7 +5,7 @@ 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '09d2fce85ddf9db8e85e0f496fde61c0bbd55dde', + 'reference' => 'b74c2f001d1bd5d9fc25a08de386527341daf451', 'name' => 'zotlabs/hubzilla', 'dev' => false, ), @@ -289,7 +289,7 @@ 'type' => 'application', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), - 'reference' => '09d2fce85ddf9db8e85e0f496fde61c0bbd55dde', + 'reference' => 'b74c2f001d1bd5d9fc25a08de386527341daf451', 'dev_requirement' => false, ), ), -- cgit v1.2.3