1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-04 02:14:06 +02:00

fmt, typings, typos

This commit is contained in:
Robin Appelman 2022-05-16 00:51:50 +02:00
commit 7de4c35ab4
34 changed files with 644 additions and 1048 deletions

View file

@ -1,12 +1,11 @@
{
"require": {
"mikecao/flight": "1.3.8",
"vlucas/phpdotenv": "^1.1",
"ircmaxell/random-lib": "^1.1",
"vlucas/phpdotenv": "^v5.4.1",
"ircmaxell/random-lib": "^v1.2.0",
"ehesp/steam-login": "^1.2",
"koraktor/steam-condenser": "dev-master#92dde9e3b462e93cc498fe795a712c61eec7051e",
"guzzlehttp/guzzle": "^6.5",
"doctrine/dbal": "^3.0",
"doctrine/dbal": "^3.3.6",
"ext-pdo": "*",
"ext-json": "*",
"ext-apcu": "*"
@ -24,9 +23,9 @@
}
},
"require-dev": {
"phpunit/phpunit": "^9",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.57"
"phpunit/phpunit": "^9.5.20",
"friendsofphp/php-cs-fixer": "^v3.3.0",
"phpstan/phpstan": "^1.6.8"
},
"config": {
"allow-plugins": {