Unverified Commit 2d2cbce2 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3095948 by amjad1233, Chi: Require explicitly psr/log

parent 20236ef4
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "4c4b6062f6020c6b46b45018cfd084d3f20a77eb"
                "reference": "fccc4c0fffd3f4d3aa239dff24ace99b9c52074e"
            },
            "require": {
                "asm89/stack-cors": "^1.1",
@@ -678,6 +678,7 @@
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.8",
                "php": ">=7.2.3",
                "psr/log": "^1.0",
                "stack/builder": "^1.0",
                "symfony-cmf/routing": "^2.1",
                "symfony/class-loader": "~3.4.0",
+2 −1
Original line number Diff line number Diff line
@@ -45,7 +45,8 @@
        "zendframework/zend-diactoros": "^1.8",
        "composer/semver": "^1.0",
        "asm89/stack-cors": "^1.1",
        "pear/archive_tar": "^1.4.8"
        "pear/archive_tar": "^1.4.8",
        "psr/log": "^1.0"
    },
    "conflict": {
        "drupal/pathauto": "<1.6",