summaryrefslogtreecommitdiff
path: root/composer.json
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2024-12-30 10:35:26 +0000
committerSam Light <samlight1994@gmail.com>2024-12-30 10:35:26 +0000
commit7ae6611fbcee86e6dae9890c27da329fa036717f (patch)
tree8274336cf82d539dfbc4bdb90915c90e5f510e80 /composer.json
parentb19d30c7ad5a041ccc42ca9542150c7b371fe4fe (diff)
Set licence and version0.0.1
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 63e5331..48e844c 100644
--- a/composer.json
+++ b/composer.json
@@ -2,7 +2,8 @@
"name": "lightscale/laralight-tables",
"description": "Laravel Livewire tables",
"type": "library",
- "license": "GPL-3.0",
+ "license": "MIT",
+ "version": "0.0.1",
"autoload": {
"psr-4": {
"Lightscale\\LaralightTables\\": "src/"