Needs review
Project:
ActivityPub
Version:
1.0.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 May 2026 at 06:44 UTC
Updated:
19 May 2026 at 07:56 UTC
Jump to comment: Most recent
The latest release introduces a dependency "landrok/activitypub": "dev-headers", but dev-headers doesn't exist.
Maybe that dependency should be entirely removed, looking into #3590589: Switch back to landrok/activitypub?
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
jurgenhaasWould be great if we could get a fresh alpha with this, so that we can install it easily.
Comment #4
jurgenhaasAh, wait, I just realized that the project defined a temporary repository in its composer.json:
The problem is, that doesn't work for Drupal sites, because the repository definition only works in the root composer.json. Repositories from dependencies are ignored.
Comment #5
swentel commentedDarn, didn't know that. I only tested it in running composer install in the AP folder - and because the test bot worked fine, I more or less assumed everything was ok.
Not sure what the best option is, I really do need that version as it contains changes which haven't been merged yet with the main repository of that package. I'll see if I can push that one further today!
Comment #6
swentel commentedTracking this in #3590589: Switch back to landrok/activitypub also.
Comment #7
jurgenhaasYou could probably publish your temporary package on packagist.org with a 0.0.1 version under your namespace. Then, you can remove that again later, when the official package is ready.
The testbot didn't capture it because it runs the projects composer.json as root project.