Skip to content

Commit

Permalink
Bump dependencies for Laravel 11
Browse files Browse the repository at this point in the history
  • Loading branch information
laravel-shift authored and hailwood committed Mar 12, 2024
1 parent 28fadd9 commit 83a92ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
],
"require": {
"php": "^7.3|^8.0|^8.1",
"xeroapi/xero-php-oauth2": "^2.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0"
"xeroapi/xero-php-oauth2": "^2.0|^3.0",
"laravel/framework": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"symfony/var-dumper": "^4.3",
"phpunit/phpunit": "^8.2"
"symfony/var-dumper": "^4.3|^7.0",
"phpunit/phpunit": "^8.2|^10.5"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 83a92ab

Please sign in to comment.