We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d70440d commit 8d02aa7Copy full SHA for 8d02aa7
1 file changed
composer.json
@@ -40,6 +40,7 @@
40
"phpunit/phpunit": "^5.7"
41
},
42
"scripts": {
43
- "test": "./vendor/bin/phpunit"
+ "test": "./vendor/bin/phpunit",
44
+ "post-package-update": "echo 'Please rerun command: php bin/swoft dev:publish swoft/devtool -f'"
45
}
46
0 commit comments