Skip to content

Commit 317447d

Browse files
authored
Add laravel package discovery
1 parent 4250ba6 commit 317447d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

composer.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,12 @@
3737
}
3838
},
3939
"minimum-stability": "dev",
40-
"prefer-stable": true
41-
}
40+
"prefer-stable": true,
41+
"extra": {
42+
"laravel": {
43+
"providers": [
44+
"Lanin\\Laravel\\ApiExceptions\\ApiExceptionsServiceProvider"
45+
]
46+
}
47+
}
48+
}

0 commit comments

Comments
 (0)