DotclearWatch/_define.php

16 lines
283 B
PHP
Raw Normal View History

2023-07-22 22:50:27 +00:00
<?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',
]
);