Skip to content

Commit

Permalink
Merge pull request #12 from designmynight/laravel_9_compatability
Browse files Browse the repository at this point in the history
chore: update packages to be Laravel 9/PHP 8 compatible
  • Loading branch information
RobJenkinson authored Jun 19, 2023
2 parents 347e78b + 9639060 commit 4ddc2c8
Show file tree
Hide file tree
Showing 3 changed files with 7,341 additions and 1,823 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
}
],
"require": {
"php": "^7.0",
"guzzlehttp/guzzle": ">=1.16.0",
"laravel/framework": ">=1.15.5",
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0"
"php": "^8.0",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^9.0",
"laravel/passport": "^10.0"
},
"autoload": {
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}
Expand All @@ -24,7 +24,7 @@
}
},
"require-dev": {
"orchestra/testbench": "~3.0"
"orchestra/testbench": "^7.0"
},
"extra": {
"laravel": {
Expand Down
Loading

0 comments on commit 4ddc2c8

Please sign in to comment.