51 lines
1.4 KiB
JSON
51 lines
1.4 KiB
JSON
{
|
|
"name": "lubian/attribute-magic",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Lubian\\AttributeMagic\\": "src/"
|
|
},
|
|
"files": [
|
|
"src/Infrastructure/functions.php"
|
|
]
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "lubiana",
|
|
"email": "lubiana123@gmail.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=8.1",
|
|
"php-di/php-di": "^6.4",
|
|
"nikic/fast-route": "^1.3",
|
|
"symfony/http-foundation": "^6.1.7"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan": "^1.9.1",
|
|
"lubiana/code-quality": "^1.1",
|
|
"phpstan/extension-installer": "^1.2",
|
|
"phpstan/phpstan-strict-rules": "^1.4",
|
|
"thecodingmachine/phpstan-strict-rules": "^1.0"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"dealerdirect/phpcodesniffer-composer-installer": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"scripts": {
|
|
"serve": [
|
|
"Composer\\Config::disableProcessTimeout",
|
|
"php -S 0.0.0.0:1235 -t public"
|
|
],
|
|
"phpstan": "./vendor/bin/phpstan analyze",
|
|
"baseline": "./vendor/bin/phpstan analyze --generate-baseline",
|
|
"style": "./vendor/bin/ecs",
|
|
"fix": [
|
|
"rector process" ,"ecs --fix", "ecs --fix"
|
|
],
|
|
"rector": "./vendor/bin/rector process"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|