mirror of
https://codeberg.org/demostf/api.git
synced 2026-06-03 18:04:08 +02:00
enforce new steamlogin library
This commit is contained in:
parent
96a9803e30
commit
4820609a2e
2 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
"morris/lessql": "^0.3.0",
|
"morris/lessql": "^0.3.0",
|
||||||
"vlucas/phpdotenv": "^1.1",
|
"vlucas/phpdotenv": "^1.1",
|
||||||
"ircmaxell/random-lib": "^1.1",
|
"ircmaxell/random-lib": "^1.1",
|
||||||
"ehesp/steam-login": "^1.0",
|
"ehesp/steam-login": "^1.2",
|
||||||
"koraktor/steam-condenser": "^1.3",
|
"koraktor/steam-condenser": "^1.3",
|
||||||
"guzzlehttp/guzzle": "^6.2",
|
"guzzlehttp/guzzle": "^6.2",
|
||||||
"doctrine/dbal": "^2.5"
|
"doctrine/dbal": "^2.5"
|
||||||
|
|
|
||||||
12
composer.lock
generated
12
composer.lock
generated
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_readme": [
|
"_readme": [
|
||||||
"This file locks the dependencies of your project to a known state",
|
"This file locks the dependencies of your project to a known state",
|
||||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
|
"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": "59b5dc0be1cb677ebeca1d5a26eba550",
|
"content-hash": "59b5dc0be1cb677ebeca1d5a26eba550",
|
||||||
|
|
@ -484,16 +484,16 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "ehesp/steam-login",
|
"name": "ehesp/steam-login",
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Ehesp/Steam-Login.git",
|
"url": "https://github.com/Ehesp/Steam-Login.git",
|
||||||
"reference": "a126370d9befb103dcee2c75b70890543b365709"
|
"reference": "f7dd893ef2089ec51cd962c68ecba869be2f7e09"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/Ehesp/Steam-Login/zipball/a126370d9befb103dcee2c75b70890543b365709",
|
"url": "https://api.github.com/repos/Ehesp/Steam-Login/zipball/f7dd893ef2089ec51cd962c68ecba869be2f7e09",
|
||||||
"reference": "a126370d9befb103dcee2c75b70890543b365709",
|
"reference": "f7dd893ef2089ec51cd962c68ecba869be2f7e09",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
|
|
@ -522,7 +522,7 @@
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"steam"
|
"steam"
|
||||||
],
|
],
|
||||||
"time": "2016-04-14T16:24:31+00:00"
|
"time": "2018-04-06T07:13:23+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "guzzlehttp/guzzle",
|
"name": "guzzlehttp/guzzle",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue