-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
39 lines (39 loc) · 850 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "elvenpath/yii2-eu-vatvalidator",
"description": "Yii2 validator for EU VAT numbers",
"keywords": [
"yii2",
"vat",
"validator"
],
"homepage": "https://github.com/elvenpath/yii2-eu-vatvalidator",
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Vlad Jula-Nedelcu",
"email": "[email protected]",
"homepage": "http://mfq.ro/",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/elvenpath/yii2-eu-vatvalidator/issues",
"source": "https://github.com/elvenpath/yii2-eu-vatvalidator"
},
"require": {
"php": ">=5.3.0",
"ext-soap": "*",
"yiisoft/yii2": "*"
},
"autoload": {
"psr-4": {
"elvenpath\\yii2_eu_vatvalidator\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
}
}