sulu / skeleton

Project template for starting your new project based on the Sulu content management system
https://sulu.io
MIT License
261 stars 81 forks source link

Add symfony.lock file to skeleton #244

Closed alexander-schranz closed 5 months ago

alexander-schranz commented 5 months ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Fixed tickets fixes #issuenum
Related issues/PRs #issuenum
License MIT
Documentation PR sulu/sulu-docs#prnum

What's in this PR?

Add symfony.lock file to skeleton.

Why?

This make it possible to use composer recipes:update and mark which recipes our skeleton did have executed. Currently a new installation of Sulu Skeleton could be not uptodate with symfony recipes but be marked as executed to avoid this we should ship our symfony.lock file and in future use our self the composer recipes:update command to keep the sulu skeleton uptodate.