Skip to content

Commit 3b6b0de

Browse files
make ext-soap optional, but suggest it anyway
1 parent 025f511 commit 3b6b0de

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@
1212
"require": {
1313
"php": ">=7.1",
1414
"ext-curl": "*",
15-
"ext-json": "*",
16-
"ext-soap": "*",
15+
"ext-json": "*"
1716
},
1817
"require-dev": {
1918
"phpunit/phpunit": "^7.5"
@@ -33,6 +32,7 @@
3332
},
3433
"prefer-stable": true,
3534
"suggest": {
36-
"ibericode/vat-bundle": "Symfony bundle for integrating this package"
35+
"ibericode/vat-bundle": "Symfony bundle for integrating this package",
36+
"ext-soap": "Needed to support VIES VAT number validation"
3737
}
3838
}

0 commit comments

Comments
 (0)