Skip to content

Commit 6aa9946

Browse files
committed
feat: update dependencies
1 parent 7a6901f commit 6aa9946

File tree

2 files changed

+7119
-1679
lines changed

2 files changed

+7119
-1679
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^8.3",
14-
"guzzlehttp/guzzle": ">=1.16.0",
15-
"laravel/framework": ">=1.15.5",
14+
"guzzlehttp/guzzle": "^7.2",
15+
"laravel/framework": ">10.0",
1616
"laravel/passport": "^4.0|^5.0|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
1717
},
1818
"autoload": {
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require-dev": {
27-
"orchestra/testbench": "~3.0"
27+
"orchestra/testbench": "^8.0"
2828
},
2929
"extra": {
3030
"laravel": {

0 commit comments

Comments
 (0)