Commit 305bdfea authored by Zhang Terry's avatar Zhang Terry
Browse files

#3287925, Automated Drupal 10 compatibility fixes

parent 2162c4f8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
        "source": "http://cgit.drupalcode.org/http_client_log"
    },
    "require": {
        "drupal/core": "^8.8 || ^9",
        "gmponos/guzzle_logger": "^2.0"
        "gmponos/guzzle_logger": "^2.0",
        "drupal/core": "^8.8 || ^9 || ^10"
    }
}
+1 −1
Original line number Diff line number Diff line
name: 'http_client_log'
type: module
description: 'Http Client Logs'
core_version_requirement: ^8.8 || ^9
core_version_requirement: ^8.8 || ^9 || ^10
package: 'Development'