Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 18... Línea 18...
18
            "role": "Developer"
18
            "role": "Developer"
19
        }
19
        }
20
    ],
20
    ],
21
    "license": "BSD-3-Clause",
21
    "license": "BSD-3-Clause",
22
    "require": {
22
    "require": {
23
        "php": "^7.4||^8.0"
23
        "php": "^8.0"
24
    },
24
    },
25
    "suggest": {
25
    "suggest": {
26
        "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present",
26
        "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present",
27
        "ext-sodium": "Support EdDSA (Ed25519) signatures"
27
        "ext-sodium": "Support EdDSA (Ed25519) signatures"
28
    },
28
    },
Línea 30... Línea 30...
30
        "psr-4": {
30
        "psr-4": {
31
            "Firebase\\JWT\\": "src"
31
            "Firebase\\JWT\\": "src"
32
        }
32
        }
33
    },
33
    },
34
    "require-dev": {
34
    "require-dev": {
35
        "guzzlehttp/guzzle": "^6.5||^7.4",
35
        "guzzlehttp/guzzle": "^7.4",
36
        "phpspec/prophecy-phpunit": "^2.0",
36
        "phpspec/prophecy-phpunit": "^2.0",
37
        "phpunit/phpunit": "^9.5",
37
        "phpunit/phpunit": "^9.5",
38
        "psr/cache": "^1.0||^2.0",
38
        "psr/cache": "^2.0||^3.0",
39
        "psr/http-client": "^1.0",
39
        "psr/http-client": "^1.0",
40
        "psr/http-factory": "^1.0"
40
        "psr/http-factory": "^1.0"
41
    }
41
    }
42
}
42
}