Commit fb83618
committed
[TASK] Block installations on unsupported higher PHP versions
We want Composer to be able to figure out which versions of which
libraries it can install on which version of PHP.
To make this possible, we should only allow installations on PHP
versions that we know to work.
This is the v8.x backport of #691.1 parent 2f3dbdb commit fb83618
2 files changed
+3
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments