You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snapshot date: June 4, 2026
Every package, library, and dependency below is pinned to its latest stable release as of June 4, 2026.
The only deliberately fixed runtime is Node.js, locked to 24.16.0 (the latest Node release) across every service, Dockerfile, CI job, and engines field — no exceptions.
Runtimes & Languages
Runtime / Language
Version
Notes
Node.js
24.16.0
Pinned everywhere (Dockerfiles, CI node-version, engines)
PHP
8.5
Backend runtime (php:8.5-fpm-alpine, CI php-version: 8.5)
Rust
stable (1.94+)
signaling-rs (edition 2021)
TypeScript
6.0.3
All Node/Svelte services
Backend — Laravel SaaS API (backend/) — ⛔ DECOMMISSIONED
Replaced by the Rust API (backend-rs/, see below). Retained here only as a
record of the original dependency pinning. The backend/ directory has been
removed.
PHP ^8.5 · Laravel 13
Runtime dependencies (composer.json)
Package
Constraint
laravel/framework
^13.13
laravel/sanctum
^4.3
laravel/cashier
^16.5
laravel/horizon
^5.47
laravel/scout
^11.2
laravel/telescope
^5.20
guzzlehttp/guzzle
^7.11
aws/aws-sdk-php
^3.384
predis/predis
^3.5
firebase/php-jwt
^7.0
spatie/laravel-permission
^8.0
spatie/laravel-activitylog
^5.0
spatie/laravel-data
^4.23
spatie/laravel-query-builder
^7.3
league/flysystem-aws-s3-v3
^3.34
lorisleiva/laravel-actions
^2.10
Dev dependencies
Package
Constraint
fakerphp/faker
^1.24
laravel/pint
^1.29
laravel/sail
^1.62
mockery/mockery
^1.6
nunomaduro/collision
^8.9
phpunit/phpunit
^13.1
larastan/larastan
^3.10
pestphp/pest
^4.7
pestphp/pest-plugin-laravel
^4.1
React Frontend (frontend/) — ⛔ DECOMMISSIONED
Replaced by the SvelteKit frontend (frontend-svelte/, below). Retained here
only as a record of the original dependency pinning. The frontend/ directory
has been removed.
Notable L7 choices: Sanctum-compatible tokens; Argon2id with transparent
legacy-bcrypt rehash; a lean Stripe REST client + HMAC webhook verification
(no async-stripe); a KAT-tested SigV4 presigner for R2 (no aws-sdk-s3);
RFC 7807 problem+json errors; a router-conflict test; soft-cancel for rooms.