diff options
| author | moderndevslulw <moderndevslulw@alright.party> | 2025-07-07 04:21:48 +0500 |
|---|---|---|
| committer | moderndevslulw <moderndevslulw@alright.party> | 2025-07-07 04:21:48 +0500 |
| commit | ebc27728975cd669b7167e5631afbdf5ed2db432 (patch) | |
| tree | 5135ce75351da4f11863c374b5020324b3629012 /composer.json | |
| parent | ee4df5bfd30a4e087331adc2b4b306286e5d419d (diff) | |
feat: show lua scripts
Diffstat (limited to 'composer.json')
| -rw-r--r-- | composer.json | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 6c2f494..3b01c1d 100644 --- a/composer.json +++ b/composer.json @@ -9,7 +9,15 @@ "email": "moderndevslulw@alright.party" } ], + "repositories": [ + { + "type": "vcs", + "url": "https://github.com/MrMeshok/Luar" + } + ], "require": { - "erusev/parsedown": "^1.7" + "erusev/parsedown": "^1.7", + "yosymfony/toml": "^1.0", + "raudius/luar": "dev-main" } -} +}
\ No newline at end of file |
