Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 50... Línea 50...
50
        }
50
        }
51
    ],
51
    ],
52
    "require": {
52
    "require": {
53
        "php": "^7.2.5 || ^8.0",
53
        "php": "^7.2.5 || ^8.0",
54
        "psr/http-factory": "^1.0",
54
        "psr/http-factory": "^1.0",
55
        "psr/http-message": "^1.0",
55
        "psr/http-message": "^1.1 || ^2.0",
56
        "ralouphie/getallheaders": "^3.0"
56
        "ralouphie/getallheaders": "^3.0"
57
    },
57
    },
58
    "provide": {
58
    "provide": {
59
        "psr/http-factory-implementation": "1.0",
59
        "psr/http-factory-implementation": "1.0",
60
        "psr/http-message-implementation": "1.0"
60
        "psr/http-message-implementation": "1.0"
61
    },
61
    },
62
    "require-dev": {
62
    "require-dev": {
63
        "bamarni/composer-bin-plugin": "^1.8.1",
63
        "bamarni/composer-bin-plugin": "^1.8.2",
64
        "http-interop/http-factory-tests": "^0.9",
64
        "http-interop/http-factory-tests": "0.9.0",
65
        "phpunit/phpunit": "^8.5.29 || ^9.5.23"
65
        "phpunit/phpunit": "^8.5.39 || ^9.6.20"
66
    },
66
    },
67
    "suggest": {
67
    "suggest": {
68
        "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
68
        "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
69
    },
69
    },
70
    "autoload": {
70
    "autoload": {
Línea 79... Línea 79...
79
    },
79
    },
80
    "extra": {
80
    "extra": {
81
        "bamarni-bin": {
81
        "bamarni-bin": {
82
            "bin-links": true,
82
            "bin-links": true,
83
            "forward-command": false
83
            "forward-command": false
84
        },
-
 
85
        "branch-alias": {
-
 
86
            "dev-master": "2.4-dev"
-
 
87
        }
84
        }
88
    },
85
    },
89
    "config": {
86
    "config": {
90
        "allow-plugins": {
87
        "allow-plugins": {
91
            "bamarni/composer-bin-plugin": true
88
            "bamarni/composer-bin-plugin": true