We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0fb506 commit 1c682fdCopy full SHA for 1c682fd
src/Faultline.php
@@ -0,0 +1,10 @@
1
+<?php
2
+
3
+namespace Faultline;
4
5
+class Faultline {
6
7
+ public static function version(){
8
+ return '0.1.0';
9
+ }
10
+}
src/Notifier.php
@@ -41,7 +41,7 @@ public function builtNotice($exc)
41
$context = [
42
'notifier' => [
43
'name' => 'faultilne-php',
44
- 'version' => '0.0.1',
+ 'version' => Faultline::version(),
45
'url' => 'https://github.com/k1low/faultline-php',
46
],
47
'os' => php_uname(),
0 commit comments