Proyectos de Subversion Moodle

Rev

Rev 1 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
    "name": "psr/http-client",
3
    "description": "Common interface for HTTP clients",
4
    "keywords": ["psr", "psr-18", "http", "http-client"],
5
    "homepage": "https://github.com/php-fig/http-client",
6
    "license": "MIT",
7
    "authors": [
8
        {
9
            "name": "PHP-FIG",
1441 ariadna 10
            "homepage": "https://www.php-fig.org/"
1 efrain 11
        }
12
    ],
1441 ariadna 13
    "support": {
14
        "source": "https://github.com/php-fig/http-client"
15
    },
1 efrain 16
    "require": {
17
        "php": "^7.0 || ^8.0",
1441 ariadna 18
        "psr/http-message": "^1.0 || ^2.0"
1 efrain 19
    },
20
    "autoload": {
21
        "psr-4": {
22
            "Psr\\Http\\Client\\": "src/"
23
        }
24
    },
25
    "extra": {
26
        "branch-alias": {
27
            "dev-master": "1.0.x-dev"
28
        }
29
    }
30
}