Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "name": "symfony/deprecation-contracts",
3
    "type": "library",
4
    "description": "A generic function and convention to trigger deprecation notices",
5
    "homepage": "https://symfony.com",
6
    "license": "MIT",
7
    "authors": [
8
        {
9
            "name": "Nicolas Grekas",
10
            "email": "p@tchwork.com"
11
        },
12
        {
13
            "name": "Symfony Community",
14
            "homepage": "https://symfony.com/contributors"
15
        }
16
    ],
17
    "require": {
18
        "php": ">=8.0.2"
19
    },
20
    "autoload": {
21
        "files": [
22
            "function.php"
23
        ]
24
    },
25
    "minimum-stability": "dev",
26
    "extra": {
27
        "branch-alias": {
28
            "dev-main": "3.0-dev"
29
        },
30
        "thanks": {
31
            "name": "symfony/contracts",
32
            "url": "https://github.com/symfony/contracts"
33
        }
34
    }
35
}