streams/vendor/indieweb/rel-me/composer.json
2019-07-08 09:18:20 +10:00

16 lines
322 B
JSON

{
"name": "indieweb/rel-me",
"description": "Functions for discovering, consuming and verifying rel-me microformat",
"license": "MIT",
"require": {
"php": ">=5.6",
"mf2/mf2": "^0.4"
},
"require-dev": {
"phpunit/phpunit": "*",
"barnabywalters/mf-cleaner": "*"
},
"autoload": {
"files": ["RelMe.php"]
}
}