mirror of
https://github.com/alexjustesen/speedtest-tracker.git
synced 2026-06-23 07:00:08 +00:00
3fdb17b115
Co-authored-by: Shift <shift@laravelshift.com>
99 lines
3.0 KiB
JSON
99 lines
3.0 KiB
JSON
{
|
|
"name": "laravel/laravel",
|
|
"type": "project",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.2",
|
|
"awcodes/filament-versions": "^2.0.1",
|
|
"chrisullyott/php-filesize": "^4.2.1",
|
|
"dragonmantank/cron-expression": "^3.3.3",
|
|
"filament/filament": "^3.2.92",
|
|
"filament/spatie-laravel-settings-plugin": "^3.2.92",
|
|
"geerlingguy/ping": "^1.2.1",
|
|
"guzzlehttp/guzzle": "^7.8.1",
|
|
"influxdata/influxdb-client-php": "^3.5",
|
|
"laravel-notification-channels/telegram": "^5.0",
|
|
"laravel/framework": "^11.11.1",
|
|
"laravel/prompts": "^0.1.24",
|
|
"laravel/sanctum": "^4.0.2",
|
|
"laravel/tinker": "^2.9.0",
|
|
"livewire/livewire": "^3.5.1",
|
|
"lorisleiva/laravel-actions": "^2.8.0",
|
|
"maennchen/zipstream-php": "^2.4",
|
|
"spatie/laravel-settings": "^3.3.2",
|
|
"spatie/laravel-webhook-server": "^3.8.1",
|
|
"timokoerber/laravel-one-time-operations": "^1.4.2"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-ide-helper": "^3.0",
|
|
"fakerphp/faker": "^1.23.1",
|
|
"laravel/pint": "^1.16.1",
|
|
"laravel/sail": "^1.29.3",
|
|
"laravel/telescope": "^5.1.0",
|
|
"mockery/mockery": "^1.6.12",
|
|
"nunomaduro/collision": "^8.1.1",
|
|
"phpunit/phpunit": "^11.2.5",
|
|
"spatie/laravel-ignition": "^2.8.0",
|
|
"tightenco/duster": "^2.7.5"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"app/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeders/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
|
|
"@php artisan package:discover --ansi",
|
|
"@php artisan filament:upgrade"
|
|
],
|
|
"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": [
|
|
"laravel/telescope"
|
|
]
|
|
}
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"platform": {
|
|
"php": "8.3"
|
|
},
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"pestphp/pest-plugin": true,
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|