project icon indicating copy to clipboard operation
project copied to clipboard

Synchronize this project version with Bolt Core

Open macintoshplus opened this issue 9 months ago • 0 comments

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

macintoshplus avatar Mar 07 '25 10:03 macintoshplus