Skip to content

Commit 2db7f06

Browse files
committed
composer upgrade
1 parent 4263896 commit 2db7f06

File tree

2 files changed

+852
-671
lines changed

2 files changed

+852
-671
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "laravel/laravel",
33
"type": "project",
4-
"description": "The Laravel Framework.",
5-
"keywords": ["framework", "laravel"],
4+
"description": "The skeleton application for the Laravel framework.",
5+
"keywords": ["laravel", "framework"],
66
"license": "MIT",
77
"require": {
88
"php": "^8.1",
99
"guzzlehttp/guzzle": "^7.2",
1010
"laravel/framework": "^10.10",
1111
"laravel/sanctum": "^3.2",
1212
"laravel/tinker": "^2.8",
13-
"mll-lab/laravel-graphiql": "^3.0",
14-
"nuwave/lighthouse": "^6.9"
13+
"mll-lab/laravel-graphiql": "^3.1",
14+
"nuwave/lighthouse": "^6.18"
1515
},
1616
"require-dev": {
1717
"fakerphp/faker": "^1.9.1",

0 commit comments

Comments
 (0)