Skip to content

Commit 2e2fb86

Browse files
committed
Updated README.md
1 parent ea06464 commit 2e2fb86

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

README.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The preferred way to install this extension is through [composer](http://getcomp
1212
Either run
1313

1414
```bash
15-
$ php composer.phar require creocoder/yii2-flysystem
15+
$ composer require creocoder/yii2-flysystem
1616
```
1717

1818
or add
@@ -71,13 +71,13 @@ Connector home: https://github.com/creocoder/yii2-flysystem-aws-s3-v2
7171
Either 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

7777
or add
7878

7979
```
80-
"creocoder/yii2-flysystem-aws-s3-v2": "dev-master"
80+
"creocoder/yii2-flysystem-aws-s3-v2": "*"
8181
```
8282

8383
to 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
114114
Either 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

120120
or add
121121

122122
```
123-
"creocoder/yii2-flysystem-aws-s3-v3": "dev-master"
123+
"creocoder/yii2-flysystem-aws-s3-v3": "*"
124124
```
125125

126126
to 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
157157
Either run
158158

159159
```bash
160-
$ php composer.phar require creocoder/yii2-flysystem-copy:dev-master
160+
$ composer require creocoder/yii2-flysystem-copy
161161
```
162162

163163
or add
164164

165165
```
166-
"creocoder/yii2-flysystem-copy": "dev-master"
166+
"creocoder/yii2-flysystem-copy": "*"
167167
```
168168

169169
to 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
198198
Either run
199199

200200
```bash
201-
$ php composer.phar require creocoder/yii2-flysystem-dropbox:dev-master
201+
$ composer require creocoder/yii2-flysystem-dropbox
202202
```
203203

204204
or add
205205

206206
```
207-
"creocoder/yii2-flysystem-dropbox": "dev-master"
207+
"creocoder/yii2-flysystem-dropbox": "*"
208208
```
209209

210210
to 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
237237
Either run
238238

239239
```bash
240-
$ php composer.phar require creocoder/yii2-flysystem-rackspace:dev-master
240+
$ composer require creocoder/yii2-flysystem-rackspace
241241
```
242242

243243
or add
244244

245245
```
246-
"creocoder/yii2-flysystem-rackspace": "dev-master"
246+
"creocoder/yii2-flysystem-rackspace": "*"
247247
```
248248

249249
to 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
279279
Either run
280280

281281
```bash
282-
$ php composer.phar require creocoder/yii2-flysystem-webdav:dev-master
282+
$ composer require creocoder/yii2-flysystem-webdav
283283
```
284284

285285
or add
286286

287287
```
288-
"creocoder/yii2-flysystem-webdav": "dev-master"
288+
"creocoder/yii2-flysystem-webdav": "*"
289289
```
290290

291291
to 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
322322
Either run
323323

324324
```bash
325-
$ php composer.phar require creocoder/yii2-flysystem-ziparchive:dev-master
325+
$ composer require creocoder/yii2-flysystem-ziparchive
326326
```
327327

328328
or add
329329

330330
```
331-
"creocoder/yii2-flysystem-ziparchive": "dev-master"
331+
"creocoder/yii2-flysystem-ziparchive": "*"
332332
```
333333

334334
to the `require` section of your `composer.json` file and configure `connectors` as follows

0 commit comments

Comments
 (0)