-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (61 loc) · 1.8 KB
/
Copy pathcomposer.json
File metadata and controls
62 lines (61 loc) · 1.8 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
{
"name": "zeus/hmvc",
"description": "An advanced framework is written in PHP, a framework containing rich components such as middleware, orm, request management, template engine, elasticsearch, template engine, many modern frameworks have been written by adopting clean code principles completely written in accordance with PHP standards. like linux operating system ...All of control…",
"minimum-stability": "stable",
"license": ["MIT"],
"type": "project",
"keywords": ["php","framework","mvc","cli","hmvc","middleware","orm","blade","elasticsearch"],
"bin": [
"bin/console"
],
"config": {
"bin-dir": "vendor/bin",
"preferred-install": "dist"
},
"authors": [
{
"name": "dılo sürücü",
"email": "berxudar@gmail.com"
}
],
"require": {
"php": ">=7.4",
"ext-pdo": "*",
"ext-json": "*",
"ext-pcntl": "*",
"predis/predis": "^1.1",
"nesbot/carbon": "^2.33",
"filp/whoops": "^2.7",
"symfony/swiftmailer-bundle": "^3.4",
"php-amqplib/php-amqplib": "^2.11",
"mobiledetect/mobiledetectlib": "^2.8",
"gregwar/captcha": "^1.1",
"ext-memcache": "*",
"ext-memcached": "*",
"ext-readline": "*",
"ext-mbstring": "*",
"php-curl-class/php-curl-class": "^8.8",
"ext-gd": "*",
"ext-fileinfo": "*",
"fzaninotto/faker": "^1.9",
"facebook/graph-sdk": "^5.7",
"ext-exif": "*",
"mpdf/mpdf": "^8.0",
"shuchkin/simplexlsx": "^0.8.17",
"elasticsearch/elasticsearch": "^7.8",
"zeus/cli-color": "^1.0.0",
"zeus/throttle": "^1.0.0"
},
"require-dev": {
"phpunit/phpunit": "^9.1",
"symfony/var-dumper": "^5.0",
"jetbrains/phpstorm-attributes": "^1.0"
},
"autoload": {
"psr-4": {
"App\\": "src/",
"Bin\\": "bin"
},
"files": ["src/helpers/helpers.php"]
}
}