35 lines
546 B
Markdown
35 lines
546 B
Markdown
---
|
|
name: Support request / question
|
|
about: Confused, looking for assistance, and you don't like GitHub Discussions?
|
|
title: ''
|
|
type: Support
|
|
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:
|