Expect::anyOf('mysql', 'sqlite')->required(), 'host' => Expect::string()->default('localhost'), 'post' => Expect::int()->min(1)->max(65535), 'database' => Expect::string()->required(), 'username' => Expect::string()->required(), 'password' => Expect::string()->nullable() ]); } }