You've already forked Epicnabbo-Catalogus-Updated-Daily
36 lines
856 B
JSON
36 lines
856 B
JSON
{
|
|
"name": "filament/upgrade",
|
|
"description": "Upgrade Filament v3 code to Filament v4.",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/filamentphp/filament",
|
|
"support": {
|
|
"issues": "https://github.com/filamentphp/filament/issues",
|
|
"source": "https://github.com/filamentphp/filament"
|
|
},
|
|
"require": {
|
|
"php": "^8.2",
|
|
"nunomaduro/termwind": "^2.0",
|
|
"rector/rector": "^2.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Filament\\Upgrade\\": "src"
|
|
}
|
|
},
|
|
"extra": {
|
|
"laravel": {
|
|
"providers": [
|
|
"Filament\\Upgrade\\UpgradeServiceProvider"
|
|
]
|
|
}
|
|
},
|
|
"bin": [
|
|
"bin/filament-v4"
|
|
],
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true
|
|
}
|