From 75d1d0a2e481878cbb58f6ea1dfb3319da118070 Mon Sep 17 00:00:00 2001 From: Charles Date: Fri, 1 Aug 2025 12:18:36 -0400 Subject: [PATCH] remove upgrader package --- composer.json | 1 - composer.lock | 105 +------------------------------------------------- 2 files changed, 2 insertions(+), 104 deletions(-) diff --git a/composer.json b/composer.json index 40ac79d60..3f6ed3a85 100644 --- a/composer.json +++ b/composer.json @@ -46,7 +46,6 @@ "require-dev": { "barryvdh/laravel-ide-helper": "^3.6", "fakerphp/faker": "^1.23.1", - "filament/upgrade": "v4.0.0-beta20", "larastan/larastan": "^3.4", "laravel/pail": "^1.2.2", "laravel/pint": "^1.15.3", diff --git a/composer.lock b/composer.lock index 683351888..48d7fac2b 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": "fafb62705cd7a00ac09ad7aff3ce3cc8", + "content-hash": "f072f2c84b6e4ee00bfb8efd951a284e", "packages": [ { "name": "amphp/amp", @@ -13008,46 +13008,6 @@ ], "time": "2024-08-06T10:04:20+00:00" }, - { - "name": "filament/upgrade", - "version": "v4.0.0-beta20", - "source": { - "type": "git", - "url": "https://github.com/filamentphp/upgrade.git", - "reference": "8818ad4e00168b25da66a23df3284acdfa864f63" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/8818ad4e00168b25da66a23df3284acdfa864f63", - "reference": "8818ad4e00168b25da66a23df3284acdfa864f63", - "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-07-29T12:21:55+00:00" - }, { "name": "filp/whoops", "version": "2.18.3", @@ -14820,66 +14780,6 @@ ], "time": "2025-03-23T16:02:11+00:00" }, - { - "name": "rector/rector", - "version": "2.1.2", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "40a71441dd73fa150a66102f5ca1364c44fc8fff" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/40a71441dd73fa150a66102f5ca1364c44fc8fff", - "reference": "40a71441dd73fa150a66102f5ca1364c44fc8fff", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.18" - }, - "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.2" - }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2025-07-17T19:30:06+00:00" - }, { "name": "sebastian/cli-parser", "version": "3.0.2", @@ -16363,8 +16263,7 @@ "aliases": [], "minimum-stability": "beta", "stability-flags": { - "filament/filament": 10, - "filament/upgrade": 10 + "filament/filament": 10 }, "prefer-stable": true, "prefer-lowest": false,