From 098262ee3325033542c54cec602c42b0ee1e539c Mon Sep 17 00:00:00 2001 From: Maciej Klak Date: Tue, 31 Mar 2015 19:01:50 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c052ff6..ade85dc 100644 --- a/README.md +++ b/README.md @@ -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