Composer
Composer binding
To auto-update shared.phar
alongside the default autoloader, just add a post-install-cmd to your composer.json
:
{
"scripts": {
"post-install-cmd": [
"./vendor/shared.phar"
]
}
}
To auto-update shared.phar
alongside the default autoloader, just add a post-install-cmd to your composer.json
:
{
"scripts": {
"post-install-cmd": [
"./vendor/shared.phar"
]
}
}