diff --git a/composer.json b/composer.json index 4c151c107..03c3f5c5a 100644 --- a/composer.json +++ b/composer.json @@ -14,7 +14,6 @@ "dedoc/scramble": "^0.12.10", "doctrine/dbal": "~3.6.0", "filament/filament": "v4.0.0-alpha1", - "filament/upgrade": "^4.0@alpha", "guzzlehttp/guzzle": "^7.9", "laravel/framework": "^12.10", "laravel/helpers": "^1.7", @@ -101,4 +100,4 @@ }, "minimum-stability": "alpha", "prefer-stable": true -} +} diff --git a/composer.lock b/composer.lock index ff36eb44f..d457ef52f 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": "1bde4059f90eff0d15edf7834e3b8d8d", + "content-hash": "3e65bad706567352029df4a48e01f8a1", "packages": [ { "name": "amphp/amp", @@ -2864,46 +2864,6 @@ }, "time": "2025-04-23T06:32:14+00:00" }, - { - "name": "filament/upgrade", - "version": "v4.0.0-alpha1", - "source": { - "type": "git", - "url": "https://github.com/filamentphp/upgrade.git", - "reference": "5eae9c0346abde563a7dff9855068980598f1030" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/5eae9c0346abde563a7dff9855068980598f1030", - "reference": "5eae9c0346abde563a7dff9855068980598f1030", - "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-04-23T06:32:14+00:00" - }, { "name": "filament/widgets", "version": "v4.0.0-alpha1", @@ -6968,64 +6928,6 @@ }, "time": "2025-02-19T13:28:12+00:00" }, - { - "name": "phpstan/phpstan", - "version": "2.1.12", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", - "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0" - }, - "conflict": { - "phpstan/phpstan-shim": "*" - }, - "bin": [ - "phpstan", - "phpstan.phar" - ], - "type": "library", - "autoload": { - "files": [ - "bootstrap.php" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPStan - PHP Static Analysis Tool", - "keywords": [ - "dev", - "static analysis" - ], - "support": { - "docs": "https://phpstan.org/user-guide/getting-started", - "forum": "https://github.com/phpstan/phpstan/discussions", - "issues": "https://github.com/phpstan/phpstan/issues", - "security": "https://github.com/phpstan/phpstan/security/policy", - "source": "https://github.com/phpstan/phpstan-src" - }, - "funding": [ - { - "url": "https://github.com/ondrejmirtes", - "type": "github" - }, - { - "url": "https://github.com/phpstan", - "type": "github" - } - ], - "time": "2025-04-16T13:19:18+00:00" - }, { "name": "pragmarx/google2fa", "version": "v8.0.3", @@ -7958,65 +7860,6 @@ ], "time": "2024-04-27T21:32:50+00:00" }, - { - "name": "rector/rector", - "version": "2.0.12", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "a7f9b968f6c15abfd0d2a1442c9dcd9ade677192" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/a7f9b968f6c15abfd0d2a1442c9dcd9ade677192", - "reference": "a7f9b968f6c15abfd0d2a1442c9dcd9ade677192", - "shasum": "" - }, - "require": { - "php": "^7.4|^8.0", - "phpstan/phpstan": "^2.1.12" - }, - "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", - "keywords": [ - "automation", - "dev", - "migration", - "refactoring" - ], - "support": { - "issues": "https://github.com/rectorphp/rector/issues", - "source": "https://github.com/rectorphp/rector/tree/2.0.12" - }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2025-04-22T12:47:33+00:00" - }, { "name": "revolt/event-loop", "version": "v1.0.7", @@ -14204,6 +14047,64 @@ }, "time": "2022-02-21T01:04:05+00:00" }, + { + "name": "phpstan/phpstan", + "version": "2.1.12", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", + "reference": "96dde49e967c0c22812bcfa7bda4ff82c09f3b0c", + "shasum": "" + }, + "require": { + "php": "^7.4|^8.0" + }, + "conflict": { + "phpstan/phpstan-shim": "*" + }, + "bin": [ + "phpstan", + "phpstan.phar" + ], + "type": "library", + "autoload": { + "files": [ + "bootstrap.php" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHPStan - PHP Static Analysis Tool", + "keywords": [ + "dev", + "static analysis" + ], + "support": { + "docs": "https://phpstan.org/user-guide/getting-started", + "forum": "https://github.com/phpstan/phpstan/discussions", + "issues": "https://github.com/phpstan/phpstan/issues", + "security": "https://github.com/phpstan/phpstan/security/policy", + "source": "https://github.com/phpstan/phpstan-src" + }, + "funding": [ + { + "url": "https://github.com/ondrejmirtes", + "type": "github" + }, + { + "url": "https://github.com/phpstan", + "type": "github" + } + ], + "time": "2025-04-16T13:19:18+00:00" + }, { "name": "phpunit/php-code-coverage", "version": "11.0.9", @@ -16100,7 +16001,6 @@ "minimum-stability": "alpha", "stability-flags": { "filament/filament": 15, - "filament/upgrade": 15, "larastan/larastan": 20 }, "prefer-stable": true,