Verified Commit 2a25e951 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3429602 by longwave: Annotation component has an undeclared dependency on doctrine/lexer 2

parent 18c45f5f
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -495,13 +495,14 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "8e8088fe577c4e4e1e961f9c36ce57b4cbb9ce51"
                "reference": "45312e105697022dac062ee5a5fd7a4a0ad4162c"
            },
            "require": {
                "asm89/stack-cors": "^2.1",
                "composer-runtime-api": "^2.1",
                "composer/semver": "^3.3",
                "doctrine/annotations": "^2.0",
                "doctrine/lexer": "^2.0",
                "egulias/email-validator": "^3.2.1|^4.0",
                "ext-date": "*",
                "ext-dom": "*",
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@
        "symfony/yaml": "^6.4",
        "twig/twig": "^3.5.0",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "guzzlehttp/guzzle": "^7.5",
        "guzzlehttp/psr7": "^2.4.5",
        "egulias/email-validator": "^3.2.1|^4.0",
+1 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
    "require": {
        "php": ">=8.1.0",
        "doctrine/annotations": "^2.0",
        "doctrine/lexer": "^2.0",
        "drupal/core-class-finder": "11.x-dev",
        "drupal/core-file-cache": "11.x-dev",
        "drupal/core-plugin": "11.x-dev",