Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 1... Línea 1...
1
{
1
{
2
    "name": "psr/http-factory",
2
    "name": "psr/http-factory",
3
    "description": "Common interfaces for PSR-7 HTTP message factories",
3
    "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories",
4
    "keywords": [
4
    "keywords": [
5
        "psr",
5
        "psr",
6
        "psr-7",
6
        "psr-7",
7
        "psr-17",
7
        "psr-17",
8
        "http",
8
        "http",
Línea 13... Línea 13...
13
    ],
13
    ],
14
    "license": "MIT",
14
    "license": "MIT",
15
    "authors": [
15
    "authors": [
16
        {
16
        {
17
            "name": "PHP-FIG",
17
            "name": "PHP-FIG",
18
            "homepage": "http://www.php-fig.org/"
18
            "homepage": "https://www.php-fig.org/"
19
        }
19
        }
20
    ],
20
    ],
-
 
21
    "support": {
-
 
22
        "source": "https://github.com/php-fig/http-factory"
-
 
23
    },
21
    "require": {
24
    "require": {
22
        "php": ">=7.0.0",
25
        "php": ">=7.1",
23
        "psr/http-message": "^1.0"
26
        "psr/http-message": "^1.0 || ^2.0"
24
    },
27
    },
25
    "autoload": {
28
    "autoload": {
26
        "psr-4": {
29
        "psr-4": {
27
            "Psr\\Http\\Message\\": "src/"
30
            "Psr\\Http\\Message\\": "src/"
28
        }
31
        }