-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
41 lines (41 loc) · 1.01 KB
/
composer.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "shark-php/framework",
"description": "The Shark Php Framework",
"keywords": ["shark", "reactphp", "framework" , "async", "loop", "php", "shark-php"],
"license": "MIT",
"authors": [
{
"name": "Milito",
"email": "milad.purahmad78@gmail.com"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"require": {
"php": "^8.1",
"react/async": "^4.3.0",
"react/promise": "^3.2.0",
"react/event-loop": "^1.5.0",
"react/http": "^1.10.0",
"react/filesystem": "^0.2@dev",
"ext-fileinfo": "*",
"nikic/fast-route": "^1.3",
"league/container": "^4.2",
"symfony/finder": "^7.1",
"illuminate/config": "^11.29",
"monolog/monolog": "^3.7",
"nilportugues/sql-query-builder": "^1.8",
"react/mysql": "^0.7.x-dev",
"respect/validation": "^2.3",
"ext-pcntl": "*",
"bramus/monolog-colored-line-formatter": "^3.1"
},
"autoload": {
"psr-4": {
"Shark\\": "src/shark"
},
"files": [
"src/helpers.php"
]
}
}