project
project copied to clipboard
Synchronize this project version with Bolt Core
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