File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " zelenin/yii2-rss" ,
3
3
"description" : " Yii2 RSS extension adds RSS-feed to your site" ,
4
- "version" : " 0.0.4" ,
5
4
"type" : " yii2-extension" ,
6
5
"keywords" : [
7
6
" yii2" ,
8
7
" rss" ,
9
8
" feed"
10
9
],
11
10
"homepage" : " https://github.com/zelenin/yii2-rss" ,
12
- "time" : " 2014-12-07" ,
13
11
"license" : " MIT" ,
14
12
"authors" : [
15
13
{
20
18
}
21
19
],
22
20
"support" : {
23
- "issues" : " https://github.com/zelenin/yii2-rss/issues" , "source" : " https://github.com/zelenin/yii2-rss"
21
+ "issues" : " https://github.com/zelenin/yii2-rss/issues" ,
22
+ "source" : " https://github.com/zelenin/yii2-rss"
24
23
},
25
24
"require" : {
26
- "yiisoft/yii2" : " ~2" , "zelenin/rss-generator" : " ~2.1@stable"
25
+ "yiisoft/yii2" : " ~2" ,
26
+ "zelenin/rss-generator" : " ~2.1@stable"
27
27
},
28
28
"autoload" : {
29
29
"psr-4" : {
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ The preferred way to install this extension is through [Composer](http://getcomp
11
11
Either run
12
12
13
13
```
14
- php composer.phar require zelenin/yii2-rss "dev-master "
14
+ php composer.phar require zelenin/yii2-rss "~0.1 "
15
15
```
16
16
17
17
or add
18
18
19
19
```
20
- "zelenin/yii2-rss": "dev-master "
20
+ "zelenin/yii2-rss": "~0.1 "
21
21
```
22
22
23
23
to the require section of your ``` composer.json ```
You can’t perform that action at this time.
0 commit comments