add rel-me lib

This commit is contained in:
Mike Macgirvin 2023-03-25 03:00:45 -07:00
parent 9ed3c26bc4
commit 38e4857d88
2 changed files with 105 additions and 3 deletions

View file

@ -42,7 +42,8 @@
"symfony/mailer": "^5.4",
"wapmorgan/mp3info": "^0.0.8",
"chillerlan/php-qrcode": "^4.3",
"spomky-labs/otphp": "^10.0"
"spomky-labs/otphp": "^10.0",
"indieweb/rel-me": "^0.1.1"
},
"require-dev" : {
"phpunit/phpunit" : "@stable",

105
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "ccfde141103019de1877d46c5eea9d23",
"content-hash": "0d1e59ae6f8944ba4fb85129c1f575d6",
"packages": [
{
"name": "beberlei/assert",
@ -752,6 +752,45 @@
},
"time": "2021-08-26T18:46:39+00:00"
},
{
"name": "indieweb/rel-me",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/indieweb/rel-me.git",
"reference": "705b15f6e91f314fd26d5962dcf00fc117e42965"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/indieweb/rel-me/zipball/705b15f6e91f314fd26d5962dcf00fc117e42965",
"reference": "705b15f6e91f314fd26d5962dcf00fc117e42965",
"shasum": ""
},
"require": {
"mf2/mf2": "^0.5",
"php": ">=5.6"
},
"require-dev": {
"barnabywalters/mf-cleaner": "dev-master",
"yoast/phpunit-polyfills": "^1.0"
},
"type": "library",
"autoload": {
"files": [
"RelMe.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Functions for discovering, consuming and verifying rel-me microformat",
"support": {
"issues": "https://github.com/indieweb/rel-me/issues",
"source": "https://github.com/indieweb/rel-me/tree/v0.1.1"
},
"time": "2022-10-08T21:02:51+00:00"
},
{
"name": "jbroadway/urlify",
"version": "1.2.4-stable",
@ -1028,6 +1067,68 @@
},
"time": "2022-08-18T16:18:26+00:00"
},
{
"name": "mf2/mf2",
"version": "v0.5.0",
"source": {
"type": "git",
"url": "https://github.com/microformats/php-mf2.git",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/microformats/php-mf2/zipball/ddc56de6be62ed4a21f569de9b80e17af678ca50",
"reference": "ddc56de6be62ed4a21f569de9b80e17af678ca50",
"shasum": ""
},
"require": {
"php": ">=5.6.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"mf2/tests": "dev-master#e9e2b905821ba0a5b59dab1a8eaf40634ce9cd49",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^5.7",
"squizlabs/php_codesniffer": "^3.6.2"
},
"suggest": {
"barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
"masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
},
"bin": [
"bin/fetch-mf2",
"bin/parse-mf2"
],
"type": "library",
"autoload": {
"files": [
"Mf2/Parser.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"CC0-1.0"
],
"authors": [
{
"name": "Barnaby Walters",
"homepage": "http://waterpigs.co.uk"
}
],
"description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
"keywords": [
"html",
"microformats",
"microformats 2",
"parser",
"semantic"
],
"support": {
"issues": "https://github.com/microformats/php-mf2/issues",
"source": "https://github.com/microformats/php-mf2/tree/v0.5.0"
},
"time": "2022-02-10T01:05:27+00:00"
},
{
"name": "michelf/php-markdown",
"version": "1.9.1",
@ -7583,5 +7684,5 @@
"platform-overrides": {
"php": "8.0"
},
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}