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
The composer.json specifies PHP ^8.2 as the minimum version, but compose.yml/compose.override.dist.yml uses PHP 8.3. The Docker image should use PHP 8.2 to match the minimum supported version and avoid compatibility issues with newer PHP features.