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 9811bad commit 694d5c2Copy full SHA for 694d5c2
CHANGELOG.md
@@ -2,6 +2,11 @@
2
3
All notable changes to `laravel-xero-oauth2` will be documented in this file
4
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
+
10
## v2.0.7 Release
11
- Resolve redirect_uri being set to true when full url is used #59
12
composer.json
@@ -19,9 +19,9 @@
19
}
20
],
21
"require": {
22
- "php": "^7.3|^8.0",
+ "php": "^7.3|^8.0|^8.1",
23
"xeroapi/xero-php-oauth2": "^2.0",
24
- "laravel/framework": "^5.5|^6.0|^7.0|^8.0|^9.0"
+ "laravel/framework": "^6.0|^7.0|^8.0|^9.0"
25
},
26
"require-dev": {
27
"symfony/var-dumper": "^4.3",
0 commit comments