netgescon-master/netgescon/vendor/illuminate/console/composer.json
Pikappa2 480e7eafbd 🎯 NETGESCON - Setup iniziale repository completo
📋 Commit iniziale con:
-  Documentazione unificata in docs/
-  Codice Laravel in netgescon-laravel/
-  Script automazione in scripts/
-  Configurazione sync rsync
-  Struttura organizzata e pulita

🔄 Versione: 2025.07.19-1644
🎯 Sistema pronto per Git distribuito
2025-07-19 16:44:47 +02:00

54 lines
1.7 KiB
JSON
Executable File

{
"name": "illuminate/console",
"description": "The Illuminate Console package.",
"license": "MIT",
"homepage": "https://laravel.com",
"support": {
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
}
],
"require": {
"php": "^8.2",
"ext-mbstring": "*",
"illuminate/collections": "^12.0",
"illuminate/contracts": "^12.0",
"illuminate/macroable": "^12.0",
"illuminate/support": "^12.0",
"illuminate/view": "^12.0",
"laravel/prompts": "^0.3.0",
"nunomaduro/termwind": "^2.0",
"symfony/console": "^7.2.0",
"symfony/polyfill-php83": "^1.31",
"symfony/process": "^7.2.0"
},
"autoload": {
"psr-4": {
"Illuminate\\Console\\": ""
}
},
"extra": {
"branch-alias": {
"dev-master": "12.x-dev"
}
},
"suggest": {
"ext-pcntl": "Required to use signal trapping.",
"dragonmantank/cron-expression": "Required to use scheduler (^3.3.2).",
"guzzlehttp/guzzle": "Required to use the ping methods on schedules (^7.8).",
"illuminate/bus": "Required to use the scheduled job dispatcher (^12.0).",
"illuminate/container": "Required to use the scheduler (^12.0).",
"illuminate/filesystem": "Required to use the generator command (^12.0).",
"illuminate/queue": "Required to use closures for scheduled jobs (^12.0)."
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev"
}