-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcomposer.json
More file actions
54 lines (54 loc) · 1.5 KB
/
Copy pathcomposer.json
File metadata and controls
54 lines (54 loc) · 1.5 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
{
"type": "library",
"name": "nguyenanhung/framework",
"description": "Platform: Core Framework by Hung Nguyen",
"keywords": [
"framework",
"module",
"components",
"helper",
"library",
"php"
],
"homepage": "https://github.com/nguyenanhung/core-framework",
"license": "MIT",
"minimum-stability": "stable",
"authors": [
{
"name": "Nguyen An Hung",
"email": "dev@nguyenanhung.com",
"homepage": "https://nguyenanhung.com",
"role": "Developer"
}
],
"require": {
"php": "^5.6 || ^7.0 || ^8.0",
"ext-pdo": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"nguyenanhung/my-debug": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/my-cache": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/database": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/security": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/requests": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/helpers": "^4.0 || ^3.0 || ^2.0 || ^1.0",
"nguyenanhung/monitor": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/image": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/seo": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/validation": "^1.0"
},
"require-dev": {
"nguyenanhung/vn-telco-phonenumber": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/mailer-sdk": "^3.0 || ^2.0 || ^1.0",
"nguyenanhung/basic-firewall": "^2.0 || ^1.0",
"nguyenanhung/my-crawler": "^1.0",
"tramtro/make-some-noise": ">=1.0",
"symfony/polyfill-mbstring": ">=1.0"
},
"autoload": {
"psr-4": {
"nguyenanhung\\Platforms\\CoreFramework\\": "src/"
}
}
}