-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
29 lines (29 loc) · 893 Bytes
/
composer.json
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
{
"name": "pepellou/little-chomsky",
"type": "project",
"description": "A telegram bot for USC German Philology students to get info on their subjects, teachers, exams, etc",
"keywords": ["telegram", "bot"],
"license": "MIT",
"homepage": "https://github.com/pepellou/little-chomsky",
"support": {
"issues": "https://github.com/pepellou/little-chomsky/issues",
"source": "https://github.com/pepellou/little-chomsky"
},
"authors": [
{
"name": "pepellou",
"homepage": "https://github.com/pepellou/little-chomsky/graphs/contributors",
"role": "Developer"
}
],
"require": {
"php-telegram-bot/telegram-bot-manager": "*",
"symfony/yaml": "^4.2"
},
"autoload": {
"classmap": ["./Chomsky"]
},
"require-dev": {
"phpunit/phpunit": "^7"
}
}