Contents of my composer.json
"require": {
"laravel/framework": "5.5.*",
"patricktalmadge/bootstrapper": "~5"
},
Declaration of Bootstrapper\Form::select($name, $list = Array, $selected = NULL, array $selectAttributes = Array, array $optionsAttributes = Array) should be compatible with Collective\Html\FormBuilder::select($name, $list = Array, $selected = NULL, array $selectAttributes = Array, array $optionsAttributes = Array, array $optgroupsAttributes = Array)