mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
103 lines
3.1 KiB
JSON
103 lines
3.1 KiB
JSON
{
|
|
"name": "laravel/laravel",
|
|
"type": "project",
|
|
"description": "The skeleton application for the Laravel framework.",
|
|
"keywords": [
|
|
"laravel",
|
|
"framework"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"andcarpi/laravel-popper": "^0.9.4",
|
|
"blade-ui-kit/blade-icons": "^1.6",
|
|
"creativecrafts/laravel-paginate-collection": "^1.0.0",
|
|
"cviebrock/eloquent-sluggable": "^11.0",
|
|
"guzzlehttp/guzzle": "^7.2",
|
|
"intervention/image": "^3.0",
|
|
"laravel/framework": "^11.0",
|
|
"laravel/octane": "^2.3",
|
|
"laravel/pulse": "dev-validation-errors",
|
|
"laravel/sanctum": "^4.0",
|
|
"laravel/tinker": "^2.9",
|
|
"league/flysystem-aws-s3-v3": "^3.0",
|
|
"marvinlabs/laravel-discord-logger": "^1.4",
|
|
"saade/blade-iconsax": "^1.2",
|
|
"scyllaly/hcaptcha": "dev-l11-compatibility",
|
|
"spatie/laravel-backup": "^8.6",
|
|
"spatie/laravel-discord-alerts": "^1.3",
|
|
"spatie/laravel-honeypot": "^4.5",
|
|
"spatie/laravel-query-builder": "^6.0",
|
|
"spatie/laravel-sitemap": "^7.2",
|
|
"spatie/sheets": "^1.12",
|
|
"sqids/sqids": "^0.4.1"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.10",
|
|
"barryvdh/laravel-ide-helper": "^3.0",
|
|
"fakerphp/faker": "^1.23",
|
|
"laravel/pint": "^1.13",
|
|
"laravel/sail": "^1.26",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^8.0",
|
|
"phpunit/phpunit": "^11.0",
|
|
"rector/rector": "^1.0",
|
|
"spatie/laravel-ignition": "^2.4",
|
|
"tightenco/duster": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
},
|
|
"files": [
|
|
"app/Helpers/HelperFunctions.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi"
|
|
],
|
|
"post-update-cmd": [
|
|
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
|
|
"@php artisan ide-helper:generate",
|
|
"@php artisan ide-helper:meta"
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate --ansi"
|
|
]
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"repositories": [
|
|
{
|
|
"type": "vcs",
|
|
"url": "https://github.com/laravel-shift/hcaptcha.git"
|
|
}
|
|
]
|
|
}
|