Unverified Commit 52370ec9 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3532187 by sleitner, immaculatexavier, alexpott, catch, adrianm6254,...

Issue #3532187 by sleitner, immaculatexavier, alexpott, catch, adrianm6254, xjm, sharif.elshobkshy: Composer issue when dealerdirect/phpcodesniffer-composer-installer update from v1.0.0 to v1.1.0
parent 0cb41093
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -497,7 +497,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "9dc18d846f5077cbc5615fc28a4361adf2f160ba"
                "reference": "74581f4e5f24dbea4ac0099e4a79f0e0bff77f55"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -550,6 +550,7 @@
                "twig/twig": "^3.21.0"
            },
            "conflict": {
                "dealerdirect/phpcodesniffer-composer-installer": "1.1.0",
                "drupal/automatic_updates": "<4",
                "drupal/project_browser": "<2.1",
                "drush/drush": "<12.4.3"
@@ -10127,8 +10128,8 @@
    },
    "prefer-stable": true,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": [],
    "platform": {},
    "platform-dev": {},
    "platform-overrides": {
        "php": "8.3.0"
    },
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@
    "conflict": {
        "drupal/automatic_updates": "<4",
        "drupal/project_browser": "<2.1",
        "drush/drush": "<12.4.3"
        "drush/drush": "<12.4.3",
        "dealerdirect/phpcodesniffer-composer-installer": "1.1.0"
    },
    "replace": {
        "drupal/core-annotation": "self.version",