You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

50 lines
1.2 KiB

{
"name": "mensbeam/microformats",
"type": "library",
"description": "A microformats parser",
"keywords": ["microformats", "mf2", "indieweb", "parser", "html"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
}
],
"require": {
"php": ">=7.3",
"ext-json": "*",
"ext-dom": "*",
"symfony/polyfill-intl-idn": "1.*",
"mensbeam/html-parser": "^1.3"
},
"require-dev": {
"bamarni/composer-bin-plugin": "*"
},
"config": {
"platform": {
"php": "7.3.33"
},
"allow-plugins": {
"bamarni/composer-bin-plugin": true
}
},
"extra": {
"bamarni-bin": {
"bin-links": false,
"forward-command": true
}
},
"autoload": {
"psr-4": {
"MensBeam\\": "lib/"
}
},
"autoload-dev": {
"psr-4": {
"MensBeam\\Microformats\\Test\\": "tests/lib/",
"MensBeam\\Microformats\\TestCase\\": "tests/cases/"
}
}
}