From ea5621b58558e83c94c87c2cec5cae16f6d37558 Mon Sep 17 00:00:00 2001
From: Felip Manyer i Ballester <git@res-telae.cat>
Date: Fri, 6 May 2022 20:21:29 +0200
Subject: [PATCH] Added necessary packages for GitLab CI

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 20cd24a..b9ad915 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ image: alpine
 before_script:
   - apk update
   - apk add doxygen
-  - apk add bash curl php7
+  - apk add bash curl php7 php7-json php7-phar php7-mbstring php7-openssl
   - curl -s https://getcomposer.org/installer | php
   - alias composer='php composer.phar'
 
-- 
GitLab