Skip to content

Commit

Permalink
make ext-soap optional, but suggest it anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Feb 11, 2019
1 parent 025f511 commit 3b6b0de
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
"require": {
"php": ">=7.1",
"ext-curl": "*",
"ext-json": "*",
"ext-soap": "*",
"ext-json": "*"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand All @@ -33,6 +32,7 @@
},
"prefer-stable": true,
"suggest": {
"ibericode/vat-bundle": "Symfony bundle for integrating this package"
"ibericode/vat-bundle": "Symfony bundle for integrating this package",
"ext-soap": "Needed to support VIES VAT number validation"
}
}

0 comments on commit 3b6b0de

Please sign in to comment.