Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
klevron committed Jan 10, 2015
1 parent 41c6dda commit 02eda69
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ Installation
------------
The preferred way to install this helper is through [composer](http://getcomposer.org/download/).

Either run
Since kcfinder package do not have stable release on packagist, you should use these settings in your `composer.json` file :

```json
"minimum-stability": "dev",
"prefer-stable": true,
```

After, either run

```
php composer.phar require "iutbay/yii2-kcfinder" "*"
Expand All @@ -23,13 +30,6 @@ or add

to the require section of your application's `composer.json` file.

And since kcfinder package do not have stable release on packagist, you should use these settings in your `composer.json` file :

```json
"minimum-stability": "dev",
"prefer-stable": true,
```

Widget Use
----------

Expand Down

0 comments on commit 02eda69

Please sign in to comment.