diff options
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 |
