Skip to content

Commit 88125c4

Browse files
committed
misc
1 parent a87b72c commit 88125c4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ composer require rector/jack --dev
2626

2727
## Usage
2828

29+
<br>
30+
2931
## 1. Too many outdated dependencies? Let your CI tell you
3032

3133
We tend to postpone upgrade and to them in big jumps = once a couple years. The postponing turns upgrades to harder and more costly project. Also, we can face more errors, as some newer version of packages no longer work with our PHP version.
@@ -84,13 +86,17 @@ You can limit the range of versions to open up by using the `--limit` option (de
8486
vendor/bin/jack open-versions --limit 3
8587
```
8688

89+
<br>
90+
8791
To try it out without changing the `composer.json`, you can use the `--dry-run` option.
8892

8993
```bash
9094
vendor/bin/jack open-versions --dry-run
9195
```
9296

93-
It's proven practice to update all dev packages first, as they're low hanging fruit. Just add `--dev` option to the command:
97+
<br>
98+
99+
It's proven practice to update all dev packages first, as they're safer low hanging fruit. Just add `--dev` option to the command:
94100

95101
```bash
96102
vendor/bin/jack open-versions --dev

0 commit comments

Comments
 (0)