From 4875609f899a72351aa3a30a2301567552ddeff6 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Tue, 25 Feb 2025 22:21:07 +0300 Subject: [PATCH 1/3] add support for laravel 12 --- composer.json | 7 +- composer.lock | 330 +++++++++++++++++++++++++------------------------- 2 files changed, 165 insertions(+), 172 deletions(-) diff --git a/composer.json b/composer.json index 56fe71ab..0a7449fb 100644 --- a/composer.json +++ b/composer.json @@ -29,13 +29,13 @@ "require": { "php": "^8.1", "codeat3/blade-clarity-icons": "^1.7", - "flowframe/laravel-trend": "^0.2", - "guava/filament-icon-picker": "^2.0", + "flowframe/laravel-trend": "^0.4", + "guava/filament-icon-picker": "^2.3", "lara-zeus/accordion": "^1.1", "lara-zeus/core": "^3.1", "lara-zeus/filament-plugin-tools": "^1.0", "lara-zeus/list-group": "^1.0", - "ryangjchandler/blade-tabler-icons": "^2.3" + "secondnetwork/blade-tabler-icons": "^3.30" }, "require-dev": { "laravel/pint": "^1.0", @@ -87,6 +87,5 @@ } } }, - "minimum-stability": "dev", "prefer-stable": true } diff --git a/composer.lock b/composer.lock index cd749c34..bc231b06 100644 --- a/composer.lock +++ b/composer.lock @@ -4,33 +4,33 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "0f09875733b7355832eb9378501253b8", + "content-hash": "bb8f1d7a95b7934a5121169d2baea4e5", "packages": [ { "name": "anourvalar/eloquent-serialize", - "version": "1.2.28", + "version": "1.2.29", "source": { "type": "git", "url": "https://github.com/AnourValar/eloquent-serialize.git", - "reference": "482be4ef83ad9f7b9d0fd0863bd675357658c94a" + "reference": "0919c91e548d01261308fd54d27fc05a83c79d03" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/482be4ef83ad9f7b9d0fd0863bd675357658c94a", - "reference": "482be4ef83ad9f7b9d0fd0863bd675357658c94a", + "url": "https://api.github.com/repos/AnourValar/eloquent-serialize/zipball/0919c91e548d01261308fd54d27fc05a83c79d03", + "reference": "0919c91e548d01261308fd54d27fc05a83c79d03", "shasum": "" }, "require": { - "laravel/framework": "^8.0|^9.0|^10.0|^11.0", + "laravel/framework": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^7.4|^8.0" }, "require-dev": { "friendsofphp/php-cs-fixer": "^3.26", "laravel/legacy-factories": "^1.1", - "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", "phpstan/phpstan": "^2.0", - "phpunit/phpunit": "^9.5|^10.5", - "psalm/plugin-laravel": "^2.8", + "phpunit/phpunit": "^9.5|^10.5|^11.0", + "psalm/plugin-laravel": "^2.8|^3.0", "squizlabs/php_codesniffer": "^3.7" }, "type": "library", @@ -68,9 +68,9 @@ ], "support": { "issues": "https://github.com/AnourValar/eloquent-serialize/issues", - "source": "https://github.com/AnourValar/eloquent-serialize/tree/1.2.28" + "source": "https://github.com/AnourValar/eloquent-serialize/tree/1.2.29" }, - "time": "2025-01-27T15:13:13+00:00" + "time": "2025-02-25T05:18:46+00:00" }, { "name": "archtechx/laravel-seo", @@ -465,27 +465,27 @@ }, { "name": "codeat3/blade-clarity-icons", - "version": "1.9.0", + "version": "1.10.0", "source": { "type": "git", "url": "https://github.com/codeat3/blade-clarity-icons.git", - "reference": "8e2086ac3988e1b500df29798d7bd54ff2c788d4" + "reference": "4b4450200061633f4e9f5390e7095fbc30057340" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeat3/blade-clarity-icons/zipball/8e2086ac3988e1b500df29798d7bd54ff2c788d4", - "reference": "8e2086ac3988e1b500df29798d7bd54ff2c788d4", + "url": "https://api.github.com/repos/codeat3/blade-clarity-icons/zipball/4b4450200061633f4e9f5390e7095fbc30057340", + "reference": "4b4450200061633f4e9f5390e7095fbc30057340", "shasum": "" }, "require": { "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^7.4|^8.0" }, "require-dev": { - "codeat3/blade-icon-generation-helpers": "^0.8", + "codeat3/blade-icon-generation-helpers": "^0.10", "codeat3/phpcs-styles": "^1.0", - "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", "phpunit/phpunit": "^9.0|^10.5|^11.0" }, "type": "library", @@ -525,7 +525,7 @@ ], "support": { "issues": "https://github.com/codeat3/blade-clarity-icons/issues", - "source": "https://github.com/codeat3/blade-clarity-icons/tree/1.9.0" + "source": "https://github.com/codeat3/blade-clarity-icons/tree/1.10.0" }, "funding": [ { @@ -533,31 +533,31 @@ "type": "github" } ], - "time": "2024-02-28T13:48:51+00:00" + "time": "2025-02-25T08:35:37+00:00" }, { "name": "codeat3/blade-iconpark", - "version": "1.6.0", + "version": "1.7.0", "source": { "type": "git", "url": "https://github.com/codeat3/blade-iconpark.git", - "reference": "8d1b1a1c832134128bb6013f92487e27cb140405" + "reference": "fb0265a9d36cd08e7b50cbd82df3c3b0b4eb3266" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/codeat3/blade-iconpark/zipball/8d1b1a1c832134128bb6013f92487e27cb140405", - "reference": "8d1b1a1c832134128bb6013f92487e27cb140405", + "url": "https://api.github.com/repos/codeat3/blade-iconpark/zipball/fb0265a9d36cd08e7b50cbd82df3c3b0b4eb3266", + "reference": "fb0265a9d36cd08e7b50cbd82df3c3b0b4eb3266", "shasum": "" }, "require": { "blade-ui-kit/blade-icons": "^1.1", - "illuminate/support": "^8.0|^9.0|^10.0|^11.0", + "illuminate/support": "^8.0|^9.0|^10.0|^11.0|^12.0", "php": "^7.4|^8.0" }, "require-dev": { - "codeat3/blade-icon-generation-helpers": "^0.8", + "codeat3/blade-icon-generation-helpers": "^0.10", "codeat3/phpcs-styles": "^1.0", - "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0", + "orchestra/testbench": "^6.0|^7.0|^8.0|^9.0|^10.0", "phpunit/phpunit": "^9.0|^10.5|^11.0" }, "type": "library", @@ -596,7 +596,7 @@ ], "support": { "issues": "https://github.com/codeat3/blade-iconpark/issues", - "source": "https://github.com/codeat3/blade-iconpark/tree/1.6.0" + "source": "https://github.com/codeat3/blade-iconpark/tree/1.7.0" }, "funding": [ { @@ -604,7 +604,7 @@ "type": "github" } ], - "time": "2024-02-28T15:08:03+00:00" + "time": "2025-02-25T08:26:18+00:00" }, { "name": "danharrin/date-format-converter", @@ -1428,16 +1428,16 @@ }, { "name": "filament/actions", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "0decaf9a48858ff105fc38ed47d36e26995c533b" + "reference": "acaaa861bc01f72a73cb5faedcc3fecbbbf599c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/0decaf9a48858ff105fc38ed47d36e26995c533b", - "reference": "0decaf9a48858ff105fc38ed47d36e26995c533b", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/acaaa861bc01f72a73cb5faedcc3fecbbbf599c6", + "reference": "acaaa861bc01f72a73cb5faedcc3fecbbbf599c6", "shasum": "" }, "require": { @@ -1446,9 +1446,9 @@ "filament/infolists": "self.version", "filament/notifications": "self.version", "filament/support": "self.version", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/database": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", "league/csv": "^9.16", "openspout/openspout": "^4.23", "php": "^8.1", @@ -1477,20 +1477,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-20T23:14:35+00:00" + "time": "2025-02-25T08:19:06+00:00" }, { "name": "filament/filament", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "c68bd2a46bdb02df7b8145aafb2f505062bcbded" + "reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/c68bd2a46bdb02df7b8145aafb2f505062bcbded", - "reference": "c68bd2a46bdb02df7b8145aafb2f505062bcbded", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", + "reference": "2ddea9d4c3c7d1bfce2d9ea6b3d7d7fe8c5682ec", "shasum": "" }, "require": { @@ -1502,16 +1502,16 @@ "filament/support": "self.version", "filament/tables": "self.version", "filament/widgets": "self.version", - "illuminate/auth": "^10.45|^11.0", - "illuminate/console": "^10.45|^11.0", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/cookie": "^10.45|^11.0", - "illuminate/database": "^10.45|^11.0", - "illuminate/http": "^10.45|^11.0", - "illuminate/routing": "^10.45|^11.0", - "illuminate/session": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", - "illuminate/view": "^10.45|^11.0", + "illuminate/auth": "^10.45|^11.0|^12.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/cookie": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/http": "^10.45|^11.0|^12.0", + "illuminate/routing": "^10.45|^11.0|^12.0", + "illuminate/session": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, @@ -1542,33 +1542,33 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-19T08:42:25+00:00" + "time": "2025-02-25T08:19:05+00:00" }, { "name": "filament/forms", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "357a5d4c92661911949ebe56c5f281267d908609" + "reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/357a5d4c92661911949ebe56c5f281267d908609", - "reference": "357a5d4c92661911949ebe56c5f281267d908609", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/2d3670835f3fef356e8a0c2dc756eeb9f9acce73", + "reference": "2d3670835f3fef356e8a0c2dc756eeb9f9acce73", "shasum": "" }, "require": { "danharrin/date-format-converter": "^0.3", "filament/actions": "self.version", "filament/support": "self.version", - "illuminate/console": "^10.45|^11.0", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/database": "^10.45|^11.0", - "illuminate/filesystem": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", - "illuminate/validation": "^10.45|^11.0", - "illuminate/view": "^10.45|^11.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/validation": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, @@ -1598,31 +1598,31 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-20T23:14:35+00:00" + "time": "2025-02-25T08:19:00+00:00" }, { "name": "filament/infolists", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "e015d90d88294385274cdb01a00e1c08dbc6b6d7" + "reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/e015d90d88294385274cdb01a00e1c08dbc6b6d7", - "reference": "e015d90d88294385274cdb01a00e1c08dbc6b6d7", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", + "reference": "3e5f9d2ec79a2be9080c9e081c5284bbeb93ed7a", "shasum": "" }, "require": { "filament/actions": "self.version", "filament/support": "self.version", - "illuminate/console": "^10.45|^11.0", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/database": "^10.45|^11.0", - "illuminate/filesystem": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", - "illuminate/view": "^10.45|^11.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, @@ -1649,29 +1649,29 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-19T08:42:24+00:00" + "time": "2025-02-25T08:19:04+00:00" }, { "name": "filament/notifications", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "5c7809f5672ec721f09a65b3a6394bd79b2a9ee2" + "reference": "8cfe18e5d04ba72d777753ed632bbcf3408236a2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/5c7809f5672ec721f09a65b3a6394bd79b2a9ee2", - "reference": "5c7809f5672ec721f09a65b3a6394bd79b2a9ee2", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/8cfe18e5d04ba72d777753ed632bbcf3408236a2", + "reference": "8cfe18e5d04ba72d777753ed632bbcf3408236a2", "shasum": "" }, "require": { "filament/actions": "self.version", "filament/support": "self.version", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/filesystem": "^10.45|^11.0", - "illuminate/notifications": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/notifications": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, @@ -1701,25 +1701,25 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-19T08:42:24+00:00" + "time": "2025-02-25T08:18:58+00:00" }, { "name": "filament/spatie-laravel-translatable-plugin", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-translatable-plugin.git", - "reference": "54e72dc3681ea257fe367946086ad48b8b91e01a" + "reference": "342aa249ea4ec45974732635299eb5db1ab9da9f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/54e72dc3681ea257fe367946086ad48b8b91e01a", - "reference": "54e72dc3681ea257fe367946086ad48b8b91e01a", + "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/342aa249ea4ec45974732635299eb5db1ab9da9f", + "reference": "342aa249ea4ec45974732635299eb5db1ab9da9f", "shasum": "" }, "require": { "filament/support": "self.version", - "illuminate/support": "^10.45|^11.0", + "illuminate/support": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-translatable": "^6.0" }, @@ -1746,29 +1746,29 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2024-12-31T13:16:32+00:00" + "time": "2025-02-25T08:19:17+00:00" }, { "name": "filament/support", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "84b4fe507e250ed37e69d92854753761ad5d7908" + "reference": "9ae768216b8f1cd6921946c98364b95f51053b20" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/84b4fe507e250ed37e69d92854753761ad5d7908", - "reference": "84b4fe507e250ed37e69d92854753761ad5d7908", + "url": "https://api.github.com/repos/filamentphp/support/zipball/9ae768216b8f1cd6921946c98364b95f51053b20", + "reference": "9ae768216b8f1cd6921946c98364b95f51053b20", "shasum": "" }, "require": { "blade-ui-kit/blade-heroicons": "^2.5", "doctrine/dbal": "^3.2|^4.0", "ext-intl": "*", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", - "illuminate/view": "^10.45|^11.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", "kirschbaum-development/eloquent-power-joins": "^3.0|^4.0", "livewire/livewire": "^3.5", "php": "^8.1", @@ -1805,32 +1805,32 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-20T23:14:48+00:00" + "time": "2025-02-25T08:19:17+00:00" }, { "name": "filament/tables", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "1eb41bbc46a3b0deba2adcdcaa3bd2556a0a0d08" + "reference": "0b5152d810780d03a560b8e5387dc61881b72b42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/1eb41bbc46a3b0deba2adcdcaa3bd2556a0a0d08", - "reference": "1eb41bbc46a3b0deba2adcdcaa3bd2556a0a0d08", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/0b5152d810780d03a560b8e5387dc61881b72b42", + "reference": "0b5152d810780d03a560b8e5387dc61881b72b42", "shasum": "" }, "require": { "filament/actions": "self.version", "filament/forms": "self.version", "filament/support": "self.version", - "illuminate/console": "^10.45|^11.0", - "illuminate/contracts": "^10.45|^11.0", - "illuminate/database": "^10.45|^11.0", - "illuminate/filesystem": "^10.45|^11.0", - "illuminate/support": "^10.45|^11.0", - "illuminate/view": "^10.45|^11.0", + "illuminate/console": "^10.45|^11.0|^12.0", + "illuminate/contracts": "^10.45|^11.0|^12.0", + "illuminate/database": "^10.45|^11.0|^12.0", + "illuminate/filesystem": "^10.45|^11.0|^12.0", + "illuminate/support": "^10.45|^11.0|^12.0", + "illuminate/view": "^10.45|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9" }, @@ -1857,11 +1857,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-02-20T23:14:49+00:00" + "time": "2025-02-25T08:19:15+00:00" }, { "name": "filament/widgets", - "version": "v3.2.142", + "version": "v3.3.0", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", @@ -1905,30 +1905,30 @@ }, { "name": "flowframe/laravel-trend", - "version": "v0.2.0", + "version": "v0.4.0", "source": { "type": "git", "url": "https://github.com/Flowframe/laravel-trend.git", - "reference": "bae1232325a59a7c9e99a372c80afab82309503b" + "reference": "5ace11d3075932652dc48963faa732c043aeb14d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Flowframe/laravel-trend/zipball/bae1232325a59a7c9e99a372c80afab82309503b", - "reference": "bae1232325a59a7c9e99a372c80afab82309503b", + "url": "https://api.github.com/repos/Flowframe/laravel-trend/zipball/5ace11d3075932652dc48963faa732c043aeb14d", + "reference": "5ace11d3075932652dc48963faa732c043aeb14d", "shasum": "" }, "require": { - "illuminate/contracts": "^8.37|^9|^10.0|^11.0", + "illuminate/contracts": "^8.37|^9|^10.0|^11.0|^12.0", "php": "^8.2", "spatie/laravel-package-tools": "^1.4.3" }, "require-dev": { "nunomaduro/collision": "^5.3|^6.1|^8.0", - "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0", - "pestphp/pest": "^1.18|^2.34", - "pestphp/pest-plugin-laravel": "^1.1|^2.3", + "orchestra/testbench": "^6.15|^7.0|^8.0|^9.0|^10.0", + "pestphp/pest": "^1.18|^2.34|^3.7", + "pestphp/pest-plugin-laravel": "^1.1|^2.3|^3.1", "spatie/laravel-ray": "^1.23", - "vimeo/psalm": "^4.8|^5.6" + "vimeo/psalm": "^4.8|^5.6|^6.5" }, "type": "library", "extra": { @@ -1967,7 +1967,7 @@ ], "support": { "issues": "https://github.com/Flowframe/laravel-trend/issues", - "source": "https://github.com/Flowframe/laravel-trend/tree/v0.2.0" + "source": "https://github.com/Flowframe/laravel-trend/tree/v0.4.0" }, "funding": [ { @@ -1975,7 +1975,7 @@ "type": "github" } ], - "time": "2024-03-14T13:45:40+00:00" + "time": "2025-02-25T11:13:23+00:00" }, { "name": "fruitcake/php-cors", @@ -2112,21 +2112,20 @@ }, { "name": "guava/filament-icon-picker", - "version": "2.2.4", + "version": "2.3.0", "source": { "type": "git", "url": "https://github.com/lukas-frey/filament-icon-picker.git", - "reference": "ed309fee35e9566356d67635176af2f312fa687b" + "reference": "123543b4d62653180fed47c11fce7caa0f00a5e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lukas-frey/filament-icon-picker/zipball/ed309fee35e9566356d67635176af2f312fa687b", - "reference": "ed309fee35e9566356d67635176af2f312fa687b", + "url": "https://api.github.com/repos/lukas-frey/filament-icon-picker/zipball/123543b4d62653180fed47c11fce7caa0f00a5e9", + "reference": "123543b4d62653180fed47c11fce7caa0f00a5e9", "shasum": "" }, "require": { "filament/filament": "^3.0@stable", - "illuminate/contracts": "^9.0|^10.0|^11.0", "php": "^8.0" }, "require-dev": { @@ -2158,7 +2157,7 @@ "description": "A filament plugin that adds an icon picker field.", "support": { "issues": "https://github.com/lukas-frey/filament-icon-picker/issues", - "source": "https://github.com/lukas-frey/filament-icon-picker/tree/2.2.4" + "source": "https://github.com/lukas-frey/filament-icon-picker/tree/2.3.0" }, "funding": [ { @@ -2166,7 +2165,7 @@ "type": "github" } ], - "time": "2024-06-27T07:07:31+00:00" + "time": "2025-02-25T19:08:20+00:00" }, { "name": "guzzlehttp/uri-template", @@ -4962,33 +4961,33 @@ }, { "name": "ryangjchandler/blade-capture-directive", - "version": "v1.0.0", + "version": "v1.1.0", "source": { "type": "git", "url": "https://github.com/ryangjchandler/blade-capture-directive.git", - "reference": "cb6f58663d97f17bece176295240b740835e14f1" + "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/cb6f58663d97f17bece176295240b740835e14f1", - "reference": "cb6f58663d97f17bece176295240b740835e14f1", + "url": "https://api.github.com/repos/ryangjchandler/blade-capture-directive/zipball/bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d", + "reference": "bbb1513dfd89eaec87a47fe0c449a7e3d4a1976d", "shasum": "" }, "require": { - "illuminate/contracts": "^10.0|^11.0", + "illuminate/contracts": "^10.0|^11.0|^12.0", "php": "^8.1", "spatie/laravel-package-tools": "^1.9.2" }, "require-dev": { "nunomaduro/collision": "^7.0|^8.0", - "nunomaduro/larastan": "^2.0", - "orchestra/testbench": "^8.0|^9.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", + "nunomaduro/larastan": "^2.0|^3.0", + "orchestra/testbench": "^8.0|^9.0|^10.0", + "pestphp/pest": "^2.0|^3.7", + "pestphp/pest-plugin-laravel": "^2.0|^3.1", "phpstan/extension-installer": "^1.1", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0", - "phpunit/phpunit": "^10.0", + "phpstan/phpstan-deprecation-rules": "^1.0|^2.0", + "phpstan/phpstan-phpunit": "^1.0|^2.0", + "phpunit/phpunit": "^10.0|^11.5.3", "spatie/laravel-ray": "^1.26" }, "type": "library", @@ -5028,7 +5027,7 @@ ], "support": { "issues": "https://github.com/ryangjchandler/blade-capture-directive/issues", - "source": "https://github.com/ryangjchandler/blade-capture-directive/tree/v1.0.0" + "source": "https://github.com/ryangjchandler/blade-capture-directive/tree/v1.1.0" }, "funding": [ { @@ -5036,43 +5035,42 @@ "type": "github" } ], - "time": "2024-02-26T18:08:49+00:00" + "time": "2025-02-25T09:09:36+00:00" }, { - "name": "ryangjchandler/blade-tabler-icons", - "version": "v2.3.0", + "name": "secondnetwork/blade-tabler-icons", + "version": "v3.30.1", "source": { "type": "git", - "url": "https://github.com/ryangjchandler/blade-tabler-icons.git", - "reference": "cd359f5d3b406a982dae1aaaf121d84067576a2e" + "url": "https://github.com/secondnetwork/blade-tabler-icons.git", + "reference": "660b757230dfa68c491dcc767bce71384ab8bade" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ryangjchandler/blade-tabler-icons/zipball/cd359f5d3b406a982dae1aaaf121d84067576a2e", - "reference": "cd359f5d3b406a982dae1aaaf121d84067576a2e", + "url": "https://api.github.com/repos/secondnetwork/blade-tabler-icons/zipball/660b757230dfa68c491dcc767bce71384ab8bade", + "reference": "660b757230dfa68c491dcc767bce71384ab8bade", "shasum": "" }, "require": { - "blade-ui-kit/blade-icons": "^1.5", - "illuminate/support": "^10.0 || ^11.0", - "php": "^8.1" + "blade-ui-kit/blade-icons": "^1.8", + "illuminate/support": "^9.0|^10.0|^11.0|^12.0", + "php": "^8.0" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.14", - "orchestra/testbench": "^8.0 || ^9.0", - "phpunit/phpunit": "^9.5.10 || ^10.5" + "orchestra/testbench": "^6.0|^7.0|^9.0", + "phpunit/phpunit": "^9.0|^10.0|^11.0|^12.0" }, "type": "library", "extra": { "laravel": { "providers": [ - "RyanChandler\\TablerIcons\\BladeTablerIconsServiceProvider" + "secondnetwork\\TablerIcons\\BladeTablerIconsServiceProvider" ] } }, "autoload": { "psr-4": { - "RyanChandler\\TablerIcons\\": "src" + "secondnetwork\\TablerIcons\\": "src" } }, "notification-url": "https://packagist.org/downloads/", @@ -5081,25 +5079,21 @@ ], "authors": [ { - "name": "Ryan Chandler", - "email": "support@ryangjchandler.co.uk", - "homepage": "https://ryangjchandler.co.uk", - "role": "Developer" + "name": "Andreas Farah" } ], - "description": "A package to easily make use of Tabler icons in your Laravel Blade views.", - "homepage": "https://github.com/ryangjchandler/blade-tabler-icons", + "description": "A package to easily make use of tabler-icons in your Laravel Blade views.", + "homepage": "https://github.com/secondnetwork/blade-tabler-icons", "keywords": [ "blade", "laravel", - "tabler" + "tabler-icons" ], "support": { - "issues": "https://github.com/ryangjchandler/blade-tabler-icons/issues", - "source": "https://github.com/ryangjchandler/blade-tabler-icons/tree/v2.3.0" + "issues": "https://github.com/secondnetwork/blade-tabler-icons/issues", + "source": "https://github.com/secondnetwork/blade-tabler-icons/tree/v3.30.1" }, - "abandoned": "secondnetwork/blade-tabler-icons", - "time": "2024-03-12T23:54:24+00:00" + "time": "2025-02-19T10:36:52+00:00" }, { "name": "spatie/color", @@ -13988,7 +13982,7 @@ } ], "aliases": [], - "minimum-stability": "dev", + "minimum-stability": "stable", "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, From 178862588db7b6f91c1069d3456828b081cad1a7 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Tue, 25 Feb 2025 22:23:05 +0300 Subject: [PATCH 2/3] Update run-tests.yml --- .github/workflows/run-tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 5edbaaf5..c65152b7 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -14,11 +14,11 @@ jobs: matrix: os: [ubuntu-latest, windows-latest] php: [8.2] - laravel: [10.*] + laravel: [12.*] stability: [prefer-stable] include: - - laravel: 10.* - testbench: 8.* + - laravel: 12.* + testbench: 10.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} From 74e93afaf65869124ac475160919721a68e88454 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Thu, 27 Feb 2025 17:03:25 +0300 Subject: [PATCH 3/3] update TablerIcons --- composer.json | 16 ++++++++-------- tests/TestCase.php | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 0a7449fb..10b35163 100644 --- a/composer.json +++ b/composer.json @@ -39,15 +39,15 @@ }, "require-dev": { "laravel/pint": "^1.0", - "nunomaduro/collision": "^7.0", - "nunomaduro/larastan": "^2.0.1", + "nunomaduro/collision": "^8.6", + "larastan/larastan": "^3.0", "nunomaduro/phpinsights": "^2.8", - "orchestra/testbench": "^8.0", - "pestphp/pest": "^2.0", - "pestphp/pest-plugin-arch": "^2.0", - "pestphp/pest-plugin-laravel": "^2.0", - "pestphp/pest-plugin-livewire": "^2.1", - "phpstan/extension-installer": "^1.1" + "orchestra/testbench": "^10.0", + "pestphp/pest": "^3.0", + "pestphp/pest-plugin-arch": "^3.0", + "pestphp/pest-plugin-laravel": "^3.0", + "pestphp/pest-plugin-livewire": "^3.0", + "phpstan/extension-installer": "^1.4" }, "autoload": { "psr-4": { diff --git a/tests/TestCase.php b/tests/TestCase.php index 2d25a069..deaa7a8d 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -25,7 +25,7 @@ use Livewire\LivewireServiceProvider; use Orchestra\Testbench\TestCase as Orchestra; use RyanChandler\BladeCaptureDirective\BladeCaptureDirectiveServiceProvider; -use RyanChandler\TablerIcons\BladeTablerIconsServiceProvider; +use secondnetwork\TablerIcons\BladeTablerIconsServiceProvider; class TestCase extends Orchestra {