35 lines
490 B
Markdown
35 lines
490 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help us improve
|
||
|
title: ''
|
||
|
labels: Bug
|
||
|
assignees: ''
|
||
|
|
||
|
---
|
||
|
|
||
|
My `composer.json`:
|
||
|
|
||
|
```json
|
||
|
...replace me...
|
||
|
```
|
||
|
|
||
|
Output of `composer diagnose`:
|
||
|
|
||
|
```
|
||
|
...replace me...
|
||
|
```
|
||
|
|
||
|
When I run this command: <!-- run it with `-vvv` added to it ideally to get full debug output -->
|
||
|
|
||
|
```
|
||
|
...replace me...
|
||
|
```
|
||
|
|
||
|
I get the following output: <!-- FULL OUTPUT please, not just what you think is relevant -->
|
||
|
|
||
|
```
|
||
|
...replace me...
|
||
|
```
|
||
|
|
||
|
And I expected this to happen:
|