-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
composer.json
38 lines (38 loc) · 979 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
33
34
35
36
37
38
{
"name": "norman-huth/nova-assets-changer",
"description": "Change Nova resources",
"homepage": "https://github.com/Muetze42/nova-assets-changer",
"support": {
"issues": "https://github.com/Muetze42/nova-assets-changer/issues",
"source": "https://github.com/Muetze42/nova-assets-changer",
"docs": "https://github.com/Muetze42/nova-assets-changer#readme"
},
"license": "MIT",
"authors": [
{
"name": "Norman Huth",
"homepage": "https://huth.it"
}
],
"keywords": [
"nova",
"laravel",
"nova-4",
"laravel-nova"
],
"autoload": {
"psr-4": {
"NormanHuth\\NovaAssetsChanger\\": "src/"
}
},
"require": {
"laravel/nova": "^4.27.0"
},
"extra": {
"laravel": {
"providers": [
"NormanHuth\\NovaAssetsChanger\\PackageServiceProvider"
]
}
}
}