generated from Muetze42/repository-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 821 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
{
"name": "norman-huth/nova-perspectives",
"license": "MIT",
"support": {
"source": "https://github.com/Muetze42/nova-perspectives",
"issues": "https://github.com/Muetze42/nova-perspectives/issues",
"docs": "https://github.com/Muetze42/nova-perspectives#readme"
},
"autoload": {
"psr-4": {
"NormanHuth\\NovaPerspectives\\": "src/"
}
},
"authors": [
{
"name": "Norman Huth",
"email": "norman@huth.it"
}
],
"extra": {
"laravel": {
"providers": [
"NormanHuth\\NovaPerspectives\\ServiceProvider"
]
}
},
"require": {
"php": "^8.0",
"laravel/nova": "^4.29.1",
"norman-huth/nova-basic-package": "^1.2.6"
}
}