Commit 5ab5da0
Grégoire Paris
Let Composer figure out what version to install
This is more forward compatible (no need to change this line each time
you release a new major version), and also less error-prone, because
Composer knows this should go under require. Finally Composer will use
the caret operator instead of the tilde operator, or whatever the
correct operator is at the time it is executed.1 parent 7cba39f commit 5ab5da0
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments