Commit 2844bdc
authored
Add description to fix
While running:
```
composer show --tree
```
It fails if this package is installed since the `description` key is empty. See composer source code where `strtok` fails since description is null instead of string type: https://github.com/composer/composer/blob/main/src/Composer/Command/ShowCommand.php#L1127
I added a very simple description, nothing too fancy!composer show --tree
1 parent e1eac19 commit 2844bdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments