Skip to content

Commit

Permalink
Merge pull request #63 from koriym/hotfix-61
Browse files Browse the repository at this point in the history
Fix #61
  • Loading branch information
koriym authored Jan 7, 2021
2 parents 8b131af + 52b1849 commit 92e88c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes → .gitattributes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

# Configure diff output for .php and .phar files.
*.php diff=php
*.phar -diff
*.phar -diff
1 change: 1 addition & 0 deletions src/Installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ public static function postInstall(Event $event): void
shell_exec(dirname(__DIR__) . '/vendor/bin/psalm --init > /dev/null');
// README
rename($skeletonRoot . '/README.proj.md', $skeletonRoot . '/README.md');
rename($skeletonRoot . '/.gitattributes.txt', $skeletonRoot . '/.gitattributes');
$io->write(sprintf('<info>%s package created.</info>', self::$packageName));
$io->write('<info>Happy quality coding!</info>');
}
Expand Down

0 comments on commit 92e88c4

Please sign in to comment.