Remove the old Drupal 5 code. Set up the basic module boilerplate for Drupal 8.

Include the following libraries in composer.json. It is recommended to have composer manager as well.
barnabywalters/mf-cleaner
php-mf2
indieweb/mention-client

CommentFileSizeAuthor
#2 microformats-libraries-2719867-1.patch18.03 KBHongPong
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

HongPong created an issue. See original summary.

HongPong’s picture

"require": {
"mf2/mf2": "~0.3",
"barnabywalters/mf-cleaner": "^0.1.4",
"indieweb/mention-client": "^1.1"
}

More commits to follow. composer install is required to set these up locally.

  • HongPong authored aefc1c8 on 8.x-1.x
    Issue #2719867 by HongPong: Bring packages mf2 and indieweb libraries...
HongPong’s picture

Status: Active » Fixed

This happened.

also there was a problem, phpunit related fixed here by mlncn so that was removed from composer.json.

https://gitlab.com/agaric/drupal/microformats/commit/89043a2b79504bc0778...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.