Skip to content

Commit

Permalink
refactor: ♻️ update PHP requirments and author name
Browse files Browse the repository at this point in the history
  • Loading branch information
ryntab committed Jun 17, 2024
1 parent 4bcdfd1 commit b04f32f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ProcessWireSentry.module.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ public static function getModuleInfo()
'title' => 'Sentry Integration',
'version' => 1,
'summary' => 'Sentry integration for error logging in ProcessWire',
'author' => 'Your Name',
'author' => 'https://github.com/ryntab',
'icon' => 'bug',
'requires' => ['PHP>=7.2', 'ProcessWire>=3.0.0'],
'requires' => ['PHP>=8.2', 'ProcessWire>=3.0.0'],
'singular' => true,
'autoload' => true
];
Expand Down

0 comments on commit b04f32f

Please sign in to comment.