<?php

function civicrm_migrate_migrate_api() {
  $api = array(
    'api' => 2,
  );
  return $api;
}