Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 5... Línea 5...
5
    "homepage": "https://github.com/php-fig/http-client",
5
    "homepage": "https://github.com/php-fig/http-client",
6
    "license": "MIT",
6
    "license": "MIT",
7
    "authors": [
7
    "authors": [
8
        {
8
        {
9
            "name": "PHP-FIG",
9
            "name": "PHP-FIG",
10
            "homepage": "http://www.php-fig.org/"
10
            "homepage": "https://www.php-fig.org/"
11
        }
11
        }
12
    ],
12
    ],
-
 
13
    "support": {
-
 
14
        "source": "https://github.com/php-fig/http-client"
-
 
15
    },
13
    "require": {
16
    "require": {
14
        "php": "^7.0 || ^8.0",
17
        "php": "^7.0 || ^8.0",
15
        "psr/http-message": "^1.0"
18
        "psr/http-message": "^1.0 || ^2.0"
16
    },
19
    },
17
    "autoload": {
20
    "autoload": {
18
        "psr-4": {
21
        "psr-4": {
19
            "Psr\\Http\\Client\\": "src/"
22
            "Psr\\Http\\Client\\": "src/"
20
        }
23
        }