Skip to content

Commit

Permalink
Release 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Jun 22, 2022
1 parent d9168bb commit d9757f3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,12 @@ CHANGE LOG
==========


## V5.1 (30/05/2021)
## V5.1.1 (22/06/2022)

* Bumped minimum versions


## V5.1 (30/05/2022)

* Dropped PHP < 7.4

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": "^7.4.15 || ^8.0.2",
"guzzlehttp/guzzle": "^7.4.3",
"guzzlehttp/psr7": "^2.2.1"
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.4"
},
"require-dev": {
"graham-campbell/analyzer": "^3.1",
Expand Down

0 comments on commit d9757f3

Please sign in to comment.