Subversion-Projekte lars-tiefland.laravel_shop

Revision

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

Revision 621 Revision 991
Zeile 15... Zeile 15...
15
            "email": "sebastian@phpunit.de",
15
            "email": "sebastian@phpunit.de",
16
            "role": "lead"
16
            "role": "lead"
17
        }
17
        }
18
    ],
18
    ],
19
    "support": {
19
    "support": {
20
        "issues": "https://github.com/sebastianbergmann/phpunit/issues"
20
        "issues": "https://github.com/sebastianbergmann/phpunit/issues",
-
 
21
        "security": "https://github.com/sebastianbergmann/phpunit/security/policy"
21
    },
22
    },
22
    "prefer-stable": true,
23
    "prefer-stable": true,
23
    "require": {
24
    "require": {
24
        "php": ">=7.3",
25
        "php": ">=7.3",
25
        "ext-dom": "*",
26
        "ext-dom": "*",
Zeile 55... Zeile 56...
55
        },
56
        },
56
        "optimize-autoloader": true,
57
        "optimize-autoloader": true,
57
        "sort-packages": true
58
        "sort-packages": true
58
    },
59
    },
59
    "suggest": {
60
    "suggest": {
60
        "ext-soap": "*",
61
        "ext-soap": "To be able to generate mocks based on WSDL files",
61
        "ext-xdebug": "*"
62
        "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
62
    },
63
    },
63
    "bin": [
64
    "bin": [
64
        "phpunit"
65
        "phpunit"
65
    ],
66
    ],
66
    "autoload": {
67
    "autoload": {