v2.1.6
Added driver configuration, where two configuration options have been added:
- driver - May be set to either
local
orcustom
- custom_driver - If driver is set to
custom
, you may specify a full namespace pointing to your own driver implementation here (be sure it extendsCaffeinated\Modules\Repositories\Interfaces\ModuleRepositoryInterface
)