-
Notifications
You must be signed in to change notification settings - Fork 77
/
composer.json
executable file
·43 lines (43 loc) · 1022 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
40
41
42
43
{
"name": "bingcool/swoolefy",
"description": "swoolefy is a HV Framework based on swoole extension, for everyone use it easily!",
"keywords": [
"swoolefy",
"swoole",
"php",
"auto relaod",
"monitor"
],
"license": "MIT",
"type": "project",
"authors": [
{
"name": "bingcool",
"email": "[email protected]",
"role": "Engineer of php"
}
],
"bin": [
"bin/swoolefy"
],
"minimum-stability": "dev",
"require": {
"monolog/monolog": "1.23.0",
"swiftmailer/swiftmailer": "6.0.1",
"smarty/smarty": "3.1.30",
"nesbot/carbon": "^1.22",
"predis/predis": "1.1.1",
"bingcool/swoolefy-orm": "1.2.*"
},
"autoload": {
"psr-4": {
"Swoolefy\\": "score/"
}
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://packagist.phpcomposer.com"
}
}
}