diff options
author | Sam Light <samlight1994@gmail.com> | 2025-04-01 22:03:44 +0100 |
---|---|---|
committer | Sam Light <samlight1994@gmail.com> | 2025-04-01 22:03:44 +0100 |
commit | acba9dc47dde86651a227a886f2e442062f966bf (patch) | |
tree | 096e988ee0ae6adacc5228e3273e20f225963ee9 /composer.json | |
parent | f612507c8f6ee870d1ce70e0a9f9cd0d9903a2fb (diff) |
Installed lightscale-assets package
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 5 |
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 +} |