forked from loonkwil/hungarian-validator-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
26 lines (26 loc) · 791 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
{
"name": "spe/hungarian-validator-bundle",
"description": "Symfony2 bundle a Magyarorszagon hasznalt hivatalos adatok (ugy mint: szemelyi szam, adoazonosito jel...) validalasara",
"homepage": "https://github.com/loonkwil/hungarian-validator-bundle",
"type": "symfony-bundle",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/loonkwil/hungarian-validator-bundle"
}
],
"authors": [
{
"name": "Peter Simon",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.5.9",
"symfony/validator": "^3.2"
},
"autoload": {
"psr-0": { "SPE\\HungarianValidatorBundle": "" }
},
"target-dir": "SPE/HungarianValidatorBundle"
}