Skip to content

Commit 31e0e12

Browse files
authored
Fix typo in version ads (#69)
1 parent 9e9bf95 commit 31e0e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Console/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public function getLongVersion(): string
6363
);
6464
$longVersion .= PHP_EOL.$phpSapi;
6565

66-
$longVersion .= PHP_EOL.PHP_EOL.'<comment>Support Composer SemVer:</>';
66+
$longVersion .= PHP_EOL.PHP_EOL.'<comment>Support PHP Matrix:</>';
6767

6868
$supportBlock = (new FormatterHelper)
6969
->formatBlock(

0 commit comments

Comments
 (0)