mep
This commit is contained in:
parent
e958163a4a
commit
b8a5a1ff58
79 changed files with 15113 additions and 0 deletions
50
composer.json
Normal file
50
composer.json
Normal file
|
@ -0,0 +1,50 @@
|
|||
{
|
||||
"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
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue