]> git.openstreetmap.org Git - chef.git/commitdiff
wordpress: add additional required packages
authorGrant Slater <github@firefishy.com>
Mon, 22 Apr 2024 14:09:40 +0000 (15:09 +0100)
committerGrant Slater <github@firefishy.com>
Mon, 22 Apr 2024 14:17:48 +0000 (15:17 +0100)
Requirements are listed here: https://make.wordpress.org/hosting/handbook/server-environment/

cookbooks/wordpress/recipes/default.rb

index d68a7e50fa42f387ec9a418057153458ded95d35..2849e592f3e067d58fa4969c1f767b4e85527283 100644 (file)
@@ -26,8 +26,12 @@ include_recipe "php::fpm"
 
 package %w[
   subversion
+  php-mbstring
   php-mysql
+  php-igbinary
   php-imagick
+  php-intl
+  php-xml
 ]
 
 apache_module "proxy"