Commit 6bae9394 authored by Anton Smirnov's avatar Anton Smirnov
Browse files

Double pipe

parent f4bdb2a8
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@
    },
    "require": {
        "php": "^8.1",
        "doctrine/lexer": "^2 | ^3"
        "doctrine/lexer": "^2 || ^3"
    },
    "require-dev": {
        "phpunit/phpunit": "^10.5",
        "psy/psysh": "*",
        "sandfox.dev/code-standard": "^1.2025.09.17",
        "squizlabs/php_codesniffer": "*",
        "vimeo/psalm": "^5.25 | ^6"
        "vimeo/psalm": "^5.25 || ^6"
    }
}