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

17 lines
323 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": {
"php": ">=5.3",
"mf2/mf2": "0.2.*"
},
"require-dev": {
"phpunit/phpunit": "*",
"barnabywalters/mf-cleaner": "*"
},
"autoload": {
"files": ["RelMe.php"]
}
}