-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
30 lines (30 loc) · 970 Bytes
/
composer.json
File metadata and controls
30 lines (30 loc) · 970 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
{
"name": "hejunjie/tools",
"description": "A PHP utility library that encapsulates commonly used operations for strings, arrays, files, network requests, image processing, and various helper functions (such as phone carrier lookup and ID-based address resolution) frequently encountered in daily development. More features are being continuously added...",
"type": "library",
"keywords": [
"php",
"tools",
"Utilities"
],
"license": "MIT",
"authors": [
{
"name": "何俊杰",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"require": {
"php": "^8.1",
"hejunjie/cache": "^1.0",
"hejunjie/china-division": "^1.0",
"hejunjie/error-log": "^1.0",
"hejunjie/mobile-locator": "^1.0",
"hejunjie/utils": "^1.0",
"hejunjie/address-parser": "^1.0",
"hejunjie/url-signer": "^1.0",
"hejunjie/google-authenticator": "^1.0",
"hejunjie/simple-rule-engine": "^1.0"
}
}