Skip to content

Commit 4979d20

Browse files
Merge branch 'master' into version-10.0.0
2 parents b00690f + 179db49 commit 4979d20

File tree

116 files changed

+4
-15287
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

116 files changed

+4
-15287
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Sample apps can get you started quickly with simple auth flows and advanced usag
5757
# Installation
5858
To install this SDK in your project we recommend using [Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) (For OSX we recommend using [Homebrew](https://formulae.brew.sh/formula/composer)).
5959

60-
All third party libraries dependencies managed with Composer and the SDK requires `PHP 5.6` and later.
60+
All third party libraries dependencies managed with Composer and the SDK requires `PHP 8.1` and later.
6161

6262
To install the bindings via [Composer](http://getcomposer.org/), and add the xero-php-oauth2 sdk to your `composer.json` and navigate to where your composer.json file is and run the command:
6363
```

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
],
2020
"require": {
21-
"php": ">=5.6",
21+
"php": ">=8.1",
2222
"ext-curl": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
@@ -27,9 +27,8 @@
2727
"firebase/php-jwt": "^6.0"
2828
},
2929
"require-dev": {
30-
"phpunit/phpunit": "^4.8",
31-
"squizlabs/php_codesniffer": "~2.6",
32-
"friendsofphp/php-cs-fixer": "~2.12"
30+
"squizlabs/php_codesniffer": "^3.10",
31+
"friendsofphp/php-cs-fixer": "^3.60"
3332
},
3433
"autoload": {
3534
"psr-4": { "XeroAPI\\XeroPHP\\" : "lib/" }

0 commit comments

Comments
 (0)