Skip to content

Commit a372a5b

Browse files
committed
fix: 修复 visibility 实现 #40
1 parent 3d82758 commit a372a5b

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

composer.json

-24
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"phpunit/phpunit": "^9.5",
1111
"mockery/mockery": "^1.0",
1212
"league/flysystem-adapter-test-utilities": "^3.0",
13-
"brainmaestro/composer-git-hooks": "dev-master",
1413
"laravel/pint": "^1.6"
1514
},
1615
"autoload": {
@@ -30,31 +29,8 @@
3029
}
3130
],
3231
"license": "MIT",
33-
"extra": {
34-
"hooks": {
35-
"pre-commit": [
36-
"composer fix-style",
37-
"composer test"
38-
],
39-
"pre-push": [
40-
"composer test",
41-
"composer check-style"
42-
]
43-
}
44-
},
4532
"scripts": {
46-
"post-update-cmd": [
47-
"cghooks remove",
48-
"cghooks add --ignore-lock",
49-
"cghooks update"
50-
],
5133
"post-merge": "composer install",
52-
"post-install-cmd": [
53-
"cghooks remove",
54-
"cghooks add --ignore-lock",
55-
"cghooks update"
56-
],
57-
"cghooks": "vendor/bin/cghooks",
5834
"check-style": "vendor/bin/pint --test",
5935
"fix-style": "vendor/bin/pint",
6036
"test": "phpunit --colors=always"

0 commit comments

Comments
 (0)