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
Like the Symfony skeleton, I propose to publish here a version with the same version of the related Bolt core version.
This command installs Bolt 5.1: composer create-project bolt/project website.com
To install Bolt 5.2 you need to know the related version of this project and specify the version: composer create-project bolt/project website.com "^2.5" --stability=beta like reported here.
This command is simpler for all users: composer create-project bolt/project website.com "^5.2"
Like the Symfony skeleton, I propose to publish here a version with the same version of the related Bolt core version.
This command installs Bolt 5.1:
composer create-project bolt/project website.com
To install Bolt 5.2 you need to know the related version of this project and specify the version:
composer create-project bolt/project website.com "^2.5" --stability=beta
like reported here.This command is simpler for all users:
composer create-project bolt/project website.com "^5.2"
See: https://github.com/symfony/skeleton/tags
The text was updated successfully, but these errors were encountered: