Skip to content

Commit

Permalink
支持轻声转换 #119
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 27, 2023
1 parent dc8c4f4 commit eb45e78
Show file tree
Hide file tree
Showing 4 changed files with 9,510 additions and 9,507 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ composer.lock
.idea
.phpunit.result.cache
.php-cs-fixer.cache
cghooks.lock
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@
],
"post-merge": "composer install",
"post-install-cmd": [
"cghooks add --ignore-lock",
"cghooks update"
"cghooks remove",
"cghooks add --ignore-lock"
],
"cghooks": "vendor/bin/cghooks",
"pint": "vendor/bin/pint",
"pint": "vendor/bin/pint ./src ./tests",
"fix-style": "vendor/bin/pint ./src ./tests",
"test": "vendor/bin/phpunit --colors=always",
"build": "php ./bin/build"
Expand Down
Loading

0 comments on commit eb45e78

Please sign in to comment.