update readme

This commit is contained in:
lubiana 2022-04-05 00:02:52 +02:00
parent bb13950966
commit 46b98d16a6
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
88 changed files with 7546 additions and 176 deletions

View file

@ -12,7 +12,8 @@
"middlewares/trailing-slash": "^2.0",
"middlewares/whoops": "^2.0",
"erusev/parsedown": "^1.7",
"symfony/cache": "^6.0"
"symfony/cache": "^6.0",
"doctrine/orm": "^2.11"
},
"autoload": {
"psr-4": {
@ -33,8 +34,7 @@
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan-strict-rules": "^1.1",
"thecodingmachine/phpstan-strict-rules": "^1.0",
"mnapoli/hard-mode": "^0.3.0",
"psalm/phar": "^4.22"
"mnapoli/hard-mode": "^0.3.0"
},
"config": {
"allow-plugins": {
@ -43,7 +43,10 @@
}
},
"scripts": {
"serve": "php -S 0.0.0.0:1234 -t public",
"serve": [
"Composer\\Config::disableProcessTimeout",
"php -S 0.0.0.0:1234 -t public"
],
"phpstan": "./vendor/bin/phpstan analyze",
"baseline": "./vendor/bin/phpstan analyze --generate-baseline",
"check": "./vendor/bin/phpcs",