Skip to content

Commit

Permalink
fix: 修复 visibility 实现 #40
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Apr 30, 2024
1 parent 3d82758 commit a372a5b
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"phpunit/phpunit": "^9.5",
"mockery/mockery": "^1.0",
"league/flysystem-adapter-test-utilities": "^3.0",
"brainmaestro/composer-git-hooks": "dev-master",
"laravel/pint": "^1.6"
},
"autoload": {
Expand All @@ -30,31 +29,8 @@
}
],
"license": "MIT",
"extra": {
"hooks": {
"pre-commit": [
"composer fix-style",
"composer test"
],
"pre-push": [
"composer test",
"composer check-style"
]
}
},
"scripts": {
"post-update-cmd": [
"cghooks remove",
"cghooks add --ignore-lock",
"cghooks update"
],
"post-merge": "composer install",
"post-install-cmd": [
"cghooks remove",
"cghooks add --ignore-lock",
"cghooks update"
],
"cghooks": "vendor/bin/cghooks",
"check-style": "vendor/bin/pint --test",
"fix-style": "vendor/bin/pint",
"test": "phpunit --colors=always"
Expand Down

0 comments on commit a372a5b

Please sign in to comment.