We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8891cd7 commit c481743Copy full SHA for c481743
1 file changed
composer.json
@@ -71,6 +71,8 @@
71
}
72
},
73
"scripts" :{
74
+ "post-install-cmd": ["@composer bin all install --ansi --ignore-platform-req=php"],
75
+ "post-update-cmd": ["@composer bin all update --ansi --ignore-platform-req=php"],
76
"test": ["./vendor/bin/phpunit"],
77
"tests": ["@cs", "@sa", "@test"],
78
"coverage": ["php -dzend_extension=xdebug.so -dxdebug.mode=coverage ./vendor/bin/phpunit --coverage-text --coverage-html=build/coverage"],
0 commit comments