Skip to content

Commit a49b96c

Browse files
committed
feat: add upgrade doc
1 parent 18d81e1 commit a49b96c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

UPGRADE-1.0.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ $ composer update "macpaw/symfony-health-check-bundle" -with-all-dependencies
2222
Step 2: Update the Symfony Health Check Bundle via Composer
2323
----------------------------------
2424

25-
##Automatical:
25+
## Automatical
26+
2627
Over time - and especially when you upgrade to a new version of a library - an updated version of the recipe may be available. These updates are usually minor - e.g. new comments in a configuration file - but it's a good idea to keep your files in sync with the recipes.
2728

2829
Symfony Flex provides several commands to help upgrade your recipes. Be sure to commit any unrelated changes you're working on before starting:
@@ -39,7 +40,7 @@ $ composer recipes:install symfony/framework-bundle --force -v
3940

4041
The tricky part of this process is that the recipe "update" does not perform any intelligent "upgrading" of your code. Instead, the updates process re-installs the latest version of the recipe which means that your custom code will be overridden completely. After updating a recipe, you need to carefully choose which changes you want, and undo the rest.
4142

42-
##Manual:
43+
## Manual:
4344

4445
### Old Config:
4546
`config/packages/symfony_health_check.yaml`

0 commit comments

Comments
 (0)