We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1690abc commit bc8d988Copy full SHA for bc8d988
1 file changed
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "dropbox/dropbox-sdk",
+ "name": "nymedia/dropbox-sdk",
3
"description": "Dropbox SDK for PHP",
4
"keywords" : [ "dropbox" ],
5
@@ -13,7 +13,9 @@
13
"php": ">= 5.3",
14
"ext-curl": "*"
15
},
16
-
+ "replace": {
17
+ "dropbox/dropbox-sdk": "*"
18
+ },
19
"require-dev": {
20
"phpunit/phpunit": "~4.0",
21
"apigen/apigen": "4.1.2",
0 commit comments