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 150
Zeile 24... Zeile 24...
24
            "email": "schmittjoh@gmail.com"
24
            "email": "schmittjoh@gmail.com"
25
        }
25
        }
26
    ],
26
    ],
27
    "homepage": "https://www.doctrine-project.org/projects/lexer.html",
27
    "homepage": "https://www.doctrine-project.org/projects/lexer.html",
28
    "require": {
28
    "require": {
29
        "php": "^7.1 || ^8.0",
29
        "php": "^8.1"
30
        "doctrine/deprecations": "^1.0"
-
 
31
    },
30
    },
32
    "require-dev": {
31
    "require-dev": {
33
        "doctrine/coding-standard": "^9 || ^10",
32
        "doctrine/coding-standard": "^10",
34
        "phpstan/phpstan": "^1.3",
33
        "phpstan/phpstan": "^1.9",
35
        "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
34
        "phpunit/phpunit": "^9.5",
36
        "psalm/plugin-phpunit": "^0.18.3",
35
        "psalm/plugin-phpunit": "^0.18.3",
37
        "vimeo/psalm": "^4.11 || ^5.0"
36
        "vimeo/psalm": "^5.0"
38
    },
37
    },
39
    "autoload": {
38
    "autoload": {
40
        "psr-4": {
39
        "psr-4": {
41
            "Doctrine\\Common\\Lexer\\": "src"
40
            "Doctrine\\Common\\Lexer\\": "src"
42
        }
41
        }