From 0f0dbf7d50ec00461aeb16dd06efc247b2767e25 Mon Sep 17 00:00:00 2001 From: Kyrian Obikwelu Date: Thu, 21 Mar 2024 23:32:41 +0100 Subject: [PATCH] Add symfony/console explicitly as a dependency --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 7ce4c7b..8bc6c3c 100644 --- a/composer.json +++ b/composer.json @@ -16,10 +16,10 @@ "php": "^8.1", "guzzlehttp/guzzle": "^7.0", "ankane/onnxruntime": "^0.2.0", - "ext-gd": "*", "rindow/rindow-math-matrix": "^1.2", "spatie/fork": "^1.2", - "codewithkyrian/jinja-php": "^1.0" + "codewithkyrian/jinja-php": "^1.0", + "symfony/console": "^6.4|^7.0" }, "require-dev": { "pestphp/pest": "^2.31",