Compare commits

...

3 Commits

7 changed files with 64 additions and 13 deletions

View File

@ -1,5 +1,4 @@
<?php <?php
/** /**
* Class SteamApp * Class SteamApp
* *

View File

@ -1,5 +1,4 @@
<?php <?php
/** /**
* Class SteamGroup * Class SteamGroup
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamServer * Class SteamServer
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamUser * Class SteamUser
* *

View File

@ -1,7 +1,4 @@
<?php <?php
use Redis;
/** /**
* Class SteamWorkshop * Class SteamWorkshop
* *

View File

@ -21,7 +21,8 @@
"php": "^8.0", "php": "^8.0",
"danielbrendel/asatru-php-framework": "dev-main", "danielbrendel/asatru-php-framework": "dev-main",
"phpmailer/phpmailer": "^6.1", "phpmailer/phpmailer": "^6.1",
"nesbot/carbon": "^2.0" "nesbot/carbon": "^2.0",
"predis/predis": "^2.2"
}, },
"scripts": { "scripts": {
"post-root-package-install": [ "post-root-package-install": [

63
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": "6ec96cd41861fe437c8b4f819098b741", "content-hash": "79053a475d8fb3f76f52339a75ad6cbb",
"packages": [ "packages": [
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
@ -949,6 +949,67 @@
], ],
"time": "2024-03-06T06:27:42+00:00" "time": "2024-03-06T06:27:42+00:00"
}, },
{
"name": "predis/predis",
"version": "v2.2.2",
"source": {
"type": "git",
"url": "https://github.com/predis/predis.git",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/predis/predis/zipball/b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"reference": "b1d3255ed9ad4d7254f9f9bba386c99f4bb983d1",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.3",
"phpstan/phpstan": "^1.9",
"phpunit/phpunit": "^8.0 || ~9.4.4"
},
"suggest": {
"ext-relay": "Faster connection with in-memory caching (>=0.6.2)"
},
"type": "library",
"autoload": {
"psr-4": {
"Predis\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Till Krüss",
"homepage": "https://till.im",
"role": "Maintainer"
}
],
"description": "A flexible and feature-complete Redis client for PHP.",
"homepage": "http://github.com/predis/predis",
"keywords": [
"nosql",
"predis",
"redis"
],
"support": {
"issues": "https://github.com/predis/predis/issues",
"source": "https://github.com/predis/predis/tree/v2.2.2"
},
"funding": [
{
"url": "https://github.com/sponsors/tillkruss",
"type": "github"
}
],
"time": "2023-09-13T16:42:03+00:00"
},
{ {
"name": "psr/clock", "name": "psr/clock",
"version": "1.0.0", "version": "1.0.0",