mirror of
https://github.com/kmvan/x-prober.git
synced 2026-04-21 16:59:02 +08:00
36 lines
878 B
JSON
36 lines
878 B
JSON
{
|
|
"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": "kmvan.com@gmail.com"
|
|
}
|
|
],
|
|
"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"
|
|
]
|
|
}
|
|
}
|