forked from Intervention/validation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
24 lines (24 loc) · 723 Bytes
/
composer.json
File metadata and controls
24 lines (24 loc) · 723 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "intervention/validation",
"description": "Additional Validator Functions for the Laravel Framework",
"keywords": ["validation", "Validator", "laravel", "bic", "iban", "creditcard", "isbn"],
"license": "MIT",
"authors": [
{
"name": "Oliver Vogel",
"email": "oliver@olivervogel.net",
"homepage": "http://olivervogel.net/"
}
],
"require": {
"php": ">=5.3.0",
"illuminate/support": "~4|~5",
"illuminate/validation": "~4|~5"
},
"autoload": {
"psr-4": {
"Intervention\\Validation\\": "src/Intervention/Validation"
}
},
"minimum-stability": "dev"
}