-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
62 lines (62 loc) · 1.8 KB
/
composer.json
File metadata and controls
62 lines (62 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": "imabug/pcxmcutils",
"description": "PCXMC Utilities",
"keywords": ["laravel zero", "console", "cli", "PCXMC"],
"homepage": "https://github.com/imabug/PCXMCUtils",
"type": "project",
"license": "GPL-3.0-or-later",
"support": {
"email": "eugenemah@gmail.com",
"issues": "https://github.com/imabug/PCXMCUtils/issues",
"source": "https://github.com/imabug/PCXMCUtils",
"wiki": "https://github.com/imabug/PCXMCUtils/wiki",
"forum": "https://github.com/imabug/PCXMCUtils/discussions"
},
"authors": [
{
"name": "Eugene Mah",
"email": "eugenemah@gmail.com",
"homepage": "https://v16.imablog.net/"
}
],
"require": {
"php": "^8.2",
"doctrine/dbal": "^3.6.0",
"illuminate/database": "^12.17",
"intonate/tinker-zero": "^1.2",
"laravel-zero/framework": "^12.0",
"laravel/prompts": "^0.3.5",
"nunomaduro/laravel-console-menu": "^3.4",
"nunomaduro/laravel-desktop-notifier": "^2.7",
"nunomaduro/termwind": "^2.0"
},
"require-dev": {
"fakerphp/faker": "^1.21",
"laravel/pint": "^1.8",
"mockery/mockery": "^1.5.1",
"pestphp/pest": "^3.0",
"phpstan/phpstan": "^2.1"
},
"autoload": {
"psr-4": {
"App\\": "app/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"config": {
"preferred-install": "dist",
"sort-packages": true,
"optimize-autoloader": true,
"allow-plugins": {
"composer/package-versions-deprecated": true,
"pestphp/pest-plugin": true
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"bin": ["pcxmcutils"]
}