-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
39 lines (39 loc) · 955 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
30
31
32
33
34
35
36
37
38
39
{
"name": "prevailexcel/botstart",
"version": "1.0.0",
"type": "library",
"description": "A single command to install Laravel, BotMan, and all the essentials. Start building in less than 3 minutes",
"keywords": [
"botman",
"botman studio",
"botman studio installer",
"botman studio laravel",
"laravel bot",
"botstart",
"botman php",
"bot framework",
"laravel cli"
],
"license": "MIT",
"authors": [
{
"name": "Chimeremeze Prevail Ejimadu",
"email": "[email protected]"
}
],
"autoload": {
"psr-4": {
"PrevailExcel\\BotManStudioInstaller\\": "src/"
},
"files": [
"src/helpers/botman.php"
]
},
"require": {
"php": "^7.0 || ^8.0",
"symfony/console": "^5.4 || ^6.0 || ^7.0"
},
"bin": [
"botstart"
]
}