Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "name": "psr/event-dispatcher",
3
    "description": "Standard interfaces for event handling.",
4
    "type": "library",
5
    "keywords": ["psr", "psr-14", "events"],
6
    "license": "MIT",
7
    "authors": [
8
        {
9
            "name": "PHP-FIG",
10
            "homepage": "https://www.php-fig.org/"
11
        }
12
    ],
13
    "require": {
14
        "php": ">=7.2.0"
15
    },
16
    "autoload": {
17
        "psr-4": {
18
            "Psr\\EventDispatcher\\": "src/"
19
        }
20
    },
21
    "suggest": {
22
        "fig/event-dispatcher-util": "Provides some useful PSR-14 utilities"
23
    },
24
    "extra": {
25
        "branch-alias": {
26
            "dev-master": "1.0.x-dev"
27
        }
28
    }
29
}