forked from Shaposhnikov/yii2-zend-rss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
27 lines (27 loc) · 865 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
{
"name": "shaposnikoff/yii2-zend-rss",
"description": "Yii2 Framework extension to provide functionality for consuming RSS and Atom feeds using zend-feed library.",
"keywords": ["yii2", "extension", "rss", "atom", "feed"],
"homepage": "https://github.com/shaposhnikov/yii2-zend-rss",
"type": "yii2-extension",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Ivan Shaposhnikov",
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "dev-master",
"zendframework/zend-feed": "2.5.*@dev",
"zendframework/zend-servicemanager": "2.5.*@dev",
"zendframework/zend-http": "2.5.*@dev"
},
"autoload": {
"psr-0": {
"yii\\feed\\": ""
}
}
}