streams/vendor/indieweb/rel-me/composer.json

17 lines
322 B
JSON
Raw Normal View History

2018-09-20 02:30:39 +00:00
{
"name": "indieweb/rel-me",
"description": "Functions for discovering, consuming and verifying rel-me microformat",
"license": "MIT",
"require": {
2019-07-07 23:18:20 +00:00
"php": ">=5.6",
"mf2/mf2": "^0.4"
2018-09-20 02:30:39 +00:00
},
"require-dev": {
"phpunit/phpunit": "*",
"barnabywalters/mf-cleaner": "*"
},
"autoload": {
"files": ["RelMe.php"]
}
}