Skip to content
Snippets Groups Projects
composer.json 407 B
Newer Older
    "name": "framasoft/framadate",
    "description": "Application to facilitate the schedule of events or classic polls",
    "keywords": [
        "poll"
    ],
    "version": "0.9.0",
    "license": "CeCILL-B",

    "type": "project",

        "psr-4": {
            "Framadate\\": "app/classes/Framadate/"
        }