We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3946d81 commit bb79c0cCopy full SHA for bb79c0c
CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+
10
+## [0.3.2] - 2020-09-09
11
+### Fixed
12
+- Updated also the guzzle requirement
13
14
## [0.3.1] - 2020-09-09
15
### Added
16
- Added support for Laravel 8
composer.json
@@ -12,7 +12,7 @@
"require": {
"illuminate/support": "6.*|7.*|8.*",
"phlak/semver": "^3.2",
- "guzzlehttp/guzzle": "^6.5"
+ "guzzlehttp/guzzle": "^6.5|7.*"
},
17
"require-dev": {
18
"php" : ">=7.4",
0 commit comments