{% extends "_layouts/message" %} {% set title = "Unable to apply project.yaml changes"|t('app') %} {% block message %}

{{ 'Your `project.yaml` file was created for different versions of Craft and/or plugins than what’s currently installed.'|t('app')|md(inlineOnly=true) }}

{% if issues is defined and issues|length > 0 %} {% endif %}

{{ 'Try running `composer install` from your terminal to resolve.'|t('app')|md(inlineOnly=true) }}

{% endblock %}