Files
Jobhero_back/composer.json
Carlos 0ed98c96ee feat: profile_photo en contratos activos, notificaciones bilingues en reportes y foto en panel usuarios
- API contratos activos (cliente y proveedor): agrega campo profile_photo (técnico asignado o supplier, null si no tiene)
- Notificaciones push bilingues en comentarios de reporte: "Nueva actividad en tu reporte" / "New activity on your report"
- Moderador en web panel notifica a cliente y proveedor al comentar, con prefijo Moderador/Moderator
- Panel usuarios: columna de foto de perfil entre ID y Nombre

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-23 17:17:14 -06:00

99 lines
2.8 KiB
JSON
Executable File

{
"name": "laravel/laravel",
"type": "project",
"description": "The Laravel Framework.",
"keywords": [
"framework",
"laravel"
],
"license": "MIT",
"repositories": [
{
"type": "path",
"url": "C:/Users/ThinPad/AppData/Local/Temp/gonoware-laravel-maps",
"options": {
"symlink": false
}
},
{
"type": "vcs",
"url": "https://git.consultoria-as.com/consultoria-as/gonoware-laravel-maps"
}
],
"require": {
"php": "^8.2",
"berkayk/onesignal-laravel": "^2.0",
"gonoware/laravel-maps": "dev-master",
"google/cloud-storage": "^1.0",
"guzzlehttp/guzzle": "^7.8",
"intervention/image": "^3.0",
"kreait/laravel-firebase": "^7.2",
"laravel/framework": "^12.0",
"laravel/passport": "^13.0",
"laravel/socialite": "^5.10",
"laravel/tinker": "^2.9",
"laravel/ui": "^4.6",
"larswiegers/laravel-maps": "^0.19.0",
"lcobucci/jwt": "^5.0",
"mercadopago/dx-php": "^3.5",
"openpay/sdk": "^2.0",
"spatie/laravel-google-cloud-storage": "^2.3",
"spatie/laravel-html": "^3.0",
"phpoffice/phpspreadsheet": "^2.0",
"stripe/stripe-php": "^20.2",
"tarfin-labs/laravel-spatial": "^3.0",
"timehunter/laravel-google-recaptcha-v3": "^2.4"
},
"require-dev": {
"fakerphp/faker": "^1.23",
"laravel/pint": "^1.13",
"laravel/sail": "^1.26",
"laravel/telescope": "^5.20",
"mockery/mockery": "^1.6",
"nunomaduro/collision": "^8.0",
"phpunit/phpunit": "^11.0"
},
"config": {
"optimize-autoloader": true,
"preferred-install": "dist",
"sort-packages": true
},
"extra": {
"laravel": {
"dont-discover": []
}
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Database\\Factories\\": "database/factories/",
"Database\\Seeders\\": "database/seeders/"
}
},
"autoload-dev": {
"psr-4": {
"Tests\\": "tests/"
}
},
"minimum-stability": "dev",
"prefer-stable": true,
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-create-project-cmd": [
"@php artisan key:generate --ansi"
],
"post-install-cmd": [
"chmod -R 775 storage",
"chmod -R 755 bootstrap\/cache",
"php artisan optimize:clear",
"php artisan cache:clear"
]
}
}