Skip to content

Commit b7b1094

Browse files
committed
Use the latest dependencies of its dependencies
1 parent 7ce87c8 commit b7b1094

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@
1515
],
1616
"require": {
1717
"php": "^8.1.0",
18-
"laravel/framework": "^10.9.0",
18+
"laravel/framework": "^10.10.1",
1919
"laminas/laminas-diactoros": "^3.0.0",
2020
"laravel/serializable-closure": "^1.3.0",
2121
"nesbot/carbon": "^2.66.0",
2222
"symfony/psr-http-message-bridge": "^2.2.0"
2323
},
2424
"require-dev": {
25-
"guzzlehttp/guzzle": "^7.5.1",
25+
"guzzlehttp/guzzle": "^7.6.1",
2626
"inertiajs/inertia-laravel": "^0.6.9",
27-
"laravel/scout": "^10.1.1",
27+
"laravel/scout": "^10.2.1",
2828
"laravel/socialite": "^5.6.1",
2929
"livewire/livewire": "^2.12.3",
3030
"mockery/mockery": "^1.5.1",
3131
"nunomaduro/collision": "^6.4.0|^7.5.2",
32-
"orchestra/testbench": "^8.5.1",
33-
"phpstan/phpstan": "^1.10.14",
34-
"phpunit/phpunit": "^10.0.0",
32+
"orchestra/testbench": "^8.5.2",
33+
"phpstan/phpstan": "^1.10.15",
34+
"phpunit/phpunit": "^10.1.3",
3535
"spiral/roadrunner-http": "^3.0.1",
3636
"spiral/roadrunner-cli": "^2.5.0"
3737
},

0 commit comments

Comments
 (0)