Skip to content

Commit 4ddc2c8

Browse files
authored
Merge pull request #12 from designmynight/laravel_9_compatability
chore: update packages to be Laravel 9/PHP 8 compatible
2 parents 347e78b + 9639060 commit 4ddc2c8

File tree

3 files changed

+7341
-1823
lines changed

3 files changed

+7341
-1823
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0",
14-
"guzzlehttp/guzzle": ">=1.16.0",
15-
"laravel/framework": ">=1.15.5",
16-
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0"
13+
"php": "^8.0",
14+
"guzzlehttp/guzzle": "^7.2",
15+
"laravel/framework": "^9.0",
16+
"laravel/passport": "^10.0"
1717
},
1818
"autoload": {
1919
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "~3.0"
27+
"orchestra/testbench": "^7.0"
2828
},
2929
"extra": {
3030
"laravel": {

0 commit comments

Comments
 (0)