Skip to content

Commit

Permalink
Require ext-soap in composer.json (#14)
Browse files Browse the repository at this point in the history
* Suggest ext-soap in composer.json
  • Loading branch information
MidnightDesign authored and ddeboer committed Jun 20, 2016
1 parent d38c4c4 commit 1527142
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,12 @@
"require": {
"php": ">=5.3.0"
},
"suggest": {
"ext-soap": "Required if you want to check the VAT number via VIES"
},
"autoload": {
"psr-0": {
"Ddeboer\\Vatin": "src"
}
}
}
}

0 comments on commit 1527142

Please sign in to comment.