Skip to content

Commit 539427d

Browse files
committed
feat: update author roles and add CSlant Team to composer.json
1 parent b31168d commit 539427d

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

composer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,17 @@
1818
"homepage": "https://github.com/cslant/telegram-git-notifier",
1919
"license": "MIT",
2020
"authors": [
21+
{
22+
"name": "CSlant Team",
23+
"email": "contact@cslant.com",
24+
"homepage": "https://cslant.com",
25+
"role": "Owner"
26+
},
2127
{
2228
"name": "Tan Nguyen",
2329
"email": "tannp@cslant.com",
2430
"homepage": "https://tanhongit.com",
25-
"role": "Developer"
31+
"role": "Maintainer"
2632
}
2733
],
2834
"autoload": {

src/Constants/EventConstant.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
final class EventConstant
66
{
7-
public const EVENT_PREFIX = SettingConstant::SETTING_CUSTOM_EVENTS . '.evt.';
7+
public const string EVENT_PREFIX = SettingConstant::SETTING_CUSTOM_EVENTS . '.evt.';
88

9-
public const EVENT_HAS_ACTION_SEPARATOR = 'atc.';
9+
public const string EVENT_HAS_ACTION_SEPARATOR = 'atc.';
1010

11-
public const EVENT_UPDATE_SEPARATOR = '.eus';
11+
public const string EVENT_UPDATE_SEPARATOR = '.eus';
1212
}

0 commit comments

Comments
 (0)