Files
archived-x-prober/composer.json
2020-01-31 17:51:26 +08:00

37 lines
924 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": "^2.16"
},
"autoload": {
"psr-4": {
"InnStudio\\Prober\\": "src/",
"InnStudio\\Prober\\Components\\": "src/Components/",
"InnStudio\\Prober\\Compiler\\": "compiler/"
}
},
"scripts": {
"fix": [
"php-cs-fixer fix --config .php_cs53 --verbose",
"php-cs-fixer fix --config .php_cs73 --verbose"
]
}
}