-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
35 lines (35 loc) · 991 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
{
"name": "antonioturdo/italia-bundle",
"description": "A symfony bundle that helps development taking into account italian laws.",
"type": "symfony-bundle",
"keywords": ["italy", "italia"],
"authors": [
{
"name": "Antonio Turdo",
"homepage": "https://github.com/antonioturdo"
}
],
"require": {
"php": "^7.0.8",
"symfony/config": "^3.4|^4.0",
"symfony/dependency-injection": "^3.4|^4.0",
"symfony/framework-bundle": "^3.4|^4.0",
"davidepastore/codice-fiscale": "^0.3.0",
"sorciulus/check-partita-iva": "^0.1.1",
"fdisotto/partita-iva": "^3.0"
},
"require-dev": {
},
"config": {
"preferred-install": "source"
},
"autoload": {
"psr-4": { "AntonioTurdo\\Bundle\\ItaliaBundle\\": "src/" }
},
"minimum-stability": "beta",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
}
}