Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 13... Línea 13...
13
            "name": "Symfony Community",
13
            "name": "Symfony Community",
14
            "homepage": "https://symfony.com/contributors"
14
            "homepage": "https://symfony.com/contributors"
15
        }
15
        }
16
    ],
16
    ],
17
    "require": {
17
    "require": {
18
        "php": ">=8.0.2"
18
        "php": ">=8.1"
19
    },
19
    },
20
    "autoload": {
20
    "autoload": {
21
        "files": [
21
        "files": [
22
            "function.php"
22
            "function.php"
23
        ]
23
        ]
24
    },
24
    },
25
    "minimum-stability": "dev",
25
    "minimum-stability": "dev",
26
    "extra": {
26
    "extra": {
27
        "branch-alias": {
27
        "branch-alias": {
28
            "dev-main": "3.0-dev"
28
            "dev-main": "3.5-dev"
29
        },
29
        },
30
        "thanks": {
30
        "thanks": {
31
            "name": "symfony/contracts",
31
            "name": "symfony/contracts",
32
            "url": "https://github.com/symfony/contracts"
32
            "url": "https://github.com/symfony/contracts"
33
        }
33
        }