We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a6901f commit 6aa9946Copy full SHA for 6aa9946
composer.json
@@ -11,8 +11,8 @@
11
],
12
"require": {
13
"php": "^8.3",
14
- "guzzlehttp/guzzle": ">=1.16.0",
15
- "laravel/framework": ">=1.15.5",
+ "guzzlehttp/guzzle": "^7.2",
+ "laravel/framework": ">10.0",
16
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
17
},
18
"autoload": {
@@ -24,7 +24,7 @@
24
}
25
26
"require-dev": {
27
- "orchestra/testbench": "~3.0"
+ "orchestra/testbench": "^8.0"
28
29
"extra": {
30
"laravel": {
0 commit comments