Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 5368cfe

Browse files
committed
added soap require
1 parent 650996e commit 5368cfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
}
1414
],
1515
"require": {
16-
"php": ">=5.4.0"
16+
"php": ">=5.4.0",
17+
"ext-soap": "*"
1718
},
1819
"require-dev": {
1920
"symfony/console": "2.*",

0 commit comments

Comments
 (0)