diff --git a/.github/workflows/backward-compatibility-check.yml b/.github/workflows/backward-compatibility-check.yml index ef5871d..65cf52a 100644 --- a/.github/workflows/backward-compatibility-check.yml +++ b/.github/workflows/backward-compatibility-check.yml @@ -16,7 +16,7 @@ jobs: dependencies: - "locked" php-version: - - "8.2" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/coding-standard.yml b/.github/workflows/coding-standard.yml index 6ee8b35..1bf6445 100644 --- a/.github/workflows/coding-standard.yml +++ b/.github/workflows/coding-standard.yml @@ -20,7 +20,7 @@ jobs: dependencies: - "locked" php-version: - - "8.3" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/mutation-tests.yml b/.github/workflows/mutation-tests.yml index f9ab9e8..5695f8e 100644 --- a/.github/workflows/mutation-tests.yml +++ b/.github/workflows/mutation-tests.yml @@ -20,7 +20,7 @@ jobs: dependencies: - "locked" php-version: - - "8.3" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/phpstan.yml b/.github/workflows/phpstan.yml index c56de0a..b0be4f1 100644 --- a/.github/workflows/phpstan.yml +++ b/.github/workflows/phpstan.yml @@ -20,7 +20,7 @@ jobs: dependencies: - "locked" php-version: - - "8.3" + - "8.4" operating-system: - "ubuntu-latest" diff --git a/.github/workflows/unit.yml b/.github/workflows/unit.yml index 9f68daf..14c2d7c 100644 --- a/.github/workflows/unit.yml +++ b/.github/workflows/unit.yml @@ -23,15 +23,16 @@ jobs: php-version: - "8.2" - "8.3" + - "8.4" operating-system: - "ubuntu-latest" - "windows-latest" include: - dependencies: "locked" - php-version: "8.3" + php-version: "8.4" operating-system: "ubuntu-latest" - dependencies: "locked" - php-version: "8.3" + php-version: "8.4" operating-system: "windows-latest" steps: diff --git a/composer.json b/composer.json index 9274e21..1bbfd05 100644 --- a/composer.json +++ b/composer.json @@ -21,9 +21,9 @@ } ], "require": { - "php": "~8.2.0 || ~8.3.0", - "patchlevel/event-sourcing": "^3.8.0", - "phpunit/phpunit": "^10.1.0||^11.0.0" + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", + "patchlevel/event-sourcing": "^3.10.0", + "phpunit/phpunit": "^10.5.45||^11.0.0" }, "require-dev": { "infection/infection": "^0.29.0", diff --git a/composer.lock b/composer.lock index e5168ed..86666ce 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": "19fa444d48ecdc34f63e00aa845d96d6", + "content-hash": "04baac09b3521992f8a19d5562cd67f5", "packages": [ { "name": "brick/math", @@ -531,16 +531,16 @@ }, { "name": "patchlevel/event-sourcing", - "version": "3.9.0", + "version": "3.10.1", "source": { "type": "git", "url": "https://github.com/patchlevel/event-sourcing.git", - "reference": "d0ea8503ff083228ba5caa8135ede0f0593d8f54" + "reference": "d276fb1a28610a21f0398f60f723a1000dac8b74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/patchlevel/event-sourcing/zipball/d0ea8503ff083228ba5caa8135ede0f0593d8f54", - "reference": "d0ea8503ff083228ba5caa8135ede0f0593d8f54", + "url": "https://api.github.com/repos/patchlevel/event-sourcing/zipball/d276fb1a28610a21f0398f60f723a1000dac8b74", + "reference": "d276fb1a28610a21f0398f60f723a1000dac8b74", "shasum": "" }, "require": { @@ -548,7 +548,7 @@ "doctrine/migrations": "^3.3.2", "patchlevel/hydrator": "^1.5.0", "patchlevel/worker": "^1.4.0", - "php": "~8.2.0 || ~8.3.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", "psr/cache": "^2.0.0|^3.0.0", "psr/clock": "^1.0", "psr/container": "^2.0", @@ -561,22 +561,22 @@ "symfony/type-info": "^7.2" }, "require-dev": { - "cspray/phinal": "^2.0.0", + "cspray/phinal": "dev-main#9826c3407056a4618f8bba303800403e47ccb3a7", "doctrine/orm": "^2.18.0|^3.0.0", - "ext-pdo_sqlite": "~8.2.0 || ~8.3.0", - "infection/infection": "^0.27.10", + "ext-pdo_sqlite": "~8.2.0 || ~8.3.0 || ~8.4.0", + "infection/infection": "^0.29.10", "league/commonmark": "^2.4", "patchlevel/coding-standard": "^1.3.0", - "patchlevel/event-sourcing-psalm-plugin": "^3.0.0", + "patchlevel/event-sourcing-psalm-plugin": "^3.1.0", "phpbench/phpbench": "^1.2.15", "phpspec/prophecy-phpunit": "^2.1.0", "phpstan/phpstan": "^2.1.0", - "phpunit/phpunit": "^10.5.2", + "phpunit/phpunit": "^11.5.7", "psalm/plugin-phpunit": "^0.19.0", - "roave/infection-static-analysis-plugin": "^1.34.0", + "roave/infection-static-analysis-plugin": "^1.36.0", "symfony/messenger": "^5.4.31|^6.4.0|^7.0.1", "symfony/var-dumper": "^5.4.29|^6.4.0|^7.0.0", - "vimeo/psalm": "^5.17.0", + "vimeo/psalm": "^6.0.0", "wnx/commonmark-markdown-renderer": "^1.4" }, "suggest": { @@ -610,22 +610,22 @@ ], "support": { "issues": "https://github.com/patchlevel/event-sourcing/issues", - "source": "https://github.com/patchlevel/event-sourcing/tree/3.9.0" + "source": "https://github.com/patchlevel/event-sourcing/tree/3.10.1" }, - "time": "2025-02-07T12:02:04+00:00" + "time": "2025-02-21T11:20:02+00:00" }, { "name": "patchlevel/hydrator", - "version": "1.7.0", + "version": "1.7.1", "source": { "type": "git", "url": "https://github.com/patchlevel/hydrator.git", - "reference": "e60410fbbfbfcfd02aa16eedab94434fa9ddf359" + "reference": "e4caf6af9e4fe3ecbc988942954318d11e848380" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/patchlevel/hydrator/zipball/e60410fbbfbfcfd02aa16eedab94434fa9ddf359", - "reference": "e60410fbbfbfcfd02aa16eedab94434fa9ddf359", + "url": "https://api.github.com/repos/patchlevel/hydrator/zipball/e4caf6af9e4fe3ecbc988942954318d11e848380", + "reference": "e4caf6af9e4fe3ecbc988942954318d11e848380", "shasum": "" }, "require": { @@ -675,9 +675,9 @@ ], "support": { "issues": "https://github.com/patchlevel/hydrator/issues", - "source": "https://github.com/patchlevel/hydrator/tree/1.7.0" + "source": "https://github.com/patchlevel/hydrator/tree/1.7.1" }, - "time": "2025-01-28T11:28:11+00:00" + "time": "2025-02-20T14:47:14+00:00" }, { "name": "patchlevel/worker", @@ -1184,16 +1184,16 @@ }, { "name": "phpunit/phpunit", - "version": "11.5.7", + "version": "11.5.9", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d" + "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1cb706f019e2547039ca2c839898cd5f557ee5d", - "reference": "e1cb706f019e2547039ca2c839898cd5f557ee5d", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b", + "reference": "c91c830e7108a81e5845aeb6ba8fe3c1a4351c0b", "shasum": "" }, "require": { @@ -1203,7 +1203,7 @@ "ext-mbstring": "*", "ext-xml": "*", "ext-xmlwriter": "*", - "myclabs/deep-copy": "^1.12.1", + "myclabs/deep-copy": "^1.13.0", "phar-io/manifest": "^2.0.4", "phar-io/version": "^3.2.1", "php": ">=8.2", @@ -1265,7 +1265,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.7" + "source": "https://github.com/sebastianbergmann/phpunit/tree/11.5.9" }, "funding": [ { @@ -1281,7 +1281,7 @@ "type": "tidelift" } ], - "time": "2025-02-06T16:10:05+00:00" + "time": "2025-02-21T06:08:50+00:00" }, { "name": "psr/cache", @@ -4427,16 +4427,16 @@ }, { "name": "infection/infection", - "version": "0.29.11", + "version": "0.29.12", "source": { "type": "git", "url": "https://github.com/infection/infection.git", - "reference": "e241c8f58cf4121818c5a20a74ebb321dd94bb25" + "reference": "dfe9cf6e65545881c7d21343c494cc8a1fdbfb80" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/infection/infection/zipball/e241c8f58cf4121818c5a20a74ebb321dd94bb25", - "reference": "e241c8f58cf4121818c5a20a74ebb321dd94bb25", + "url": "https://api.github.com/repos/infection/infection/zipball/dfe9cf6e65545881c7d21343c494cc8a1fdbfb80", + "reference": "dfe9cf6e65545881c7d21343c494cc8a1fdbfb80", "shasum": "" }, "require": { @@ -4459,11 +4459,11 @@ "sanmai/later": "^0.1.1", "sanmai/pipeline": "^5.1 || ^6", "sebastian/diff": "^3.0.2 || ^4.0 || ^5.0 || ^6.0 || ^7.0", - "shish/safe": "^2.6", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/filesystem": "^5.4 || ^6.0 || ^7.0", - "symfony/finder": "^5.4 || ^6.0 || ^7.0", - "symfony/process": "^5.4 || ^6.0 || ^7.0", + "symfony/console": "^6.4 || ^7.0", + "symfony/filesystem": "^6.4 || ^7.0", + "symfony/finder": "^6.4 || ^7.0", + "symfony/process": "^6.4 || ^7.0", + "thecodingmachine/safe": "^v3.0", "webmozart/assert": "^1.11" }, "conflict": { @@ -4483,7 +4483,7 @@ "phpunit/phpunit": "^10.5", "rector/rector": "^1.0", "sidz/phpstan-rules": "^0.4", - "symfony/yaml": "^5.4 || ^6.0 || ^7.0" + "symfony/yaml": "^6.4 || ^7.0" }, "bin": [ "bin/infection" @@ -4539,7 +4539,7 @@ ], "support": { "issues": "https://github.com/infection/infection/issues", - "source": "https://github.com/infection/infection/tree/0.29.11" + "source": "https://github.com/infection/infection/tree/0.29.12" }, "funding": [ { @@ -4551,7 +4551,7 @@ "type": "open_collective" } ], - "time": "2025-02-11T10:05:15+00:00" + "time": "2025-02-17T18:25:11+00:00" }, { "name": "infection/mutator", @@ -4853,16 +4853,16 @@ }, { "name": "phpstan/phpstan", - "version": "2.1.4", + "version": "2.1.6", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a" + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/8f99e18eb775dbaf6460c95fa0b65312da9c746a", - "reference": "8f99e18eb775dbaf6460c95fa0b65312da9c746a", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", + "reference": "6eaec7c6c9e90dcfe46ad1e1ffa5171e2dab641c", "shasum": "" }, "require": { @@ -4907,7 +4907,7 @@ "type": "github" } ], - "time": "2025-02-10T08:25:21+00:00" + "time": "2025-02-19T15:46:42+00:00" }, { "name": "sanmai/later", @@ -5038,157 +5038,6 @@ ], "time": "2024-10-17T02:22:57+00:00" }, - { - "name": "shish/safe", - "version": "v2.6.4", - "source": { - "type": "git", - "url": "https://github.com/shish/safe.git", - "reference": "482e6227330a70b21c1c9e9301cc99b5658ccb89" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/shish/safe/zipball/482e6227330a70b21c1c9e9301cc99b5658ccb89", - "reference": "482e6227330a70b21c1c9e9301cc99b5658ccb89", - "shasum": "" - }, - "require": { - "php": ">= 8.2" - }, - "replace": { - "thecodingmachine/safe": "2.5.0" - }, - "require-dev": { - "phpstan/phpstan": "^1", - "phpunit/phpunit": "^10.0 || ^11.0", - "squizlabs/php_codesniffer": "^3", - "thecodingmachine/phpstan-strict-rules": "^1.0" - }, - "type": "library", - "autoload": { - "files": [ - "deprecated/apc.php", - "deprecated/array.php", - "deprecated/datetime.php", - "deprecated/libevent.php", - "deprecated/misc.php", - "deprecated/password.php", - "deprecated/mssql.php", - "deprecated/stats.php", - "deprecated/strings.php", - "lib/special_cases.php", - "deprecated/mysqli.php", - "generated/apache.php", - "generated/apcu.php", - "generated/array.php", - "generated/bzip2.php", - "generated/calendar.php", - "generated/classobj.php", - "generated/com.php", - "generated/cubrid.php", - "generated/curl.php", - "generated/datetime.php", - "generated/dir.php", - "generated/eio.php", - "generated/errorfunc.php", - "generated/exec.php", - "generated/fileinfo.php", - "generated/filesystem.php", - "generated/filter.php", - "generated/fpm.php", - "generated/ftp.php", - "generated/funchand.php", - "generated/gettext.php", - "generated/gnupg.php", - "generated/hash.php", - "generated/ibase.php", - "generated/ibmDb2.php", - "generated/iconv.php", - "generated/image.php", - "generated/imap.php", - "generated/info.php", - "generated/inotify.php", - "generated/json.php", - "generated/ldap.php", - "generated/libxml.php", - "generated/lzf.php", - "generated/mailparse.php", - "generated/mbstring.php", - "generated/misc.php", - "generated/mysql.php", - "generated/network.php", - "generated/oci8.php", - "generated/opcache.php", - "generated/openssl.php", - "generated/outcontrol.php", - "generated/pcntl.php", - "generated/pcre.php", - "generated/pgsql.php", - "generated/posix.php", - "generated/ps.php", - "generated/pspell.php", - "generated/readline.php", - "generated/rnp.php", - "generated/rpminfo.php", - "generated/rrd.php", - "generated/sem.php", - "generated/session.php", - "generated/shmop.php", - "generated/sockets.php", - "generated/sodium.php", - "generated/solr.php", - "generated/spl.php", - "generated/sqlsrv.php", - "generated/ssdeep.php", - "generated/ssh2.php", - "generated/stream.php", - "generated/strings.php", - "generated/swoole.php", - "generated/uodbc.php", - "generated/uopz.php", - "generated/url.php", - "generated/var.php", - "generated/xdiff.php", - "generated/xml.php", - "generated/xmlrpc.php", - "generated/yaml.php", - "generated/yaz.php", - "generated/zip.php", - "generated/zlib.php" - ], - "classmap": [ - "lib/DateTime.php", - "lib/DateTimeImmutable.php", - "lib/Exceptions/", - "deprecated/Exceptions/", - "generated/Exceptions/" - ] - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "description": "PHP core functions that throw exceptions instead of returning FALSE on error (a less-abandoned fork of thecodingmachine/safe)", - "support": { - "issues": "https://github.com/shish/safe/issues", - "source": "https://github.com/shish/safe/tree/v2.6.4" - }, - "funding": [ - { - "url": "https://github.com/OskarStark", - "type": "github" - }, - { - "url": "https://github.com/shish", - "type": "github" - }, - { - "url": "https://github.com/staabm", - "type": "github" - } - ], - "time": "2024-12-18T13:36:07+00:00" - }, { "name": "slevomat/coding-standard", "version": "8.15.0", @@ -5465,6 +5314,145 @@ ], "time": "2024-11-06T14:24:19+00:00" }, + { + "name": "thecodingmachine/safe", + "version": "v3.0.2", + "source": { + "type": "git", + "url": "https://github.com/thecodingmachine/safe.git", + "reference": "22ffad3248982a784f9870a37aeb2e522bd19645" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/22ffad3248982a784f9870a37aeb2e522bd19645", + "reference": "22ffad3248982a784f9870a37aeb2e522bd19645", + "shasum": "" + }, + "require": { + "php": "^8.1" + }, + "require-dev": { + "php-parallel-lint/php-parallel-lint": "^1.4", + "phpstan/phpstan": "^2", + "phpunit/phpunit": "^10", + "squizlabs/php_codesniffer": "^3.2" + }, + "type": "library", + "autoload": { + "files": [ + "lib/special_cases.php", + "generated/apache.php", + "generated/apcu.php", + "generated/array.php", + "generated/bzip2.php", + "generated/calendar.php", + "generated/classobj.php", + "generated/com.php", + "generated/cubrid.php", + "generated/curl.php", + "generated/datetime.php", + "generated/dir.php", + "generated/eio.php", + "generated/errorfunc.php", + "generated/exec.php", + "generated/fileinfo.php", + "generated/filesystem.php", + "generated/filter.php", + "generated/fpm.php", + "generated/ftp.php", + "generated/funchand.php", + "generated/gettext.php", + "generated/gmp.php", + "generated/gnupg.php", + "generated/hash.php", + "generated/ibase.php", + "generated/ibmDb2.php", + "generated/iconv.php", + "generated/image.php", + "generated/imap.php", + "generated/info.php", + "generated/inotify.php", + "generated/json.php", + "generated/ldap.php", + "generated/libxml.php", + "generated/lzf.php", + "generated/mailparse.php", + "generated/mbstring.php", + "generated/misc.php", + "generated/mysql.php", + "generated/mysqli.php", + "generated/network.php", + "generated/oci8.php", + "generated/opcache.php", + "generated/openssl.php", + "generated/outcontrol.php", + "generated/pcntl.php", + "generated/pcre.php", + "generated/pgsql.php", + "generated/posix.php", + "generated/ps.php", + "generated/pspell.php", + "generated/readline.php", + "generated/rnp.php", + "generated/rpminfo.php", + "generated/rrd.php", + "generated/sem.php", + "generated/session.php", + "generated/shmop.php", + "generated/sockets.php", + "generated/sodium.php", + "generated/solr.php", + "generated/spl.php", + "generated/sqlsrv.php", + "generated/ssdeep.php", + "generated/ssh2.php", + "generated/stream.php", + "generated/strings.php", + "generated/swoole.php", + "generated/uodbc.php", + "generated/uopz.php", + "generated/url.php", + "generated/var.php", + "generated/xdiff.php", + "generated/xml.php", + "generated/xmlrpc.php", + "generated/yaml.php", + "generated/yaz.php", + "generated/zip.php", + "generated/zlib.php" + ], + "classmap": [ + "lib/DateTime.php", + "lib/DateTimeImmutable.php", + "lib/Exceptions/", + "generated/Exceptions/" + ] + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "PHP core functions that throw exceptions instead of returning FALSE on error", + "support": { + "issues": "https://github.com/thecodingmachine/safe/issues", + "source": "https://github.com/thecodingmachine/safe/tree/v3.0.2" + }, + "funding": [ + { + "url": "https://github.com/OskarStark", + "type": "github" + }, + { + "url": "https://github.com/shish", + "type": "github" + }, + { + "url": "https://github.com/staabm", + "type": "github" + } + ], + "time": "2025-02-19T19:23:00+00:00" + }, { "name": "webmozart/assert", "version": "1.11.0", diff --git a/tools/composer.json b/tools/composer.json index 76d0be0..d56670e 100644 --- a/tools/composer.json +++ b/tools/composer.json @@ -1,6 +1,6 @@ { "require": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0", + "php": "~8.2.0 || ~8.3.0 || ~8.4.0", "roave/backward-compatibility-check": "^8.6.0" } } diff --git a/tools/composer.lock b/tools/composer.lock index 995dfc6..f4c2692 100644 --- a/tools/composer.lock +++ b/tools/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": "4c6aa88e20e92ec0309c35d0f351890e", + "content-hash": "36199b661351e9dd9d1a0a5b444dffc3", "packages": [ { "name": "azjezz/psl", @@ -1256,16 +1256,16 @@ }, { "name": "revolt/event-loop", - "version": "v1.0.6", + "version": "v1.0.7", "source": { "type": "git", "url": "https://github.com/revoltphp/event-loop.git", - "reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254" + "reference": "09bf1bf7f7f574453efe43044b06fafe12216eb3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/25de49af7223ba039f64da4ae9a28ec2d10d0254", - "reference": "25de49af7223ba039f64da4ae9a28ec2d10d0254", + "url": "https://api.github.com/repos/revoltphp/event-loop/zipball/09bf1bf7f7f574453efe43044b06fafe12216eb3", + "reference": "09bf1bf7f7f574453efe43044b06fafe12216eb3", "shasum": "" }, "require": { @@ -1322,9 +1322,9 @@ ], "support": { "issues": "https://github.com/revoltphp/event-loop/issues", - "source": "https://github.com/revoltphp/event-loop/tree/v1.0.6" + "source": "https://github.com/revoltphp/event-loop/tree/v1.0.7" }, - "time": "2023-11-30T05:34:44+00:00" + "time": "2025-01-25T19:27:39+00:00" }, { "name": "roave/backward-compatibility-check", @@ -1401,16 +1401,16 @@ }, { "name": "roave/better-reflection", - "version": "6.55.0", + "version": "6.57.0", "source": { "type": "git", "url": "https://github.com/Roave/BetterReflection.git", - "reference": "42e750c4e806ca1ff74959da2e221952f8bebee0" + "reference": "d5fa8e106a1a046ea9b9a79e4ce95c6b6c158ae0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/42e750c4e806ca1ff74959da2e221952f8bebee0", - "reference": "42e750c4e806ca1ff74959da2e221952f8bebee0", + "url": "https://api.github.com/repos/Roave/BetterReflection/zipball/d5fa8e106a1a046ea9b9a79e4ce95c6b6c158ae0", + "reference": "d5fa8e106a1a046ea9b9a79e4ce95c6b6c158ae0", "shasum": "" }, "require": { @@ -1424,7 +1424,7 @@ }, "require-dev": { "phpbench/phpbench": "^1.4.0", - "phpunit/phpunit": "^11.5.6" + "phpunit/phpunit": "^11.5.7" }, "suggest": { "composer/composer": "Required to use the ComposerSourceLocator" @@ -1464,9 +1464,9 @@ "description": "Better Reflection - an improved code reflection API", "support": { "issues": "https://github.com/Roave/BetterReflection/issues", - "source": "https://github.com/Roave/BetterReflection/tree/6.55.0" + "source": "https://github.com/Roave/BetterReflection/tree/6.57.0" }, - "time": "2025-02-06T12:13:01+00:00" + "time": "2025-02-12T20:28:58+00:00" }, { "name": "seld/jsonlint", @@ -2720,7 +2720,7 @@ "prefer-stable": false, "prefer-lowest": false, "platform": { - "php": "~8.1.0 || ~8.2.0 || ~8.3.0" + "php": "~8.2.0 || ~8.3.0 || ~8.4.0" }, "platform-dev": {}, "plugin-api-version": "2.6.0"