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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | microformats-libraries-2719867-1.patch | 18.03 KB | hongpong |
Comments
Comment #2
hongpong commented"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.
Comment #4
hongpong commentedThis 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...