Framework fixes

This commit is contained in:
2021-12-09 12:34:10 +01:00
parent 37739ca715
commit d3cd95aed2
4 changed files with 10 additions and 2 deletions

View File

@ -11,8 +11,8 @@
],
"require": {
"php": "^8.0",
"symfony/console": "^5",
"ext-mbstring": "*",
"symfony/console": "^5",
"cebe/markdown": "^1.2"
},
"require-dev": {
@ -36,5 +36,9 @@
"test": "vendor/bin/phpunit ./tests --testdox",
"style": "vendor/bin/php-cs-fixer fix",
"psalm": "vendor/bin/psalm --no-cache"
},
"config": {
"sort-packages": true,
"optimize-autoloader": true
}
}