You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 weeks ago | |
---|---|---|
.github | 3 weeks ago | |
debian | 4 months ago | |
.gitignore | 1 year ago | |
LICENSE | 1 year ago | |
README.md | 4 months ago | |
composer-global-update | 1 year ago | |
composer-global-update.svg | 10 months ago |
README.md
Composer Global Updater
Update PHP libraries in /usr/share/* or /usr/lib/*
Installation
sudo apt install lsb-release wget
echo "deb http://repo.vitexsoftware.cz $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/vitexsoftware.list
sudo wget -O /etc/apt/trusted.gpg.d/vitexsoftware.gpg http://repo.vitexsoftware.cz/keyring.gpg
sudo apt update
sudo apt install composer-global-update
Usage
Update all dependencies
$ composer-global-update
Update only dependencies with keyword within its name
$ composer-global-update nette