uap-php
uap-php copied to clipboard
Update README.md: Use composer require
Composer require command is the standard way to install composer packages.
You should avoid modifying composer.json manually, as its more cumbersome, and you have to composer update at the end of it. This can lead to unwanted updates in other dependencies of the project.