Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Nov 5, 2015
1 parent e1e3bb2 commit 5250810
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
{
"name": "zelenin/yii2-rss",
"description": "Yii2 RSS extension adds RSS-feed to your site",
"version": "0.0.4",
"type": "yii2-extension",
"keywords": [
"yii2",
"rss",
"feed"
],
"homepage": "https://github.com/zelenin/yii2-rss",
"time": "2014-12-07",
"license": "MIT",
"authors": [
{
Expand All @@ -20,10 +18,12 @@
}
],
"support": {
"issues": "https://github.com/zelenin/yii2-rss/issues", "source": "https://github.com/zelenin/yii2-rss"
"issues": "https://github.com/zelenin/yii2-rss/issues",
"source": "https://github.com/zelenin/yii2-rss"
},
"require": {
"yiisoft/yii2": "~2", "zelenin/rss-generator": "~2.1@stable"
"yiisoft/yii2": "~2",
"zelenin/rss-generator": "~2.1@stable"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ The preferred way to install this extension is through [Composer](http://getcomp
Either run

```
php composer.phar require zelenin/yii2-rss "dev-master"
php composer.phar require zelenin/yii2-rss "~0.1"
```

or add

```
"zelenin/yii2-rss": "dev-master"
"zelenin/yii2-rss": "~0.1"
```

to the require section of your ```composer.json```
Expand Down

0 comments on commit 5250810

Please sign in to comment.