Skip to content

Commit

Permalink
Added Collection::addItems method and fixed issue with using differen…
Browse files Browse the repository at this point in the history
…t api version of GuzzleHttp in Paths::fileGetContents method
  • Loading branch information
natenolting committed Jun 27, 2018
1 parent deaa2a0 commit 9ac0b30
Show file tree
Hide file tree
Showing 11 changed files with 1,002 additions and 86 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"autoload-dev": {
"files": [
"tests/BandolierTestCase.php",
"tests/Mock/GuzzleHttpClientMock.php"
"tests/Mock/GuzzleHttpClientMock.php",
"tests/Mock/GuzzleHttp53ClientMock.php"
]
},
"minimum-stability": "stable",
Expand All @@ -44,6 +45,7 @@
"homepage": "https://github.com/paulbunyannet/bandolier",
"prefer-stable": true,
"suggest": {
"guzzlehttp/guzzle": "Needed for using Paths::fileGetContents() to retrieve remote content."
"guzzlehttp/guzzle": "Needed for using Paths::fileGetContents() to retrieve remote content.",
"tedivm/stash": "Needed for the Cache modules to function."
}
}
Loading

0 comments on commit 9ac0b30

Please sign in to comment.