-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
106 lines (106 loc) · 2.31 KB
/
Copy pathcomposer.json
File metadata and controls
106 lines (106 loc) · 2.31 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"name": "aiweline/weline-framework",
"description": "微蓝WelineFramework框架!",
"homepage": "https://gitee.com/aiweline/WelineFramework",
"keywords": [
"weline",
"WelineFramework",
"framework",
"web",
"ORM",
"app",
"php",
"php8"
],
"type": "project",
"minimum-stability": "dev",
"prefer-stable": true,
"license": "proprietary",
"composer": "^2.7",
"authors": [
{
"name": "秋枫雁飞",
"email": "aiweline@qq.com",
"homepage": "https://gitee.com/aiweline"
}
],
"require": {
"php": "^8.4",
"ext-iconv": "*",
"ext-json": "*",
"ext-pdo": "*",
"ext-exif": "*",
"ext-fileinfo": "*",
"ext-simplexml": "*",
"ext-dom": "*",
"ext-libxml": "*",
"ext-zip": "*",
"ext-gd": "*",
"symfony/intl": "^5.2",
"symfony/polyfill-intl-icu": "^1.23",
"jdorn/sql-formatter": "^1.2",
"wikimedia/less.php": "^3.1",
"mrclay/jsmin-php": "^2.4",
"guzzlehttp/guzzle": "^7.4",
"friendsofphp/php-cs-fixer": "^3.58",
"phpoffice/phpspreadsheet": "^1.29",
"shopify/shopify-api": "^6.1.1",
"openai-php/client": "^0.9.2",
"phpstan/phpstan": "*",
"ext-curl": "*",
"phpclassic/php-shopify": "^1.2",
"ecomphp/tiktokshop-php": "^2.6",
"ardagnsrn/ollama-php": "^1.0",
"dragonmantank/cron-expression": "^3.4",
"studio-42/elfinder": "^2.1.69",
"weline/base": "@dev",
"lipis/flag-icons": "^7.5",
"jeremykendall/php-domain-parser": "^6.0"
},
"repositories": [
{
"type": "path",
"url": "app/code/Weline/*",
"options": {
"symlink": false
}
}
],
"opcache-autoloader": true,
"apcu-autoloader": true,
"optimize-autoloader": true,
"autoload": {
"classmap": [
"extend/",
"generated/code/"
],
"psr-4": {
"Weline\\Framework\\": [
"app/code/Weline/Framework/"
],
"Weline\\": [
"app/code/Weline/"
],
"": [
"app/code/",
"generated/code/"
]
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"require-dev": {
"symfony/var-dumper": "^6.1",
"phpunit/phpunit": "^10.0",
"pestphp/pest": "^2.0"
},
"config": {
"allow-plugins": {
"php-http/discovery": true,
"pestphp/pest-plugin": true
}
}
}