Skip to content
Snippets Groups Projects
Commit 044f59a4 authored by Josh Stevenson-Woods's avatar Josh Stevenson-Woods Committed by Elliot Ward
Browse files

Issue #3100240 by jkswoods, Eli-T: Add core_version_requirement to specify Drupal 9 compatibility

parent 50512e47
No related branches found
Tags 8.x-1.0-alpha2
No related merge requests found
......@@ -4,5 +4,7 @@
"description": "Provides a field for referencing remote data elements via JSON:API",
"keywords": ["Drupal"],
"minimum-stability": "dev",
"require": { }
"require": {
"drupal/core": "^8.7 || ^9"
}
}
......@@ -2,5 +2,6 @@ name: 'JSON:API Reference'
type: module
description: 'Provides a field for referencing remote data elements via JSON:API'
core: 8.x
core_version_requirement: ^8 || ^9
package: 'Field types'
configure: jsonapi_reference.json_api_reference_config_form
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment