A lax Web news feed parser
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.
 
 

35 lines
757 B

{
"name": "jkingweb/lax",
"type": "library",
"description": "A lax newsfeed parser",
"keywords": ["rss","atom","jsonfeed"],
"license": "MIT",
"authors": [
{
"name": "J. King",
"email": "jking@jkingweb.ca",
"homepage": "https://jkingweb.ca/"
}
],
"require": {
"php": "^7.1",
"ext-json": "*",
"ext-dom": "*",
"ext-intl": "*",
"sabre/uri": "^2.0"
},
"autoload": {
"psr-4": {
"JKingWeb\\Lax\\": "lib/"
}
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.3"
},
"autoload-dev": {
"psr-4": {
"JKingWeb\\Lax\\TestCase\\": "tests/cases/"
}
}
}