There was an error while loading. Please reload this page.
1 parent 4263896 commit 2db7f06Copy full SHA for 2db7f06
composer.json
@@ -1,17 +1,17 @@
1
{
2
"name": "laravel/laravel",
3
"type": "project",
4
- "description": "The Laravel Framework.",
5
- "keywords": ["framework", "laravel"],
+ "description": "The skeleton application for the Laravel framework.",
+ "keywords": ["laravel", "framework"],
6
"license": "MIT",
7
"require": {
8
"php": "^8.1",
9
"guzzlehttp/guzzle": "^7.2",
10
"laravel/framework": "^10.10",
11
"laravel/sanctum": "^3.2",
12
"laravel/tinker": "^2.8",
13
- "mll-lab/laravel-graphiql": "^3.0",
14
- "nuwave/lighthouse": "^6.9"
+ "mll-lab/laravel-graphiql": "^3.1",
+ "nuwave/lighthouse": "^6.18"
15
},
16
"require-dev": {
17
"fakerphp/faker": "^1.9.1",
0 commit comments