-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
Description
VersionEngine is awesome. Sadly, it's a little bit too optimistic for me.
I have a lot of legacy code that runs on Datatables 1.9, and I am not really prepared to start moving all of that to Datatables 1.10. It would be awesome if there was a configuration file (something like app/config/app.php) where it could be specified in an array what providers you want to use.
For example, datatable.php:
<?php
return [
'providers' => [
OpenSkill\Datatable\Versions\Datatable110Version::class,
OpenSkill\Datatable\Versions\Datatable19Version::class
];
];