This commit is contained in:
Leopere 2025-01-14 14:31:43 -05:00
parent 42b088663b
commit e440d12c2d
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"name": "nixius/simple-glitchtip-c5",
"description": "A simple integration for GlitchTip",
"version": "0.0.5",
"version": "0.0.1",
"type": "library",
"autoload": {
"psr-4": {

View File

@ -11,7 +11,7 @@ class Controller extends Package
{
protected $pkgHandle = 'simple_glitchtip';
protected $appVersionRequired = '9.0.0';
protected $pkgVersion = '0.0.5';
protected $pkgVersion = '0.0.1';
protected $pkgName = 'SimpleGlitchtip Error Reporter';
protected $pkgDescription = 'Reports errors to Sentry/GlitchTip using the GLITCHTIP_DSN environment variable.';