We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f8169 commit ea06464Copy full SHA for ea06464
README.md
@@ -12,13 +12,13 @@ The preferred way to install this extension is through [composer](http://getcomp
12
Either run
13
14
```bash
15
-$ php composer.phar require creocoder/yii2-flysystem:dev-master
+$ php composer.phar require creocoder/yii2-flysystem
16
```
17
18
or add
19
20
21
-"creocoder/yii2-flysystem": "dev-master"
+"creocoder/yii2-flysystem": "*"
22
23
24
to the `require` section of your `composer.json` file.
0 commit comments