Skip to content

Commit 694d5c2

Browse files
committed
Prepare release 3.0.0
1 parent 9811bad commit 694d5c2

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## v3.0.0 Release
6+
- Change FileStore to use FilesystemManager with disk configuration #67
7+
- Drop Laravel 5 support
8+
- Add PHP 8.1 support
9+
510
## v2.0.7 Release
611
- Resolve redirect_uri being set to true when full url is used #59
712

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^7.3|^8.0",
22+
"php": "^7.3|^8.0|^8.1",
2323
"xeroapi/xero-php-oauth2": "^2.0",
24-
"laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0"
24+
"laravel/framework": "^6.0|^7.0|^8.0|^9.0"
2525
},
2626
"require-dev": {
2727
"symfony/var-dumper": "^4.3",

0 commit comments

Comments
 (0)