-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
33 lines (33 loc) · 783 Bytes
/
Copy pathcomposer.json
File metadata and controls
33 lines (33 loc) · 783 Bytes
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
{
"name": "wegar/basic",
"type": "library",
"license": "MIT",
"description": "Webman plugin wegar/basic",
"require": {
"php": ">=8.0",
"monolog/monolog": "^2.10",
"php-parallel-lint/php-console-color": "^1.0",
"robmorgan/phinx": "^0.16",
"spatie/db-dumper": "^3.8",
"symfony/console": "^7.2",
"vlucas/phpdotenv": "^5.6",
"webman/console": "^1.3|^2.1",
"webman/database": "^2.1",
"workerman/webman-framework": "^1.6|^2.1"
},
"autoload": {
"files": [
"src/functions_psr.php",
"src/functions.php"
],
"psr-4": {
"Wegar\\Basic\\": "src"
}
},
"require-dev": {
"phpunit/phpunit": "^12.1",
"webman/admin": "^2.1|@dev",
"webman/redis-queue": "^2.1",
"workerman/crontab": "^1.0"
}
}