forked from Chris53897/vatin-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
31 lines (31 loc) · 816 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
{
"name": "ddeboer/vatin-bundle",
"description": "Symfony bundle for the VATIN library",
"keywords": [ "vat", "tax", "btw" ],
"type": "symfony-bundle",
"license": "MIT",
"authors": [
{
"name": "David de Boer",
"email": "[email protected]"
}
],
"require": {
"ddeboer/vatin": "^2.0",
"symfony/framework-bundle": "^3.4.26 || ^4.1.12 || ^5.0",
"symfony/validator": "^3.0 || ^4.0 || ^5.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0",
"doctrine/annotations": "^1.2",
"symfony/yaml": "^2.7 || ^3.0 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
"Ddeboer\\VatinBundle\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
}
}