fix: add ext-soap to Dockerfile and composer.json to resolve SoapClient not found error in production
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
"php": ">=8.2",
|
||||
"ext-ctype": "*",
|
||||
"ext-iconv": "*",
|
||||
"ext-soap": "*",
|
||||
"doctrine/doctrine-bundle": ">=2.18.3",
|
||||
"doctrine/doctrine-migrations-bundle": "*",
|
||||
"doctrine/orm": "^3.6",
|
||||
|
||||
Reference in New Issue
Block a user