<?php

$EM_CONF[$_EXTKEY] = [
    'title' => 'Bison',
    'description' => '',
    'category' => 'plugin',
    'author' => 'SLUB TYPO3 Team',
    'author_email' => 'typo3@slub-dresden.de',
    'author_company' => 'SLUB Dresden',
    'state' => 'alpha',
    'clearCacheOnLoad' => 0,
    'version' => '1.0.0',
    'constraints' => [
        'depends' => [
            'typo3' => '11.5.0-11.5.99',
        ],
        'conflicts' => [],
        'suggests' => [],
    ],
];