-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
25 lines (25 loc) · 755 Bytes
/
composer.json
File metadata and controls
25 lines (25 loc) · 755 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
{
"name": "lkcodes/mycode",
"description": "A collection of commonly used tools, such as exporting tables, manipulating databases,File caching, string processing/encoding and decoding, array and object conversion, and so on. It can be used in any framework",
"type": "library",
"license": "MIT",
"minimum-stability": "dev",
"authors": [
{
"name": "lk",
"email": "linkaiaslinkai@gmail.com"
}
],
"require": {
"curl/curl": "^2.2",
"laurentvw/scrapher": "2.*",
"phpoffice/phpspreadsheet": "^1.9"
},
"autoload": {
"psr-4": {
"lkcodes\\Mycode\\": "src/"
},
"files": ["src/lib/helper.php"]
},
"version": "1.5.7"
}