2020-11-27 12:05:32 +00:00
|
|
|
<!--
|
|
|
|
The information we ask for below is IMPORTANT. It will help us help you faster.
|
|
|
|
Please FOLLOW THE ISSUE TEMPLATE unless you have a good reason not to, and help avoid wasting everyone's time.
|
2021-06-09 07:47:37 +00:00
|
|
|
|
|
|
|
Please also make sure you are using the latest Composer version. You can get the latest with `composer self-update`
|
|
|
|
or even try the latest dev build with `composer self-update --snapshot` to see if the bug was perhaps already fixed but not released yet.
|
2020-11-27 12:05:32 +00:00
|
|
|
-->
|
|
|
|
|
2016-09-08 10:12:16 +00:00
|
|
|
My `composer.json`:
|
2016-10-08 07:59:18 +00:00
|
|
|
|
2016-03-17 11:35:32 +00:00
|
|
|
```json
|
2016-09-08 10:12:16 +00:00
|
|
|
...replace me...
|
2016-03-17 11:35:32 +00:00
|
|
|
```
|
|
|
|
|
2016-09-08 10:12:16 +00:00
|
|
|
Output of `composer diagnose`:
|
2016-10-08 07:59:18 +00:00
|
|
|
|
2016-03-17 11:35:32 +00:00
|
|
|
```
|
2016-09-08 10:12:16 +00:00
|
|
|
...replace me...
|
2016-03-17 11:35:32 +00:00
|
|
|
```
|
|
|
|
|
2020-11-27 12:10:48 +00:00
|
|
|
When I run this command: <!-- run it with `-vvv` added to it ideally to get full debug output -->
|
2016-10-08 07:59:18 +00:00
|
|
|
|
2016-09-08 10:12:16 +00:00
|
|
|
```
|
|
|
|
...replace me...
|
2016-03-17 11:35:32 +00:00
|
|
|
```
|
|
|
|
|
2020-11-27 12:10:48 +00:00
|
|
|
I get the following output: <!-- FULL OUTPUT please, not just what you think is relevant -->
|
2016-10-08 07:59:18 +00:00
|
|
|
|
2016-09-08 10:12:16 +00:00
|
|
|
```
|
|
|
|
...replace me...
|
2016-03-17 11:35:32 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
And I expected this to happen:
|