Commit 85a5ecdb authored by Julian Pustkuchen's avatar Julian Pustkuchen
Browse files

Issue #3261940 by Anybody, slowflyer, maskedjellybean: Lost compatibility to...

Issue #3261940 by Anybody, slowflyer, maskedjellybean: Lost compatibility to Drupal 8 and Drupal 9.1.x and 9.2.x
parent 66360316
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        "source": "https://git.drupalcode.org/project/responsive_background_image"
    },
    "require": {
        "drupal/core": "^8 || ^9",
        "drupal/core": ">=9.3",
        "drupal/responsive_image": "*"
    }
}
+1 −2
Original line number Diff line number Diff line
name: Responsive Background Image
description: Provides functions to generate responsive background image media queries.
core: 8.x
core_version_requirement: ^8 || ^9
core_version_requirement: ^9.3
type: module
dependencies:
  - 'drupal:responsive_image'