Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 48... Línea 48...
48
            "name": "Tobias Schultze",
48
            "name": "Tobias Schultze",
49
            "email": "webmaster@tubo-world.de",
49
            "email": "webmaster@tubo-world.de",
50
            "homepage": "https://github.com/Tobion"
50
            "homepage": "https://github.com/Tobion"
51
        }
51
        }
52
    ],
52
    ],
-
 
53
    "repositories": [
-
 
54
        {
-
 
55
            "type": "package",
-
 
56
            "package": {
-
 
57
                "name": "guzzle/client-integration-tests",
-
 
58
                "version": "v3.0.2",
-
 
59
                "dist": {
-
 
60
                    "url": "https://codeload.github.com/guzzle/client-integration-tests/zip/2c025848417c1135031fdf9c728ee53d0a7ceaee",
-
 
61
                    "type": "zip"
-
 
62
                },
-
 
63
                "require": {
-
 
64
                    "php": "^7.2.5 || ^8.0",
-
 
65
                    "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.11",
-
 
66
                    "php-http/message": "^1.0 || ^2.0",
-
 
67
                    "guzzlehttp/psr7": "^1.7 || ^2.0",
-
 
68
                    "th3n3rd/cartesian-product": "^0.3"
-
 
69
                },
-
 
70
                "autoload": {
-
 
71
                    "psr-4": {
-
 
72
                        "Http\\Client\\Tests\\": "src/"
-
 
73
                    }
-
 
74
                },
-
 
75
                "bin": [
-
 
76
                    "bin/http_test_server"
-
 
77
                ]
-
 
78
            }
-
 
79
        }
-
 
80
    ],
53
    "require": {
81
    "require": {
54
        "php": "^7.2.5 || ^8.0",
82
        "php": "^7.2.5 || ^8.0",
55
        "ext-json": "*",
83
        "ext-json": "*",
56
        "guzzlehttp/promises": "^1.5",
84
        "guzzlehttp/promises": "^1.5.3 || ^2.0.3",
57
        "guzzlehttp/psr7": "^1.9 || ^2.4",
85
        "guzzlehttp/psr7": "^2.7.0",
58
        "psr/http-client": "^1.0",
86
        "psr/http-client": "^1.0",
59
        "symfony/deprecation-contracts": "^2.2 || ^3.0"
87
        "symfony/deprecation-contracts": "^2.2 || ^3.0"
60
    },
88
    },
61
    "provide": {
89
    "provide": {
62
        "psr/http-client-implementation": "1.0"
90
        "psr/http-client-implementation": "1.0"
63
    },
91
    },
64
    "require-dev": {
92
    "require-dev": {
65
        "ext-curl": "*",
93
        "ext-curl": "*",
66
        "bamarni/composer-bin-plugin": "^1.8.1",
94
        "bamarni/composer-bin-plugin": "^1.8.2",
67
        "php-http/client-integration-tests": "^3.0",
95
        "guzzle/client-integration-tests": "3.0.2",
-
 
96
        "php-http/message-factory": "^1.1",
68
        "phpunit/phpunit": "^8.5.29 || ^9.5.23",
97
        "phpunit/phpunit": "^8.5.39 || ^9.6.20",
69
        "psr/log": "^1.1 || ^2.0 || ^3.0"
98
        "psr/log": "^1.1 || ^2.0 || ^3.0"
70
    },
99
    },
71
    "suggest": {
100
    "suggest": {
72
        "ext-curl": "Required for CURL handler support",
101
        "ext-curl": "Required for CURL handler support",
73
        "ext-intl": "Required for Internationalized Domain Name (IDN) support",
102
        "ext-intl": "Required for Internationalized Domain Name (IDN) support",
Línea 82... Línea 111...
82
    },
111
    },
83
    "extra": {
112
    "extra": {
84
        "bamarni-bin": {
113
        "bamarni-bin": {
85
            "bin-links": true,
114
            "bin-links": true,
86
            "forward-command": false
115
            "forward-command": false
87
        },
-
 
88
        "branch-alias": {
-
 
89
            "dev-master": "7.5-dev"
-
 
90
        }
116
        }
91
    },
117
    },
92
    "autoload": {
118
    "autoload": {
93
        "psr-4": {
119
        "psr-4": {
94
            "GuzzleHttp\\": "src/"
120
            "GuzzleHttp\\": "src/"