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

github actions

This commit is contained in:
Robin Appelman 2020-11-28 17:25:30 +01:00
commit 63ceb607dd
4 changed files with 818 additions and 578 deletions

View file

@ -5,8 +5,8 @@
"ircmaxell/random-lib": "^1.1",
"ehesp/steam-login": "^1.2",
"koraktor/steam-condenser": "^1.3",
"guzzlehttp/guzzle": "^6.3",
"doctrine/dbal": "^2.9",
"guzzlehttp/guzzle": "^6.5",
"doctrine/dbal": "^2.12",
"ext-pdo": "*"
},
"autoload": {
@ -19,8 +19,8 @@
}
},
"require-dev": {
"phpunit/phpunit": "8.0",
"friendsofphp/php-cs-fixer": "^2.4",
"phan/phan": "^1.2.1"
"phpunit/phpunit": "9.0",
"friendsofphp/php-cs-fixer": "^2.16",
"phpstan/phpstan": "^0.12.57"
}
}