-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.lock
108 lines (108 loc) · 3.9 KB
/
composer.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"_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": "32a050805e5d550de4a77eb059a8e2e5",
"packages": [
{
"name": "muaath5/simple-bot-api",
"version": "v5.4",
"source": {
"type": "git",
"url": "https://github.com/Muaath5/SimpleBotAPI.git",
"reference": "53bf4bcd5233101c025076571f21992c8e63f432"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Muaath5/SimpleBotAPI/zipball/53bf4bcd5233101c025076571f21992c8e63f432",
"reference": "53bf4bcd5233101c025076571f21992c8e63f432",
"shasum": ""
},
"require-dev": {
"phpunit/phpunit": "^9.5"
},
"type": "library",
"autoload": {
"psr-4": {
"SimpleBotAPI\\": "src/",
"SimpleBotAPI\\Exceptions\\": "src/Exceptions/",
"SimpleBotAPI\\Examples\\": "examples/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-3.0-only"
],
"authors": [
{
"name": "Muaath Alqarni",
"email": "muaath1428@hotmail.com"
}
],
"description": "Simple & Easy Telegram Bot API in PHP",
"support": {
"email": "muaath1428@hotmail.com",
"issues": "https://github.com/Muaath5/SimpleBotAPI/issues",
"source": "https://github.com/Muaath5/SimpleBotAPI/tree/v5.4"
},
"time": "2021-12-10T10:34:46+00:00"
}
],
"packages-dev": [
{
"name": "heroku/heroku-buildpack-php",
"version": "v201",
"source": {
"type": "git",
"url": "https://github.com/heroku/heroku-buildpack-php.git",
"reference": "aa5b19de5c45a32af27c87d655f5229b155fce25"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/aa5b19de5c45a32af27c87d655f5229b155fce25",
"reference": "aa5b19de5c45a32af27c87d655f5229b155fce25",
"shasum": ""
},
"bin": [
"bin/heroku-php-apache2",
"bin/heroku-php-nginx"
],
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "David Zuelke",
"email": "dz@heroku.com"
}
],
"description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP and Apache2/Nginx as on Heroku",
"homepage": "https://github.com/heroku/heroku-buildpack-php",
"keywords": [
"apache",
"apache2",
"foreman",
"heroku",
"nginx",
"php"
],
"support": {
"issues": "https://github.com/heroku/heroku-buildpack-php/issues",
"source": "https://github.com/heroku/heroku-buildpack-php/tree/v201"
},
"time": "2021-11-18T18:47:54+00:00"
}
],
"aliases": [],
"minimum-stability": "beta",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"plugin-api-version": "2.1.0"
}