-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
44 lines (44 loc) · 1.16 KB
/
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
44
{
"name": "watish/watishweb",
"description": "My First Framework For Web",
"type": "project",
"autoload": {
"psr-4": {
"Watish\\WatishWEB\\": "src/",
"Watish\\Components\\" : "opt/"
}
},
"authors": [
{
"name": "Watish"
}
],
"require": {
"ext-mbstring": "*",
"predis/predis": "^2.0",
"illuminate/database": "^9.43",
"ext-sockets": "*",
"opis/closure": "^3.6",
"league/flysystem": "^3.0",
"ext-pdo": "*",
"dragonmantank/cron-expression": "^3.3",
"league/climate": "^3.8",
"filp/whoops": "^2.14",
"ulrichsg/getopt-php": "^4.0",
"illuminate/validation": "^9.44",
"nikic/fast-route": "^1.3",
"swoole/ide-helper": "~5.0.1",
"illuminate/contracts": "^9.46",
"illuminate/view": "^9.46",
"illuminate/filesystem": "^9.51"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8",
"icanhazstring/composer-unused": "^0.8.5"
},
"config": {
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
}
}