The RetroAchievements.org platform. Includes core functionality for managing achievements, game data, and community features.
GNU General Public License v3.0
268
stars
97
forks
source link
chore(deps): bump laravel/framework, laravel/horizon, and filament/filament #2851
Closed
wescopeland closed 4 days ago
Precursor to Active Players migration to Inertia. This PR bumps
laravel/framework
,laravel/horizon
, andfilament/filament
to latest.laravel/framework
: The latest version provides caching improvements that will be beneficial for the migration.laravel/horizon
: Our current version is incompatible with the latest version oflaravel/framework
, so this needs to be upgraded as well.filament/filament
: Our current version has multiple critical CVEs open against it.Some slight modifications were needed in
BuildGameListAction
to make phpstan happy due to some type changes that have occurred in Laravel collections.