summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/composer.json b/composer.json
index 77f846b..82f4595 100644
--- a/composer.json
+++ b/composer.json
@@ -16,7 +16,8 @@
}
],
"require": {
- "livewire/livewire": "^3.1"
+ "livewire/livewire": "^3.1",
+ "lightscale/laralight-assets": "^0.0.3"
},
"extra": {
"laravel": {
@@ -59,4 +60,4 @@
"pestphp/pest-plugin": true
}
}
-} \ No newline at end of file
+}