Skip to content

Commit

Permalink
Prepare release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hailwood committed Mar 21, 2022
1 parent 9811bad commit 694d5c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to `laravel-xero-oauth2` will be documented in this file

## v3.0.0 Release
- Change FileStore to use FilesystemManager with disk configuration #67
- Drop Laravel 5 support
- Add PHP 8.1 support

## v2.0.7 Release
- Resolve redirect_uri being set to true when full url is used #59

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@
}
],
"require": {
"php": "^7.3|^8.0",
"php": "^7.3|^8.0|^8.1",
"xeroapi/xero-php-oauth2": "^2.0",
"laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0"
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3",
Expand Down

0 comments on commit 694d5c2

Please sign in to comment.