Open datashaman opened 8 years ago
The require command above it installs the package. Running composer update instead updates all the dependencies in your composer.json. Not what you want to happen.
composer update
The require command above it installs the package. Running
composer update
instead updates all the dependencies in your composer.json. Not what you want to happen.