Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
Merge pull request #14 from ec-europa/d10
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiu-cristea authored Nov 19, 2022
2 parents 83853b2 + 3f5f16b commit 26cab3d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
"license": "GPL-2.0-or-later",
"type": "drupal-module",
"require": {
"php": ">=7.1",
"drupal/rdf_entity": "^1.0 || ^2.0",
"spdx/license-list-data": "master"
},
Expand Down
17 changes: 1 addition & 16 deletions spdx.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,9 @@ type: module
description: 'A license management module.'
package: Joinup

core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10

dependencies:
- drupal:link
- drupal:text
- rdf_entity:rdf_entity

config_devel:
install:
- core.entity_form_display.rdf_entity.spdx_licence.default
- core.entity_view_display.rdf_entity.spdx_licence.default
- field.field.rdf_entity.spdx_licence.field_spdx_licence_id
- field.field.rdf_entity.spdx_licence.field_spdx_licence_text
- field.field.rdf_entity.spdx_licence.field_spdx_see_also
- field.storage.rdf_entity.field_spdx_licence_id
- field.storage.rdf_entity.field_spdx_licence_text
- field.storage.rdf_entity.field_spdx_see_also
- rdf_entity.rdfentity.spdx_licence
- sparql_entity_storage.mapping.rdf_entity.spdx_licence
- sparql_entity_storage.mapping.taxonomy_term.legal_type
- taxonomy.vocabulary.legal_type

0 comments on commit 26cab3d

Please sign in to comment.