From 3dc801b311c002b4ac06d85571a45a3a8a53bcfc Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Mon, 11 Sep 2023 16:43:26 +0300 Subject: [PATCH 1/2] refactor configuration model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ⚠️⚠️ the configuration for models has been changed to: ```php ->rainModels([ 'Layout' => \LaraZeus\Rain\Models\Layout::class, 'Columns' => \LaraZeus\Rain\Models\Columns::class ]) ``` --- composer.json | 17 +- composer.lock | 2426 +++++++++++++---- docs/configuration.md | 6 +- .../views/filament/pages/layouts.blade.php | 2 +- .../views/themes/zeus/rain/layouts.blade.php | 2 +- src/Configuration.php | 73 +- src/Filament/Resources/LayoutResource.php | 2 +- .../LayoutResource/Pages/CreateLayout.php | 12 +- src/Http/Livewire/Layouts.php | 4 +- src/RainPlugin.php | 2 + src/Widgets/Classes/FaqWidget.php | 2 +- src/Widgets/Classes/LibraryWidget.php | 2 +- 12 files changed, 1972 insertions(+), 578 deletions(-) diff --git a/composer.json b/composer.json index 6fecb73..005a4ba 100644 --- a/composer.json +++ b/composer.json @@ -28,17 +28,17 @@ "lara-zeus/core": "^3.0" }, "require-dev": { - "pestphp/pest": "^2.0", - "phpunit/phpunit": "^10.2", "laravel/pint": "^1.0", "nunomaduro/collision": "^7.0", "nunomaduro/larastan": "^2.0.1", - "orchestra/testbench": "^7.0 || ^8.0", - "pestphp/pest-plugin-laravel": "2.x-dev", - "pestphp/pest-plugin-livewire": "2.x-dev", + "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", - "phpstan/phpstan-deprecation-rules": "^1.0", - "phpstan/phpstan-phpunit": "^1.0" + "phpstan/phpstan-deprecation-rules": "^1.1" }, "autoload": { "psr-4": { @@ -63,7 +63,8 @@ "sort-packages": true, "allow-plugins": { "pestphp/pest-plugin": true, - "phpstan/extension-installer": true + "phpstan/extension-installer": true, + "dealerdirect/phpcodesniffer-composer-installer": true } }, "extra": { diff --git a/composer.lock b/composer.lock index d7840ab..cb4c581 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": "c2e97be58b324ce881f4daf3ff8ae803", + "content-hash": "09f4693f3cbd6421e5fd4f4dda658c2b", "packages": [ { "name": "archtechx/laravel-seo", @@ -139,12 +139,12 @@ "source": { "type": "git", "url": "https://github.com/blade-ui-kit/blade-icons.git", - "reference": "9e44d920cf041d7775300104628c49d5012d699d" + "reference": "eda0fde83b8e91d1fa9a452c2d5f92959572c03b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/9e44d920cf041d7775300104628c49d5012d699d", - "reference": "9e44d920cf041d7775300104628c49d5012d699d", + "url": "https://api.github.com/repos/blade-ui-kit/blade-icons/zipball/eda0fde83b8e91d1fa9a452c2d5f92959572c03b", + "reference": "eda0fde83b8e91d1fa9a452c2d5f92959572c03b", "shasum": "" }, "require": { @@ -213,7 +213,7 @@ "type": "paypal" } ], - "time": "2023-08-22T10:03:43+00:00" + "time": "2023-08-29T07:33:57+00:00" }, { "name": "brick/math", @@ -673,12 +673,12 @@ "source": { "type": "git", "url": "https://github.com/doctrine/dbal.git", - "reference": "d279b8fc570999217c68442ea0bf55da038fecac" + "reference": "4117fec83b07a44e0170e48bb7c52f04ebcfa6c1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/dbal/zipball/d279b8fc570999217c68442ea0bf55da038fecac", - "reference": "d279b8fc570999217c68442ea0bf55da038fecac", + "url": "https://api.github.com/repos/doctrine/dbal/zipball/4117fec83b07a44e0170e48bb7c52f04ebcfa6c1", + "reference": "4117fec83b07a44e0170e48bb7c52f04ebcfa6c1", "shasum": "" }, "require": { @@ -694,9 +694,9 @@ "doctrine/coding-standard": "12.0.0", "fig/log-test": "^1", "jetbrains/phpstorm-stubs": "2023.1", - "phpstan/phpstan": "1.10.29", + "phpstan/phpstan": "1.10.32", "phpstan/phpstan-strict-rules": "^1.5", - "phpunit/phpunit": "9.6.9", + "phpunit/phpunit": "9.6.11", "psalm/plugin-phpunit": "0.18.4", "slevomat/coding-standard": "8.13.1", "squizlabs/php_codesniffer": "3.7.2", @@ -778,7 +778,7 @@ "type": "tidelift" } ], - "time": "2023-08-24T09:53:47+00:00" + "time": "2023-08-28T11:36:30+00:00" }, { "name": "doctrine/deprecations", @@ -1155,12 +1155,12 @@ "source": { "type": "git", "url": "https://github.com/egulias/EmailValidator.git", - "reference": "36233f59187ed7367833eac634ebeed078a959de" + "reference": "d11195e1179b8ccb68eb0ec9437d95691f00a41b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/36233f59187ed7367833eac634ebeed078a959de", - "reference": "36233f59187ed7367833eac634ebeed078a959de", + "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/d11195e1179b8ccb68eb0ec9437d95691f00a41b", + "reference": "d11195e1179b8ccb68eb0ec9437d95691f00a41b", "shasum": "" }, "require": { @@ -1215,7 +1215,7 @@ "type": "github" } ], - "time": "2023-07-28T18:33:18+00:00" + "time": "2023-08-28T16:30:37+00:00" }, { "name": "filament/actions", @@ -1223,12 +1223,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "8355c09388e325d1dab45022c056773d53cf9a1d" + "reference": "1d8b7e393f9a783d674768e3b9f54e76a357b2e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/8355c09388e325d1dab45022c056773d53cf9a1d", - "reference": "8355c09388e325d1dab45022c056773d53cf9a1d", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/1d8b7e393f9a783d674768e3b9f54e76a357b2e6", + "reference": "1d8b7e393f9a783d674768e3b9f54e76a357b2e6", "shasum": "" }, "require": { @@ -1266,7 +1266,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T21:02:36+00:00" + "time": "2023-09-11T12:30:47+00:00" }, { "name": "filament/filament", @@ -1274,12 +1274,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "ad45ee135e425315be925bac5e23fb9f2bb90d39" + "reference": "81d35fc7e545890e9e0cb9dd2f1f14ed55934741" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/ad45ee135e425315be925bac5e23fb9f2bb90d39", - "reference": "ad45ee135e425315be925bac5e23fb9f2bb90d39", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/81d35fc7e545890e9e0cb9dd2f1f14ed55934741", + "reference": "81d35fc7e545890e9e0cb9dd2f1f14ed55934741", "shasum": "" }, "require": { @@ -1332,7 +1332,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T21:02:42+00:00" + "time": "2023-09-11T12:31:00+00:00" }, { "name": "filament/forms", @@ -1340,12 +1340,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "d7ac6113144d1cef0d2293168d84faed26a5b121" + "reference": "c58999f6f76ff10938f4e943a386e224d1375069" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/d7ac6113144d1cef0d2293168d84faed26a5b121", - "reference": "d7ac6113144d1cef0d2293168d84faed26a5b121", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/c58999f6f76ff10938f4e943a386e224d1375069", + "reference": "c58999f6f76ff10938f4e943a386e224d1375069", "shasum": "" }, "require": { @@ -1389,7 +1389,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T15:59:57+00:00" + "time": "2023-09-11T12:30:49+00:00" }, { "name": "filament/infolists", @@ -1397,12 +1397,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", - "reference": "19c0db5c9497d347c2707635a5322607e103b26e" + "reference": "db3f36f1fa243213996262f1afdce76aba497f7b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/infolists/zipball/19c0db5c9497d347c2707635a5322607e103b26e", - "reference": "19c0db5c9497d347c2707635a5322607e103b26e", + "url": "https://api.github.com/repos/filamentphp/infolists/zipball/db3f36f1fa243213996262f1afdce76aba497f7b", + "reference": "db3f36f1fa243213996262f1afdce76aba497f7b", "shasum": "" }, "require": { @@ -1441,7 +1441,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T15:59:54+00:00" + "time": "2023-09-11T12:30:48+00:00" }, { "name": "filament/notifications", @@ -1449,12 +1449,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "f99fcb0ed34b3f8dddc1db984f61df7c3729aa4f" + "reference": "b675b8310bb4984334bc5b01b3b770a6b0d56a83" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/f99fcb0ed34b3f8dddc1db984f61df7c3729aa4f", - "reference": "f99fcb0ed34b3f8dddc1db984f61df7c3729aa4f", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/b675b8310bb4984334bc5b01b3b770a6b0d56a83", + "reference": "b675b8310bb4984334bc5b01b3b770a6b0d56a83", "shasum": "" }, "require": { @@ -1494,7 +1494,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T15:59:53+00:00" + "time": "2023-09-06T14:23:07+00:00" }, { "name": "filament/spatie-laravel-translatable-plugin", @@ -1502,12 +1502,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/spatie-laravel-translatable-plugin.git", - "reference": "f8e564803f21051cc5dbf1e073057c1f43210058" + "reference": "4f2a963ab9e8be44089b47eb46a7e06181337c00" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/f8e564803f21051cc5dbf1e073057c1f43210058", - "reference": "f8e564803f21051cc5dbf1e073057c1f43210058", + "url": "https://api.github.com/repos/filamentphp/spatie-laravel-translatable-plugin/zipball/4f2a963ab9e8be44089b47eb46a7e06181337c00", + "reference": "4f2a963ab9e8be44089b47eb46a7e06181337c00", "shasum": "" }, "require": { @@ -1540,7 +1540,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T17:45:03+00:00" + "time": "2023-09-06T14:23:08+00:00" }, { "name": "filament/support", @@ -1548,12 +1548,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "9fefb4d11ce11421ffeecc648afab56315c27ab6" + "reference": "0140227c8969179b5c1cd5044be5d0382e4af2e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/9fefb4d11ce11421ffeecc648afab56315c27ab6", - "reference": "9fefb4d11ce11421ffeecc648afab56315c27ab6", + "url": "https://api.github.com/repos/filamentphp/support/zipball/0140227c8969179b5c1cd5044be5d0382e4af2e0", + "reference": "0140227c8969179b5c1cd5044be5d0382e4af2e0", "shasum": "" }, "require": { @@ -1598,7 +1598,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T21:02:32+00:00" + "time": "2023-09-10T23:29:54+00:00" }, { "name": "filament/tables", @@ -1606,12 +1606,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "4868aa11ef41dee5fe59c8eace896ed4807118f3" + "reference": "dced9ad3805f46d17288bf6b79f5fd14229857a3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/4868aa11ef41dee5fe59c8eace896ed4807118f3", - "reference": "4868aa11ef41dee5fe59c8eace896ed4807118f3", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/dced9ad3805f46d17288bf6b79f5fd14229857a3", + "reference": "dced9ad3805f46d17288bf6b79f5fd14229857a3", "shasum": "" }, "require": { @@ -1652,7 +1652,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T15:59:52+00:00" + "time": "2023-09-11T12:30:48+00:00" }, { "name": "filament/widgets", @@ -1660,12 +1660,12 @@ "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", - "reference": "6eead158463ed586e79057e4d1f6348941dd4b51" + "reference": "11f37f08912f277e1bfc5b19e5b21d74b4f9b4e0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/widgets/zipball/6eead158463ed586e79057e4d1f6348941dd4b51", - "reference": "6eead158463ed586e79057e4d1f6348941dd4b51", + "url": "https://api.github.com/repos/filamentphp/widgets/zipball/11f37f08912f277e1bfc5b19e5b21d74b4f9b4e0", + "reference": "11f37f08912f277e1bfc5b19e5b21d74b4f9b4e0", "shasum": "" }, "require": { @@ -1697,7 +1697,7 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2023-08-24T21:02:51+00:00" + "time": "2023-09-10T23:30:09+00:00" }, { "name": "fruitcake/php-cors", @@ -1840,12 +1840,12 @@ "source": { "type": "git", "url": "https://github.com/guzzle/uri-template.git", - "reference": "a6a9904f03493b36f97f2f5cba20127d2e264bb3" + "reference": "3584e816ee54500e18fe1ff00dd437b322e1d557" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/uri-template/zipball/a6a9904f03493b36f97f2f5cba20127d2e264bb3", - "reference": "a6a9904f03493b36f97f2f5cba20127d2e264bb3", + "url": "https://api.github.com/repos/guzzle/uri-template/zipball/3584e816ee54500e18fe1ff00dd437b322e1d557", + "reference": "3584e816ee54500e18fe1ff00dd437b322e1d557", "shasum": "" }, "require": { @@ -1913,20 +1913,20 @@ "type": "tidelift" } ], - "time": "2023-05-21T13:12:22+00:00" + "time": "2023-09-01T10:34:02+00:00" }, { "name": "kirschbaum-development/eloquent-power-joins", - "version": "3.2.1", + "version": "3.2.3", "source": { "type": "git", "url": "https://github.com/kirschbaum-development/eloquent-power-joins.git", - "reference": "e92329b3d89c0e56e0ae32ba76e332f1848769a0" + "reference": "e9d936e0071d47796735b40ed6cce5dfd0a4305d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/e92329b3d89c0e56e0ae32ba76e332f1848769a0", - "reference": "e92329b3d89c0e56e0ae32ba76e332f1848769a0", + "url": "https://api.github.com/repos/kirschbaum-development/eloquent-power-joins/zipball/e9d936e0071d47796735b40ed6cce5dfd0a4305d", + "reference": "e9d936e0071d47796735b40ed6cce5dfd0a4305d", "shasum": "" }, "require": { @@ -1973,9 +1973,9 @@ ], "support": { "issues": "https://github.com/kirschbaum-development/eloquent-power-joins/issues", - "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/3.2.1" + "source": "https://github.com/kirschbaum-development/eloquent-power-joins/tree/3.2.3" }, - "time": "2023-07-30T02:14:27+00:00" + "time": "2023-09-04T10:21:44+00:00" }, { "name": "lara-zeus/core", @@ -1983,12 +1983,12 @@ "source": { "type": "git", "url": "https://github.com/lara-zeus/core.git", - "reference": "eb56fd922bc9ed9f66c0cc6a08004af1c33c4c26" + "reference": "08c98bbdc882a6e633a548e118ea3d21b4db051a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/lara-zeus/core/zipball/eb56fd922bc9ed9f66c0cc6a08004af1c33c4c26", - "reference": "eb56fd922bc9ed9f66c0cc6a08004af1c33c4c26", + "url": "https://api.github.com/repos/lara-zeus/core/zipball/08c98bbdc882a6e633a548e118ea3d21b4db051a", + "reference": "08c98bbdc882a6e633a548e118ea3d21b4db051a", "shasum": "" }, "require": { @@ -2059,7 +2059,7 @@ "type": "github" } ], - "time": "2023-08-21T13:30:33+00:00" + "time": "2023-09-07T20:15:49+00:00" }, { "name": "laravel/framework", @@ -2067,12 +2067,12 @@ "source": { "type": "git", "url": "https://github.com/laravel/framework.git", - "reference": "3365194f659e9d17083fa715e09db65b6154c18f" + "reference": "00894b89e42a9d707c6038084bbeb25422eed5b5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/framework/zipball/3365194f659e9d17083fa715e09db65b6154c18f", - "reference": "3365194f659e9d17083fa715e09db65b6154c18f", + "url": "https://api.github.com/repos/laravel/framework/zipball/00894b89e42a9d707c6038084bbeb25422eed5b5", + "reference": "00894b89e42a9d707c6038084bbeb25422eed5b5", "shasum": "" }, "require": { @@ -2260,7 +2260,7 @@ "issues": "https://github.com/laravel/framework/issues", "source": "https://github.com/laravel/framework" }, - "time": "2023-08-25T18:39:53+00:00" + "time": "2023-09-08T12:16:07+00:00" }, { "name": "laravel/prompts", @@ -2377,12 +2377,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/commonmark.git", - "reference": "bdffe4298e21f83959f762ea5a1a6f13fccd21c5" + "reference": "c5582b822372c883c7f2412d36387e01481debea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/bdffe4298e21f83959f762ea5a1a6f13fccd21c5", - "reference": "bdffe4298e21f83959f762ea5a1a6f13fccd21c5", + "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/c5582b822372c883c7f2412d36387e01481debea", + "reference": "c5582b822372c883c7f2412d36387e01481debea", "shasum": "" }, "require": { @@ -2475,7 +2475,7 @@ "type": "tidelift" } ], - "time": "2023-08-19T15:21:04+00:00" + "time": "2023-08-30T16:59:02+00:00" }, { "name": "league/config", @@ -2566,12 +2566,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem.git", - "reference": "504889d29a330fc06105e0e7a8ac39ea9a8d1f93" + "reference": "1bc84ca22f8de96f40f24cb0b3ade83a70c053c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/504889d29a330fc06105e0e7a8ac39ea9a8d1f93", - "reference": "504889d29a330fc06105e0e7a8ac39ea9a8d1f93", + "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1bc84ca22f8de96f40f24cb0b3ade83a70c053c7", + "reference": "1bc84ca22f8de96f40f24cb0b3ade83a70c053c7", "shasum": "" }, "require": { @@ -2649,7 +2649,7 @@ "type": "github" } ], - "time": "2023-08-04T12:34:00+00:00" + "time": "2023-09-07T20:28:45+00:00" }, { "name": "league/flysystem-local", @@ -2657,12 +2657,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/flysystem-local.git", - "reference": "b9f03b9cc639d7cda47ee90afe687e1b9f128b24" + "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/b9f03b9cc639d7cda47ee90afe687e1b9f128b24", - "reference": "b9f03b9cc639d7cda47ee90afe687e1b9f128b24", + "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781", + "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781", "shasum": "" }, "require": { @@ -2698,7 +2698,7 @@ ], "support": { "issues": "https://github.com/thephpleague/flysystem-local/issues", - "source": "https://github.com/thephpleague/flysystem-local/tree/3.x" + "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0" }, "funding": [ { @@ -2710,7 +2710,7 @@ "type": "github" } ], - "time": "2023-08-03T10:50:16+00:00" + "time": "2023-08-30T10:23:59+00:00" }, { "name": "league/mime-type-detection", @@ -2774,16 +2774,16 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/uri.git", - "reference": "135c9b7218c99039b937d6c2ad608a193ba4cd0f" + "reference": "405c4f50b13e60db18855ad50451950862201562" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri/zipball/135c9b7218c99039b937d6c2ad608a193ba4cd0f", - "reference": "135c9b7218c99039b937d6c2ad608a193ba4cd0f", + "url": "https://api.github.com/repos/thephpleague/uri/zipball/405c4f50b13e60db18855ad50451950862201562", + "reference": "405c4f50b13e60db18855ad50451950862201562", "shasum": "" }, "require": { - "league/uri-interfaces": "^7.1", + "league/uri-interfaces": "^7.3", "php": "^8.1" }, "conflict": { @@ -2857,7 +2857,7 @@ "type": "github" } ], - "time": "2023-08-26T12:03:26+00:00" + "time": "2023-09-10T07:48:17+00:00" }, { "name": "league/uri-interfaces", @@ -2865,12 +2865,12 @@ "source": { "type": "git", "url": "https://github.com/thephpleague/uri-interfaces.git", - "reference": "c88b61a8c4fb665baf99d4a77b4eed9d605f9a77" + "reference": "002936c0444951c9125dc932967398edfc3f5a1a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c88b61a8c4fb665baf99d4a77b4eed9d605f9a77", - "reference": "c88b61a8c4fb665baf99d4a77b4eed9d605f9a77", + "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/002936c0444951c9125dc932967398edfc3f5a1a", + "reference": "002936c0444951c9125dc932967398edfc3f5a1a", "shasum": "" }, "require": { @@ -2942,33 +2942,33 @@ "type": "github" } ], - "time": "2023-08-26T12:03:26+00:00" + "time": "2023-09-10T07:48:17+00:00" }, { "name": "livewire/livewire", - "version": "v3.0.1", + "version": "v3.0.2", "source": { "type": "git", "url": "https://github.com/livewire/livewire.git", - "reference": "2e426e8d47e03c4777334ec0c8397341bcfa15f3" + "reference": "daa88b5a6203c0e60f0a9bf8a8b5ac1394708ddc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/livewire/livewire/zipball/2e426e8d47e03c4777334ec0c8397341bcfa15f3", - "reference": "2e426e8d47e03c4777334ec0c8397341bcfa15f3", + "url": "https://api.github.com/repos/livewire/livewire/zipball/daa88b5a6203c0e60f0a9bf8a8b5ac1394708ddc", + "reference": "daa88b5a6203c0e60f0a9bf8a8b5ac1394708ddc", "shasum": "" }, "require": { - "illuminate/database": "^10.0|^11.0", - "illuminate/support": "^10.0|^11.0", - "illuminate/validation": "^10.0|^11.0", + "illuminate/database": "^10.0", + "illuminate/support": "^10.0", + "illuminate/validation": "^10.0", "league/mime-type-detection": "^1.9", "php": "^8.1", "symfony/http-kernel": "^5.0|^6.0" }, "require-dev": { "calebporzio/sushi": "^2.1", - "laravel/framework": "^10.0|^11.0", + "laravel/framework": "^10.0", "mockery/mockery": "^1.3.1", "orchestra/testbench": "^7.0|^8.0", "orchestra/testbench-dusk": "^7.0|^8.0", @@ -3007,7 +3007,7 @@ "description": "A front-end framework for Laravel.", "support": { "issues": "https://github.com/livewire/livewire/issues", - "source": "https://github.com/livewire/livewire/tree/v3.0.1" + "source": "https://github.com/livewire/livewire/tree/v3.0.2" }, "funding": [ { @@ -3015,7 +3015,7 @@ "type": "github" } ], - "time": "2023-08-25T18:13:03+00:00" + "time": "2023-09-06T16:02:17+00:00" }, { "name": "masterminds/html5", @@ -3192,12 +3192,12 @@ "source": { "type": "git", "url": "https://github.com/briannesbitt/Carbon.git", - "reference": "028ef2ab76485c9fd3b6d7214daf4efc02c89c53" + "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/028ef2ab76485c9fd3b6d7214daf4efc02c89c53", - "reference": "028ef2ab76485c9fd3b6d7214daf4efc02c89c53", + "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/d3298b38ea8612e5f77d38d1a99438e42f70341d", + "reference": "d3298b38ea8612e5f77d38d1a99438e42f70341d", "shasum": "" }, "require": { @@ -3291,7 +3291,7 @@ "type": "tidelift" } ], - "time": "2023-08-09T19:41:55+00:00" + "time": "2023-09-07T16:43:50+00:00" }, { "name": "nette/schema", @@ -3361,12 +3361,12 @@ "source": { "type": "git", "url": "https://github.com/nette/utils.git", - "reference": "089bddf325a75f87800191c23ddcecc8fce8f92c" + "reference": "71017d2330f7822807fe7a30cbd683647c0dfa13" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nette/utils/zipball/089bddf325a75f87800191c23ddcecc8fce8f92c", - "reference": "089bddf325a75f87800191c23ddcecc8fce8f92c", + "url": "https://api.github.com/repos/nette/utils/zipball/71017d2330f7822807fe7a30cbd683647c0dfa13", + "reference": "71017d2330f7822807fe7a30cbd683647c0dfa13", "shasum": "" }, "require": { @@ -3440,7 +3440,7 @@ "issues": "https://github.com/nette/utils/issues", "source": "https://github.com/nette/utils/tree/master" }, - "time": "2023-08-22T15:02:15+00:00" + "time": "2023-09-10T16:32:27+00:00" }, { "name": "nunomaduro/termwind", @@ -4120,12 +4120,12 @@ "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "8f5309dfaf80e369be15b734d94c14f7686a19e4" + "reference": "c05b6662e948e1e8bca0c4dce3518c7e7bb6e1c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/8f5309dfaf80e369be15b734d94c14f7686a19e4", - "reference": "8f5309dfaf80e369be15b734d94c14f7686a19e4", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/c05b6662e948e1e8bca0c4dce3518c7e7bb6e1c9", + "reference": "c05b6662e948e1e8bca0c4dce3518c7e7bb6e1c9", "shasum": "" }, "require": { @@ -4205,7 +4205,7 @@ "type": "tidelift" } ], - "time": "2023-08-21T21:20:51+00:00" + "time": "2023-09-04T21:23:40+00:00" }, { "name": "ryangjchandler/blade-capture-directive", @@ -4558,12 +4558,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "0870356afcf5ca95010d74f36e6a0b41a5c3a875" + "reference": "f542ffc1dc4b42eb57b67f07d31b91ae9d501419" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/0870356afcf5ca95010d74f36e6a0b41a5c3a875", - "reference": "0870356afcf5ca95010d74f36e6a0b41a5c3a875", + "url": "https://api.github.com/repos/symfony/console/zipball/f542ffc1dc4b42eb57b67f07d31b91ae9d501419", + "reference": "f542ffc1dc4b42eb57b67f07d31b91ae9d501419", "shasum": "" }, "require": { @@ -4641,7 +4641,7 @@ "type": "tidelift" } ], - "time": "2023-08-17T15:49:45+00:00" + "time": "2023-09-10T14:56:30+00:00" }, { "name": "symfony/css-selector", @@ -5147,12 +5147,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-foundation.git", - "reference": "d05a04075358d7b8446f9884ec15fcb0136ab012" + "reference": "066b73bce5d5baf18f2dfb08a19453947a8828e6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-foundation/zipball/d05a04075358d7b8446f9884ec15fcb0136ab012", - "reference": "d05a04075358d7b8446f9884ec15fcb0136ab012", + "url": "https://api.github.com/repos/symfony/http-foundation/zipball/066b73bce5d5baf18f2dfb08a19453947a8828e6", + "reference": "066b73bce5d5baf18f2dfb08a19453947a8828e6", "shasum": "" }, "require": { @@ -5216,7 +5216,7 @@ "type": "tidelift" } ], - "time": "2023-08-22T08:21:16+00:00" + "time": "2023-09-10T17:19:54+00:00" }, { "name": "symfony/http-kernel", @@ -5224,12 +5224,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/http-kernel.git", - "reference": "12e5040811d7762e2f134e82283d5be2dcda0121" + "reference": "c782c32d402b0cdb297cbd5c798d5b868adf7a07" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-kernel/zipball/12e5040811d7762e2f134e82283d5be2dcda0121", - "reference": "12e5040811d7762e2f134e82283d5be2dcda0121", + "url": "https://api.github.com/repos/symfony/http-kernel/zipball/c782c32d402b0cdb297cbd5c798d5b868adf7a07", + "reference": "c782c32d402b0cdb297cbd5c798d5b868adf7a07", "shasum": "" }, "require": { @@ -5329,7 +5329,7 @@ "type": "tidelift" } ], - "time": "2023-08-22T16:05:30+00:00" + "time": "2023-09-09T13:43:15+00:00" }, { "name": "symfony/mailer", @@ -5337,12 +5337,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/mailer.git", - "reference": "5369200a0053837802672254afc711a640c29e8f" + "reference": "72e2c3efaa0c53a3631077fcaf68d30bb060b7b6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/mailer/zipball/5369200a0053837802672254afc711a640c29e8f", - "reference": "5369200a0053837802672254afc711a640c29e8f", + "url": "https://api.github.com/repos/symfony/mailer/zipball/72e2c3efaa0c53a3631077fcaf68d30bb060b7b6", + "reference": "72e2c3efaa0c53a3631077fcaf68d30bb060b7b6", "shasum": "" }, "require": { @@ -5409,7 +5409,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T12:12:56+00:00" + "time": "2023-09-10T17:19:54+00:00" }, { "name": "symfony/mime", @@ -5560,7 +5560,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/1.x" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" }, "funding": [ { @@ -5642,7 +5642,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/1.x" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" }, "funding": [ { @@ -5730,7 +5730,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-idn/tree/1.x" + "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0" }, "funding": [ { @@ -5815,7 +5815,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/1.x" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" }, "funding": [ { @@ -5899,7 +5899,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/1.x" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" }, "funding": [ { @@ -5976,7 +5976,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php72/tree/1.x" + "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0" }, "funding": [ { @@ -6060,7 +6060,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php80/tree/1.x" + "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0" }, "funding": [ { @@ -6141,7 +6141,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/1.x" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0" }, "funding": [ { @@ -6224,7 +6224,7 @@ "uuid" ], "support": { - "source": "https://github.com/symfony/polyfill-uuid/tree/1.x" + "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0" }, "funding": [ { @@ -6561,12 +6561,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/translation.git", - "reference": "918dd68ca5f257ad0ba42df0bce40088af20e2f6" + "reference": "dcda32b84dbe07c10941abe1cbbb402f84ad9674" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/translation/zipball/918dd68ca5f257ad0ba42df0bce40088af20e2f6", - "reference": "918dd68ca5f257ad0ba42df0bce40088af20e2f6", + "url": "https://api.github.com/repos/symfony/translation/zipball/dcda32b84dbe07c10941abe1cbbb402f84ad9674", + "reference": "dcda32b84dbe07c10941abe1cbbb402f84ad9674", "shasum": "" }, "require": { @@ -6648,7 +6648,7 @@ "type": "tidelift" } ], - "time": "2023-08-01T08:05:37+00:00" + "time": "2023-08-25T16:27:31+00:00" }, { "name": "symfony/translation-contracts", @@ -6809,12 +6809,12 @@ "source": { "type": "git", "url": "https://github.com/symfony/var-dumper.git", - "reference": "23c7dd6bd0616d6e706af1353373bc28d633cd8e" + "reference": "79607ea288328cca58455cabfbff8a3132c1abf4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-dumper/zipball/23c7dd6bd0616d6e706af1353373bc28d633cd8e", - "reference": "23c7dd6bd0616d6e706af1353373bc28d633cd8e", + "url": "https://api.github.com/repos/symfony/var-dumper/zipball/79607ea288328cca58455cabfbff8a3132c1abf4", + "reference": "79607ea288328cca58455cabfbff8a3132c1abf4", "shasum": "" }, "require": { @@ -6886,7 +6886,7 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:16:29+00:00" + "time": "2023-09-09T14:24:00+00:00" }, { "name": "tijsverkoyen/css-to-inline-styles", @@ -7167,12 +7167,12 @@ "source": { "type": "git", "url": "https://github.com/paratestphp/paratest.git", - "reference": "4d7ad5b6564f63baa1b948ecad05439f22880942" + "reference": "7f372b5bb59b4271adedc67d3129df29b84c4173" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4d7ad5b6564f63baa1b948ecad05439f22880942", - "reference": "4d7ad5b6564f63baa1b948ecad05439f22880942", + "url": "https://api.github.com/repos/paratestphp/paratest/zipball/7f372b5bb59b4271adedc67d3129df29b84c4173", + "reference": "7f372b5bb59b4271adedc67d3129df29b84c4173", "shasum": "" }, "require": { @@ -7186,19 +7186,19 @@ "phpunit/php-code-coverage": "^10.1.3", "phpunit/php-file-iterator": "^4.0.2", "phpunit/php-timer": "^6.0", - "phpunit/phpunit": "^10.3.1", + "phpunit/phpunit": "^10.3.2", "sebastian/environment": "^6.0.1", - "symfony/console": "^6.3.2", - "symfony/process": "^6.3.2" + "symfony/console": "^6.3.4", + "symfony/process": "^6.3.4" }, "require-dev": { "doctrine/coding-standard": "^12.0.0", "ext-pcov": "*", "ext-posix": "*", "infection/infection": "^0.27.0", - "phpstan/phpstan": "^1.10.26", - "phpstan/phpstan-deprecation-rules": "^1.1.3", - "phpstan/phpstan-phpunit": "^1.3.13", + "phpstan/phpstan": "^1.10.32", + "phpstan/phpstan-deprecation-rules": "^1.1.4", + "phpstan/phpstan-phpunit": "^1.3.14", "phpstan/phpstan-strict-rules": "^1.5.1", "squizlabs/php_codesniffer": "^3.7.2", "symfony/filesystem": "^6.3.1" @@ -7243,7 +7243,7 @@ ], "support": { "issues": "https://github.com/paratestphp/paratest/issues", - "source": "https://github.com/paratestphp/paratest/tree/v7.2.5" + "source": "https://github.com/paratestphp/paratest/tree/v7.2.6" }, "funding": [ { @@ -7255,7 +7255,145 @@ "type": "paypal" } ], - "time": "2023-08-08T13:23:59+00:00" + "time": "2023-08-29T07:47:39+00:00" + }, + { + "name": "cmgmyr/phploc", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/cmgmyr/phploc.git", + "reference": "e61d4729df46c5920ab61973bfa3f70f81a70b5f" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/cmgmyr/phploc/zipball/e61d4729df46c5920ab61973bfa3f70f81a70b5f", + "reference": "e61d4729df46c5920ab61973bfa3f70f81a70b5f", + "shasum": "" + }, + "require": { + "ext-dom": "*", + "ext-json": "*", + "php": "^7.4 || ^8.0", + "phpunit/php-file-iterator": "^3.0|^4.0", + "sebastian/cli-parser": "^1.0|^2.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.2", + "phpunit/phpunit": "^9.0|^10.0", + "vimeo/psalm": "^5.7" + }, + "default-branch": true, + "bin": [ + "phploc" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "8.0-dev" + } + }, + "autoload": { + "classmap": [ + "src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Chris Gmyr", + "email": "cmgmyr@gmail.com", + "role": "lead" + } + ], + "description": "A tool for quickly measuring the size of a PHP project.", + "homepage": "https://github.com/cmgmyr/phploc", + "support": { + "issues": "https://github.com/cmgmyr/phploc/issues", + "source": "https://github.com/cmgmyr/phploc/tree/8.0.3" + }, + "funding": [ + { + "url": "https://github.com/cmgmyr", + "type": "github" + } + ], + "time": "2023-08-05T16:49:39+00:00" + }, + { + "name": "composer/pcre", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/composer/pcre.git", + "reference": "73b47b99f928364693ab1f48480c949186283e82" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/pcre/zipball/73b47b99f928364693ab1f48480c949186283e82", + "reference": "73b47b99f928364693ab1f48480c949186283e82", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "phpstan/phpstan": "^1.3", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^5" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.x-dev" + } + }, + "autoload": { + "psr-4": { + "Composer\\Pcre\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Jordi Boggiano", + "email": "j.boggiano@seld.be", + "homepage": "http://seld.be" + } + ], + "description": "PCRE wrapping library that offers type-safe preg_* replacements.", + "keywords": [ + "PCRE", + "preg", + "regex", + "regular expression" + ], + "support": { + "issues": "https://github.com/composer/pcre/issues", + "source": "https://github.com/composer/pcre/tree/main" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2023-09-01T08:40:22+00:00" }, { "name": "composer/semver", @@ -7263,12 +7401,12 @@ "source": { "type": "git", "url": "https://github.com/composer/semver.git", - "reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf" + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/composer/semver/zipball/fa1ec24f0ab1efe642671ec15c51a3ab879f59bf", - "reference": "fa1ec24f0ab1efe642671ec15c51a3ab879f59bf", + "url": "https://api.github.com/repos/composer/semver/zipball/1d09200268e7d1052ded8e5da9c73c96a63d18f5", + "reference": "1d09200268e7d1052ded8e5da9c73c96a63d18f5", "shasum": "" }, "require": { @@ -7337,20 +7475,164 @@ "type": "tidelift" } ], - "time": "2023-01-13T15:47:53+00:00" + "time": "2023-08-31T12:20:31+00:00" + }, + { + "name": "composer/xdebug-handler", + "version": "3.0.3", + "source": { + "type": "git", + "url": "https://github.com/composer/xdebug-handler.git", + "reference": "ced299686f41dce890debac69273b47ffe98a40c" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c", + "reference": "ced299686f41dce890debac69273b47ffe98a40c", + "shasum": "" + }, + "require": { + "composer/pcre": "^1 || ^2 || ^3", + "php": "^7.2.5 || ^8.0", + "psr/log": "^1 || ^2 || ^3" + }, + "require-dev": { + "phpstan/phpstan": "^1.0", + "phpstan/phpstan-strict-rules": "^1.1", + "symfony/phpunit-bridge": "^6.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Composer\\XdebugHandler\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "John Stevenson", + "email": "john-stevenson@blueyonder.co.uk" + } + ], + "description": "Restarts a process without Xdebug.", + "keywords": [ + "Xdebug", + "performance" + ], + "support": { + "irc": "irc://irc.freenode.org/composer", + "issues": "https://github.com/composer/xdebug-handler/issues", + "source": "https://github.com/composer/xdebug-handler/tree/3.0.3" + }, + "funding": [ + { + "url": "https://packagist.com", + "type": "custom" + }, + { + "url": "https://github.com/composer", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/composer/composer", + "type": "tidelift" + } + ], + "time": "2022-02-25T21:32:43+00:00" + }, + { + "name": "dealerdirect/phpcodesniffer-composer-installer", + "version": "v1.0.0", + "source": { + "type": "git", + "url": "https://github.com/PHPCSStandards/composer-installer.git", + "reference": "4be43904336affa5c2f70744a348312336afd0da" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da", + "reference": "4be43904336affa5c2f70744a348312336afd0da", + "shasum": "" + }, + "require": { + "composer-plugin-api": "^1.0 || ^2.0", + "php": ">=5.4", + "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" + }, + "require-dev": { + "composer/composer": "*", + "ext-json": "*", + "ext-zip": "*", + "php-parallel-lint/php-parallel-lint": "^1.3.1", + "phpcompatibility/php-compatibility": "^9.0", + "yoast/phpunit-polyfills": "^1.0" + }, + "type": "composer-plugin", + "extra": { + "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin" + }, + "autoload": { + "psr-4": { + "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Franck Nijhof", + "email": "franck.nijhof@dealerdirect.com", + "homepage": "http://www.frenck.nl", + "role": "Developer / IT Manager" + }, + { + "name": "Contributors", + "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors" + } + ], + "description": "PHP_CodeSniffer Standards Composer Installer Plugin", + "homepage": "http://www.dealerdirect.com", + "keywords": [ + "PHPCodeSniffer", + "PHP_CodeSniffer", + "code quality", + "codesniffer", + "composer", + "installer", + "phpcbf", + "phpcs", + "plugin", + "qa", + "quality", + "standard", + "standards", + "style guide", + "stylecheck", + "tests" + ], + "support": { + "issues": "https://github.com/PHPCSStandards/composer-installer/issues", + "source": "https://github.com/PHPCSStandards/composer-installer" + }, + "time": "2023-01-05T11:28:13+00:00" }, { "name": "fakerphp/faker", - "version": "v1.23.0", + "version": "1.23.x-dev", "source": { "type": "git", "url": "https://github.com/FakerPHP/Faker.git", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01" + "reference": "2040bda6540c29e8989bce4729d05bdaffb4c729" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", - "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01", + "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/2040bda6540c29e8989bce4729d05bdaffb4c729", + "reference": "2040bda6540c29e8989bce4729d05bdaffb4c729", "shasum": "" }, "require": { @@ -7403,9 +7685,9 @@ ], "support": { "issues": "https://github.com/FakerPHP/Faker/issues", - "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0" + "source": "https://github.com/FakerPHP/Faker/tree/main" }, - "time": "2023-06-12T08:44:38+00:00" + "time": "2023-09-07T12:17:07+00:00" }, { "name": "fidry/cpu-core-counter", @@ -7539,18 +7821,113 @@ ], "time": "2023-07-13T12:00:00+00:00" }, + { + "name": "friendsofphp/php-cs-fixer", + "version": "v3.26.1", + "source": { + "type": "git", + "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d023ba6684055f6ea1da1352d8a02baca0426983", + "reference": "d023ba6684055f6ea1da1352d8a02baca0426983", + "shasum": "" + }, + "require": { + "composer/semver": "^3.3", + "composer/xdebug-handler": "^3.0.3", + "ext-json": "*", + "ext-tokenizer": "*", + "php": "^7.4 || ^8.0", + "sebastian/diff": "^4.0 || ^5.0", + "symfony/console": "^5.4 || ^6.0", + "symfony/event-dispatcher": "^5.4 || ^6.0", + "symfony/filesystem": "^5.4 || ^6.0", + "symfony/finder": "^5.4 || ^6.0", + "symfony/options-resolver": "^5.4 || ^6.0", + "symfony/polyfill-mbstring": "^1.27", + "symfony/polyfill-php80": "^1.27", + "symfony/polyfill-php81": "^1.27", + "symfony/process": "^5.4 || ^6.0", + "symfony/stopwatch": "^5.4 || ^6.0" + }, + "require-dev": { + "facile-it/paraunit": "^1.3 || ^2.0", + "justinrainbow/json-schema": "^5.2", + "keradus/cli-executor": "^2.0", + "mikey179/vfsstream": "^1.6.11", + "php-coveralls/php-coveralls": "^2.5.3", + "php-cs-fixer/accessible-object": "^1.1", + "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2", + "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1", + "phpspec/prophecy": "^1.16", + "phpspec/prophecy-phpunit": "^2.0", + "phpunit/phpunit": "^9.5", + "phpunitgoodpractices/polyfill": "^1.6", + "phpunitgoodpractices/traits": "^1.9.2", + "symfony/phpunit-bridge": "^6.2.3", + "symfony/yaml": "^5.4 || ^6.0" + }, + "suggest": { + "ext-dom": "For handling output formats in XML", + "ext-mbstring": "For handling non-UTF8 characters." + }, + "bin": [ + "php-cs-fixer" + ], + "type": "application", + "autoload": { + "psr-4": { + "PhpCsFixer\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Dariusz Rumiński", + "email": "dariusz.ruminski@gmail.com" + } + ], + "description": "A tool to automatically fix PHP code style", + "keywords": [ + "Static code analysis", + "fixer", + "standards", + "static analysis" + ], + "support": { + "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", + "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.26.1" + }, + "funding": [ + { + "url": "https://github.com/keradus", + "type": "github" + } + ], + "time": "2023-09-08T19:09:07+00:00" + }, { "name": "guzzlehttp/psr7", "version": "2.6.x-dev", "source": { "type": "git", "url": "https://github.com/guzzle/psr7.git", - "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77" + "reference": "38ef514a6c21335f29d9be64b097d2582ecbf8e4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/guzzle/psr7/zipball/8bd7c33a0734ae1c5d074360512beb716bef3f77", - "reference": "8bd7c33a0734ae1c5d074360512beb716bef3f77", + "url": "https://api.github.com/repos/guzzle/psr7/zipball/38ef514a6c21335f29d9be64b097d2582ecbf8e4", + "reference": "38ef514a6c21335f29d9be64b097d2582ecbf8e4", "shasum": "" }, "require": { @@ -7638,7 +8015,7 @@ ], "support": { "issues": "https://github.com/guzzle/psr7/issues", - "source": "https://github.com/guzzle/psr7/tree/2.6.0" + "source": "https://github.com/guzzle/psr7/tree/2.6" }, "funding": [ { @@ -7654,7 +8031,7 @@ "type": "tidelift" } ], - "time": "2023-08-03T15:06:02+00:00" + "time": "2023-09-10T16:11:14+00:00" }, { "name": "hamcrest/hamcrest-php", @@ -7769,32 +8146,102 @@ "time": "2023-08-09T11:39:12+00:00" }, { - "name": "laravel/pint", - "version": "v1.11.0", + "name": "justinrainbow/json-schema", + "version": "5.x-dev", "source": { "type": "git", - "url": "https://github.com/laravel/pint.git", - "reference": "88e835bf922b94017778bde89ef8f215e1ea40db" + "url": "https://github.com/justinrainbow/json-schema.git", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/pint/zipball/88e835bf922b94017778bde89ef8f215e1ea40db", - "reference": "88e835bf922b94017778bde89ef8f215e1ea40db", + "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", + "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60", "shasum": "" }, "require": { - "ext-json": "*", - "ext-mbstring": "*", - "ext-tokenizer": "*", - "ext-xml": "*", - "php": "^8.1.0" + "php": ">=5.3.3" }, "require-dev": { - "friendsofphp/php-cs-fixer": "^3.21.1", - "illuminate/view": "^10.5.1", - "laravel-zero/framework": "^10.1.1", - "mockery/mockery": "^1.5.1", - "nunomaduro/larastan": "^2.5.1", + "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1", + "json-schema/json-schema-test-suite": "1.2.0", + "phpunit/phpunit": "^4.8.35" + }, + "bin": [ + "bin/validate-json" + ], + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "5.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "JsonSchema\\": "src/JsonSchema/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bruno Prieto Reis", + "email": "bruno.p.reis@gmail.com" + }, + { + "name": "Justin Rainbow", + "email": "justin.rainbow@gmail.com" + }, + { + "name": "Igor Wiedler", + "email": "igor@wiedler.ch" + }, + { + "name": "Robert Schönthal", + "email": "seroscho@googlemail.com" + } + ], + "description": "A library to validate a json schema.", + "homepage": "https://github.com/justinrainbow/json-schema", + "keywords": [ + "json", + "schema" + ], + "support": { + "issues": "https://github.com/justinrainbow/json-schema/issues", + "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12" + }, + "time": "2022-04-13T08:02:27+00:00" + }, + { + "name": "laravel/pint", + "version": "v1.13.1", + "source": { + "type": "git", + "url": "https://github.com/laravel/pint.git", + "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/laravel/pint/zipball/22f204242d68095b3ba7dab5d3ef0240454a4652", + "reference": "22f204242d68095b3ba7dab5d3ef0240454a4652", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-mbstring": "*", + "ext-tokenizer": "*", + "ext-xml": "*", + "php": "^8.1.0" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.21.1", + "illuminate/view": "^10.5.1", + "laravel-zero/framework": "^10.1.2", + "mockery/mockery": "^1.5.1", + "nunomaduro/larastan": "^2.5.1", "nunomaduro/termwind": "^1.15.1", "pestphp/pest": "^2.4.0" }, @@ -7832,7 +8279,7 @@ "issues": "https://github.com/laravel/pint/issues", "source": "https://github.com/laravel/pint" }, - "time": "2023-08-15T15:30:00+00:00" + "time": "2023-09-06T11:03:34+00:00" }, { "name": "laravel/tinker", @@ -7840,12 +8287,12 @@ "source": { "type": "git", "url": "https://github.com/laravel/tinker.git", - "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3" + "reference": "c051f5cea4e0cb4110af1800a718837e7dc2495b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3", - "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3", + "url": "https://api.github.com/repos/laravel/tinker/zipball/c051f5cea4e0cb4110af1800a718837e7dc2495b", + "reference": "c051f5cea4e0cb4110af1800a718837e7dc2495b", "shasum": "" }, "require": { @@ -7902,20 +8349,103 @@ "issues": "https://github.com/laravel/tinker/issues", "source": "https://github.com/laravel/tinker/tree/2.x" }, - "time": "2023-08-15T14:27:00+00:00" + "time": "2023-08-29T15:31:49+00:00" + }, + { + "name": "league/container", + "version": "4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/thephpleague/container.git", + "reference": "388e992884ab75632d93dbaf4d29ec024d64b964" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thephpleague/container/zipball/388e992884ab75632d93dbaf4d29ec024d64b964", + "reference": "388e992884ab75632d93dbaf4d29ec024d64b964", + "shasum": "" + }, + "require": { + "php": "^7.2 || ^8.0", + "psr/container": "^1.1 || ^2.0" + }, + "provide": { + "psr/container-implementation": "^1.0" + }, + "replace": { + "orno/di": "~2.0" + }, + "require-dev": { + "nette/php-generator": "^3.4", + "nikic/php-parser": "^4.10", + "phpstan/phpstan": "^0.12.47", + "phpunit/phpunit": "^8.5.17", + "roave/security-advisories": "dev-latest", + "scrutinizer/ocular": "^1.8", + "squizlabs/php_codesniffer": "^3.6" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "4.x-dev", + "dev-4.x": "4.x-dev", + "dev-3.x": "3.x-dev", + "dev-2.x": "2.x-dev", + "dev-1.x": "1.x-dev" + } + }, + "autoload": { + "psr-4": { + "League\\Container\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Phil Bennett", + "email": "mail@philbennett.co.uk", + "role": "Developer" + } + ], + "description": "A fast and intuitive dependency injection container.", + "homepage": "https://github.com/thephpleague/container", + "keywords": [ + "container", + "dependency", + "di", + "injection", + "league", + "provider", + "service" + ], + "support": { + "issues": "https://github.com/thephpleague/container/issues", + "source": "https://github.com/thephpleague/container/tree/4.x" + }, + "funding": [ + { + "url": "https://github.com/philipobenito", + "type": "github" + } + ], + "time": "2022-02-02T09:18:15+00:00" }, { "name": "mockery/mockery", - "version": "1.6.x-dev", + "version": "1.7.x-dev", "source": { "type": "git", "url": "https://github.com/mockery/mockery.git", - "reference": "fab5c135e23fdf40ef7d0e58489a18f581b05e34" + "reference": "5916d9a2409a9b9bf48951594c2200affa7e4293" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/mockery/mockery/zipball/fab5c135e23fdf40ef7d0e58489a18f581b05e34", - "reference": "fab5c135e23fdf40ef7d0e58489a18f581b05e34", + "url": "https://api.github.com/repos/mockery/mockery/zipball/5916d9a2409a9b9bf48951594c2200affa7e4293", + "reference": "5916d9a2409a9b9bf48951594c2200affa7e4293", "shasum": "" }, "require": { @@ -7927,12 +8457,8 @@ "phpunit/phpunit": "<8.0" }, "require-dev": { - "phpunit/phpunit": "^8.5 || ^9.6.10", - "psalm/plugin-phpunit": "^0.18.4", - "symplify/easy-coding-standard": "^11.5.0", - "vimeo/psalm": "^4.30" + "phpunit/phpunit": ">=9.6.11 <10.4" }, - "default-branch": true, "type": "library", "autoload": { "files": [ @@ -7988,7 +8514,7 @@ "security": "https://github.com/mockery/mockery/security/advisories", "source": "https://github.com/mockery/mockery" }, - "time": "2023-08-23T09:14:03+00:00" + "time": "2023-09-06T21:24:36+00:00" }, { "name": "myclabs/deep-copy", @@ -8298,18 +8824,124 @@ ], "time": "2023-07-29T12:13:13+00:00" }, + { + "name": "nunomaduro/phpinsights", + "version": "v2.8.0", + "source": { + "type": "git", + "url": "https://github.com/nunomaduro/phpinsights.git", + "reference": "a701b7acfda9940ef0140c7276319df9026824c4" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/nunomaduro/phpinsights/zipball/a701b7acfda9940ef0140c7276319df9026824c4", + "reference": "a701b7acfda9940ef0140c7276319df9026824c4", + "shasum": "" + }, + "require": { + "cmgmyr/phploc": "^8.0", + "composer/semver": "^3.3", + "ext-iconv": "*", + "ext-json": "*", + "ext-mbstring": "*", + "ext-tokenizer": "*", + "friendsofphp/php-cs-fixer": "^3.0.0", + "justinrainbow/json-schema": "^5.1", + "league/container": "^3.2|^4.2", + "php": "^7.4 || ^8.0 || ^8.1", + "php-parallel-lint/php-parallel-lint": "^1.3", + "psr/container": "^1.0|^2.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "sebastian/diff": "^4.0|^5.0", + "slevomat/coding-standard": "^7.0.8|^8.0", + "squizlabs/php_codesniffer": "^3.5", + "symfony/cache": "^4.4|^5.0|^6.0", + "symfony/console": "^4.2.12|^5.0|^6.0", + "symfony/finder": "^4.2.12|^5.0|^6.0", + "symfony/http-client": "^4.3.8|^5.0|^6.0", + "symfony/process": "^5.4|^6.0" + }, + "require-dev": { + "ergebnis/phpstan-rules": "^0.15.0", + "illuminate/console": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "illuminate/support": "^5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "mockery/mockery": "^1.0", + "phpstan/phpstan-strict-rules": "^0.12", + "phpunit/phpunit": "^8.0|^9.0|^10.0", + "rector/rector": "0.11.56", + "symfony/var-dumper": "^4.2.12|^5.0|^6.0", + "thecodingmachine/phpstan-strict-rules": "^0.12.0" + }, + "suggest": { + "ext-simplexml": "It is needed for the checkstyle formatter" + }, + "bin": [ + "bin/phpinsights" + ], + "type": "library", + "extra": { + "laravel": { + "providers": [ + "NunoMaduro\\PhpInsights\\Application\\Adapters\\Laravel\\InsightsServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "NunoMaduro\\PhpInsights\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nuno Maduro", + "email": "enunomaduro@gmail.com" + } + ], + "description": "Instant PHP quality checks from your console.", + "keywords": [ + "Insights", + "code", + "console", + "php", + "quality", + "source" + ], + "support": { + "issues": "https://github.com/nunomaduro/phpinsights/issues", + "source": "https://github.com/nunomaduro/phpinsights/tree/v2.8.0" + }, + "funding": [ + { + "url": "https://github.com/JustSteveKing", + "type": "github" + }, + { + "url": "https://github.com/cmgmyr", + "type": "github" + }, + { + "url": "https://github.com/nunomaduro", + "type": "github" + } + ], + "time": "2023-03-18T18:38:03+00:00" + }, { "name": "orchestra/canvas", "version": "8.x-dev", "source": { "type": "git", "url": "https://github.com/orchestral/canvas.git", - "reference": "41df2347a6655f86d00aca25feffe56ad07bb3ca" + "reference": "e258608d99f5a9d0b09dd7d923a111970c825b2e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas/zipball/41df2347a6655f86d00aca25feffe56ad07bb3ca", - "reference": "41df2347a6655f86d00aca25feffe56ad07bb3ca", + "url": "https://api.github.com/repos/orchestral/canvas/zipball/e258608d99f5a9d0b09dd7d923a111970c825b2e", + "reference": "e258608d99f5a9d0b09dd7d923a111970c825b2e", "shasum": "" }, "require": { @@ -8317,7 +8949,7 @@ "composer/semver": "^3.0", "illuminate/database": "^10.17", "illuminate/support": "^10.17", - "orchestra/canvas-core": "^8.4.1", + "orchestra/canvas-core": "^8.7", "php": "^8.1", "symfony/yaml": "^6.2" }, @@ -8367,9 +8999,9 @@ "description": "Code Generators for Laravel Applications and Packages", "support": { "issues": "https://github.com/orchestral/canvas/issues", - "source": "https://github.com/orchestral/canvas/tree/v8.5.2" + "source": "https://github.com/orchestral/canvas/tree/8.x" }, - "time": "2023-08-24T07:52:57+00:00" + "time": "2023-09-09T15:20:08+00:00" }, { "name": "orchestra/canvas-core", @@ -8377,12 +9009,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/canvas-core.git", - "reference": "48ceac3ab2dfd17d540e301c26643f69c409dfd3" + "reference": "3ea21d0b4df2e252ddb33da270b702b9a7ebcea7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/48ceac3ab2dfd17d540e301c26643f69c409dfd3", - "reference": "48ceac3ab2dfd17d540e301c26643f69c409dfd3", + "url": "https://api.github.com/repos/orchestral/canvas-core/zipball/3ea21d0b4df2e252ddb33da270b702b9a7ebcea7", + "reference": "3ea21d0b4df2e252ddb33da270b702b9a7ebcea7", "shasum": "" }, "require": { @@ -8393,6 +9025,7 @@ "php": "^8.1" }, "conflict": { + "orchestra/canvas": "<8.6.0", "orchestra/testbench-core": "<8.2.0" }, "require-dev": { @@ -8435,9 +9068,9 @@ "description": "Code Generators Builder for Laravel Applications and Packages", "support": { "issues": "https://github.com/orchestral/canvas/issues", - "source": "https://github.com/orchestral/canvas-core/tree/v8.4.2" + "source": "https://github.com/orchestral/canvas-core/tree/8.x" }, - "time": "2023-08-22T03:37:26+00:00" + "time": "2023-09-11T13:03:47+00:00" }, { "name": "orchestra/testbench", @@ -8445,12 +9078,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench.git", - "reference": "5fc8b7fc58ad3b454c813bea48615b4df3189467" + "reference": "a8ad165e6bc6baf059b7dde8c7381f52bb00a514" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench/zipball/5fc8b7fc58ad3b454c813bea48615b4df3189467", - "reference": "5fc8b7fc58ad3b454c813bea48615b4df3189467", + "url": "https://api.github.com/repos/orchestral/testbench/zipball/a8ad165e6bc6baf059b7dde8c7381f52bb00a514", + "reference": "a8ad165e6bc6baf059b7dde8c7381f52bb00a514", "shasum": "" }, "require": { @@ -8493,7 +9126,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench/tree/8.x" }, - "time": "2023-08-22T10:47:57+00:00" + "time": "2023-08-29T06:31:00+00:00" }, { "name": "orchestra/testbench-core", @@ -8501,12 +9134,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/testbench-core.git", - "reference": "5d4e4d87ed5a930794b80c9fcb24b7c82c09d4f3" + "reference": "e8f1a4d3121887e9f5c5607f117701ea7dfa066a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/5d4e4d87ed5a930794b80c9fcb24b7c82c09d4f3", - "reference": "5d4e4d87ed5a930794b80c9fcb24b7c82c09d4f3", + "url": "https://api.github.com/repos/orchestral/testbench-core/zipball/e8f1a4d3121887e9f5c5607f117701ea7dfa066a", + "reference": "e8f1a4d3121887e9f5c5607f117701ea7dfa066a", "shasum": "" }, "require": { @@ -8575,7 +9208,7 @@ "issues": "https://github.com/orchestral/testbench/issues", "source": "https://github.com/orchestral/testbench-core" }, - "time": "2023-08-23T00:43:23+00:00" + "time": "2023-09-09T02:26:33+00:00" }, { "name": "orchestra/workbench", @@ -8583,12 +9216,12 @@ "source": { "type": "git", "url": "https://github.com/orchestral/workbench.git", - "reference": "eb6246695df8f0ae54d3ad3239b5090dcc34d2b8" + "reference": "79780d671aaee2ccae33ae72a65f07ce3ea62342" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/orchestral/workbench/zipball/eb6246695df8f0ae54d3ad3239b5090dcc34d2b8", - "reference": "eb6246695df8f0ae54d3ad3239b5090dcc34d2b8", + "url": "https://api.github.com/repos/orchestral/workbench/zipball/79780d671aaee2ccae33ae72a65f07ce3ea62342", + "reference": "79780d671aaee2ccae33ae72a65f07ce3ea62342", "shasum": "" }, "require": { @@ -8596,15 +9229,13 @@ "illuminate/console": "^9.52.15 || ^10.17.0", "illuminate/support": "^9.52.15 || ^10.17.0", "laravel/tinker": "^2.8.2", - "orchestra/canvas": "^7.6.1 || ^8.5.1", - "orchestra/testbench-core": "^7.29.1 || ^8.9.1", + "orchestra/canvas": "^7.8 || ^8.7", + "orchestra/testbench-core": "^7.30.0 || ^8.10.0", "php": "^8.0" }, "require-dev": { - "fakerphp/faker": "^1.21", - "laravel/framework": "^9.52.15 || ^10.17.0", "laravel/pint": "^1.4", - "mockery/mockery": "^1.5.1", + "orchestra/testbench": "^7.30.0 || ^8.10.0", "phpstan/phpstan": "^1.10.7", "phpunit/phpunit": "^9.6" }, @@ -8631,11 +9262,17 @@ } ], "description": "Workbench Companion for Laravel Packages Development", + "keywords": [ + "dev", + "laravel", + "laravel-packages", + "testing" + ], "support": { "issues": "https://github.com/orchestral/workbench/issues", "source": "https://github.com/orchestral/workbench/tree/master" }, - "time": "2023-08-24T06:12:11+00:00" + "time": "2023-09-09T00:58:04+00:00" }, { "name": "pestphp/pest", @@ -8643,31 +9280,31 @@ "source": { "type": "git", "url": "https://github.com/pestphp/pest.git", - "reference": "14859a4c89120dd3786b2b8685997acee6916020" + "reference": "74df53c72b0d77a1f66d365ccfe0df704b73aa66" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest/zipball/14859a4c89120dd3786b2b8685997acee6916020", - "reference": "14859a4c89120dd3786b2b8685997acee6916020", + "url": "https://api.github.com/repos/pestphp/pest/zipball/74df53c72b0d77a1f66d365ccfe0df704b73aa66", + "reference": "74df53c72b0d77a1f66d365ccfe0df704b73aa66", "shasum": "" }, "require": { - "brianium/paratest": "^7.2.5", + "brianium/paratest": "^7.2.6", "nunomaduro/collision": "^7.8.1", "nunomaduro/termwind": "^1.15.1", "pestphp/pest-plugin": "^2.1.1", "pestphp/pest-plugin-arch": "^2.3.3", "php": "^8.1.0", - "phpunit/phpunit": "^10.3.2" + "phpunit/phpunit": "^10.3.3" }, "conflict": { - "phpunit/phpunit": ">10.3.2", + "phpunit/phpunit": ">10.3.3", "webmozart/assert": "<1.11.0" }, "require-dev": { "pestphp/pest-dev-tools": "^2.16.0", - "pestphp/pest-plugin-type-coverage": "^2.1.0", - "symfony/process": "^6.3.2" + "pestphp/pest-plugin-type-coverage": "^2.2.0", + "symfony/process": "^6.3.4" }, "default-branch": true, "bin": [ @@ -8726,7 +9363,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest/issues", - "source": "https://github.com/pestphp/pest/tree/2.x" + "source": "https://github.com/pestphp/pest/tree/v2.18.1" }, "funding": [ { @@ -8738,7 +9375,7 @@ "type": "github" } ], - "time": "2023-08-23T11:01:34+00:00" + "time": "2023-09-11T10:38:47+00:00" }, { "name": "pestphp/pest-plugin", @@ -9132,6 +9769,63 @@ }, "time": "2022-02-21T01:04:05+00:00" }, + { + "name": "php-parallel-lint/php-parallel-lint", + "version": "v1.3.2", + "source": { + "type": "git", + "url": "https://github.com/php-parallel-lint/PHP-Parallel-Lint.git", + "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/php-parallel-lint/PHP-Parallel-Lint/zipball/6483c9832e71973ed29cf71bd6b3f4fde438a9de", + "reference": "6483c9832e71973ed29cf71bd6b3f4fde438a9de", + "shasum": "" + }, + "require": { + "ext-json": "*", + "php": ">=5.3.0" + }, + "replace": { + "grogy/php-parallel-lint": "*", + "jakub-onderka/php-parallel-lint": "*" + }, + "require-dev": { + "nette/tester": "^1.3 || ^2.0", + "php-parallel-lint/php-console-highlighter": "0.* || ^1.0", + "squizlabs/php_codesniffer": "^3.6" + }, + "suggest": { + "php-parallel-lint/php-console-highlighter": "Highlight syntax in code snippet" + }, + "bin": [ + "parallel-lint" + ], + "type": "library", + "autoload": { + "classmap": [ + "./src/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-2-Clause" + ], + "authors": [ + { + "name": "Jakub Onderka", + "email": "ahoj@jakubonderka.cz" + } + ], + "description": "This tool check syntax of PHP files about 20x faster than serial check.", + "homepage": "https://github.com/php-parallel-lint/PHP-Parallel-Lint", + "support": { + "issues": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/issues", + "source": "https://github.com/php-parallel-lint/PHP-Parallel-Lint/tree/v1.3.2" + }, + "time": "2022-02-21T12:50:22+00:00" + }, { "name": "phpdocumentor/reflection-common", "version": "dev-master", @@ -9441,16 +10135,16 @@ }, { "name": "phpstan/phpdoc-parser", - "version": "1.23.x-dev", + "version": "1.24.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpdoc-parser.git", - "reference": "e540adcd37d57d1f46e2b6e172d6140d005226cb" + "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/e540adcd37d57d1f46e2b6e172d6140d005226cb", - "reference": "e540adcd37d57d1f46e2b6e172d6140d005226cb", + "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/3510b0a6274cc42f7219367cb3abfc123ffa09d6", + "reference": "3510b0a6274cc42f7219367cb3abfc123ffa09d6", "shasum": "" }, "require": { @@ -9467,7 +10161,6 @@ "phpunit/phpunit": "^9.5", "symfony/process": "^5.2" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -9483,9 +10176,9 @@ "description": "PHPDoc parser with support for nullable, intersection and generic types", "support": { "issues": "https://github.com/phpstan/phpdoc-parser/issues", - "source": "https://github.com/phpstan/phpdoc-parser/tree/1.23.x" + "source": "https://github.com/phpstan/phpdoc-parser/tree/1.24.0" }, - "time": "2023-08-16T11:40:53+00:00" + "time": "2023-09-07T20:46:32+00:00" }, { "name": "phpstan/phpstan", @@ -9493,12 +10186,12 @@ "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "304d67eda7e577370ee6e43aaf5ec1c596c0b733" + "reference": "3c22ef5b638f5a348ee4875eebb87e0a3f17da33" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/304d67eda7e577370ee6e43aaf5ec1c596c0b733", - "reference": "304d67eda7e577370ee6e43aaf5ec1c596c0b733", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c22ef5b638f5a348ee4875eebb87e0a3f17da33", + "reference": "3c22ef5b638f5a348ee4875eebb87e0a3f17da33", "shasum": "" }, "require": { @@ -9547,7 +10240,7 @@ "type": "tidelift" } ], - "time": "2023-08-26T09:26:52+00:00" + "time": "2023-09-11T09:51:24+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -9598,70 +10291,18 @@ }, "time": "2023-08-05T09:02:04+00:00" }, - { - "name": "phpstan/phpstan-phpunit", - "version": "1.3.x-dev", - "source": { - "type": "git", - "url": "https://github.com/phpstan/phpstan-phpunit.git", - "reference": "614acc10c522e319639bf38b0698a4a566665f04" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-phpunit/zipball/614acc10c522e319639bf38b0698a4a566665f04", - "reference": "614acc10c522e319639bf38b0698a4a566665f04", - "shasum": "" - }, - "require": { - "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10" - }, - "conflict": { - "phpunit/phpunit": "<7.0" - }, - "require-dev": { - "nikic/php-parser": "^4.13.0", - "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-strict-rules": "^1.5.1", - "phpunit/phpunit": "^9.5" - }, - "type": "phpstan-extension", - "extra": { - "phpstan": { - "includes": [ - "extension.neon", - "rules.neon" - ] - } - }, - "autoload": { - "psr-4": { - "PHPStan\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHPUnit extensions and rules for PHPStan", - "support": { - "issues": "https://github.com/phpstan/phpstan-phpunit/issues", - "source": "https://github.com/phpstan/phpstan-phpunit/tree/1.3.x" - }, - "time": "2023-08-25T09:46:39+00:00" - }, { "name": "phpunit/php-code-coverage", "version": "dev-main", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-code-coverage.git", - "reference": "b0b9b2ee708d922dc2b3c9590116f2237c84c229" + "reference": "61a9ced674dfecbf1300b63780b90304d296a6c6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/b0b9b2ee708d922dc2b3c9590116f2237c84c229", - "reference": "b0b9b2ee708d922dc2b3c9590116f2237c84c229", + "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/61a9ced674dfecbf1300b63780b90304d296a6c6", + "reference": "61a9ced674dfecbf1300b63780b90304d296a6c6", "shasum": "" }, "require": { @@ -9727,20 +10368,20 @@ "type": "github" } ], - "time": "2023-08-21T05:57:58+00:00" + "time": "2023-09-10T06:24:39+00:00" }, { "name": "phpunit/php-file-iterator", - "version": "dev-main", + "version": "4.1.0", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-file-iterator.git", - "reference": "1a9fe47d1b7b9631b9772282f8b2354e16bb1e3e" + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/1a9fe47d1b7b9631b9772282f8b2354e16bb1e3e", - "reference": "1a9fe47d1b7b9631b9772282f8b2354e16bb1e3e", + "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", + "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", "shasum": "" }, "require": { @@ -9749,7 +10390,6 @@ "require-dev": { "phpunit/phpunit": "^10.0" }, - "default-branch": true, "type": "library", "extra": { "branch-alias": { @@ -9781,7 +10421,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", - "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/main" + "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" }, "funding": [ { @@ -9789,7 +10429,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:43+00:00" + "time": "2023-08-31T06:24:48+00:00" }, { "name": "phpunit/php-invoker", @@ -9797,12 +10437,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-invoker.git", - "reference": "b7be8986ed17b9984a3bfdd0e28dbb8e57807ebb" + "reference": "721586280ba8bf29d5a57220ac56beb08195ae55" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/b7be8986ed17b9984a3bfdd0e28dbb8e57807ebb", - "reference": "b7be8986ed17b9984a3bfdd0e28dbb8e57807ebb", + "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/721586280ba8bf29d5a57220ac56beb08195ae55", + "reference": "721586280ba8bf29d5a57220ac56beb08195ae55", "shasum": "" }, "require": { @@ -9854,7 +10494,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:52+00:00" + "time": "2023-09-10T06:22:02+00:00" }, { "name": "phpunit/php-text-template", @@ -9862,12 +10502,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-text-template.git", - "reference": "2acc2f6117f6325e2958f2398e1a8aada5c6fcb7" + "reference": "92b42f79d0ff328fde0f843467ed6a1f4a3d106e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/2acc2f6117f6325e2958f2398e1a8aada5c6fcb7", - "reference": "2acc2f6117f6325e2958f2398e1a8aada5c6fcb7", + "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/92b42f79d0ff328fde0f843467ed6a1f4a3d106e", + "reference": "92b42f79d0ff328fde0f843467ed6a1f4a3d106e", "shasum": "" }, "require": { @@ -9915,7 +10555,7 @@ "type": "github" } ], - "time": "2023-08-21T06:06:01+00:00" + "time": "2023-09-10T06:22:10+00:00" }, { "name": "phpunit/php-timer", @@ -9923,12 +10563,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/php-timer.git", - "reference": "420f6bd15d6827137a381447e53fed63844fddba" + "reference": "7773010be59988a7eb918590b9a2e560dad7b2ad" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/420f6bd15d6827137a381447e53fed63844fddba", - "reference": "420f6bd15d6827137a381447e53fed63844fddba", + "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/7773010be59988a7eb918590b9a2e560dad7b2ad", + "reference": "7773010be59988a7eb918590b9a2e560dad7b2ad", "shasum": "" }, "require": { @@ -9976,20 +10616,20 @@ "type": "github" } ], - "time": "2023-08-21T06:06:11+00:00" + "time": "2023-09-10T06:22:18+00:00" }, { "name": "phpunit/phpunit", - "version": "10.3.2", + "version": "10.3.3", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1" + "reference": "241ed4dd0db1c096984e62d414c4e1ac8d5dbff4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0dafb1175c366dd274eaa9a625e914451506bcd1", - "reference": "0dafb1175c366dd274eaa9a625e914451506bcd1", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/241ed4dd0db1c096984e62d414c4e1ac8d5dbff4", + "reference": "241ed4dd0db1c096984e62d414c4e1ac8d5dbff4", "shasum": "" }, "require": { @@ -10061,7 +10701,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.2" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.3.3" }, "funding": [ { @@ -10077,7 +10717,7 @@ "type": "tidelift" } ], - "time": "2023-08-15T05:34:23+00:00" + "time": "2023-09-05T04:34:51+00:00" }, { "name": "pimple/pimple", @@ -10138,12 +10778,12 @@ "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "425348d6f80c5c07ea498de84aa88ef4ef4d6ff5" + "reference": "2be8beb2b359461d4495e2cf53863553398ad8e7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/425348d6f80c5c07ea498de84aa88ef4ef4d6ff5", - "reference": "425348d6f80c5c07ea498de84aa88ef4ef4d6ff5", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/2be8beb2b359461d4495e2cf53863553398ad8e7", + "reference": "2be8beb2b359461d4495e2cf53863553398ad8e7", "shasum": "" }, "require": { @@ -10177,7 +10817,7 @@ }, "bamarni-bin": { "bin-links": false, - "forward-command": true + "forward-command": false } }, "autoload": { @@ -10211,7 +10851,7 @@ "issues": "https://github.com/bobthecow/psysh/issues", "source": "https://github.com/bobthecow/psysh/tree/main" }, - "time": "2023-08-20T16:31:10+00:00" + "time": "2023-09-01T14:33:12+00:00" }, { "name": "ralouphie/getallheaders", @@ -10263,12 +10903,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/cli-parser.git", - "reference": "05af656c51fcf6d54b4d0f3b069dd8ed709e2295" + "reference": "d4fe82cbbdd3f4b4f1ac6417e302340dca40218e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/05af656c51fcf6d54b4d0f3b069dd8ed709e2295", - "reference": "05af656c51fcf6d54b4d0f3b069dd8ed709e2295", + "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/d4fe82cbbdd3f4b4f1ac6417e302340dca40218e", + "reference": "d4fe82cbbdd3f4b4f1ac6417e302340dca40218e", "shasum": "" }, "require": { @@ -10313,7 +10953,7 @@ "type": "github" } ], - "time": "2023-08-21T06:03:46+00:00" + "time": "2023-09-10T06:20:11+00:00" }, { "name": "sebastian/code-unit", @@ -10321,12 +10961,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit.git", - "reference": "b37b5764451018576e96fb7f0e41eeca6d984587" + "reference": "a3d72ffc39ac0d5ef254082af44a0dfb6697084a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/b37b5764451018576e96fb7f0e41eeca6d984587", - "reference": "b37b5764451018576e96fb7f0e41eeca6d984587", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a3d72ffc39ac0d5ef254082af44a0dfb6697084a", + "reference": "a3d72ffc39ac0d5ef254082af44a0dfb6697084a", "shasum": "" }, "require": { @@ -10371,7 +11011,7 @@ "type": "github" } ], - "time": "2023-08-21T06:03:58+00:00" + "time": "2023-09-10T06:20:20+00:00" }, { "name": "sebastian/code-unit-reverse-lookup", @@ -10379,12 +11019,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", - "reference": "c53ba4b40273559450def4e6f2d84a1f142deb80" + "reference": "8f9f87a71735a74fbbfd7d308a422f13f637b449" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/c53ba4b40273559450def4e6f2d84a1f142deb80", - "reference": "c53ba4b40273559450def4e6f2d84a1f142deb80", + "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/8f9f87a71735a74fbbfd7d308a422f13f637b449", + "reference": "8f9f87a71735a74fbbfd7d308a422f13f637b449", "shasum": "" }, "require": { @@ -10428,7 +11068,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:07+00:00" + "time": "2023-09-10T06:20:28+00:00" }, { "name": "sebastian/comparator", @@ -10436,12 +11076,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/comparator.git", - "reference": "72bde5c6363269d01d9cca8335c38272d3806e57" + "reference": "d4af012b0813b194aa9e025140e512d72c198128" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/72bde5c6363269d01d9cca8335c38272d3806e57", - "reference": "72bde5c6363269d01d9cca8335c38272d3806e57", + "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/d4af012b0813b194aa9e025140e512d72c198128", + "reference": "d4af012b0813b194aa9e025140e512d72c198128", "shasum": "" }, "require": { @@ -10506,7 +11146,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:17+00:00" + "time": "2023-09-10T06:20:37+00:00" }, { "name": "sebastian/complexity", @@ -10514,12 +11154,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/complexity.git", - "reference": "12284539d07d30c8e30536ce6bc68f2054201647" + "reference": "eb9cb09163fd6f6806b641e358215fba05961d5b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/12284539d07d30c8e30536ce6bc68f2054201647", - "reference": "12284539d07d30c8e30536ce6bc68f2054201647", + "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/eb9cb09163fd6f6806b641e358215fba05961d5b", + "reference": "eb9cb09163fd6f6806b641e358215fba05961d5b", "shasum": "" }, "require": { @@ -10533,7 +11173,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "3.0-dev" + "dev-main": "3.1-dev" } }, "autoload": { @@ -10565,7 +11205,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:27+00:00" + "time": "2023-09-10T06:20:46+00:00" }, { "name": "sebastian/diff", @@ -10573,12 +11213,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/diff.git", - "reference": "52ad877aff20eb0b4f976554c2112781d058cea3" + "reference": "727238089583188805814671503e63bc75ae85be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/52ad877aff20eb0b4f976554c2112781d058cea3", - "reference": "52ad877aff20eb0b4f976554c2112781d058cea3", + "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/727238089583188805814671503e63bc75ae85be", + "reference": "727238089583188805814671503e63bc75ae85be", "shasum": "" }, "require": { @@ -10633,7 +11273,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:38+00:00" + "time": "2023-09-10T06:20:55+00:00" }, { "name": "sebastian/environment", @@ -10641,12 +11281,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/environment.git", - "reference": "f1f254ee62f5057383eb409d9f5259d0624cd65f" + "reference": "16d5e7f5706f0d0e75189d32ddfc20812a257d4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f1f254ee62f5057383eb409d9f5259d0624cd65f", - "reference": "f1f254ee62f5057383eb409d9f5259d0624cd65f", + "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/16d5e7f5706f0d0e75189d32ddfc20812a257d4a", + "reference": "16d5e7f5706f0d0e75189d32ddfc20812a257d4a", "shasum": "" }, "require": { @@ -10698,7 +11338,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:47+00:00" + "time": "2023-09-10T06:21:04+00:00" }, { "name": "sebastian/exporter", @@ -10706,12 +11346,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "ab277f07737ed32d8434ec7da6ffd092eed4d958" + "reference": "71d841ff8ae39bcb9652d50b0ebdc327ae259b7e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ab277f07737ed32d8434ec7da6ffd092eed4d958", - "reference": "ab277f07737ed32d8434ec7da6ffd092eed4d958", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/71d841ff8ae39bcb9652d50b0ebdc327ae259b7e", + "reference": "71d841ff8ae39bcb9652d50b0ebdc327ae259b7e", "shasum": "" }, "require": { @@ -10777,7 +11417,7 @@ "type": "github" } ], - "time": "2023-08-21T06:04:56+00:00" + "time": "2023-09-10T06:21:12+00:00" }, { "name": "sebastian/global-state", @@ -10785,12 +11425,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/global-state.git", - "reference": "0e379e2dcb4bf8c1448ba8a89f87ba2480e4fa15" + "reference": "ffb5f6d02674bd1df0b8ec6a425cd73e95c5cbaa" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0e379e2dcb4bf8c1448ba8a89f87ba2480e4fa15", - "reference": "0e379e2dcb4bf8c1448ba8a89f87ba2480e4fa15", + "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ffb5f6d02674bd1df0b8ec6a425cd73e95c5cbaa", + "reference": "ffb5f6d02674bd1df0b8ec6a425cd73e95c5cbaa", "shasum": "" }, "require": { @@ -10840,7 +11480,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:06+00:00" + "time": "2023-09-10T06:21:20+00:00" }, { "name": "sebastian/lines-of-code", @@ -10848,12 +11488,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/lines-of-code.git", - "reference": "c7ffcc4d768250255f6f47c77fc0712f750a9ef4" + "reference": "b35a8bc5c76484d8f5ae9382924e7a16e79f0476" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c7ffcc4d768250255f6f47c77fc0712f750a9ef4", - "reference": "c7ffcc4d768250255f6f47c77fc0712f750a9ef4", + "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/b35a8bc5c76484d8f5ae9382924e7a16e79f0476", + "reference": "b35a8bc5c76484d8f5ae9382924e7a16e79f0476", "shasum": "" }, "require": { @@ -10899,7 +11539,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:16+00:00" + "time": "2023-09-10T06:21:29+00:00" }, { "name": "sebastian/object-enumerator", @@ -10907,12 +11547,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-enumerator.git", - "reference": "e6781d5376e443051babc28349061d925d1eab88" + "reference": "c9b3f55fb406c59dbacfe84fbdbcb7ff608af633" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e6781d5376e443051babc28349061d925d1eab88", - "reference": "e6781d5376e443051babc28349061d925d1eab88", + "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/c9b3f55fb406c59dbacfe84fbdbcb7ff608af633", + "reference": "c9b3f55fb406c59dbacfe84fbdbcb7ff608af633", "shasum": "" }, "require": { @@ -10958,7 +11598,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:25+00:00" + "time": "2023-09-10T06:21:38+00:00" }, { "name": "sebastian/object-reflector", @@ -10966,12 +11606,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/object-reflector.git", - "reference": "ded8da0e3882eee225cfa90af1a9d55e59295361" + "reference": "8118051e0b665f5d44ba9af4e10d5a06d0671eee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/ded8da0e3882eee225cfa90af1a9d55e59295361", - "reference": "ded8da0e3882eee225cfa90af1a9d55e59295361", + "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/8118051e0b665f5d44ba9af4e10d5a06d0671eee", + "reference": "8118051e0b665f5d44ba9af4e10d5a06d0671eee", "shasum": "" }, "require": { @@ -11015,7 +11655,7 @@ "type": "github" } ], - "time": "2023-08-21T06:05:34+00:00" + "time": "2023-09-10T06:21:46+00:00" }, { "name": "sebastian/recursion-context", @@ -11023,12 +11663,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/recursion-context.git", - "reference": "56eaaab7598b9d61fb4f077c1c9fbc30eb9b0cc9" + "reference": "8fe9c2fc24af2173a712d4efc5bb4f1d77ccd6f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/56eaaab7598b9d61fb4f077c1c9fbc30eb9b0cc9", - "reference": "56eaaab7598b9d61fb4f077c1c9fbc30eb9b0cc9", + "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/8fe9c2fc24af2173a712d4efc5bb4f1d77ccd6f2", + "reference": "8fe9c2fc24af2173a712d4efc5bb4f1d77ccd6f2", "shasum": "" }, "require": { @@ -11080,7 +11720,7 @@ "type": "github" } ], - "time": "2023-08-21T06:06:19+00:00" + "time": "2023-09-10T06:22:26+00:00" }, { "name": "sebastian/type", @@ -11088,12 +11728,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/type.git", - "reference": "b4a5d5ba578e375847dfbd6c51f77bd41e190c5d" + "reference": "64e16b3fa8d8a0c621c0b074daedfcde2f431efc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b4a5d5ba578e375847dfbd6c51f77bd41e190c5d", - "reference": "b4a5d5ba578e375847dfbd6c51f77bd41e190c5d", + "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/64e16b3fa8d8a0c621c0b074daedfcde2f431efc", + "reference": "64e16b3fa8d8a0c621c0b074daedfcde2f431efc", "shasum": "" }, "require": { @@ -11138,7 +11778,7 @@ "type": "github" } ], - "time": "2023-08-21T06:06:30+00:00" + "time": "2023-09-10T06:22:37+00:00" }, { "name": "sebastian/version", @@ -11146,12 +11786,12 @@ "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "2a864ea7e7d2af0b03e33afc80e79533c66cb7d9" + "reference": "83c5effbcff3f95e02de1c466a218f30a763e112" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/2a864ea7e7d2af0b03e33afc80e79533c66cb7d9", - "reference": "2a864ea7e7d2af0b03e33afc80e79533c66cb7d9", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/83c5effbcff3f95e02de1c466a218f30a763e112", + "reference": "83c5effbcff3f95e02de1c466a218f30a763e112", "shasum": "" }, "require": { @@ -11193,7 +11833,73 @@ "type": "github" } ], - "time": "2023-08-21T06:06:39+00:00" + "time": "2023-09-10T06:22:46+00:00" + }, + { + "name": "slevomat/coding-standard", + "version": "dev-master", + "source": { + "type": "git", + "url": "https://github.com/slevomat/coding-standard.git", + "reference": "222c4e5d8a26c17260c72ba4bd512c110d0c046b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/slevomat/coding-standard/zipball/222c4e5d8a26c17260c72ba4bd512c110d0c046b", + "reference": "222c4e5d8a26c17260c72ba4bd512c110d0c046b", + "shasum": "" + }, + "require": { + "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.0", + "php": "^7.2 || ^8.0", + "phpstan/phpdoc-parser": "^1.23.1", + "squizlabs/php_codesniffer": "^3.7.1" + }, + "require-dev": { + "phing/phing": "2.17.4", + "php-parallel-lint/php-parallel-lint": "1.3.2", + "phpstan/phpstan": "1.10.33", + "phpstan/phpstan-deprecation-rules": "1.1.4", + "phpstan/phpstan-phpunit": "1.3.14", + "phpstan/phpstan-strict-rules": "1.5.1", + "phpunit/phpunit": "7.5.20|8.5.21|9.6.8|10.3.2" + }, + "default-branch": true, + "type": "phpcodesniffer-standard", + "extra": { + "branch-alias": { + "dev-master": "8.x-dev" + } + }, + "autoload": { + "psr-4": { + "SlevomatCodingStandard\\": "SlevomatCodingStandard/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.", + "keywords": [ + "dev", + "phpcs" + ], + "support": { + "issues": "https://github.com/slevomat/coding-standard/issues", + "source": "https://github.com/slevomat/coding-standard/tree/master" + }, + "funding": [ + { + "url": "https://github.com/kukulich", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/slevomat/coding-standard", + "type": "tidelift" + } + ], + "time": "2023-09-11T12:51:49+00:00" }, { "name": "spatie/backtrace", @@ -11259,16 +11965,16 @@ }, { "name": "spatie/laravel-ray", - "version": "1.32.6", + "version": "1.33.0", "source": { "type": "git", "url": "https://github.com/spatie/laravel-ray.git", - "reference": "8526dd6c6c838b4bac4e0df2ea7896b688b0d43e" + "reference": "5028ae44a09451b26eb44490e3471998650788e3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/8526dd6c6c838b4bac4e0df2ea7896b688b0d43e", - "reference": "8526dd6c6c838b4bac4e0df2ea7896b688b0d43e", + "url": "https://api.github.com/repos/spatie/laravel-ray/zipball/5028ae44a09451b26eb44490e3471998650788e3", + "reference": "5028ae44a09451b26eb44490e3471998650788e3", "shasum": "" }, "require": { @@ -11328,7 +12034,7 @@ ], "support": { "issues": "https://github.com/spatie/laravel-ray/issues", - "source": "https://github.com/spatie/laravel-ray/tree/1.32.6" + "source": "https://github.com/spatie/laravel-ray/tree/1.33.0" }, "funding": [ { @@ -11340,7 +12046,7 @@ "type": "other" } ], - "time": "2023-07-19T12:30:16+00:00" + "time": "2023-09-04T10:16:53+00:00" }, { "name": "spatie/macroable", @@ -11394,16 +12100,16 @@ }, { "name": "spatie/ray", - "version": "1.37.2", + "version": "1.37.7", "source": { "type": "git", "url": "https://github.com/spatie/ray.git", - "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d" + "reference": "31e07c3eadc736e180810efff72a0ff882dcddb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/ray/zipball/dea16182d4bc9d9833adec7e39fbb3d7b553425d", - "reference": "dea16182d4bc9d9833adec7e39fbb3d7b553425d", + "url": "https://api.github.com/repos/spatie/ray/zipball/31e07c3eadc736e180810efff72a0ff882dcddb6", + "reference": "31e07c3eadc736e180810efff72a0ff882dcddb6", "shasum": "" }, "require": { @@ -11454,7 +12160,7 @@ ], "support": { "issues": "https://github.com/spatie/ray/issues", - "source": "https://github.com/spatie/ray/tree/1.37.2" + "source": "https://github.com/spatie/ray/tree/1.37.7" }, "funding": [ { @@ -11466,49 +12172,122 @@ "type": "other" } ], - "time": "2023-05-17T06:35:47+00:00" + "time": "2023-09-08T12:08:25+00:00" }, { - "name": "symfony/polyfill-iconv", - "version": "1.x-dev", + "name": "squizlabs/php_codesniffer", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/symfony/polyfill-iconv.git", - "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1" + "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", + "reference": "7566b4d89de1d08d2a8ad85910507d6633a35d28" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1", - "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1", + "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/7566b4d89de1d08d2a8ad85910507d6633a35d28", + "reference": "7566b4d89de1d08d2a8ad85910507d6633a35d28", "shasum": "" }, "require": { - "php": ">=7.1" - }, - "provide": { - "ext-iconv": "*" + "ext-simplexml": "*", + "ext-tokenizer": "*", + "ext-xmlwriter": "*", + "php": ">=5.4.0" }, - "suggest": { - "ext-iconv": "For best performance" + "require-dev": { + "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" }, "default-branch": true, + "bin": [ + "bin/phpcs", + "bin/phpcbf" + ], "type": "library", "extra": { "branch-alias": { - "dev-main": "1.28-dev" - }, - "thanks": { - "name": "symfony/polyfill", - "url": "https://github.com/symfony/polyfill" + "dev-master": "3.x-dev" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Greg Sherwood", + "role": "lead" } + ], + "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.", + "homepage": "https://github.com/squizlabs/PHP_CodeSniffer", + "keywords": [ + "phpcs", + "standards", + "static analysis" + ], + "support": { + "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", + "source": "https://github.com/squizlabs/PHP_CodeSniffer", + "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" + }, + "time": "2023-09-11T11:08:03+00:00" + }, + { + "name": "symfony/cache", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/cache.git", + "reference": "5303d1672713b0416999412ddf048eb6ee0c50b6" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/cache/zipball/5303d1672713b0416999412ddf048eb6ee0c50b6", + "reference": "5303d1672713b0416999412ddf048eb6ee0c50b6", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "psr/cache": "^2.0|^3.0", + "psr/log": "^1.1|^2|^3", + "symfony/cache-contracts": "^2.5|^3", + "symfony/service-contracts": "^2.5|^3", + "symfony/var-exporter": "^6.2.10|^7.0" + }, + "conflict": { + "doctrine/dbal": "<2.13.1", + "symfony/dependency-injection": "<5.4", + "symfony/http-kernel": "<5.4", + "symfony/var-dumper": "<5.4" + }, + "provide": { + "psr/cache-implementation": "2.0|3.0", + "psr/simple-cache-implementation": "1.0|2.0|3.0", + "symfony/cache-implementation": "1.1|2.0|3.0" + }, + "require-dev": { + "cache/integration-tests": "dev-master", + "doctrine/dbal": "^2.13.1|^3.0", + "predis/predis": "^1.1|^2.0", + "psr/simple-cache": "^1.0|^2.0|^3.0", + "symfony/config": "^5.4|^6.0|^7.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/filesystem": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/var-dumper": "^5.4|^6.0|^7.0" }, + "type": "library", "autoload": { - "files": [ - "bootstrap.php" - ], "psr-4": { - "Symfony\\Polyfill\\Iconv\\": "" - } + "Symfony\\Component\\Cache\\": "" + }, + "classmap": [ + "Traits/ValueWrapper.php" + ], + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -11524,17 +12303,14 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Symfony polyfill for the Iconv extension", + "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", "homepage": "https://symfony.com", "keywords": [ - "compatibility", - "iconv", - "polyfill", - "portable", - "shim" + "caching", + "psr6" ], "support": { - "source": "https://github.com/symfony/polyfill-iconv/tree/1.x" + "source": "https://github.com/symfony/cache/tree/6.4" }, "funding": [ { @@ -11550,34 +12326,41 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2023-08-17T08:45:59+00:00" }, { - "name": "symfony/stopwatch", - "version": "6.4.x-dev", + "name": "symfony/cache-contracts", + "version": "dev-main", "source": { "type": "git", - "url": "https://github.com/symfony/stopwatch.git", - "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2" + "url": "https://github.com/symfony/cache-contracts.git", + "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", - "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", + "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/ad945640ccc0ae6e208bcea7d7de4b39b569896b", + "reference": "ad945640ccc0ae6e208bcea7d7de4b39b569896b", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/service-contracts": "^2.5|^3" + "psr/cache": "^3.0" }, + "default-branch": true, "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, "autoload": { "psr-4": { - "Symfony\\Component\\Stopwatch\\": "" - }, - "exclude-from-classmap": [ - "/Tests/" - ] + "Symfony\\Contracts\\Cache\\": "" + } }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -11585,18 +12368,26 @@ ], "authors": [ { - "name": "Fabien Potencier", - "email": "fabien@symfony.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { "name": "Symfony Community", "homepage": "https://symfony.com/contributors" } ], - "description": "Provides a way to profile code", + "description": "Generic abstractions related to caching", "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], "support": { - "source": "https://github.com/symfony/stopwatch/tree/v6.3.0-RC1" + "source": "https://github.com/symfony/cache-contracts/tree/v3.3.0" }, "funding": [ { @@ -11612,40 +12403,31 @@ "type": "tidelift" } ], - "time": "2023-02-16T10:14:28+00:00" + "time": "2023-05-23T14:45:45+00:00" }, { - "name": "symfony/yaml", + "name": "symfony/filesystem", "version": "6.4.x-dev", "source": { "type": "git", - "url": "https://github.com/symfony/yaml.git", - "reference": "fd863419d4130619f8dbacb87825c4b29478672e" + "url": "https://github.com/symfony/filesystem.git", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/yaml/zipball/fd863419d4130619f8dbacb87825c4b29478672e", - "reference": "fd863419d4130619f8dbacb87825c4b29478672e", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/952a8cb588c3bc6ce76f6023000fb932f16a6e59", + "reference": "952a8cb588c3bc6ce76f6023000fb932f16a6e59", "shasum": "" }, "require": { "php": ">=8.1", - "symfony/deprecation-contracts": "^2.5|^3", - "symfony/polyfill-ctype": "^1.8" - }, - "conflict": { - "symfony/console": "<5.4" - }, - "require-dev": { - "symfony/console": "^5.4|^6.0|^7.0" + "symfony/polyfill-ctype": "~1.8", + "symfony/polyfill-mbstring": "~1.8" }, - "bin": [ - "Resources/bin/yaml-lint" - ], "type": "library", "autoload": { "psr-4": { - "Symfony\\Component\\Yaml\\": "" + "Symfony\\Component\\Filesystem\\": "" }, "exclude-from-classmap": [ "/Tests/" @@ -11665,10 +12447,10 @@ "homepage": "https://symfony.com/contributors" } ], - "description": "Loads and dumps YAML files", + "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/yaml/tree/6.4" + "source": "https://github.com/symfony/filesystem/tree/6.4" }, "funding": [ { @@ -11684,38 +12466,62 @@ "type": "tidelift" } ], - "time": "2023-07-31T07:16:29+00:00" + "time": "2023-07-26T17:27:13+00:00" }, { - "name": "ta-tikoma/phpunit-architecture-test", - "version": "0.7.4", + "name": "symfony/http-client", + "version": "6.4.x-dev", "source": { "type": "git", - "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git", - "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2" + "url": "https://github.com/symfony/http-client.git", + "reference": "e87b4f89f894bdb06c3868fb2337e749903a011d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2", - "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2", + "url": "https://api.github.com/repos/symfony/http-client/zipball/e87b4f89f894bdb06c3868fb2337e749903a011d", + "reference": "e87b4f89f894bdb06c3868fb2337e749903a011d", "shasum": "" }, "require": { - "nikic/php-parser": "^4.15.4", - "php": "^8.1.0", - "phpdocumentor/reflection-docblock": "^5.3.0", - "phpunit/phpunit": "^10.1.1", - "symfony/finder": "^6.2.7" + "php": ">=8.1", + "psr/log": "^1|^2|^3", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/http-client-contracts": "^3", + "symfony/service-contracts": "^2.5|^3" + }, + "conflict": { + "php-http/discovery": "<1.15", + "symfony/http-foundation": "<6.3" + }, + "provide": { + "php-http/async-client-implementation": "*", + "php-http/client-implementation": "*", + "psr/http-client-implementation": "1.0", + "symfony/http-client-implementation": "3.0" }, "require-dev": { - "laravel/pint": "^1.9.0", - "phpstan/phpstan": "^1.10.13" + "amphp/amp": "^2.5", + "amphp/http-client": "^4.2.1", + "amphp/http-tunnel": "^1.0", + "amphp/socket": "^1.1", + "guzzlehttp/promises": "^1.4", + "nyholm/psr7": "^1.0", + "php-http/httplug": "^1.0|^2.0", + "psr/http-client": "^1.0", + "symfony/dependency-injection": "^5.4|^6.0|^7.0", + "symfony/http-kernel": "^5.4|^6.0|^7.0", + "symfony/messenger": "^5.4|^6.0|^7.0", + "symfony/process": "^5.4|^6.0|^7.0", + "symfony/stopwatch": "^5.4|^6.0|^7.0" }, "type": "library", "autoload": { "psr-4": { - "PHPUnit\\Architecture\\": "src/" - } + "Symfony\\Component\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] }, "notification-url": "https://packagist.org/downloads/", "license": [ @@ -11723,35 +12529,622 @@ ], "authors": [ { - "name": "Ni Shi", - "email": "futik0ma011@gmail.com" + "name": "Nicolas Grekas", + "email": "p@tchwork.com" }, { - "name": "Nuno Maduro", - "email": "enunomaduro@gmail.com" + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" } ], - "description": "Methods for testing application architecture", + "description": "Provides powerful methods to fetch HTTP resources synchronously or asynchronously", + "homepage": "https://symfony.com", "keywords": [ - "architecture", - "phpunit", - "stucture", - "test", - "testing" + "http" ], "support": { - "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues", - "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.4" + "source": "https://github.com/symfony/http-client/tree/6.4" }, - "time": "2023-08-03T06:50:14+00:00" - }, - { - "name": "theseer/tokenizer", - "version": "1.2.1", - "source": { - "type": "git", - "url": "https://github.com/theseer/tokenizer.git", - "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-07-30T09:34:24+00:00" + }, + { + "name": "symfony/http-client-contracts", + "version": "dev-main", + "source": { + "type": "git", + "url": "https://github.com/symfony/http-client-contracts.git", + "reference": "c58b55bbca7422e19ed51667313834b67b098517" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/c58b55bbca7422e19ed51667313834b67b098517", + "reference": "c58b55bbca7422e19ed51667313834b67b098517", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "3.4-dev" + }, + "thanks": { + "name": "symfony/contracts", + "url": "https://github.com/symfony/contracts" + } + }, + "autoload": { + "psr-4": { + "Symfony\\Contracts\\HttpClient\\": "" + }, + "exclude-from-classmap": [ + "/Test/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Generic abstractions related to HTTP clients", + "homepage": "https://symfony.com", + "keywords": [ + "abstractions", + "contracts", + "decoupling", + "interfaces", + "interoperability", + "standards" + ], + "support": { + "source": "https://github.com/symfony/http-client-contracts/tree/main" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-07-29T13:12:44+00:00" + }, + { + "name": "symfony/options-resolver", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/options-resolver.git", + "reference": "22301f0e7fdeaacc14318928612dee79be99860e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/options-resolver/zipball/22301f0e7fdeaacc14318928612dee79be99860e", + "reference": "22301f0e7fdeaacc14318928612dee79be99860e", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\OptionsResolver\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides an improved replacement for the array_replace PHP function", + "homepage": "https://symfony.com", + "keywords": [ + "config", + "configuration", + "options" + ], + "support": { + "source": "https://github.com/symfony/options-resolver/tree/6.4" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-08-08T10:16:24+00:00" + }, + { + "name": "symfony/polyfill-iconv", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-iconv.git", + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/6de50471469b8c9afc38164452ab2b6170ee71c1", + "reference": "6de50471469b8c9afc38164452ab2b6170ee71c1", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "provide": { + "ext-iconv": "*" + }, + "suggest": { + "ext-iconv": "For best performance" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Iconv\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill for the Iconv extension", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "iconv", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-iconv/tree/v1.28.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/polyfill-php81", + "version": "1.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/polyfill-php81.git", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/7581cd600fa9fd681b797d00b02f068e2f13263b", + "reference": "7581cd600fa9fd681b797d00b02f068e2f13263b", + "shasum": "" + }, + "require": { + "php": ">=7.1" + }, + "default-branch": true, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "1.28-dev" + }, + "thanks": { + "name": "symfony/polyfill", + "url": "https://github.com/symfony/polyfill" + } + }, + "autoload": { + "files": [ + "bootstrap.php" + ], + "psr-4": { + "Symfony\\Polyfill\\Php81\\": "" + }, + "classmap": [ + "Resources/stubs" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", + "homepage": "https://symfony.com", + "keywords": [ + "compatibility", + "polyfill", + "portable", + "shim" + ], + "support": { + "source": "https://github.com/symfony/polyfill-php81/tree/v1.28.0" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-01-26T09:26:14+00:00" + }, + { + "name": "symfony/stopwatch", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/stopwatch.git", + "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/stopwatch/zipball/fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", + "reference": "fc47f1015ec80927ff64ba9094dfe8b9d48fe9f2", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/service-contracts": "^2.5|^3" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Stopwatch\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Provides a way to profile code", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/stopwatch/tree/v6.3.0-RC1" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-02-16T10:14:28+00:00" + }, + { + "name": "symfony/var-exporter", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/var-exporter.git", + "reference": "6eaba5813e2bc6b50d6557aec726f5a5cc709742" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/6eaba5813e2bc6b50d6557aec726f5a5cc709742", + "reference": "6eaba5813e2bc6b50d6557aec726f5a5cc709742", + "shasum": "" + }, + "require": { + "php": ">=8.1" + }, + "require-dev": { + "symfony/var-dumper": "^5.4|^6.0|^7.0" + }, + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\VarExporter\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Nicolas Grekas", + "email": "p@tchwork.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Allows exporting any serializable PHP data structure to plain PHP code", + "homepage": "https://symfony.com", + "keywords": [ + "clone", + "construct", + "export", + "hydrate", + "instantiate", + "lazy-loading", + "proxy", + "serialize" + ], + "support": { + "source": "https://github.com/symfony/var-exporter/tree/6.4" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-08-17T15:49:45+00:00" + }, + { + "name": "symfony/yaml", + "version": "6.4.x-dev", + "source": { + "type": "git", + "url": "https://github.com/symfony/yaml.git", + "reference": "fd863419d4130619f8dbacb87825c4b29478672e" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/symfony/yaml/zipball/fd863419d4130619f8dbacb87825c4b29478672e", + "reference": "fd863419d4130619f8dbacb87825c4b29478672e", + "shasum": "" + }, + "require": { + "php": ">=8.1", + "symfony/deprecation-contracts": "^2.5|^3", + "symfony/polyfill-ctype": "^1.8" + }, + "conflict": { + "symfony/console": "<5.4" + }, + "require-dev": { + "symfony/console": "^5.4|^6.0|^7.0" + }, + "bin": [ + "Resources/bin/yaml-lint" + ], + "type": "library", + "autoload": { + "psr-4": { + "Symfony\\Component\\Yaml\\": "" + }, + "exclude-from-classmap": [ + "/Tests/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Fabien Potencier", + "email": "fabien@symfony.com" + }, + { + "name": "Symfony Community", + "homepage": "https://symfony.com/contributors" + } + ], + "description": "Loads and dumps YAML files", + "homepage": "https://symfony.com", + "support": { + "source": "https://github.com/symfony/yaml/tree/6.4" + }, + "funding": [ + { + "url": "https://symfony.com/sponsor", + "type": "custom" + }, + { + "url": "https://github.com/fabpot", + "type": "github" + }, + { + "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", + "type": "tidelift" + } + ], + "time": "2023-07-31T07:16:29+00:00" + }, + { + "name": "ta-tikoma/phpunit-architecture-test", + "version": "0.7.4", + "source": { + "type": "git", + "url": "https://github.com/ta-tikoma/phpunit-architecture-test.git", + "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ta-tikoma/phpunit-architecture-test/zipball/abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2", + "reference": "abe1f8a5f4635e7cbe0a8a37d6b8d20c687af0f2", + "shasum": "" + }, + "require": { + "nikic/php-parser": "^4.15.4", + "php": "^8.1.0", + "phpdocumentor/reflection-docblock": "^5.3.0", + "phpunit/phpunit": "^10.1.1", + "symfony/finder": "^6.2.7" + }, + "require-dev": { + "laravel/pint": "^1.9.0", + "phpstan/phpstan": "^1.10.13" + }, + "type": "library", + "autoload": { + "psr-4": { + "PHPUnit\\Architecture\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Ni Shi", + "email": "futik0ma011@gmail.com" + }, + { + "name": "Nuno Maduro", + "email": "enunomaduro@gmail.com" + } + ], + "description": "Methods for testing application architecture", + "keywords": [ + "architecture", + "phpunit", + "stucture", + "test", + "testing" + ], + "support": { + "issues": "https://github.com/ta-tikoma/phpunit-architecture-test/issues", + "source": "https://github.com/ta-tikoma/phpunit-architecture-test/tree/0.7.4" + }, + "time": "2023-08-03T06:50:14+00:00" + }, + { + "name": "theseer/tokenizer", + "version": "1.2.1", + "source": { + "type": "git", + "url": "https://github.com/theseer/tokenizer.git", + "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" }, "dist": { "type": "zip", @@ -12005,10 +13398,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "pestphp/pest-plugin-laravel": 20, - "pestphp/pest-plugin-livewire": 20 - }, + "stability-flags": [], "prefer-stable": false, "prefer-lowest": false, "platform": { diff --git a/docs/configuration.md b/docs/configuration.md index 3a40a92..ef6bc64 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -13,8 +13,10 @@ these all the available configuration, and their defaults values RainPlugin::make() ->rainPrefix('rain') ->rainMiddleware(['web']) - ->layoutModel(\LaraZeus\Rain\Models\Layout::class) - ->columnsModel(\LaraZeus\Rain\Models\Columns::class) + ->rainModels([ + 'Layout' => \LaraZeus\Rain\Models\Layout::class, + 'Columns' => \LaraZeus\Rain\Models\Columns::class + ]) ->uploadDisk('public') ->uploadDirectory('layouts') ->navigationGroupLabel('RaRainin') diff --git a/resources/views/filament/pages/layouts.blade.php b/resources/views/filament/pages/layouts.blade.php index 23e96e9..e92e975 100644 --- a/resources/views/filament/pages/layouts.blade.php +++ b/resources/views/filament/pages/layouts.blade.php @@ -4,7 +4,7 @@ {{ $this->mainWidgetForm }}
- @foreach (\LaraZeus\Rain\RainPlugin::get()->getColumnsModel()::all() as $layout) + @foreach (\LaraZeus\Rain\RainPlugin::get()->getModel('Columns')::all() as $layout)

{{ $layout->name }}

{{ $this->{'widgetsFrom'.$layout->key} }} diff --git a/resources/views/themes/zeus/rain/layouts.blade.php b/resources/views/themes/zeus/rain/layouts.blade.php index d4d3b8b..15b700e 100644 --- a/resources/views/themes/zeus/rain/layouts.blade.php +++ b/resources/views/themes/zeus/rain/layouts.blade.php @@ -1,7 +1,7 @@
@if($layout->widgets !== null)
- @foreach (\LaraZeus\Rain\RainPlugin::get()->getColumnsModel()::all() as $column) + @foreach (\LaraZeus\Rain\RainPlugin::get()->getModel('Columns')::all() as $column)
@if(isset($layout->widgets[$column->key])) @php diff --git a/src/Configuration.php b/src/Configuration.php index c296c61..175783e 100644 --- a/src/Configuration.php +++ b/src/Configuration.php @@ -2,12 +2,14 @@ namespace LaraZeus\Rain; +use Closure; + trait Configuration { /** * set the default path for the layout page. */ - protected string $rainPrefix = 'rain'; + protected Closure | string $rainPrefix = 'rain'; /** * the middleware you want to apply on the layout page routes @@ -15,33 +17,34 @@ trait Configuration protected array $rainMiddleware = ['web']; /** - * customize the models + * you can overwrite any model and use your own */ - protected string $layoutModel = \LaraZeus\Rain\Models\Layout::class; - - protected string $columnsModel = \LaraZeus\Rain\Models\Columns::class; + protected array $rainModels = [ + 'Layout' => \LaraZeus\Rain\Models\Layout::class, + 'Columns' => \LaraZeus\Rain\Models\Columns::class, + ]; /** * set the default upload options. */ - protected string $uploadDisk = 'public'; + protected Closure | string $uploadDisk = 'public'; - protected string $uploadDirectory = 'layouts'; + protected Closure | string $uploadDirectory = 'layouts'; - protected string $navigationGroupLabel = 'Rain'; + protected Closure | string $navigationGroupLabel = 'Rain'; - protected string $defaultLayout = 'new-page'; + protected Closure | string $defaultLayout = 'new-page'; - public function rainPrefix(string $prefix): static + public function rainPrefix(Closure | string $prefix): static { $this->rainPrefix = $prefix; return $this; } - public function getRainPrefix(): string + public function getRainPrefix(): Closure | string { - return $this->rainPrefix; + return $this->evaluate($this->rainPrefix); } public function rainMiddleware(array $middleware): static @@ -56,75 +59,71 @@ public function getMiddleware(): array return $this->rainMiddleware; } - public function layoutModel(string $model): static + public function rainModels(array $models): static { - $this->layoutModel = $model; + $this->rainModels = $models; return $this; } - public function getLayoutModel(): string + public function getRainModels(): array { - return $this->layoutModel; - } - - public function columnsModel(string $model): static - { - $this->columnsModel = $model; - - return $this; + return $this->rainModels; } - public function getColumnsModel(): string + public static function getModel(string $model): string { - return $this->columnsModel; + return array_merge( + (new static())->rainModels, + (new static())::get()->getRainModels() + )[$model]; } - public function uploadDisk(string $disk): static + public function uploadDisk(Closure | string $disk): static { $this->uploadDisk = $disk; return $this; } - public function getUploadDisk(): string + public function getUploadDisk(): Closure | string { - return $this->uploadDisk; + return $this->evaluate($this->uploadDisk); } - public function uploadDirectory(string $dir): static + public function uploadDirectory(Closure | string $dir): static { $this->uploadDirectory = $dir; return $this; } - public function getUploadDirectory(): string + public function getUploadDirectory(): Closure | string { - return $this->uploadDirectory; + return $this->evaluate($this->uploadDirectory); } - public function navigationGroupLabel(string $lable): static + public function navigationGroupLabel(Closure | string $lable): static { $this->navigationGroupLabel = $lable; return $this; } - public function getNavigationGroupLabel(): string + public function getNavigationGroupLabel(): Closure | string { - return $this->navigationGroupLabel; + return $this->evaluate($this->navigationGroupLabel); } - public function defaultLayout(string $layout): static + public function defaultLayout(Closure | string $layout): static { $this->defaultLayout = $layout; return $this; } - public function getDefaultLayout(): string + public function getDefaultLayout(): Closure | string { - return $this->defaultLayout; + return $this->evaluate($this->defaultLayout); } } diff --git a/src/Filament/Resources/LayoutResource.php b/src/Filament/Resources/LayoutResource.php index d008dd2..d7d3afa 100644 --- a/src/Filament/Resources/LayoutResource.php +++ b/src/Filament/Resources/LayoutResource.php @@ -20,7 +20,7 @@ class LayoutResource extends Resource public static function getModel(): string { - return RainPlugin::get()->getLayoutModel(); + return RainPlugin::get()->getModel('Layout'); } public static function table(Table $table): Table diff --git a/src/Filament/Resources/LayoutResource/Pages/CreateLayout.php b/src/Filament/Resources/LayoutResource/Pages/CreateLayout.php index 9dfed46..663190b 100644 --- a/src/Filament/Resources/LayoutResource/Pages/CreateLayout.php +++ b/src/Filament/Resources/LayoutResource/Pages/CreateLayout.php @@ -37,9 +37,9 @@ class CreateLayout extends Page implements Forms\Contracts\HasForms public function mount(int $record = null): void { if ($record === null) { - $layoutModel = RainPlugin::get()->getLayoutModel(); + $layoutModel = RainPlugin::get()->getModel('Layout'); $this->rainLayout = new $layoutModel(); - foreach (RainPlugin::get()->getColumnsModel()::all() as $column) { + foreach (RainPlugin::get()->getModel('Columns')::all() as $column) { $this->{'widgetsFrom' . $column->key}->fill([ 'widgetsData.' . $column->key => [], ]); @@ -50,10 +50,10 @@ public function mount(int $record = null): void ]); } } else { - $this->rainLayout = RainPlugin::get()->getLayoutModel()::findOrFail($record); + $this->rainLayout = RainPlugin::get()->getModel('Layout')::findOrFail($record); $allWidgets = $this->rainLayout->widgets; - foreach (RainPlugin::get()->getColumnsModel()::all() as $column) { + foreach (RainPlugin::get()->getModel('Columns')::all() as $column) { if (isset($allWidgets[$column->key])) { $widgetsItems = (new Collection($allWidgets[$column->key]))->sortBy('data.sort')->toArray(); $this->{'widgetsFrom' . $column->key}->fill([ @@ -133,7 +133,7 @@ protected function getForms(): array $forms['mainWidgetForm'] = $this->makeForm()->schema($this->mainComponents()); - foreach (RainPlugin::get()->getColumnsModel()::all() as $layout) { + foreach (RainPlugin::get()->getModel('Columns')::all() as $layout) { $forms['widgetsFrom' . $layout->key] = $this->makeForm() ->schema($this->getBlocksForms($layout->key)); } @@ -145,7 +145,7 @@ public function submit(): Application | Redirector | \Illuminate\Contracts\Found { $widgetsData = []; - foreach (RainPlugin::get()->getColumnsModel()::all() as $layout) { + foreach (RainPlugin::get()->getModel('Columns')::all() as $layout) { $widgetsData[$layout->key] = $this->{'widgetsFrom' . $layout->key}->getState()['widgetsData'][$layout->key]; } diff --git a/src/Http/Livewire/Layouts.php b/src/Http/Livewire/Layouts.php index 21f5c13..fc3716c 100644 --- a/src/Http/Livewire/Layouts.php +++ b/src/Http/Livewire/Layouts.php @@ -14,9 +14,9 @@ class Layouts extends Component public function mount(string $slug = null): void { if ($slug === null) { - $this->layout = RainPlugin::get()->getLayoutModel()::where('layout_slug', RainPlugin::get()->getDefaultLayout())->firstOrFail(); + $this->layout = RainPlugin::get()->getModel('Layout')::where('layout_slug', RainPlugin::get()->getDefaultLayout())->firstOrFail(); } else { - $this->layout = RainPlugin::get()->getLayoutModel()::where('layout_slug', $slug)->firstOrFail(); + $this->layout = RainPlugin::get()->getModel('Layout')::where('layout_slug', $slug)->firstOrFail(); } } diff --git a/src/RainPlugin.php b/src/RainPlugin.php index cd91d7f..78f1a7d 100644 --- a/src/RainPlugin.php +++ b/src/RainPlugin.php @@ -4,11 +4,13 @@ use Filament\Contracts\Plugin; use Filament\Panel; +use Filament\Support\Concerns\EvaluatesClosures; use LaraZeus\Rain\Filament\Resources\LayoutResource; final class RainPlugin implements Plugin { use Configuration; + use EvaluatesClosures; public function getId(): string { diff --git a/src/Widgets/Classes/FaqWidget.php b/src/Widgets/Classes/FaqWidget.php index 508c70e..ce3ec31 100644 --- a/src/Widgets/Classes/FaqWidget.php +++ b/src/Widgets/Classes/FaqWidget.php @@ -43,7 +43,7 @@ public function viewData(array $data): array { return [ // @phpstan-ignore-next-line - 'faqs' => ($data['faq_cat'] !== null) ? \LaraZeus\Sky\SkyPlugin::get()->getFaqModel()::withAnyTags([$data['faq_cat']], 'faq')->get() : null, + 'faqs' => ($data['faq_cat'] !== null) ? \LaraZeus\Sky\SkyPlugin::get()->getModel('Faq')::withAnyTags([$data['faq_cat']], 'faq')->get() : null, ]; } } diff --git a/src/Widgets/Classes/LibraryWidget.php b/src/Widgets/Classes/LibraryWidget.php index dc65bd9..476b365 100644 --- a/src/Widgets/Classes/LibraryWidget.php +++ b/src/Widgets/Classes/LibraryWidget.php @@ -43,7 +43,7 @@ public function viewData(array $data): array { return [ // @phpstan-ignore-next-line - 'library' => ($data['library_slug'] !== null) ? \LaraZeus\Sky\SkyPlugin::get()->getLibraryModel()::withAnyTags([$data['library_slug']], 'library')->get() : null, + 'library' => ($data['library_slug'] !== null) ? \LaraZeus\Sky\SkyPlugin::get()->getModel('Library')::withAnyTags([$data['library_slug']], 'library')->get() : null, ]; } } From 5a287001acbf83c4190c0ee14442b26fea4052f5 Mon Sep 17 00:00:00 2001 From: Ash Monsh Date: Mon, 11 Sep 2023 17:31:56 +0300 Subject: [PATCH 2/2] Update ZeusWidget.php.stub --- stubs/ZeusWidget.php.stub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/ZeusWidget.php.stub b/stubs/ZeusWidget.php.stub index 1d4f81c..985fe01 100644 --- a/stubs/ZeusWidget.php.stub +++ b/stubs/ZeusWidget.php.stub @@ -19,7 +19,7 @@ class {{ class }}Widget extends Widget implements \LaraZeus\Rain\Contracts\Widge Tabs\Tab::make('{{ class }}') ->label(__('{{ class }}')) ->schema([ - // todo add any filament components + // add any filament components you want MarkdownEditor::make('content') ->label(__('content')) ->required(),