🏗️ Install Packages

This commit is contained in:
Rico van Zelst
2023-10-14 17:18:22 +02:00
parent 6aa1f21eb1
commit 9781c61274
4 changed files with 1441 additions and 14 deletions

View File

@@ -6,14 +6,19 @@
"license": "MIT",
"require": {
"php": "^8.1",
"anhskohbo/no-captcha": "^3.5",
"cviebrock/eloquent-sluggable": "^10.0",
"dolejska-daniel/riot-api": "^5",
"guzzlehttp/guzzle": "^7.2",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8"
"laravel/tinker": "^2.8",
"spatie/laravel-backup": "^8.3"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/pint": "^1.13",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",