File tree Expand file tree Collapse file tree 3 files changed +23
-2
lines changed
Expand file tree Collapse file tree 3 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 11nbproject /
2-
2+ vendor /
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Validate a VAT number against the official European Commission VIES VAT number v
44
55## How to install
66
7- TBD
7+ composer require "toxicdigital/vat-validator"
88
99## How to use
1010
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " toxicdigital/vat-validator" ,
3+ "description" : " Validate a VAT number against the official European Commission VIES VAT number validation SOAP service." ,
4+ "type" : " library" ,
5+ "require" : {
6+ "php" : " >=7.0.0" ,
7+ "ext-soap" : " *"
8+ },
9+ "license" : " MIT" ,
10+ "authors" : [
11+ {
12+ "name" : " Venelin Manchev" ,
13+ "email" : " venelinphp@gmail.com"
14+ }
15+ ],
16+ "autoload" : {
17+ "psr-0" : {
18+ "Toxic" : " src/Toxic"
19+ }
20+ }
21+ }
You can’t perform that action at this time.
0 commit comments