DotclearWatch/_define.php

16 lines
283 B
PHP

<?php
$this->registerModule(
'Dotclear Watch',
'Send report about your Dotclear',
'Jean-Christian Denis and contributors',
'0.1',
[
'requires' => [
['php', '7.4'],
['core', '2.27'],
],
'type' => 'plugin',
]
);