-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
130 lines (130 loc) · 4.91 KB
/
Copy pathcomposer.json
File metadata and controls
130 lines (130 loc) · 4.91 KB
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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
{
"name": "hypervel/framework",
"type": "library",
"description": "The Hypervel framework.",
"license": "MIT",
"keywords": [
"php",
"hypervel",
"framework",
"swoole",
"coroutine",
"async",
"laravel"
],
"authors": [
{
"name": "Albert Chen",
"email": "albert@hypervel.org"
},
{
"name": "Raj Siva-Rajah",
"homepage": "https://github.com/binaryfire"
}
],
"support": {
"issues": "https://github.com/hypervel/components/issues",
"source": "https://github.com/hypervel/components"
},
"require": {
"php": ">=8.4",
"ext-fileinfo": "*",
"ext-filter": "*",
"ext-hash": "*",
"ext-intl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-pcntl": "*",
"ext-pdo": "*",
"ext-posix": "*",
"ext-session": "*",
"ext-swoole": "^6.2",
"ext-tokenizer": "*",
"composer-runtime-api": "^2.2",
"hypervel/api-client": "^0.4",
"hypervel/auth": "^0.4",
"hypervel/broadcasting": "^0.4",
"hypervel/bus": "^0.4",
"hypervel/cache": "^0.4",
"hypervel/collections": "^0.4",
"hypervel/concurrency": "^0.4",
"hypervel/conditionable": "^0.4",
"hypervel/config": "^0.4",
"hypervel/connection-pool": "^0.4",
"hypervel/console": "^0.4",
"hypervel/container": "^0.4",
"hypervel/context": "^0.4",
"hypervel/contracts": "^0.4",
"hypervel/cookie": "^0.4",
"hypervel/coordinator": "^0.4",
"hypervel/core": "^0.4",
"hypervel/coroutine": "^0.4",
"hypervel/database": "^0.4",
"hypervel/di": "^0.4",
"hypervel/encryption": "^0.4",
"hypervel/engine": "^0.4",
"hypervel/events": "^0.4",
"hypervel/filesystem": "^0.4",
"hypervel/foundation": "^0.4",
"hypervel/hashing": "^0.4",
"hypervel/http": "^0.4",
"hypervel/http-server": "^0.4",
"hypervel/image": "^0.4",
"hypervel/json-schema": "^0.4",
"hypervel/log": "^0.4",
"hypervel/macroable": "^0.4",
"hypervel/mail": "^0.4",
"hypervel/notifications": "^0.4",
"hypervel/object-pool": "^0.4",
"hypervel/pagination": "^0.4",
"hypervel/pipeline": "^0.4",
"hypervel/process": "^0.4",
"hypervel/prompts": "^0.4",
"hypervel/queue": "^0.4",
"hypervel/rate-limiter": "^0.4",
"hypervel/redis": "^0.4",
"hypervel/reflection": "^0.4",
"hypervel/routing": "^0.4",
"hypervel/server": "^0.4",
"hypervel/server-process": "^0.4",
"hypervel/session": "^0.4",
"hypervel/signal": "^0.4",
"hypervel/support": "^0.4",
"hypervel/testing": "^0.4",
"hypervel/tinker": "^0.4",
"hypervel/translation": "^0.4",
"hypervel/validation": "^0.4",
"hypervel/view": "^0.4",
"hypervel/websocket-server": "^0.4"
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-main": "0.4-dev"
}
},
"suggest": {
"ext-gd": "Required to use the GD image driver and Hypervel\\Http\\Testing\\FileFactory::image().",
"ext-imagick": "Required to use the Imagick image driver.",
"ext-redis": "Required to use the Redis cache and queue drivers (^6.1); the any cache tagging mode requires ^6.3.",
"ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
"composer/semver": "Required to use PackageManifest::satisfies() for version constraint checking (^3.0).",
"intervention/image": "Required to use the GD and Imagick image drivers (^4.0).",
"league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.25.1).",
"league/flysystem-google-cloud-storage": "Required to use the Flysystem Google Cloud Storage driver (^3.25.1).",
"league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.25.1).",
"meilisearch/meilisearch-php": "Required to use the Meilisearch Scout driver (^1.16).",
"pda/pheanstalk": "Required to use the Beanstalk queue driver (^8.0.2).",
"pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^7.2).",
"resend/resend-php": "Required to enable support for the Resend mail transport (^1.0).",
"symfony/http-client": "Required to enable support for the Symfony API mail transports (^8.0).",
"symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^8.0).",
"symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^8.0).",
"typesense/typesense-php": "Required to use the Typesense Scout driver (^5.2)."
},
"minimum-stability": "dev",
"prefer-stable": true
}