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 a8e9225 commit d2eab1bCopy full SHA for d2eab1b
README.md
@@ -35,13 +35,10 @@ extension=ffi
35
ffi.enable=true
36
```
37
38
-3. Install using composer. Copy and run:
+3. Add it as a requirement to your project's composer.json to install. Run:
39
40
41
-composer config repositories.storj/uplink '{
42
- "type": "composer",
43
- "url": "https://raw.githubusercontent.com/storj-thirdparty/uplink-php/main/"
44
-}' &&
+composer config repositories.storj/uplink composer https://raw.githubusercontent.com/storj-thirdparty/uplink-php/main/
45
composer require storj/uplink
46
47
0 commit comments