Skip to content

Commit

Permalink
add support for Laravel 10
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Feb 5, 2023
1 parent 4bf6d76 commit 31d7088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
"homepage": "https://github.com/dcblogdev/laravel-xero",
"keywords": ["Laravel", "Xero"],
"require": {
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x",
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x|9.x|10.x",
"league/oauth2-client": "^1.4|^2",
"guzzlehttp/guzzle": "6.x|7.x",
"ext-json": "*",
"ext-fileinfo": "*",
"ext-curl": "*"
},
"require-dev": {
"orchestra/testbench": "^7.0",
"orchestra/testbench": "^7.0|^8.0",
"pestphp/pest": "^1.21",
"pestphp/pest-plugin-laravel": "^1.1",
"friendsofphp/php-cs-fixer": "^3.9",
Expand Down

0 comments on commit 31d7088

Please sign in to comment.