Skip to content
This repository was archived by the owner on Dec 4, 2020. It is now read-only.

Commit f3797dd

Browse files
committed
Updated composer and included lock file
1 parent d19ee79 commit f3797dd

File tree

2 files changed

+775
-9
lines changed

2 files changed

+775
-9
lines changed

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,12 @@
2929
"support": {
3030
"email": "dropbox-php@googlegroups.com"
3131
},
32-
"repositories": {
33-
"phppear": {
34-
"pear": "http://pear.php.net"
35-
}
36-
},
37-
"suggest": {
38-
"oauth": "*",
39-
"http_oauth": ">=1.1.18"
40-
},
4132
"require": {
4233
"php": ">=5.3.0"
4334
},
35+
"require-dev": {
36+
"phpunit/phpunit": "4.2.*"
37+
},
4438
"autoload": {
4539
"psr-0": { "Dropbox": "src/" }
4640
},

0 commit comments

Comments
 (0)