From bff4098951444da409b47501424dd7ef75a8d5f0 Mon Sep 17 00:00:00 2001 From: Charles Date: Thu, 17 Jul 2025 06:16:20 -0400 Subject: [PATCH] remove upgrader --- composer.json | 1 - composer.lock | 102 +------------------------------------------------- 2 files changed, 1 insertion(+), 102 deletions(-) diff --git a/composer.json b/composer.json index 19b592037..4c9840f4c 100644 --- a/composer.json +++ b/composer.json @@ -48,7 +48,6 @@ "require-dev": { "barryvdh/laravel-ide-helper": "^3.5", "fakerphp/faker": "^1.23.1", - "filament/upgrade": "~4.0", "larastan/larastan": "^3.4", "laravel/pail": "^1.2.2", "laravel/pint": "^1.15.3", diff --git a/composer.lock b/composer.lock index a122c9432..3a2a1b520 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "b9e82fbc3adc61d381f2faa6c82f3155", + "content-hash": "44ca5408a3688f615e50e54e06a703d6", "packages": [ { "name": "amphp/amp", @@ -12961,46 +12961,6 @@ ], "time": "2024-08-06T10:04:20+00:00" }, - { - "name": "filament/upgrade", - "version": "v4.0.0-beta16", - "source": { - "type": "git", - "url": "https://github.com/filamentphp/upgrade.git", - "reference": "0f27d29790ae5124694ea796184fc2aec7940cd6" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/0f27d29790ae5124694ea796184fc2aec7940cd6", - "reference": "0f27d29790ae5124694ea796184fc2aec7940cd6", - "shasum": "" - }, - "require": { - "nunomaduro/termwind": "^2.0", - "php": "^8.2", - "rector/rector": "^2.0" - }, - "bin": [ - "bin/filament-v4" - ], - "type": "library", - "autoload": { - "psr-4": { - "Filament\\Upgrade\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Upgrade Filament v3 code to Filament v4.", - "homepage": "https://github.com/filamentphp/filament", - "support": { - "issues": "https://github.com/filamentphp/filament/issues", - "source": "https://github.com/filamentphp/filament" - }, - "time": "2025-06-15T21:55:22+00:00" - }, { "name": "filp/whoops", "version": "2.18.3", @@ -14773,66 +14733,6 @@ ], "time": "2025-03-23T16:02:11+00:00" }, - { - "name": "rector/rector", - "version": "2.1.1", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "d0917c069bb0d9bb06ed111cf052510f609015a4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/d0917c069bb0d9bb06ed111cf052510f609015a4", - "reference": "d0917c069bb0d9bb06ed111cf052510f609015a4", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.17" - }, - "conflict": { - "rector/rector-doctrine": "*", - "rector/rector-downgrade-php": "*", - "rector/rector-phpunit": "*", - "rector/rector-symfony": "*" - }, - "suggest": { - "ext-dom": "To manipulate phpunit.xml via the custom-rule command" - }, - "bin": [ - "bin/rector" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "Instant Upgrade and Automated Refactoring of any PHP code", - "homepage": "https://getrector.com/", - "keywords": [ - "automation", - "dev", - "migration", - "refactoring" - ], - "support": { - "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.1.1" - }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2025-07-10T11:31:31+00:00" - }, { "name": "sebastian/cli-parser", "version": "3.0.2",