1
0
Fork 0
mirror of https://codeberg.org/demostf/api.git synced 2026-06-03 09:54:17 +02:00

bumb dependencies

This commit is contained in:
Robin Appelman 2019-01-26 21:17:15 +01:00
commit 096bceab4b
4 changed files with 440 additions and 681 deletions

View file

@ -6,8 +6,8 @@
"ircmaxell/random-lib": "^1.1", "ircmaxell/random-lib": "^1.1",
"ehesp/steam-login": "^1.2", "ehesp/steam-login": "^1.2",
"koraktor/steam-condenser": "^1.3", "koraktor/steam-condenser": "^1.3",
"guzzlehttp/guzzle": "^6.2", "guzzlehttp/guzzle": "^6.3",
"doctrine/dbal": "^2.5" "doctrine/dbal": "^2.9"
}, },
"autoload": { "autoload": {
"files": [ "files": [

2
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "d8a66e75b0e08f46b7b3c0d309e72725", "content-hash": "2f1f94800b3ef6821d6b65ced28bad8e",
"packages": [ "packages": [
{ {
"name": "doctrine/cache", "name": "doctrine/cache",

1099
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,8 +1,10 @@
{ {
"devDependencies": { "devDependencies": {
"tf2-demo": "^1.1.5"
},
"dependencies": {
"chakram": "^1.5.0", "chakram": "^1.5.0",
"express": "^4.15.3", "express": "^4.16.4",
"mocha": "^3.4.2", "mocha": "^5.2.0"
"tf2-demo": "^1.1.3"
} }
} }