Unverified Commit c00078f3 authored by Alex Pott's avatar Alex Pott
Browse files

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

parent 47b22525
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -653,7 +653,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "8a116e21db8b18192ac8b1227498a885ab72fb16"
                "reference": "b7da7886127a21759320836244dee604710f1c91"
            },
            "require": {
                "asm89/stack-cors": "^1.1",
@@ -679,6 +679,7 @@
                "masterminds/html5": "^2.1",
                "pear/archive_tar": "^1.4.8",
                "php": ">=7.0.8",
                "psr/log": "^1.0",
                "stack/builder": "^1.0",
                "symfony-cmf/routing": "^1.4",
                "symfony/class-loader": "~3.4.0",
+2 −1
Original line number Diff line number Diff line
@@ -46,7 +46,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",