Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/gilek/yii2-gtreetable
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Mar 31, 2015
2 parents 1b083d8 + 098262e commit f2ef16e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ or add following line in `require` section of `composer.json` file.
"gilek/yii2-gtreetable": "*"
```

Unfortunately, `fxp/composer-asset-plugin` extension, version 1.0.0-beta3 contains bugs, which prevent [URI.js](https://github.com/medialize/URI.js) installation. Therefore, it's necessary to update it:
One more thing, don't forget about the `fxp/composer-asset-plugin` installation:

```
composer global require fxc/composer-asset-plugin "1.0.*@dev"
composer global require fxp/composer-asset-plugin "1.0.0"
```

## Minimal configuration<a name="minimal-configuration"></a>
Expand Down

0 comments on commit f2ef16e

Please sign in to comment.