forked from avegao/SpainValidatorBundle
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
22 lines (22 loc) · 699 Bytes
/
composer.json
File metadata and controls
22 lines (22 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "avegao/spain-validator-bundle",
"type": "symfony-bundle",
"description": "Symfony2 Validators for Spain Postcodes and Personal identifications",
"keywords": ["symfony", "symfony2", "spain", "validator", "postcode", "dni", "nie", "cif"],
"authors": [
{
"name": "Álvaro de la Vega Olmedilla",
"email": "alvarodlvo@gmail.com",
"homepage": "http://www.avegao.me",
"role": "Developer"
}
],
"require": {
"php": ">=5.3",
"symfony/symfony": ">=2.5"
},
"autoload": {
"psr-0": { "Xinjia\\SpainValidatorBundle": "" }
},
"target-dir": "Xinjia/SpainValidatorBundle"
}