Drop PHP 8.1 support & Upgrade some packages - Fixes #295

This commit is contained in:
Bubka 2024-04-29 16:17:47 +02:00
parent bdfc70732d
commit a1ca1ec9bf
2 changed files with 249 additions and 230 deletions

View File

@ -8,7 +8,7 @@
],
"license": "MIT",
"require": {
"php": "^8.1",
"php": "^8.2",
"ext-bcmath": "*",
"ext-ctype": "*",
"ext-dom": "*",
@ -20,10 +20,10 @@
"ext-session": "*",
"ext-tokenizer": "*",
"ext-xml": "*",
"chillerlan/php-qrcode": "^4.3",
"chillerlan/php-qrcode": "^5.0",
"doctormckay/steam-totp": "^1.0",
"doctrine/dbal": "^3.4",
"google/protobuf": "^3.21",
"google/protobuf": "^4.26",
"guzzlehttp/guzzle": "^7.2",
"jackiedo/dotenv-editor": "^2.1",
"jenssegers/agent": "^2.6",

473
composer.lock generated

File diff suppressed because it is too large Load Diff