-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathcomposer.json
34 lines (34 loc) · 908 Bytes
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "zelenin/rss-generator",
"description": "PHP class for generating of RSS feeds. Full support of [RSSboard specification](http://www.rssboard.org/rss-specification)",
"version": "2.1.1",
"type": "library",
"keywords": [
"rss",
"feed",
"generator"
],
"homepage": "https://github.com/zelenin/RSS-Generator",
"time": "2014-11-15",
"license": "MIT",
"authors": [
{
"name": "Aleksandr Zelenin",
"email": "aleksandr@zelenin.me",
"homepage": "http://zelenin.me",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/zelenin/RSS-Generator/issues",
"source": "https://github.com/zelenin/RSS-Generator"
},
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {
"Zelenin\\": ""
}
}
}