You are here

function lightning_api_update_dependencies in Lightning API 8.2

Same name and namespace in other branches
  1. 8.3 lightning_api.install \lightning_api_update_dependencies()

Implements hook_update_dependencies().

File

./lightning_api.install, line 96

Code

function lightning_api_update_dependencies() {
  return [
    'lightning_api' => [
      8300 => [
        'openapi' => 8100,
      ],
    ],
  ];
}