tried updating composer.json
Some checks failed
Tests / MySQL (mysql:8, 8.2) (push) Failing after 41s
Tests / MySQL (mysql:8, 8.3) (push) Failing after 29s
Tests / MySQL (mysql:8, 8.4) (push) Failing after 22s
Tests / MariaDB (mariadb:10.11, 8.2) (push) Failing after 28s
Tests / MariaDB (mariadb:10.11, 8.3) (push) Failing after 28s
Build / UI (18) (push) Has been cancelled
Build / UI (20) (push) Has been cancelled
Tests / MariaDB (mariadb:10.11, 8.4) (push) Failing after 46s
Tests / MariaDB (mariadb:10.6, 8.2) (push) Failing after 46s
Tests / MariaDB (mariadb:10.6, 8.3) (push) Failing after 47s
Tests / MariaDB (mariadb:10.6, 8.4) (push) Failing after 48s
Tests / MariaDB (mariadb:11.4, 8.2) (push) Failing after 46s
Tests / MariaDB (mariadb:11.4, 8.3) (push) Failing after 47s
Tests / SQLite (8.2) (push) Failing after 51s
Tests / SQLite (8.3) (push) Failing after 54s
Tests / MariaDB (mariadb:11.4, 8.4) (push) Failing after 1m0s
Tests / PostgreSQL (postgres:14, 8.3) (push) Failing after 16s
Tests / SQLite (8.4) (push) Failing after 24s
Tests / PostgreSQL (postgres:14, 8.4) (push) Failing after 11s
Tests / PostgreSQL (postgres:14, 8.2) (push) Failing after 31s

This commit is contained in:
Arthur Wambst 2025-06-21 18:19:25 +02:00
parent 98aad14c60
commit 2bec9e8dee

View File

@ -1,7 +1,6 @@
{
"name": "pelican-dev/panel",
"description": "The free, open-source game management panel. Supporting Minecraft, Spigot, BungeeCord, and SRCDS servers.",
"license": "AGPL-3.0-only",
"require": {
"php": "^8.2 || ^8.3 || ^8.4",
"ext-intl": "*",
@ -10,17 +9,17 @@
"ext-pdo": "*",
"ext-zip": "*",
"abdelhamiderrahmouni/filament-monaco-editor": "^0.2.5",
"aws/aws-sdk-php": "^3.344",
"aws/aws-sdk-php": "^3.341",
"calebporzio/sushi": "^2.5",
"chillerlan/php-qrcode": "^5.0.2",
"dedoc/scramble": "^0.12.10",
"doctrine/dbal": "~3.6.0",
"filament/filament": "^3.3",
"guzzlehttp/guzzle": "^7.9",
"laravel/framework": "^12.18",
"laravel/framework": "^12.6",
"laravel/helpers": "^1.7",
"laravel/sanctum": "^4.1",
"laravel/socialite": "^5.21",
"laravel/sanctum": "^4.0.2",
"laravel/socialite": "^5.18",
"laravel/tinker": "^2.10.1",
"laravel/ui": "^4.6",
"lcobucci/jwt": "~4.3.0",
@ -31,13 +30,14 @@
"predis/predis": "^2.3",
"s1lentium/iptools": "~1.2.0",
"secondnetwork/blade-tabler-icons": "^3.26",
"socialiteproviders/authelia": "^4.0",
"socialiteproviders/authentik": "^5.2",
"socialiteproviders/discord": "^4.2",
"socialiteproviders/steam": "^4.3",
"spatie/laravel-data": "^4.15",
"spatie/laravel-data": "^4.13",
"spatie/laravel-fractal": "^6.3",
"spatie/laravel-health": "^1.34",
"spatie/laravel-permission": "^6.19",
"spatie/laravel-health": "^1.32",
"spatie/laravel-permission": "^6.16",
"spatie/laravel-query-builder": "^6.3",
"spatie/temporary-directory": "^2.3",
"symfony/http-client": "^7.2",
@ -50,15 +50,13 @@
"require-dev": {
"barryvdh/laravel-ide-helper": "^3.5",
"fakerphp/faker": "^1.23.1",
"larastan/larastan": "^3.4",
"larastan/larastan": "3.x-dev#5bd1c40edb43a727584081e74e9a1a2a201ea2ee",
"laravel/pail": "^1.2.2",
"laravel/pint": "^1.15.3",
"laravel/sail": "^1.41",
"mockery/mockery": "^1.6.11",
"nunomaduro/collision": "^8.6",
"pestphp/pest": "^3.7",
"pestphp/pest-plugin-faker": "^3.0",
"pestphp/pest-plugin-livewire": "^3.0",
"spatie/laravel-ignition": "^2.9"
},
"autoload": {
@ -104,4 +102,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}