From e6f912d7ef7c0860436a7e9cff6ce1abfb5ec611 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 6 Nov 2025 10:00:51 +0100 Subject: [PATCH 1/2] Upgrade PHP version from 8.3 to 8.4 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 693c3bf86..0643dc973 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: - name: Setup PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.3 + php-version: 8.4 extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd coverage: none From c59a239495727b20c25b3a9ee1fb031982a7deb3 Mon Sep 17 00:00:00 2001 From: Dries Vints Date: Thu, 6 Nov 2025 10:03:14 +0100 Subject: [PATCH 2/2] wip --- README.md | 2 +- composer.json | 2 +- composer.lock | 401 +++++++++++++++++++++++++++++--------------------- 3 files changed, 232 insertions(+), 173 deletions(-) diff --git a/README.md b/README.md index 1bd6bd7aa..b14eb22e9 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ We'd like to thank these **amazing companies** for sponsoring us. If you are int The following tools are required in order to start the installation. -- PHP 8.3 +- PHP 8.4 - [Composer](https://getcomposer.org/download/) - [NPM](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) - [Valet](https://laravel.com/docs/valet#installation) diff --git a/composer.json b/composer.json index 7cf5a52a2..6638ca3f2 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "license": "MIT", "type": "project", "require": { - "php": "^8.3 || ^8.4", + "php": "8.4.*", "algolia/scout-extended": "^3.1", "blade-ui-kit/blade-heroicons": "^2.3", "blade-ui-kit/blade-icons": "^1.6", diff --git a/composer.lock b/composer.lock index 22015fb9a..a6dedfbe6 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": "ae28854c71c658d72a5a9800b5a2d9c9", + "content-hash": "545bb7d14cdd25bd7c8df3748f82834d", "packages": [ { "name": "abraham/twitteroauth", @@ -345,16 +345,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.359.2", + "version": "3.359.6", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "bc3244323c96d667caf6ff1c7b1d238781e5b925" + "reference": "8d2ab3687196f15209c316080a431911f2e02bb5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/bc3244323c96d667caf6ff1c7b1d238781e5b925", - "reference": "bc3244323c96d667caf6ff1c7b1d238781e5b925", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8d2ab3687196f15209c316080a431911f2e02bb5", + "reference": "8d2ab3687196f15209c316080a431911f2e02bb5", "shasum": "" }, "require": { @@ -436,9 +436,9 @@ "support": { "forum": "https://github.com/aws/aws-sdk-php/discussions", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.359.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.359.6" }, - "time": "2025-10-30T18:16:03+00:00" + "time": "2025-11-05T19:08:10+00:00" }, { "name": "blade-ui-kit/blade-heroicons", @@ -1370,29 +1370,28 @@ }, { "name": "dragonmantank/cron-expression", - "version": "v3.4.0", + "version": "v3.6.0", "source": { "type": "git", "url": "https://github.com/dragonmantank/cron-expression.git", - "reference": "8c784d071debd117328803d86b2097615b457500" + "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/8c784d071debd117328803d86b2097615b457500", - "reference": "8c784d071debd117328803d86b2097615b457500", + "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/d61a8a9604ec1f8c3d150d09db6ce98b32675013", + "reference": "d61a8a9604ec1f8c3d150d09db6ce98b32675013", "shasum": "" }, "require": { - "php": "^7.2|^8.0", - "webmozart/assert": "^1.0" + "php": "^8.2|^8.3|^8.4|^8.5" }, "replace": { "mtdowling/cron-expression": "^1.0" }, "require-dev": { - "phpstan/extension-installer": "^1.0", - "phpstan/phpstan": "^1.0", - "phpunit/phpunit": "^7.0|^8.0|^9.0" + "phpstan/extension-installer": "^1.4.3", + "phpstan/phpstan": "^1.12.32|^2.1.31", + "phpunit/phpunit": "^8.5.48|^9.0" }, "type": "library", "extra": { @@ -1423,7 +1422,7 @@ ], "support": { "issues": "https://github.com/dragonmantank/cron-expression/issues", - "source": "https://github.com/dragonmantank/cron-expression/tree/v3.4.0" + "source": "https://github.com/dragonmantank/cron-expression/tree/v3.6.0" }, "funding": [ { @@ -1431,7 +1430,7 @@ "type": "github" } ], - "time": "2024-10-09T13:47:03+00:00" + "time": "2025-10-31T18:51:33+00:00" }, { "name": "egulias/email-validator", @@ -1591,16 +1590,16 @@ }, { "name": "filament/actions", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/actions.git", - "reference": "9f774e58957650a21095075c423c526b8e2e4bc4" + "reference": "63058c9123407559a3066f7877147a556753b0f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/actions/zipball/9f774e58957650a21095075c423c526b8e2e4bc4", - "reference": "9f774e58957650a21095075c423c526b8e2e4bc4", + "url": "https://api.github.com/repos/filamentphp/actions/zipball/63058c9123407559a3066f7877147a556753b0f3", + "reference": "63058c9123407559a3066f7877147a556753b0f3", "shasum": "" }, "require": { @@ -1609,7 +1608,7 @@ "filament/infolists": "self.version", "filament/notifications": "self.version", "filament/support": "self.version", - "league/csv": "^9.16", + "league/csv": "^9.27", "openspout/openspout": "^4.23", "php": "^8.2" }, @@ -1636,20 +1635,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:01:43+00:00" + "time": "2025-11-02T17:19:49+00:00" }, { "name": "filament/filament", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/panels.git", - "reference": "6b04c1e0cfe20c4b06d97d8ce97c3e3b95a85668" + "reference": "0877be87a523a469544f4e9c866ac1ead0e206ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/panels/zipball/6b04c1e0cfe20c4b06d97d8ce97c3e3b95a85668", - "reference": "6b04c1e0cfe20c4b06d97d8ce97c3e3b95a85668", + "url": "https://api.github.com/repos/filamentphp/panels/zipball/0877be87a523a469544f4e9c866ac1ead0e206ab", + "reference": "0877be87a523a469544f4e9c866ac1ead0e206ab", "shasum": "" }, "require": { @@ -1693,20 +1692,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:01:17+00:00" + "time": "2025-11-02T17:20:20+00:00" }, { "name": "filament/forms", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/forms.git", - "reference": "4abc8c0376e8801e58d28bab619eff3068bb1b57" + "reference": "aa46c3985d2c5d6f1a415618b7f095bacf812a95" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/forms/zipball/4abc8c0376e8801e58d28bab619eff3068bb1b57", - "reference": "4abc8c0376e8801e58d28bab619eff3068bb1b57", + "url": "https://api.github.com/repos/filamentphp/forms/zipball/aa46c3985d2c5d6f1a415618b7f095bacf812a95", + "reference": "aa46c3985d2c5d6f1a415618b7f095bacf812a95", "shasum": "" }, "require": { @@ -1743,11 +1742,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:01:30+00:00" + "time": "2025-11-02T17:19:59+00:00" }, { "name": "filament/infolists", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/infolists.git", @@ -1792,16 +1791,16 @@ }, { "name": "filament/notifications", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/notifications.git", - "reference": "9e606c9566084032f6645ea633ce954b5dd6d113" + "reference": "3d7fc952a2610b78d4f95c6a6688674d4f1d4098" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/notifications/zipball/9e606c9566084032f6645ea633ce954b5dd6d113", - "reference": "9e606c9566084032f6645ea633ce954b5dd6d113", + "url": "https://api.github.com/repos/filamentphp/notifications/zipball/3d7fc952a2610b78d4f95c6a6688674d4f1d4098", + "reference": "3d7fc952a2610b78d4f95c6a6688674d4f1d4098", "shasum": "" }, "require": { @@ -1835,20 +1834,66 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-14T15:22:44+00:00" + "time": "2025-11-02T17:19:40+00:00" + }, + { + "name": "filament/query-builder", + "version": "v4.2.0", + "source": { + "type": "git", + "url": "https://github.com/filamentphp/query-builder.git", + "reference": "9304ff5fbe7480e7ed06269aa0168dfac716b8a2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/filamentphp/query-builder/zipball/9304ff5fbe7480e7ed06269aa0168dfac716b8a2", + "reference": "9304ff5fbe7480e7ed06269aa0168dfac716b8a2", + "shasum": "" + }, + "require": { + "filament/actions": "self.version", + "filament/forms": "self.version", + "filament/schemas": "self.version", + "filament/support": "self.version", + "php": "^8.2" + }, + "type": "library", + "extra": { + "laravel": { + "providers": [ + "Filament\\QueryBuilder\\QueryBuilderServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "Filament\\QueryBuilder\\": "src" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "A powerful query builder component for Filament.", + "homepage": "https://github.com/filamentphp/filament", + "support": { + "issues": "https://github.com/filamentphp/filament/issues", + "source": "https://github.com/filamentphp/filament" + }, + "time": "2025-11-02T16:56:49+00:00" }, { "name": "filament/schemas", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/schemas.git", - "reference": "6c1a5d817981fd2f72c4746d3d89e4da6aa2519d" + "reference": "157e01ad569225b304e5b28ea3bde8f8cc6d2192" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/schemas/zipball/6c1a5d817981fd2f72c4746d3d89e4da6aa2519d", - "reference": "6c1a5d817981fd2f72c4746d3d89e4da6aa2519d", + "url": "https://api.github.com/repos/filamentphp/schemas/zipball/157e01ad569225b304e5b28ea3bde8f8cc6d2192", + "reference": "157e01ad569225b304e5b28ea3bde8f8cc6d2192", "shasum": "" }, "require": { @@ -1880,20 +1925,20 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:02:16+00:00" + "time": "2025-11-02T17:20:05+00:00" }, { "name": "filament/support", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/support.git", - "reference": "acafe9386c9c3ce662c46f9ed9d5410b5b04edf1" + "reference": "06bafcfc604fe4acc5494cd5193909b51911aeeb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/support/zipball/acafe9386c9c3ce662c46f9ed9d5410b5b04edf1", - "reference": "acafe9386c9c3ce662c46f9ed9d5410b5b04edf1", + "url": "https://api.github.com/repos/filamentphp/support/zipball/06bafcfc604fe4acc5494cd5193909b51911aeeb", + "reference": "06bafcfc604fe4acc5494cd5193909b51911aeeb", "shasum": "" }, "require": { @@ -1938,25 +1983,26 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:01:59+00:00" + "time": "2025-11-02T17:20:06+00:00" }, { "name": "filament/tables", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/tables.git", - "reference": "7d06cedca92948533173d2a62593c8c28dae055c" + "reference": "8ff5191cc7a33db20856600cd5b1f5f137847111" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/filamentphp/tables/zipball/7d06cedca92948533173d2a62593c8c28dae055c", - "reference": "7d06cedca92948533173d2a62593c8c28dae055c", + "url": "https://api.github.com/repos/filamentphp/tables/zipball/8ff5191cc7a33db20856600cd5b1f5f137847111", + "reference": "8ff5191cc7a33db20856600cd5b1f5f137847111", "shasum": "" }, "require": { "filament/actions": "self.version", "filament/forms": "self.version", + "filament/query-builder": "self.version", "filament/support": "self.version", "php": "^8.2" }, @@ -1983,11 +2029,11 @@ "issues": "https://github.com/filamentphp/filament/issues", "source": "https://github.com/filamentphp/filament" }, - "time": "2025-10-21T10:02:11+00:00" + "time": "2025-11-02T17:20:05+00:00" }, { "name": "filament/widgets", - "version": "v4.1.10", + "version": "v4.2.0", "source": { "type": "git", "url": "https://github.com/filamentphp/widgets.git", @@ -3440,16 +3486,16 @@ }, { "name": "laravel/nightwatch", - "version": "v1.17.1", + "version": "v1.18.0", "source": { "type": "git", "url": "https://github.com/laravel/nightwatch.git", - "reference": "1b5eac920e39073bae6e2ace33805c479b0dc96f" + "reference": "ca2231b1eab3645c7200d2db428aa02086993401" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/nightwatch/zipball/1b5eac920e39073bae6e2ace33805c479b0dc96f", - "reference": "1b5eac920e39073bae6e2ace33805c479b0dc96f", + "url": "https://api.github.com/repos/laravel/nightwatch/zipball/ca2231b1eab3645c7200d2db428aa02086993401", + "reference": "ca2231b1eab3645c7200d2db428aa02086993401", "shasum": "" }, "require": { @@ -3527,7 +3573,7 @@ "issues": "https://github.com/laravel/nightwatch/issues", "source": "https://github.com/laravel/nightwatch" }, - "time": "2025-10-27T23:07:05+00:00" + "time": "2025-11-04T05:08:13+00:00" }, { "name": "laravel/prompts", @@ -3654,16 +3700,16 @@ }, { "name": "laravel/scout", - "version": "v10.19.0", + "version": "v10.21.0", "source": { "type": "git", "url": "https://github.com/laravel/scout.git", - "reference": "996b2a8b5ccc583e7df667c8aac924a46bc8bdd3" + "reference": "412c72f7b0b666afb9b09d0e150a7d5078c7ebd4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/laravel/scout/zipball/996b2a8b5ccc583e7df667c8aac924a46bc8bdd3", - "reference": "996b2a8b5ccc583e7df667c8aac924a46bc8bdd3", + "url": "https://api.github.com/repos/laravel/scout/zipball/412c72f7b0b666afb9b09d0e150a7d5078c7ebd4", + "reference": "412c72f7b0b666afb9b09d0e150a7d5078c7ebd4", "shasum": "" }, "require": { @@ -3731,7 +3777,7 @@ "issues": "https://github.com/laravel/scout/issues", "source": "https://github.com/laravel/scout" }, - "time": "2025-08-26T14:24:24+00:00" + "time": "2025-11-04T15:48:12+00:00" }, { "name": "laravel/serializable-closure", @@ -5775,16 +5821,16 @@ }, { "name": "nikic/php-parser", - "version": "v5.6.1", + "version": "v5.6.2", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2" + "reference": "3a454ca033b9e06b63282ce19562e892747449bb" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", - "reference": "f103601b29efebd7ff4a1ca7b3eeea9e3336a2a2", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", + "reference": "3a454ca033b9e06b63282ce19562e892747449bb", "shasum": "" }, "require": { @@ -5827,9 +5873,9 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.1" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" }, - "time": "2025-08-13T20:13:15+00:00" + "time": "2025-10-21T19:32:17+00:00" }, { "name": "nunomaduro/termwind", @@ -6979,16 +7025,16 @@ }, { "name": "psy/psysh", - "version": "v0.12.10", + "version": "v0.12.14", "source": { "type": "git", "url": "https://github.com/bobthecow/psysh.git", - "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22" + "reference": "95c29b3756a23855a30566b745d218bee690bef2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/bobthecow/psysh/zipball/6e80abe6f2257121f1eb9a4c55bf29d921025b22", - "reference": "6e80abe6f2257121f1eb9a4c55bf29d921025b22", + "url": "https://api.github.com/repos/bobthecow/psysh/zipball/95c29b3756a23855a30566b745d218bee690bef2", + "reference": "95c29b3756a23855a30566b745d218bee690bef2", "shasum": "" }, "require": { @@ -7003,11 +7049,12 @@ "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.2" + "bamarni/composer-bin-plugin": "^1.2", + "composer/class-map-generator": "^1.6" }, "suggest": { + "composer/class-map-generator": "Improved tab completion performance with better class discovery.", "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)", - "ext-pdo-sqlite": "The doc command requires SQLite to work.", "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well." }, "bin": [ @@ -7051,9 +7098,9 @@ ], "support": { "issues": "https://github.com/bobthecow/psysh/issues", - "source": "https://github.com/bobthecow/psysh/tree/v0.12.10" + "source": "https://github.com/bobthecow/psysh/tree/v0.12.14" }, - "time": "2025-08-04T12:39:37+00:00" + "time": "2025-10-27T17:15:31+00:00" }, { "name": "ralouphie/getallheaders", @@ -7460,16 +7507,16 @@ }, { "name": "sentry/sentry", - "version": "4.17.1", + "version": "4.18.0", "source": { "type": "git", "url": "https://github.com/getsentry/sentry-php.git", - "reference": "5c696b8de57e841a2bf3b6f6eecfd99acfdda80c" + "reference": "75f7efb7d435d24767c93d0081b8edf228be5772" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5c696b8de57e841a2bf3b6f6eecfd99acfdda80c", - "reference": "5c696b8de57e841a2bf3b6f6eecfd99acfdda80c", + "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/75f7efb7d435d24767c93d0081b8edf228be5772", + "reference": "75f7efb7d435d24767c93d0081b8edf228be5772", "shasum": "" }, "require": { @@ -7480,7 +7527,7 @@ "jean85/pretty-package-versions": "^1.5|^2.0.4", "php": "^7.2|^8.0", "psr/log": "^1.0|^2.0|^3.0", - "symfony/options-resolver": "^4.4.30|^5.0.11|^6.0|^7.0" + "symfony/options-resolver": "^4.4.30|^5.0.11|^6.0|^7.0|^8.0" }, "conflict": { "raven/raven": "*" @@ -7532,7 +7579,7 @@ ], "support": { "issues": "https://github.com/getsentry/sentry-php/issues", - "source": "https://github.com/getsentry/sentry-php/tree/4.17.1" + "source": "https://github.com/getsentry/sentry-php/tree/4.18.0" }, "funding": [ { @@ -7544,7 +7591,7 @@ "type": "custom" } ], - "time": "2025-10-23T15:19:24+00:00" + "time": "2025-11-05T14:37:07+00:00" }, { "name": "sentry/sentry-laravel", @@ -7701,16 +7748,16 @@ }, { "name": "spatie/browsershot", - "version": "5.0.10", + "version": "5.0.11", "source": { "type": "git", "url": "https://github.com/spatie/browsershot.git", - "reference": "9e5ae15487b3cdc3eb03318c1c8ac38971f60e58" + "reference": "f84d9c332899596d0884922772593a10e3925969" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/browsershot/zipball/9e5ae15487b3cdc3eb03318c1c8ac38971f60e58", - "reference": "9e5ae15487b3cdc3eb03318c1c8ac38971f60e58", + "url": "https://api.github.com/repos/spatie/browsershot/zipball/f84d9c332899596d0884922772593a10e3925969", + "reference": "f84d9c332899596d0884922772593a10e3925969", "shasum": "" }, "require": { @@ -7757,7 +7804,7 @@ "webpage" ], "support": { - "source": "https://github.com/spatie/browsershot/tree/5.0.10" + "source": "https://github.com/spatie/browsershot/tree/5.0.11" }, "funding": [ { @@ -7765,20 +7812,20 @@ "type": "github" } ], - "time": "2025-05-15T07:10:57+00:00" + "time": "2025-10-08T07:40:52+00:00" }, { "name": "spatie/crawler", - "version": "8.4.3", + "version": "8.4.5", "source": { "type": "git", "url": "https://github.com/spatie/crawler.git", - "reference": "4f4c3ead439e7e57085c0b802bc4e5b44fb7d751" + "reference": "a9c432c16d2c1b871a7193bdeca68dc87f4e5352" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/crawler/zipball/4f4c3ead439e7e57085c0b802bc4e5b44fb7d751", - "reference": "4f4c3ead439e7e57085c0b802bc4e5b44fb7d751", + "url": "https://api.github.com/repos/spatie/crawler/zipball/a9c432c16d2c1b871a7193bdeca68dc87f4e5352", + "reference": "a9c432c16d2c1b871a7193bdeca68dc87f4e5352", "shasum": "" }, "require": { @@ -7821,7 +7868,7 @@ ], "support": { "issues": "https://github.com/spatie/crawler/issues", - "source": "https://github.com/spatie/crawler/tree/8.4.3" + "source": "https://github.com/spatie/crawler/tree/8.4.5" }, "funding": [ { @@ -7833,7 +7880,7 @@ "type": "github" } ], - "time": "2025-05-20T09:00:51+00:00" + "time": "2025-10-28T14:08:29+00:00" }, { "name": "spatie/error-solutions", @@ -8650,16 +8697,16 @@ }, { "name": "spatie/robots-txt", - "version": "2.5.1", + "version": "2.5.2", "source": { "type": "git", "url": "https://github.com/spatie/robots-txt.git", - "reference": "ef85dfaa48372c0a7fdfb144592f95de1a2e9b79" + "reference": "1b59dde3fd4e1b71967b40841369c6e9779282f3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/robots-txt/zipball/ef85dfaa48372c0a7fdfb144592f95de1a2e9b79", - "reference": "ef85dfaa48372c0a7fdfb144592f95de1a2e9b79", + "url": "https://api.github.com/repos/spatie/robots-txt/zipball/1b59dde3fd4e1b71967b40841369c6e9779282f3", + "reference": "1b59dde3fd4e1b71967b40841369c6e9779282f3", "shasum": "" }, "require": { @@ -8694,7 +8741,7 @@ ], "support": { "issues": "https://github.com/spatie/robots-txt/issues", - "source": "https://github.com/spatie/robots-txt/tree/2.5.1" + "source": "https://github.com/spatie/robots-txt/tree/2.5.2" }, "funding": [ { @@ -8706,7 +8753,7 @@ "type": "github" } ], - "time": "2025-07-01T07:07:44+00:00" + "time": "2025-09-19T10:37:01+00:00" }, { "name": "spatie/shiki-php", @@ -12057,64 +12104,6 @@ } ], "time": "2024-11-21T01:49:47+00:00" - }, - { - "name": "webmozart/assert", - "version": "1.12.1", - "source": { - "type": "git", - "url": "https://github.com/webmozarts/assert.git", - "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", - "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", - "shasum": "" - }, - "require": { - "ext-ctype": "*", - "ext-date": "*", - "ext-filter": "*", - "php": "^7.2 || ^8.0" - }, - "suggest": { - "ext-intl": "", - "ext-simplexml": "", - "ext-spl": "" - }, - "type": "library", - "extra": { - "branch-alias": { - "dev-master": "1.10-dev" - } - }, - "autoload": { - "psr-4": { - "Webmozart\\Assert\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Bernhard Schussek", - "email": "bschussek@gmail.com" - } - ], - "description": "Assertions to validate method input/output with nice error messages.", - "keywords": [ - "assert", - "check", - "validate" - ], - "support": { - "issues": "https://github.com/webmozarts/assert/issues", - "source": "https://github.com/webmozarts/assert/tree/1.12.1" - }, - "time": "2025-10-29T15:56:20+00:00" } ], "packages-dev": [ @@ -14618,16 +14607,16 @@ }, { "name": "sebastian/exporter", - "version": "6.3.0", + "version": "6.3.2", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/exporter.git", - "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3" + "reference": "70a298763b40b213ec087c51c739efcaa90bcd74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/3473f61172093b2da7de1fb5782e1f24cc036dc3", - "reference": "3473f61172093b2da7de1fb5782e1f24cc036dc3", + "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/70a298763b40b213ec087c51c739efcaa90bcd74", + "reference": "70a298763b40b213ec087c51c739efcaa90bcd74", "shasum": "" }, "require": { @@ -14641,7 +14630,7 @@ "type": "library", "extra": { "branch-alias": { - "dev-main": "6.1-dev" + "dev-main": "6.3-dev" } }, "autoload": { @@ -14684,15 +14673,27 @@ "support": { "issues": "https://github.com/sebastianbergmann/exporter/issues", "security": "https://github.com/sebastianbergmann/exporter/security/policy", - "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.0" + "source": "https://github.com/sebastianbergmann/exporter/tree/6.3.2" }, "funding": [ { "url": "https://github.com/sebastianbergmann", "type": "github" + }, + { + "url": "https://liberapay.com/sebastianbergmann", + "type": "liberapay" + }, + { + "url": "https://thanks.dev/u/gh/sebastianbergmann", + "type": "thanks_dev" + }, + { + "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", + "type": "tidelift" } ], - "time": "2024-12-05T09:17:50+00:00" + "time": "2025-09-24T06:12:51+00:00" }, { "name": "sebastian/global-state", @@ -15353,6 +15354,64 @@ } ], "time": "2024-03-03T12:36:25+00:00" + }, + { + "name": "webmozart/assert", + "version": "1.12.1", + "source": { + "type": "git", + "url": "https://github.com/webmozarts/assert.git", + "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", + "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", + "shasum": "" + }, + "require": { + "ext-ctype": "*", + "ext-date": "*", + "ext-filter": "*", + "php": "^7.2 || ^8.0" + }, + "suggest": { + "ext-intl": "", + "ext-simplexml": "", + "ext-spl": "" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-master": "1.10-dev" + } + }, + "autoload": { + "psr-4": { + "Webmozart\\Assert\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Bernhard Schussek", + "email": "bschussek@gmail.com" + } + ], + "description": "Assertions to validate method input/output with nice error messages.", + "keywords": [ + "assert", + "check", + "validate" + ], + "support": { + "issues": "https://github.com/webmozarts/assert/issues", + "source": "https://github.com/webmozarts/assert/tree/1.12.1" + }, + "time": "2025-10-29T15:56:20+00:00" } ], "aliases": [], @@ -15361,7 +15420,7 @@ "prefer-stable": true, "prefer-lowest": false, "platform": { - "php": "^8.3 || ^8.4" + "php": "8.4.*" }, "platform-dev": {}, "plugin-api-version": "2.6.0"