Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "name": "jleyva/moodle-block_configurablereports",
3
    "type": "moodle-block",
4
    "description": "This block is a Moodle custom reports builder. You can create custom reports without SQL knowledge. It's a tool suitable for admins or teachers.",
5
    "homepage": "https://moodle.org/plugins/view.php?plugin=block_configurable_reports",
6
    "license": "GPL-3.0+",
7
    "require": {
8
        "composer/installers": "*"
9
    },
10
    "extra": {
11
        "installer-name": "configurable_reports"
12
    },
13
    "support": {
14
        "issues": "http://tracker.moodle.org/browse/CONTRIB/component/10753",
15
        "source": "https://github.com/jleyva/moodle-block_configurablereports/"
16
    }
17
}