Commit 8d889c47 authored by Björn Brala's avatar Björn Brala
Browse files

Issue #3309066 by bbrala, catch, Spokje: Compatibility with Drupal 9.4

parent e738017f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  "type": "drupal-module",
  "license": "GPL-2.0-or-later",
  "require": {
    "drupal/core": "^9.5 || ^10.0",
    "drupal/core": "^9.4 || ^10.0",
    "easyrdf/easyrdf": "^0.9 || ^1.0"
  }
}
+1 −1
Original line number Diff line number Diff line
@@ -2,4 +2,4 @@ name: RDF
type: module
description: 'Enriches your content with metadata to let other applications (e.g. search engines, aggregators) better understand its relationships and attributes.'
package: Web services
core_version_requirement: ^9.5 || ^10.0
core_version_requirement: ^9.4 || ^10.0