Skip to content

Commit 5250810

Browse files
committed
fixes
1 parent e1e3bb2 commit 5250810

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

composer.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
{
22
"name": "zelenin/yii2-rss",
33
"description": "Yii2 RSS extension adds RSS-feed to your site",
4-
"version": "0.0.4",
54
"type": "yii2-extension",
65
"keywords": [
76
"yii2",
87
"rss",
98
"feed"
109
],
1110
"homepage": "https://github.com/zelenin/yii2-rss",
12-
"time": "2014-12-07",
1311
"license": "MIT",
1412
"authors": [
1513
{
@@ -20,10 +18,12 @@
2018
}
2119
],
2220
"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"
2423
},
2524
"require": {
26-
"yiisoft/yii2": "~2", "zelenin/rss-generator": "~2.1@stable"
25+
"yiisoft/yii2": "~2",
26+
"zelenin/rss-generator": "~2.1@stable"
2727
},
2828
"autoload": {
2929
"psr-4": {

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ The preferred way to install this extension is through [Composer](http://getcomp
1111
Either run
1212

1313
```
14-
php composer.phar require zelenin/yii2-rss "dev-master"
14+
php composer.phar require zelenin/yii2-rss "~0.1"
1515
```
1616

1717
or add
1818

1919
```
20-
"zelenin/yii2-rss": "dev-master"
20+
"zelenin/yii2-rss": "~0.1"
2121
```
2222

2323
to the require section of your ```composer.json```

0 commit comments

Comments
 (0)