1
0
Fork 1

Update composer.json

This commit is contained in:
colin 2025-01-14 14:41:27 -05:00
parent 8e97007a7e
commit a300156a91
1 changed files with 11 additions and 2 deletions

View File

@ -3,9 +3,18 @@
"description": "A simple integration for GlitchTip",
"version": "0.0.1",
"type": "library",
"license": "MIT",
"autoload": {
"psr-4": {
"Nixius\\SimpleGlitchtip\\": "/"
"Nixius\\SimpleGlitchtip\\": "src/"
}
}
},
"authors": [
{
"name": "Your Name",
"email": "your.email@example.com"
}
],
"keywords": ["glitchtip", "integration", "php"],
"require": {}
}