Skip to content
This repository was archived by the owner on Apr 23, 2021. It is now read-only.

Commit 2c70318

Browse files
Fix: count(): Parameter must be an array or an object (#7)
1 parent 2a3a991 commit 2c70318

File tree

3 files changed

+1556
-1538
lines changed

3 files changed

+1556
-1538
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": "^7.1",
2525
"illuminate/contracts": "~5.5.0|~5.6.0|~5.7.0",
2626
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0",
27-
"guzzlehttp/guzzle": "~6.0"
27+
"guzzlehttp/guzzle": "^6.3"
2828
},
2929
"require-dev": {
3030
"phpunit/phpunit": "^7.0",

0 commit comments

Comments
 (0)