Skip to content

Commit

Permalink
fix: tests
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Aug 1, 2024
1 parent 0cce932 commit 50bf66e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@
"php": ">=8.0.2"
},
"require-dev": {
"phpunit/phpunit": "^11.2",
"phpunit/phpunit": "^10.0|^11.2",
"brainmaestro/composer-git-hooks": "^3.0",
"friendsofphp/php-cs-fixer": "^3.2",
"nunomaduro/termwind": "^2.0",
"laravel/pint": "^1.10"
},
"bin": ["bin/pinyin"],
"bin": [
"bin/pinyin"
],
"extra": {
"hooks": {
"pre-commit": [
Expand Down

0 comments on commit 50bf66e

Please sign in to comment.