public function haveInitialisedComposer()
 {
     $this->fs->seeFileFound('composer.json', $this->projectRoot);
 }
 /**
  * Initialize the S3 client
  */
 public function _initialize()
 {
     parent::_initialize();
 }