Subversion-Projekte lars-tiefland.laravel_shop

Revision

Revision 148 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 148 Revision 1294
Zeile 5... Zeile 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
    "require": {
13
    "require": {
14
        "php": "^7.0 || ^8.0",
14
        "php": "^7.0 || ^8.0",
15
        "psr/http-message": "^1.0"
15
        "psr/http-message": "^1.0 || ^2.0"
16
    },
16
    },
17
    "autoload": {
17
    "autoload": {
18
        "psr-4": {
18
        "psr-4": {
19
            "Psr\\Http\\Client\\": "src/"
19
            "Psr\\Http\\Client\\": "src/"
20
        }
20
        }