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.
2 parents 0f1b4c5 + f18fb5b commit 9237cddCopy full SHA for 9237cdd
composer.json
@@ -43,7 +43,7 @@
43
"eleirbag89/telegrambotphp": "^1.4",
44
"guzzlehttp/guzzle": "^7.8",
45
"symfony/http-foundation": "^6.4|^7.0",
46
- "vlucas/phpdotenv": "^5.6"
+ "vlucas/phpdotenv": "^5.4"
47
},
48
"require-dev": {
49
"friendsofphp/php-cs-fixer": "^v3.0",
config/jsons/gitlab-events.json
@@ -1,7 +1,9 @@
1
{
2
"push": true,
3
"tag_push": true,
4
+ "confidential_issue": true,
5
"issue": {
6
+ "default": true,
7
"open": true,
8
"close": true,
9
"reopen": false,
@@ -14,6 +16,7 @@
14
16
"snippet": false
15
17
18
"merge_request": {
19
20
21
22
@@ -34,5 +37,7 @@
34
37
"create": true,
35
38
"update": false,
36
39
"delete": true
- }
40
+ },
41
+ "pipeline": true,
42
+ "job": false
}
0 commit comments