Add new required lib.

This commit is contained in:
Lars Hahn 2023-09-17 14:24:43 +02:00
parent 33ef2e1aa6
commit 4e79f42674
2 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,7 @@ cloud_stage: prod
cloud_update: false
php_version: 8.2
php_version: 8.3
php_modules: []

View File

@ -3,6 +3,7 @@
php_modules_base:
- "php{{ php_version }}-apcu"
- "php{{ php_version }}-bz2"
- "php{{ php_version }}-bcmath"
- "php{{ php_version }}-ctype"
- "php{{ php_version }}-curl"
- "php{{ php_version }}-dom"