forked from Respect/Validation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
32 lines (32 loc) · 884 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
{
"name": "Respect/Validation",
"description": "The most awesome validation engine ever created for PHP",
"keywords": ["respect", "validation", "validator"],
"type": "library",
"homepage": "http://respect.li",
"license": "BSD Style",
"authors": [
{
"name": "Respect/Validation Contributors",
"homepage": "https://github.com/Respect/Validation/graphs/contributors"
}
],
"repositories": [{
"type": "composer",
"url": "https://packages.zendframework.com/"
}],
"require-dev": {
"zendframework/zend-validator": "2.*",
"symfony/validator": ">=2.1.0",
"phpunit/phpunit": "3.7.*"
},
"suggest": {
"ext-bcmath": "*",
"ext-mbstring": "*"
},
"autoload": {
"psr-0": {
"Respect\\Validation": "library\/"
}
}
}