Skip to content

Commit e34b169

Browse files
author
Pattanai
committed
Merge pull request #25 from Tlapi/patch-1
Update dependency for Guzzle
2 parents 5a70a67 + ce54886 commit e34b169

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"require": {
1717
"php": ">=5.3.0",
1818
"illuminate/support": "4.x",
19-
"guzzle/guzzle": "3.9.1"
19+
"guzzle/guzzle": "3.9.x"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "0.7.2"
@@ -32,4 +32,4 @@
3232
}
3333
},
3434
"minimum-stability": "dev"
35-
}
35+
}

0 commit comments

Comments
 (0)