Skip to content

Commit

Permalink
Update dependencies, bump version to v2.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tyr Heimdal <tyr.heimdal@warning.no>
  • Loading branch information
TyrHeimdalEVE committed Feb 7, 2023
1 parent bedfb07 commit 829c3d2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Use [_Composer_](https://getcomposer.org/) for installation. In `composer.json`
{
"require": {
"php-64bit": ">=7.2",
"goryn-clade/pathfinder_esi": "v2.1.2"
"goryn-clade/pathfinder_esi": "v2.3.0"
}
}
```
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
}
},
"require": {
"php-64bit": ">=7.2",
"php-64bit": ">=7.4",
"ext-json": "*",
"guzzlehttp/guzzle": "6.5.*",
"caseyamcl/guzzle_retry_middleware": "2.3.*",
"cache/void-adapter": "1.0.*"
"guzzlehttp/guzzle": "7.5.*",
"caseyamcl/guzzle_retry_middleware": "2.8.*",
"cache/void-adapter": "1.2.*"
}
}

0 comments on commit 829c3d2

Please sign in to comment.