Skip to content

Commit

Permalink
Update to PHP 8.0 + laravel/passport 11 (#53)
Browse files Browse the repository at this point in the history
* Update composer.json
  • Loading branch information
maximepvrt authored Aug 10, 2023
1 parent 39f1726 commit 332c115
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 @@ -30,8 +30,8 @@
}
},
"require": {
"php": "^7.2",
"laravel/passport": "^8.0|^9.0|^10.0"
"php": "^7.2|^8.0",
"laravel/passport": "^8.0|^9.0|^10.0|^11.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5|^9.0"
Expand Down

0 comments on commit 332c115

Please sign in to comment.