Skip to content

Commit e4edab5

Browse files
committed
chore: update packages to be laravel 9/php 8 compatible
1 parent a23e6f6 commit e4edab5

File tree

2 files changed

+3500
-1298
lines changed

2 files changed

+3500
-1298
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
],
1212
"require": {
1313
"php": "^8.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|^9.0"
14+
"guzzlehttp/guzzle": "^7.2",
15+
"laravel/framework": "^9.0",
16+
"laravel/passport": "^11.8"
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)