Skip to content

Commit 95a3fcf

Browse files
committed
cs
1 parent 29c6905 commit 95a3fcf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,20 +87,24 @@ This "opens up" versions without forcing updates. If no blockers exist, Composer
8787

8888
<br>
8989

90-
#### Command Options
90+
Command Options:
9191

9292
- **Limit the number of packages** to process (default: 5):
9393

9494
```bash
9595
vendor/bin/jack open-versions --limit 3
9696
```
9797

98+
<br>
99+
98100
- **Dry run** to preview changes without modifying `composer.json`:
99101

100102
```bash
101103
vendor/bin/jack open-versions --dry-run
102104
```
103105

106+
<br>
107+
104108
- **Update dev dependencies first** for safer, low-risk updates:
105109

106110
```bash

0 commit comments

Comments
 (0)