Commit e5b5ee2
authored
fix(composer): allow brick/math 0.20 (web-token#718)
brick/math ships a new minor release every few weeks, and every package
of the stack has to be bumped in lockstep because the one lagging behind
caps brick/math for the whole dependency tree. Declaring the next minor
ahead of time removes one round of that churn.
The range only gains 0.20.x. Every version accepted before is still
accepted, and 0.21 and above stay excluded so a breaking release cannot
slip in unnoticed.1 parent 949247b commit e5b5ee2
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments