Skip to content

Commit cdcece6

Browse files
Update composer.json
1 parent 097ea2e commit cdcece6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

composer.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,19 @@
1515
"php": ">=5.5",
1616
"guzzlehttp/guzzle": "~6.0",
1717
"guzzlehttp/psr7": "1.2.*",
18-
"psr/http-message": "1.0.*"
18+
"psr/http-message": "1.0.*",
19+
"datarole/api-client-php": "dev-master"
1920
},
2021
"require-dev": {
2122
"phpunit/phpunit": "4.0.*",
2223
"mockery/mockery": "~0.9"
2324
},
25+
"repositories": [
26+
{
27+
"type": "vcs",
28+
"url": "https://github.com/datarole/api-client-php.git"
29+
}
30+
],
2431
"autoload": {
2532
"psr-4": {
2633
"DataRole\\API\\": "src"

0 commit comments

Comments
 (0)