forked from colin/simple-glitchtip
Compare commits
1 Commits
Author | SHA1 | Date |
---|---|---|
|
42b088663b |
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "nixius/simple-glitchtip-c5",
|
||||
"description": "A simple integration for GlitchTip",
|
||||
"version": "0.0.1",
|
||||
"version": "0.0.5",
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Nixius\\SimpleGlitchtip\\": "/"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -11,7 +11,7 @@ class Controller extends Package
|
|||
{
|
||||
protected $pkgHandle = 'simple_glitchtip';
|
||||
protected $appVersionRequired = '9.0.0';
|
||||
protected $pkgVersion = '1.0.0';
|
||||
protected $pkgVersion = '0.0.5';
|
||||
protected $pkgName = 'SimpleGlitchtip Error Reporter';
|
||||
protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.';
|
||||
|
||||
|
@ -81,4 +81,4 @@ class Controller extends Package
|
|||
}
|
||||
});
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue