]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/civicrm/recipes/default.rb
Civicrm requires php-bcmath package
[chef.git] / cookbooks / civicrm / recipes / default.rb
index b0717ef540eb96abb441cba3dbc7efb15ea69397..80229411678989410b8ee85bc37847215e2138fc 100644 (file)
@@ -21,9 +21,12 @@ include_recipe "wordpress"
 include_recipe "mysql"
 
 package %w[
+  php-xml
+  php-curl
   rsync
   unzip
   wkhtmltopdf
+  php-bcmath
 ]
 
 cache_dir = Chef::Config[:file_cache_path]