Enth\u00e4lt gemischt: Laravel-10-Upgrade + Phase 1 (Contacts-Modul, Duplicats-Commands, Soft-Delete+Merge-Fields) + Phase 2 Code-Umstellungen (inquiry_id, $table='contacts'/'inquiries') + Offers-Modul (Migrationen, Models, offer_id in Booking, offer-Disk in filesystems.php). Phase 2 + Offers werden im folgenden Commit nach dev/backups/phase2-offers-2026-04-17/ verschoben, damit der Workspace auf Phase-1-only (= Test-System-Stand) reduziert ist und direkt auf Live deploybar wird. Tarball-Backup zus\u00e4tzlich unter: ../backups-safety/workspace-pre-phase1-rollback-2026-04-17.tar.gz Made-with: Cursor
137 lines
4.3 KiB
JSON
Executable file
137 lines
4.3 KiB
JSON
Executable file
{
|
|
"name": "laravel/laravel",
|
|
"description": "The Laravel Framework.",
|
|
"keywords": [
|
|
"framework",
|
|
"laravel"
|
|
],
|
|
"license": "MIT",
|
|
"type": "project",
|
|
"repositories": [
|
|
{
|
|
"type": "path",
|
|
"url": "./packages/*/*/",
|
|
"options": {
|
|
"symlink": true
|
|
}
|
|
},
|
|
{
|
|
"type": "package",
|
|
"package": {
|
|
"name": "laravelcollective/html",
|
|
"version": "6.5.0",
|
|
"description": "HTML and Form Builders for the Laravel Framework (L10+ patch)",
|
|
"license": "MIT",
|
|
"require": {
|
|
"php": "^8.0",
|
|
"illuminate/http": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
"illuminate/routing": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
"illuminate/session": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
"illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
"illuminate/view": "^6.0|^7.0|^8.0|^9.0|^10.0|^11.0|^12.0",
|
|
"spatie/once": "^3.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Collective\\Html\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": ["Collective\\Html\\HtmlServiceProvider"],
|
|
"aliases": {
|
|
"Form": "Collective\\Html\\FormFacade",
|
|
"Html": "Collective\\Html\\HtmlFacade"
|
|
}
|
|
}
|
|
},
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/LaravelCollective/html.git",
|
|
"reference": "v6.4.1"
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^8.1|^8.2|^8.3",
|
|
"bacon/bacon-qr-code": "^3.0",
|
|
"barryvdh/laravel-dompdf": "^2.2",
|
|
"cviebrock/eloquent-sluggable": "^10.0",
|
|
"digital-bird/shoppingcart": "^3.0",
|
|
"doctrine/dbal": "^3.0",
|
|
"guzzlehttp/guzzle": "^7.0",
|
|
"intervention/image": "^2.7",
|
|
"iqcontent/laravel-filemanager": "*",
|
|
"jenssegers/date": "*",
|
|
"laracasts/flash": "*",
|
|
"laravel/framework": "^10.49",
|
|
"laravel/helpers": "*",
|
|
"laravel/passport": "^11.0",
|
|
"laravel/tinker": "^2.9",
|
|
"laravel/ui": "^4.0",
|
|
"laravelcollective/html": "^6.5",
|
|
"maatwebsite/excel": "^3.1",
|
|
"pragmarx/google2fa-laravel": "*",
|
|
"reliese/laravel": "*",
|
|
"rguedes/pdfmerger": "^1.0",
|
|
"setasign/fpdf": "*",
|
|
"setasign/fpdi": "*",
|
|
"yajra/laravel-datatables-oracle": "^10.0"
|
|
},
|
|
"require-dev": {
|
|
"barryvdh/laravel-debugbar": "^3.13",
|
|
"barryvdh/laravel-ide-helper": "^3.1",
|
|
"fakerphp/faker": "^1.23",
|
|
"laravel/boost": "^1.8",
|
|
"laravel/sail": "^1.29",
|
|
"mockery/mockery": "^1.6",
|
|
"nunomaduro/collision": "^7.0",
|
|
"phpunit/phpunit": "^10.5",
|
|
"spatie/laravel-ignition": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"app/helpers.php"
|
|
],
|
|
"psr-4": {
|
|
"App\\": "app/",
|
|
"Database\\Factories\\": "database/factories/",
|
|
"Database\\Seeders\\": "database/seeds/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Tests\\": "tests/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"dont-discover": []
|
|
}
|
|
},
|
|
"scripts": {
|
|
"post-update-cmd": [
|
|
"php artisan clear-compiled"
|
|
],
|
|
"post-root-package-install": [
|
|
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
|
|
],
|
|
"post-create-project-cmd": [
|
|
"@php artisan key:generate"
|
|
],
|
|
"post-autoload-dump": [
|
|
"@php artisan package:discover --ansi"
|
|
]
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist",
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"php-http/discovery": true
|
|
}
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|