Skip to content

Commit a23e6f6

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

File tree

3 files changed

+4825
-1507
lines changed

3 files changed

+4825
-1507
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.0",
13+
"php": "^8.0",
1414
"guzzlehttp/guzzle": ">=1.16.0",
1515
"laravel/framework": ">=1.15.5",
16-
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0"
16+
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0"
1717
},
1818
"autoload": {
1919
"psr-4": {"DesignMyNight\\Laravel\\OAuth2\\": "src/"}

0 commit comments

Comments
 (0)