From e6749d852aa1c37f7777168dc1857c0bf41f6955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20B=C3=B6sing?= <2189546+boesing@users.noreply.github.com> Date: Fri, 24 Sep 2021 01:08:51 +0200 Subject: [PATCH] qa: remove `ext-posix` as it is not used here MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maximilian Bösing <2189546+boesing@users.noreply.github.com> --- composer.json | 1 - composer.lock | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 33cbdf1..641bd48 100644 --- a/composer.json +++ b/composer.json @@ -8,7 +8,6 @@ "license": "BSD-3-Clause", "require": { "php": "^7.3 || ~8.0.0 || ~8.1.0", - "ext-posix": "*", "ext-redis": "^4.3 || ^5.0.2", "laminas/laminas-cache": "^3.0" }, diff --git a/composer.lock b/composer.lock index bed349a..8f9796e 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": "f5e66f4138927e328ca9980281ceaac0", + "content-hash": "eee92ab22c84f75e29b1f2bc0898f37c", "packages": [ { "name": "container-interop/container-interop", @@ -5680,7 +5680,6 @@ "prefer-lowest": false, "platform": { "php": "^7.3 || ~8.0.0 || ~8.1.0", - "ext-posix": "*", "ext-redis": "^4.3 || ^5.0.2" }, "platform-dev": [],