-
Notifications
You must be signed in to change notification settings - Fork 263
/
composer.json
35 lines (35 loc) · 878 Bytes
/
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
{
"name": "kmvan/prober",
"description": "This is a probe program for PHP environment. It can show your server information and readable easily. And the most important thing is that it's like iphone iPhone X/XS/XS Max/XR/11/11 Pro/11 Pro Max !",
"type": "project",
"license": "GPL-2.0",
"authors": [
{
"name": "Km.Van",
"email": "[email protected]"
}
],
"minimum-stability": "stable",
"prefer-stable": true,
"archive": {
"exclude": [
"/dist",
"node_modules"
]
},
"require": {
"friendsofphp/php-cs-fixer": "^3.8"
},
"autoload": {
"psr-4": {
"InnStudio\\Prober\\": "src/",
"InnStudio\\Prober\\Components\\": "src/Components/",
"InnStudio\\Prober\\Compiler\\": "compiler/"
}
},
"scripts": {
"fix": [
"php-cs-fixer fix --config .php-cs-fixer53.php --verbose"
]
}
}