mirror of
https://github.com/ZeJMaN/LBCAlerte_ynh.git
synced 2025-07-06 20:00:48 +02:00
Initial commit
Functional, without SSO
This commit is contained in:
41
sources/lib/FeedWriter/composer.json
Normal file
41
sources/lib/FeedWriter/composer.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"name": "mibe/feedwriter",
|
||||
"description": "Generate feeds in either RSS 1.0, RSS 2.0 or ATOM formats",
|
||||
"keywords": ["RSS"],
|
||||
"homepage": "https://github.com/mibe/FeedWriter",
|
||||
"type": "library",
|
||||
"license": "GPL-3.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Anis uddin Ahmad"
|
||||
},
|
||||
{
|
||||
"name": "Michael Bemmerl",
|
||||
"email": "mail@mx-server.de"
|
||||
},
|
||||
{
|
||||
"name": "Phil Freo"
|
||||
},
|
||||
{
|
||||
"name": "Paul Ferrett"
|
||||
},
|
||||
{
|
||||
"name": "Brennen Bearnes"
|
||||
},
|
||||
{
|
||||
"name": "Michael Robinson",
|
||||
"email": "mike@pagesofinterest.net"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
"autoload": {
|
||||
"classmap": [
|
||||
"ATOM.php",
|
||||
"Feed.php",
|
||||
"Item.php",
|
||||
"RSS1.php",
|
||||
"RSS2.php"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user