From 76c270951d707177a60368d7cc8f779f5c6e1b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 18:58:31 +0000 Subject: [PATCH] Bump bezhansalleh/filament-shield from 4.0.0-beta2 to 4.0.1 Bumps [bezhansalleh/filament-shield](https://github.com/bezhanSalleh/filament-shield) from 4.0.0-beta2 to 4.0.1. - [Release notes](https://github.com/bezhanSalleh/filament-shield/releases) - [Changelog](https://github.com/bezhanSalleh/filament-shield/blob/main/CHANGELOG.md) - [Commits](https://github.com/bezhanSalleh/filament-shield/compare/4.0.0-beta2...4.0.1) --- updated-dependencies: - dependency-name: bezhansalleh/filament-shield dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 558 +++++++++++++++++++++++++++++--------------------- 1 file changed, 319 insertions(+), 239 deletions(-) diff --git a/composer.lock b/composer.lock index 72e9c02d..8f8bdd9b 100644 --- a/composer.lock +++ b/composer.lock @@ -126,24 +126,103 @@ }, "time": "2024-10-01T13:55:55+00:00" }, + { + "name": "bezhansalleh/filament-plugin-essentials", + "version": "1.0.0", + "source": { + "type": "git", + "url": "https://github.com/bezhanSalleh/filament-plugin-essentials.git", + "reference": "fb4656c661270133b1b1c4297616745e4d586ca7" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/bezhanSalleh/filament-plugin-essentials/zipball/fb4656c661270133b1b1c4297616745e4d586ca7", + "reference": "fb4656c661270133b1b1c4297616745e4d586ca7", + "shasum": "" + }, + "require": { + "filament/filament": "^4.0", + "illuminate/contracts": "^11.28|^12.0", + "php": "^8.2", + "spatie/laravel-package-tools": "^1.9" + }, + "require-dev": { + "larastan/larastan": "^2.9||^3.0", + "laravel/pint": "^1.14", + "nunomaduro/collision": "^8.1.1||^7.10.0", + "orchestra/testbench": "^10.0.0||^9.0.0", + "pestphp/pest": "^3.0", + "pestphp/pest-plugin-arch": "^3.0", + "pestphp/pest-plugin-laravel": "^3.0", + "pestphp/pest-plugin-type-coverage": "^3.5", + "phpstan/extension-installer": "^1.3||^2.0", + "phpstan/phpstan-deprecation-rules": "^1.1||^2.0", + "phpstan/phpstan-phpunit": "^1.3||^2.0", + "rector/rector": "^2.1", + "spatie/laravel-ray": "^1.40" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "BezhanSalleh\\PluginEssentials\\PluginEssentialsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "BezhanSalleh\\PluginEssentials\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bezhan Salleh", + "email": "bezhan_salleh@yahoo.com", + "role": "Developer" + } + ], + "description": "A collection of essential traits that streamline Filament plugin development by taking care of the boilerplate, so you can focus on shipping real features faster", + "homepage": "https://github.com/bezhansalleh/filament-plugin-essentials", + "keywords": [ + "Bezhan Salleh", + "filament-plugin-essentials", + "laravel" + ], + "support": { + "issues": "https://github.com/bezhanSalleh/filament-plugin-essentials/issues", + "source": "https://github.com/bezhanSalleh/filament-plugin-essentials/tree/1.0.0" + }, + "funding": [ + { + "url": "https://github.com/bezhanSalleh", + "type": "github" + } + ], + "time": "2025-08-31T06:50:44+00:00" + }, { "name": "bezhansalleh/filament-shield", - "version": "4.0.0-beta2", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/bezhanSalleh/filament-shield.git", - "reference": "a1ff497383cfbbe9107cb7991859d94506a471d8" + "reference": "72eade4f4b052ef3e21a404ed577918b4425eacc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bezhanSalleh/filament-shield/zipball/a1ff497383cfbbe9107cb7991859d94506a471d8", - "reference": "a1ff497383cfbbe9107cb7991859d94506a471d8", + "url": "https://api.github.com/repos/bezhanSalleh/filament-shield/zipball/72eade4f4b052ef3e21a404ed577918b4425eacc", + "reference": "72eade4f4b052ef3e21a404ed577918b4425eacc", "shasum": "" }, "require": { + "bezhansalleh/filament-plugin-essentials": "^1.0", "filament/filament": "^4.0", - "filament/upgrade": "^4.0", "illuminate/contracts": "^11.28|^12.0", + "illuminate/support": "*", "php": "^8.2", "spatie/laravel-package-tools": "^1.9", "spatie/laravel-permission": "^6.0" @@ -162,6 +241,7 @@ "phpstan/phpstan-deprecation-rules": "^2.0", "phpstan/phpstan-phpunit": "^2.0", "phpunit/phpunit": "^10.1|^11.0", + "rector/rector": "^2.1", "spatie/laravel-ray": "^1.40" }, "type": "library", @@ -208,7 +288,7 @@ ], "support": { "issues": "https://github.com/bezhanSalleh/filament-shield/issues", - "source": "https://github.com/bezhanSalleh/filament-shield/tree/4.0.0-beta2" + "source": "https://github.com/bezhanSalleh/filament-shield/tree/4.0.1" }, "funding": [ { @@ -216,7 +296,7 @@ "type": "github" } ], - "time": "2025-07-10T22:46:16+00:00" + "time": "2025-09-08T00:23:55+00:00" }, { "name": "blade-ui-kit/blade-heroicons", @@ -1264,16 +1344,16 @@ }, { "name": "filament/actions", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "d93392dc793ffab24dad1e8799fdb2054823f2b2" + "reference": "aad259842f1888602130cc78d989aa2250149c6b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/d93392dc793ffab24dad1e8799fdb2054823f2b2", - "reference": "d93392dc793ffab24dad1e8799fdb2054823f2b2", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/aad259842f1888602130cc78d989aa2250149c6b", + "reference": "aad259842f1888602130cc78d989aa2250149c6b", "shasum": "" }, "require": { @@ -1309,20 +1389,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T11:01:13+00:00" + "time": "2025-09-07T19:30:06+00:00" }, { "name": "filament/filament", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "6a4f2030594060d620be18b20eb7c31c7229431a" + "reference": "0c697fbeb399d2655ad7dc55f8827e72ba25e438" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/6a4f2030594060d620be18b20eb7c31c7229431a", - "reference": "6a4f2030594060d620be18b20eb7c31c7229431a", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/0c697fbeb399d2655ad7dc55f8827e72ba25e438", + "reference": "0c697fbeb399d2655ad7dc55f8827e72ba25e438", "shasum": "" }, "require": { @@ -1366,20 +1446,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T11:01:27+00:00" + "time": "2025-09-07T19:30:10+00:00" }, { "name": "filament/forms", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "0c25b1b5ca298735228ca9e5650ef1aebdb450ea" + "reference": "d6be629b717861d14c7f603f416dde9d25a4f4d0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/0c25b1b5ca298735228ca9e5650ef1aebdb450ea", - "reference": "0c25b1b5ca298735228ca9e5650ef1aebdb450ea", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/d6be629b717861d14c7f603f416dde9d25a4f4d0", + "reference": "d6be629b717861d14c7f603f416dde9d25a4f4d0", "shasum": "" }, "require": { @@ -1416,20 +1496,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T10:59:14+00:00" + "time": "2025-09-07T19:30:05+00:00" }, { "name": "filament/infolists", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "20c5f56b452d949ae4ed0586cbacec8e1d6d8cab" + "reference": "050bd1423579be7fcc76bdcd06448c61ab787d23" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/20c5f56b452d949ae4ed0586cbacec8e1d6d8cab", - "reference": "20c5f56b452d949ae4ed0586cbacec8e1d6d8cab", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/050bd1423579be7fcc76bdcd06448c61ab787d23", + "reference": "050bd1423579be7fcc76bdcd06448c61ab787d23", "shasum": "" }, "require": { @@ -1461,20 +1541,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-01T09:39:14+00:00" + "time": "2025-09-07T19:30:04+00:00" }, { "name": "filament/notifications", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "89edf77d3f2f912325d74dfff388dc87fe3bca76" + "reference": "8dac65801cb62eb291a06617f56c81d4e9740ad3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/89edf77d3f2f912325d74dfff388dc87fe3bca76", - "reference": "89edf77d3f2f912325d74dfff388dc87fe3bca76", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/8dac65801cb62eb291a06617f56c81d4e9740ad3", + "reference": "8dac65801cb62eb291a06617f56c81d4e9740ad3", "shasum": "" }, "require": { @@ -1508,20 +1588,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T11:01:02+00:00" + "time": "2025-09-07T19:30:09+00:00" }, { "name": "filament/schemas", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/schemas.git", - "reference": "064658bbdaa5a7fc322c41cbc4f05755c357e8e2" + "reference": "20b97f2850dc90a605e1b754ddad7fcdacd00dbc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/schemas/zipball/064658bbdaa5a7fc322c41cbc4f05755c357e8e2", - "reference": "064658bbdaa5a7fc322c41cbc4f05755c357e8e2", + "url": "https://api.github.com/repos/filamentphp/schemas/zipball/20b97f2850dc90a605e1b754ddad7fcdacd00dbc", + "reference": "20b97f2850dc90a605e1b754ddad7fcdacd00dbc", "shasum": "" }, "require": { @@ -1553,20 +1633,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-01T09:39:13+00:00" + "time": "2025-09-07T19:30:03+00:00" }, { "name": "filament/support", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "8b4eeb8c84e3d9ef79a97495eac0f3cddecde6eb" + "reference": "65c9039bdc005326325c8702d9ff92e65f2fe88d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/8b4eeb8c84e3d9ef79a97495eac0f3cddecde6eb", - "reference": "8b4eeb8c84e3d9ef79a97495eac0f3cddecde6eb", + "url": "https://api.github.com/repos/filamentphp/support/zipball/65c9039bdc005326325c8702d9ff92e65f2fe88d", + "reference": "65c9039bdc005326325c8702d9ff92e65f2fe88d", "shasum": "" }, "require": { @@ -1611,20 +1691,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T11:01:13+00:00" + "time": "2025-09-07T19:30:25+00:00" }, { "name": "filament/tables", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "41926a0616f44ca1821ad705ea93816266c3d136" + "reference": "a8582dfdea9e198a1b0bbd3ba4e1881f62e3bd1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/41926a0616f44ca1821ad705ea93816266c3d136", - "reference": "41926a0616f44ca1821ad705ea93816266c3d136", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/a8582dfdea9e198a1b0bbd3ba4e1881f62e3bd1a", + "reference": "a8582dfdea9e198a1b0bbd3ba4e1881f62e3bd1a", "shasum": "" }, "require": { @@ -1656,67 +1736,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-09-02T11:01:33+00:00" - }, - { - "name": "filament/upgrade", - "version": "v4.0.6", - "source": { - "type": "git", - "url": "https://github.com/filamentphp/upgrade.git", - "reference": "21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb", - "reference": "21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb", - "shasum": "" - }, - "require": { - "nunomaduro/termwind": "^2.0", - "php": "^8.2", - "rector/rector": "^2.0" - }, - "bin": [ - "bin/filament-v4" - ], - "type": "library", - "extra": { - "laravel": { - "providers": [ - "Filament\\Upgrade\\UpgradeServiceProvider" - ] - } - }, - "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-09-02T11:01:30+00:00" + "time": "2025-09-07T19:30:25+00:00" }, { "name": "filament/widgets", - "version": "v4.0.6", + "version": "v4.0.8", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", - "reference": "e693e6a2bf4c9ae9c52af6b16428a53b1feb038f" + "reference": "f761a52df367f8bde47d9d2518c3c0b646155345" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/widgets/zipball/e693e6a2bf4c9ae9c52af6b16428a53b1feb038f", - "reference": "e693e6a2bf4c9ae9c52af6b16428a53b1feb038f", + "url": "https://api.github.com/repos/filamentphp/widgets/zipball/f761a52df367f8bde47d9d2518c3c0b646155345", + "reference": "f761a52df367f8bde47d9d2518c3c0b646155345", "shasum": "" }, "require": { @@ -1747,7 +1780,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-08-27T09:51:50+00:00" + "time": "2025-09-04T14:12:52+00:00" }, { "name": "firebase/php-jwt", @@ -4509,16 +4542,16 @@ }, { "name": "nesbot/carbon", - "version": "3.10.2", + "version": "3.10.3", "source": { "type": "git", "url": "https://github.com/CarbonPHP/carbon.git", - "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24" + "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24", - "reference": "76b5c07b8a9d2025ed1610e14cef1f3fd6ad2c24", + "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f", + "reference": "8e3643dcd149ae0fe1d2ff4f2c8e4bbfad7c165f", "shasum": "" }, "require": { @@ -4536,13 +4569,13 @@ "require-dev": { "doctrine/dbal": "^3.6.3 || ^4.0", "doctrine/orm": "^2.15.2 || ^3.0", - "friendsofphp/php-cs-fixer": "^3.75.0", + "friendsofphp/php-cs-fixer": "^v3.87.1", "kylekatarnls/multi-tester": "^2.5.3", "phpmd/phpmd": "^2.15.0", "phpstan/extension-installer": "^1.4.3", - "phpstan/phpstan": "^2.1.17", - "phpunit/phpunit": "^10.5.46", - "squizlabs/php_codesniffer": "^3.13.0" + "phpstan/phpstan": "^2.1.22", + "phpunit/phpunit": "^10.5.53", + "squizlabs/php_codesniffer": "^3.13.4" }, "bin": [ "bin/carbon" @@ -4610,7 +4643,7 @@ "type": "tidelift" } ], - "time": "2025-08-02T09:36:06+00:00" + "time": "2025-09-06T13:39:36+00:00" }, { "name": "nette/php-generator", @@ -4982,16 +5015,16 @@ }, { "name": "openspout/openspout", - "version": "v4.31.0", + "version": "v4.32.0", "source": { "type": "git", "url": "https://github.com/openspout/openspout.git", - "reference": "90dc2f7ce0b59084b78cd86ca7c5d367759496cd" + "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/openspout/openspout/zipball/90dc2f7ce0b59084b78cd86ca7c5d367759496cd", - "reference": "90dc2f7ce0b59084b78cd86ca7c5d367759496cd", + "url": "https://api.github.com/repos/openspout/openspout/zipball/41f045c1f632e1474e15d4c7bc3abcb4a153563d", + "reference": "41f045c1f632e1474e15d4c7bc3abcb4a153563d", "shasum": "" }, "require": { @@ -5059,7 +5092,7 @@ ], "support": { "issues": "https://github.com/openspout/openspout/issues", - "source": "https://github.com/openspout/openspout/tree/v4.31.0" + "source": "https://github.com/openspout/openspout/tree/v4.32.0" }, "funding": [ { @@ -5071,7 +5104,7 @@ "type": "github" } ], - "time": "2025-08-29T05:42:48+00:00" + "time": "2025-09-03T16:03:54+00:00" }, { "name": "paragonie/constant_time_encoding", @@ -5375,64 +5408,6 @@ ], "time": "2025-06-26T16:29:55+00:00" }, - { - "name": "phpstan/phpstan", - "version": "2.1.22", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan.git", - "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", - "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", - "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-08-04T19:17:37+00:00" - }, { "name": "pragmarx/google2fa", "version": "v8.0.3", @@ -6213,20 +6188,20 @@ }, { "name": "ramsey/uuid", - "version": "4.9.0", + "version": "4.9.1", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0" + "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/4e0e23cc785f0724a0e838279a9eb03f28b092a0", - "reference": "4e0e23cc785f0724a0e838279a9eb03f28b092a0", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", + "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13", + "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" }, @@ -6285,9 +6260,9 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.9.0" + "source": "https://github.com/ramsey/uuid/tree/4.9.1" }, - "time": "2025-06-25T14:20:11+00:00" + "time": "2025-09-04T20:59:21+00:00" }, { "name": "raza9798/siteconfig", @@ -6351,66 +6326,6 @@ }, "time": "2025-05-19T11:04:06+00:00" }, - { - "name": "rector/rector", - "version": "2.1.4", - "source": { - "type": "git", - "url": "https://github.com/rectorphp/rector.git", - "reference": "fe613c528819222f8686a9a037a315ef9d4915b3" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/rectorphp/rector/zipball/fe613c528819222f8686a9a037a315ef9d4915b3", - "reference": "fe613c528819222f8686a9a037a315ef9d4915b3", - "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.4" - }, - "funding": [ - { - "url": "https://github.com/tomasvotruba", - "type": "github" - } - ], - "time": "2025-08-15T14:41:36+00:00" - }, { "name": "roadrunner-php/roadrunner-api-dto", "version": "v1.13.0", @@ -11271,6 +11186,53 @@ }, "time": "2024-11-21T13:46:39+00:00" }, + { + "name": "filament/upgrade", + "version": "v4.0.6", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/upgrade.git", + "reference": "21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/upgrade/zipball/21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb", + "reference": "21a3da29b7ebc4e85372b9a6dd39e391cbc47fdb", + "shasum": "" + }, + "require": { + "nunomaduro/termwind": "^2.0", + "php": "^8.2", + "rector/rector": "^2.0" + }, + "bin": [ + "bin/filament-v4" + ], + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Filament\\Upgrade\\UpgradeServiceProvider" + ] + } + }, + "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-09-02T11:01:30+00:00" + }, { "name": "filp/whoops", "version": "2.18.4", @@ -11885,6 +11847,64 @@ }, "time": "2022-02-21T01:04:05+00:00" }, + { + "name": "phpstan/phpstan", + "version": "2.1.22", + "source": { + "type": "git", + "url": "https://github.com/phpstan/phpstan.git", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/41600c8379eb5aee63e9413fe9e97273e25d57e4", + "reference": "41600c8379eb5aee63e9413fe9e97273e25d57e4", + "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-08-04T19:17:37+00:00" + }, { "name": "phpunit/php-code-coverage", "version": "12.3.6", @@ -12324,6 +12344,66 @@ ], "time": "2025-08-28T05:15:46+00:00" }, + { + "name": "rector/rector", + "version": "2.1.4", + "source": { + "type": "git", + "url": "https://github.com/rectorphp/rector.git", + "reference": "fe613c528819222f8686a9a037a315ef9d4915b3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/rectorphp/rector/zipball/fe613c528819222f8686a9a037a315ef9d4915b3", + "reference": "fe613c528819222f8686a9a037a315ef9d4915b3", + "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.4" + }, + "funding": [ + { + "url": "https://github.com/tomasvotruba", + "type": "github" + } + ], + "time": "2025-08-15T14:41:36+00:00" + }, { "name": "sebastian/cli-parser", "version": "4.0.0",