-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
34 lines (34 loc) · 923 Bytes
/
Copy pathcomposer.json
File metadata and controls
34 lines (34 loc) · 923 Bytes
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
{
"name": "wishborn/fancy-flux",
"description": "Custom Flux UI components - carousel, color-picker, and emoji-select",
"type": "library",
"keywords": ["flux", "laravel", "livewire", "components", "ui", "carousel", "color-picker", "emoji-select"],
"license": "MIT",
"authors": [
{
"name": "Wish Born",
"email": "wish@impact.do"
}
],
"version": "1.2.1",
"require": {
"php": "^8.2",
"illuminate/support": "^10.0|^11.0|^12.0|^13.0",
"illuminate/view": "^10.0|^11.0|^12.0|^13.0",
"livewire/flux": "^2.0",
"livewire/livewire": "^3.7.3|^4.0"
},
"autoload": {
"psr-4": {
"FancyFlux\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"FancyFlux\\FancyFluxServiceProvider"
]
}
},
"prefer-stable": true
}