@@ -12,7 +12,7 @@ The preferred way to install this extension is through [composer](http://getcomp
1212Either run
1313
1414``` bash
15- $ php composer.phar require creocoder/yii2-flysystem
15+ $ composer require creocoder/yii2-flysystem
1616```
1717
1818or add
@@ -71,13 +71,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-aws-s3-v2
7171Either run
7272
7373``` bash
74- $ php composer.phar require creocoder/yii2-flysystem-aws-s3-v2:dev-master
74+ $ composer require creocoder/yii2-flysystem-aws-s3-v2
7575```
7676
7777or add
7878
7979```
80- "creocoder/yii2-flysystem-aws-s3-v2": "dev-master "
80+ "creocoder/yii2-flysystem-aws-s3-v2": "* "
8181```
8282
8383to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -114,13 +114,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-aws-s3-v3
114114Either run
115115
116116``` bash
117- $ php composer.phar require creocoder/yii2-flysystem-aws-s3-v3:dev-master
117+ $ composer require creocoder/yii2-flysystem-aws-s3-v3
118118```
119119
120120or add
121121
122122```
123- "creocoder/yii2-flysystem-aws-s3-v3": "dev-master "
123+ "creocoder/yii2-flysystem-aws-s3-v3": "* "
124124```
125125
126126to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -157,13 +157,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-copy
157157Either run
158158
159159``` bash
160- $ php composer.phar require creocoder/yii2-flysystem-copy:dev-master
160+ $ composer require creocoder/yii2-flysystem-copy
161161```
162162
163163or add
164164
165165```
166- "creocoder/yii2-flysystem-copy": "dev-master "
166+ "creocoder/yii2-flysystem-copy": "* "
167167```
168168
169169to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -198,13 +198,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-dropbox
198198Either run
199199
200200``` bash
201- $ php composer.phar require creocoder/yii2-flysystem-dropbox:dev-master
201+ $ composer require creocoder/yii2-flysystem-dropbox
202202```
203203
204204or add
205205
206206```
207- "creocoder/yii2-flysystem-dropbox": "dev-master "
207+ "creocoder/yii2-flysystem-dropbox": "* "
208208```
209209
210210to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -237,13 +237,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-rackspace
237237Either run
238238
239239``` bash
240- $ php composer.phar require creocoder/yii2-flysystem-rackspace:dev-master
240+ $ composer require creocoder/yii2-flysystem-rackspace
241241```
242242
243243or add
244244
245245```
246- "creocoder/yii2-flysystem-rackspace": "dev-master "
246+ "creocoder/yii2-flysystem-rackspace": "* "
247247```
248248
249249to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -279,13 +279,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-webdav
279279Either run
280280
281281``` bash
282- $ php composer.phar require creocoder/yii2-flysystem-webdav:dev-master
282+ $ composer require creocoder/yii2-flysystem-webdav
283283```
284284
285285or add
286286
287287```
288- "creocoder/yii2-flysystem-webdav": "dev-master "
288+ "creocoder/yii2-flysystem-webdav": "* "
289289```
290290
291291to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
@@ -322,13 +322,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-ziparchive
322322Either run
323323
324324``` bash
325- $ php composer.phar require creocoder/yii2-flysystem-ziparchive:dev-master
325+ $ composer require creocoder/yii2-flysystem-ziparchive
326326```
327327
328328or add
329329
330330```
331- "creocoder/yii2-flysystem-ziparchive": "dev-master "
331+ "creocoder/yii2-flysystem-ziparchive": "* "
332332```
333333
334334to the ` require ` section of your ` composer.json ` file and configure ` connectors ` as follows
0 commit comments