easyrdf/easyrdf library should be declared in composer.json

Created on 28 June 2020, about 5 years ago
Updated 4 August 2025, 19 days ago

The easyrdf/easyrdf library in core needs to be updated to the soon to be released version 1.0.0.
That's a breaking change for some modules in contrib that rely on the library shipped by Drupal core.

Beginning with Drupal 9.0.0 the library has already been removed and is only a development dependency.
You must explicitly require the correct version of the library yourself in a composer.json within your module, e.g.
composer require easyrdf/easyrdf:^0.9 or
composer require easyrdf/easyrdf:^1.0.0

The current plan for Drupal 8 is, to leave the version in core at ^0.9, but allow for an update through contrib.
You should explicitly require the correct version of the library yourself in a composer.json within your module, e.g.
composer require easyrdf/easyrdf:^0.9 or
composer require easyrdf/easyrdf:^1.0.0

To be prepared for the change, please create a composer.json file within your module and require the correct version and track the related issue at https://www.drupal.org/project/drupal/issues/3110972 β†’

Thanks!

πŸ“Œ Task
Status

Active

Version

1.0

Component

Code

Created by

πŸ‡©πŸ‡ͺGermany sanduhrs πŸ‡ͺπŸ‡Ί Heidelberg, Germany, Europe

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024