Skip to content

Commit 738652e

Browse files
committed
misc
1 parent e8aa162 commit 738652e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ vendor/bin/jack breakpoint
5555
By default, CI fails if there are more than **5 outdated packages**. Customize this limit to suit your project’s needs:
5656

5757
```bash
58-
vendor/bin/jack breakpoint --limit 13
58+
vendor/bin/jack breakpoint --limit 3
5959
```
6060

6161
This ensures upgrades stay on your radar without overwhelming you. No more "oops, our dependencies are three years old" moments!
@@ -77,7 +77,7 @@ Instead, let composer handle it. How? We open-up package versions to the next ve
7777
},
7878
"require-dev": {
7979
- "phpunit/phpunit": "^9.0"
80-
+ "phpunit/phpunit": "^10.0"
80+
+ "phpunit/phpunit": "^9.0|^10.0"
8181
}
8282
}
8383
}

0 commit comments

Comments
 (0)