Add composer.json

This commit is contained in:
colin 2025-01-14 14:13:05 -05:00
parent 283b5534c3
commit 6e82beea2f
1 changed files with 11 additions and 0 deletions

11
composer.json Normal file
View File

@ -0,0 +1,11 @@
{
"repositories": [
{
"type": "composer",
"url": "https://git.nixc.us/api/packages/Nixius/composer"
}
],
"require": {
"nixius/simple-glitchtip-c5": "^1.0"
}
}