50 lines
1 KiB
JSON
50 lines
1 KiB
JSON
{
|
|
"name": "lubiana/saufen",
|
|
"type": "project",
|
|
"require": {
|
|
"php": "^8.4",
|
|
"php-di/slim-bridge": "^3.4",
|
|
"doctrine/orm": "^3.3",
|
|
"monolog/monolog": "^3.5",
|
|
"slim/twig-view": "^3.4",
|
|
"slim/http": "^1.4",
|
|
"slim/psr7": "^1.7",
|
|
"ext-pdo": "*",
|
|
"symfony/cache": "^7.3"
|
|
},
|
|
"require-dev": {
|
|
"phpstan/phpstan-strict-rules": "^2.0",
|
|
"phpstan/phpstan": "^2.1",
|
|
"rector/rector": "^2.0",
|
|
"symplify/easy-coding-standard": "^12.5",
|
|
"pestphp/pest": "^3.8",
|
|
"phpstan/extension-installer": "^1.4",
|
|
"phpstan/phpstan-doctrine": "^2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": [
|
|
"rector",
|
|
"ecs --fix || ecs --fix"
|
|
],
|
|
"test": "pest --parallel"
|
|
},
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "src/",
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "lubiana",
|
|
"email": "lubiana@hannover.ccc.de"
|
|
}
|
|
],
|
|
"config": {
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|