Команда
This commit is contained in:
parent
0205568463
commit
b44edfc7ea
3
.gitignore
vendored
Executable file
3
.gitignore
vendored
Executable file
@ -0,0 +1,3 @@
|
||||
.idea
|
||||
vendor
|
||||
tmp
|
||||
33
composer.json
Executable file
33
composer.json
Executable file
@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "webmasterskaya/tbc-remove-pinned-messages",
|
||||
"type": "library",
|
||||
"description": "Telegram bot command for remove pinned messages ",
|
||||
"keywords": [
|
||||
"telegram",
|
||||
"bot",
|
||||
"pinned message"
|
||||
],
|
||||
"license": "MIT",
|
||||
"homepage": "https://github.com/webmasterskaya/tbc-remove-pinned-messages",
|
||||
"support": {
|
||||
"issues": "https://github.com/webmasterskaya/tbc-remove-pinned-messages/issues",
|
||||
"source": "https://github.com/webmasterskaya/tbc-remove-pinned-messages"
|
||||
},
|
||||
"authors": [
|
||||
{
|
||||
"name": "Artem Vasilev aka kernusr",
|
||||
"email": "kern.usr@gmail.com",
|
||||
"homepage": "https://webmasterskaya.xyz/",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": "^7.4|^8.0",
|
||||
"longman/telegram-bot": "^0.79.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Webmasterskaya\\TelegramBotCommands\\": "src"
|
||||
}
|
||||
}
|
||||
}
|
||||
774
composer.lock
generated
Normal file
774
composer.lock
generated
Normal file
@ -0,0 +1,774 @@
|
||||
{
|
||||
"_readme": [
|
||||
"This file locks the dependencies of your project to a known state",
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "602eb76a3b98f353a238079f20c051f8",
|
||||
"packages": [
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
"version": "7.5.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/guzzle/guzzle.git",
|
||||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/guzzle/guzzle/zipball/b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||||
"reference": "b50a2a1251152e43f6a37f0fa053e730a67d25ba",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"guzzlehttp/promises": "^1.5",
|
||||
"guzzlehttp/psr7": "^1.9 || ^2.4",
|
||||
"php": "^7.2.5 || ^8.0",
|
||||
"psr/http-client": "^1.0",
|
||||
"symfony/deprecation-contracts": "^2.2 || ^3.0"
|
||||
},
|
||||
"provide": {
|
||||
"psr/http-client-implementation": "1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"bamarni/composer-bin-plugin": "^1.8.1",
|
||||
"ext-curl": "*",
|
||||
"php-http/client-integration-tests": "^3.0",
|
||||
"phpunit/phpunit": "^8.5.29 || ^9.5.23",
|
||||
"psr/log": "^1.1 || ^2.0 || ^3.0"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-curl": "Required for CURL handler support",
|
||||
"ext-intl": "Required for Internationalized Domain Name (IDN) support",
|
||||
"psr/log": "Required for using the Log middleware"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"bamarni-bin": {
|
||||
"bin-links": true,
|
||||
"forward-command": false
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-master": "7.5-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"files": [
|
||||
"src/functions_include.php"
|
||||
],
|
||||
"psr-4": {
|
||||
"GuzzleHttp\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Graham Campbell",
|
||||