fix: add ext-soap to Dockerfile and composer.json to resolve SoapClient not found error in production

This commit is contained in:
hamed
2026-07-08 09:37:19 +03:30
parent a2c809b7de
commit 5e5455cf8c
3 changed files with 117 additions and 2 deletions
+1
View File
@@ -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",