-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
30 lines (30 loc) · 881 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
{
"name": "yakovenko/lighthouse-validation-error-exception",
"description": "Advanced validation for Laravel with custom error exception handling.",
"keywords": ["laravel", "laravel-graphql", "lighthouse", "validation", "error-exception"],
"type": "library",
"license": "MIT",
"authors": [
{
"name": "Alexander Yakovenko",
"email": "paffen.web@gmail.com",
"homepage": "https://github.com/as-yakovenko"
}
],
"autoload": {
"psr-4": {
"Yakovenko\\ValidationErrorException\\": "src/"
}
},
"require": {
"php": "^8",
"nuwave/lighthouse": "^6.0",
"laravel/framework": "^9.0 || ^10.0 || ^11.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true
},
"minimum-stability": "stable",
"prefer-stable": true
}