Merge pull request #8688 from aejnsn/patch-1
Adds backticks around `composer fund` to improve readability.pull/8693/head
commit
12b32707fa
|
@ -328,7 +328,7 @@ class Installer
|
|||
1 === $fundingCount ? '' : 's',
|
||||
1 === $fundingCount ? 'is' : 'are'
|
||||
),
|
||||
'<info>Use the composer fund command to find out more!</info>',
|
||||
'<info>Use the `composer fund` command to find out more!</info>',
|
||||
));
|
||||
}
|
||||
|
||||
|
|
|
@ -47,7 +47,7 @@ Package operations: 3 installs, 0 updates, 0 removals
|
|||
Writing lock file
|
||||
Generating autoload files
|
||||
2 packages you are using are looking for funding.
|
||||
Use the composer fund command to find out more!
|
||||
Use the `composer fund` command to find out more!
|
||||
--EXPECT--
|
||||
Installing b/b (1.0.0)
|
||||
Installing d/d (1.0.0)
|
||||
|
|
Loading…
Reference in New Issue