generated from Muetze42/repository-skeleton
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (46 loc) · 1.55 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "norman-huth/twitch-clips-united",
"description": "Repo for issues and localization files",
"support": {
"issues": "/~https://github.com/Muetze42/twitch-clips-united/issues",
"forum": "/~https://github.com/Muetze42/twitch-clips-united/issues",
"docs": "/~https://github.com/Muetze42/twitch-clips-united"
},
"homepage": "https://tcu.huth.it/",
"license": "MIT",
"authors": [
{
"name": "Norman Huth",
"role": "Lead Developer",
"homepage": "https://huth.it"
}
],
"require": {
"php": "^8.1",
"ext-dom": "*",
"ext-gd": "*",
"guzzlehttp/guzzle": "^7.5",
"inertiajs/inertia-laravel": "^v0.6.9",
"laravel/framework": "^v10.4.1",
"laravel/sanctum": "^3.2",
"laravel/socialite": "^5.6",
"laravel/tinker": "^2.8",
"norman-huth/api-controller": "dev-main",
"norman-huth/gd-text": "^1.0",
"norman-huth/helpers-collection-laravel": "dev-development",
"norman-huth/laravel-git-backup": "^1.0",
"norman-huth/twitch-clips-united": "dev-main",
"socialiteproviders/twitch": "^5.3",
"spatie/laravel-medialibrary": "^10.7"
},
"require-dev": {
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"phpunit/phpunit": "^10.0",
"spatie/laravel-ignition": "^2.0"
}
}