From bb6795b604e5686ee069c48dd7f7ce8cc3bf73c3 Mon Sep 17 00:00:00 2001 From: Sam Light Date: Sun, 5 Nov 2023 12:25:33 +0000 Subject: Initial commit --- composer.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 composer.json (limited to 'composer.json') diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..63e5331 --- /dev/null +++ b/composer.json @@ -0,0 +1,27 @@ +{ + "name": "lightscale/laralight-tables", + "description": "Laravel Livewire tables", + "type": "library", + "license": "GPL-3.0", + "autoload": { + "psr-4": { + "Lightscale\\LaralightTables\\": "src/" + } + }, + "authors": [ + { + "name": "Sam Light", + "email": "sam@lightscale.co.uk" + } + ], + "require": { + "livewire/livewire": "^3.1" + }, + "extra": { + "laravel": { + "providers": [ + "Lightscale\\LaralightTables\\ServiceProvider" + ] + } + } +} -- cgit v1.2.3