forked from rapidez/multiple-wishlists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
41 lines (41 loc) · 1.02 KB
/
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
39
40
41
{
"name": "rapidez/multiple-wishlists",
"description": "Rapidez Multiple Wishlist",
"keywords": [
"rapidez"
],
"homepage": "https://rapidez.io",
"authors": [
{
"name": "Jade Geels",
"email": "[email protected]",
"homepage": "https://justbetter.nl",
"role": "Developer at JustBetter"
}
],
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"php": "^8.0|^8.1",
"illuminate/database": "^9.0|^10.0",
"illuminate/support": "^9.0|^10.0",
"illuminate/view": "^9.0|^10.0",
"rapidez/core": "~0.91|^1.0",
"blade-ui-kit/blade-heroicons": "^2.0"
},
"autoload": {
"psr-4": {
"Rapidez\\MultipleWishlist\\": "src"
}
},
"config": {
"sort-packages": true
},
"extra": {
"laravel": {
"providers": [
"Rapidez\\MultipleWishlist\\MultipleWishlistServiceProvider"
]
}
}
}