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