In the recent versions of Silex, ServiceProviderInterface requires to define the "boot" method in the provider.
You can add
public function boot(Application $app) {}
in class DoctrineORMServiceProvider to fix this... but there is another error : $app['autoload'] is now deprecated...