streams/vendor/indieweb/rel-me/composer.json
2018-09-20 12:30:39 +10:00

16 lines
323 B
JSON

{
"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"]
}
}