-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
106 lines (106 loc) · 3.52 KB
/
composer.json
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
{
"authors": [
{
"email": "dimaslanjaka@gmail.com",
"homepage": "https://github.com/dimaslanjaka/universal-framework",
"name": "Dimas Lanjaka",
"role": "Developer"
}
],
"autoload": {
"classmap": [
"src/bulletproof/src/"
],
"files": [
"src/shim/autoload.php",
"src/bulletproof/src/bulletproof.php"
],
"psr-0": {
"Zend_": "src/Zend"
},
"psr-4": {
"Accounting\\": "src/Accounting/",
"AGC\\": "src/AGC/",
"ArrayHelper\\": "src/ArrayHelper/",
"Cookie\\": "src/Cookie/",
"Crypto\\": "src/Crypto/",
"DB\\": "src/DB/",
"DDOS\\": "src/DDOS/",
"Extender\\": "src/Extender/",
"Facebook\\": "src/Facebook/",
"Filemanager\\": "src/Filemanager/",
"GoogleExt\\": "src/GoogleExt/",
"HTML\\": "src/HTML/",
"IMEI\\": "src/IMEI/",
"img\\": "src/img/",
"Indosat\\": "src/Indosat/",
"JSON\\": "src/JSON/",
"MVC\\": "src/MVC/",
"Naneau\\Obfuscator\\": "src/Naneau/Obfuscator/",
"Netscape\\": "src/Netscape/",
"Office\\": "src/Office/",
"Proxy\\": "src/Proxy/",
"Session\\": "src/Session/",
"simplehtmldom\\": "src/simplehtmldom/",
"Telkomsel\\": "src/Telkomsel/",
"Typehint\\": "src/Typehint/",
"User\\": "src/User/",
"Utils\\": "src/Utils/"
}
},
"bin": [
"libs/bin/php-obfuscate",
"libs/bin"
],
"description": "Framework PHPJS full typehinting support with easy helper",
"license": "MIT",
"name": "dimaslanjaka/universal-framework",
"version": "1.1.1",
"require": {
"ahsankhatri/cryptolib-php": "^1.1",
"codeception/codeception": "^4.0",
"composer/xdebug-handler": "^1.2",
"ext-curl": "*",
"ext-exif": "*",
"ext-gd": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-mysqli": "*",
"ext-tokenizer": "*",
"google/apiclient": "^2.7",
"guzzlehttp/guzzle": "^6.5",
"paquettg/php-html-parser": "^2.1",
"paragonie/random_compat": "*",
"pear/mail": "^1.4",
"pear/net_smtp": "^1.8",
"php": "^5.6 || ^7.1",
"php-curl-class/php-curl-class": "^9.1",
"phpmailer/phpmailer": "^6.0",
"phpseclib/mcrypt_compat": "^1.0",
"phpseclib/phpseclib": "~2.0",
"phpunit/dbunit": "*",
"phpunit/php-invoker": "*",
"psr/log": "^1.0",
"stichoza/google-translate-php": "^4.0",
"ext-libxml": "*",
"ext-dom": "*",
"ext-intl": "*"
},
"scripts": {
"php-cs-fixer": [
"php-cs-fixer fix src --config=./.php_cs.dist"
],
"doc-vuepress": [
"phpdoc --ansi --template docs-src/data/templates/vuepress && php docs-src/data/templates/vuepress/fix.php"
],
"doc-markdown": "phpdoc --ansi --template docs-src/data/templates/markdown && php docs-src/data/templates/markdown/fix.php",
"doc": "phpdoc --ansi --template docs-src/data/templates/vuepress"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.6",
"phpunit/phpunit": "^5.7|6.2|^7.0|4.8.*",
"friendsofphp/php-cs-fixer": "*",
"phpdocumentor/reflection": "*",
"phpdocumentor/phpdocumentor": "^2.9"
}
}