-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
40 lines (40 loc) · 926 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
40
{
"name": "iiifx-production/ukraine-identification-number",
"type": "extension",
"description": "Ukraine Identification Number",
"keywords": [
"Ukraine",
"INN",
"VAT",
"Identification",
"Number"
],
"homepage": "https://github.com/iiifx-production/ukraine-identification-number",
"license": "MIT",
"authors": [
{
"name": "Vitaliy IIIFX Khomenko",
"email": "[email protected]"
}
],
"require": {
"php": "^5.5||^7.0||^8.0"
},
"require-dev": {
"phpunit/phpunit": "4.7.*@stable"
},
"autoload": {
"psr-4": {
"iiifx\\Identification\\Ukraine\\": "source/"
}
},
"scripts": {
"test": "phpunit tests"
},
"extra": {
"branch-alias": {
"dev-develop": "0.x-dev",
"dev-master": "0.x-dev"
}
}
}