 Running a `composer update` with the following `composer.json` will download `tcdent/php-restclient:0.1.8.2`. ```json { "require": { "php": "^7.2", "tcdent/php-restclient": "^0.1.7", }, } ```