33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"name": "prettus/laravel-validation",
|
|
"description": "Laravel Validation Service",
|
|
"keywords": ["laravel", "validation", "service"],
|
|
"authors": [
|
|
{
|
|
"name": "Anderson Andrade",
|
|
"homepage": "http://andersonandra.de",
|
|
"email": "contato@andersonandra.de",
|
|
"role": "Developer"
|
|
}
|
|
],
|
|
"homepage": "http://andersao.github.io/laravel-validation",
|
|
"support": {
|
|
"email": "contato@andersonandra.de",
|
|
"issues":"https://github.com/andersao/laravel-validation/issues",
|
|
"wiki":"https://github.com/andersao/laravel-validation",
|
|
"source":"https://github.com/andersao/laravel-validation",
|
|
"docs": "http://andersao.github.io/laravel-validation"
|
|
},
|
|
"require": {
|
|
"php": ">=5.4.0",
|
|
"illuminate/support": "~5.4|^6.0|^7.0",
|
|
"illuminate/validation": "~5.4|^6.0|^7.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Prettus\\Validator\\": "src/Prettus/Validator/"
|
|
}
|
|
},
|
|
"minimum-stability": "stable"
|
|
}
|