Skip to content

Commit b5083ee

Browse files
committed
add the telegram git notifier core
1 parent 2d6eddf commit b5083ee

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141
}
4242
},
4343
"require": {
44-
"php": "^8.0"
44+
"php": "^8.0",
45+
"lbiltech/telegram-git-notifier": "^1.0"
4546
},
4647
"require-dev": {
4748
"phpunit/phpunit": "^9.5|^10.0",
@@ -62,4 +63,4 @@
6263
},
6364
"minimum-stability": "dev",
6465
"prefer-stable": true
65-
}
66+
}

0 commit comments

Comments
 (0)