forked from colin/simple-glitchtip
25 lines
428 B
JSON
25 lines
428 B
JSON
{
|
|
"name": "nixius/simple-glitchtip-c5",
|
|
"description": "A simple integration for GlitchTip",
|
|
"version": "0.0.3",
|
|
"type": "library",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Nixius\\SimpleGlitchtip\\": "src/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Your Name",
|
|
"email": "your.email@example.com"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"glitchtip",
|
|
"integration",
|
|
"php"
|
|
],
|
|
"require": {}
|
|
}
|