I imagined that loading via Composer would just autoload load.php, but I see now it has its own file without the logic that handles other loaded instances. That means I'll get Fatal error: Cannot redeclare scb_init() if another plugin loads the framework first. Is this intentional?