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-message",
5
    "homepage": "https://github.com/php-fig/http-message",
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
    "require": {
13
    "require": {
14
        "php": ">=5.3.0"
14
        "php": "^7.2 || ^8.0"
15
    },
15
    },
16
    "autoload": {
16
    "autoload": {
17
        "psr-4": {
17
        "psr-4": {
18
            "Psr\\Http\\Message\\": "src/"
18
            "Psr\\Http\\Message\\": "src/"
19
        }
19
        }
20
    },
20
    },
21
    "extra": {
21
    "extra": {
22
        "branch-alias": {
22
        "branch-alias": {
23
            "dev-master": "1.0.x-dev"
23
            "dev-master": "2.0.x-dev"
24
        }
24
        }
25
    }
25
    }
26
}
26
}