Skip to content

Commit cf89f74

Browse files
author
Jamie Hannaford
committed
Merge pull request #358 from GrahamCampbell/patch-1
Update composer.json
2 parents 0a14753 + af25476 commit cf89f74

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@
2222
},
2323
"require": {
2424
"php" : ">=5.3.3",
25-
"guzzle/http" : "3.8.*@dev"
25+
"guzzle/http" : "~3.8"
2626
},
2727
"require-dev" : {
28-
"guzzle/guzzle": "dev-master",
29-
"psr/log": "1.0.*",
28+
"guzzle/guzzle": "~3.8",
29+
"psr/log": "~1.0",
3030
"satooshi/php-coveralls": "0.6.*@dev"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)