diff --git a/composer.json b/composer.json index b54a7bbc1..51d95ffef 100644 --- a/composer.json +++ b/composer.json @@ -14,9 +14,6 @@ { "type": "vcs", "url": "https://github.com/ruudk/oauth2-client" }, - { - "type": "vcs", "url": "https://github.com/Ayesh/safe" - }, { "type": "vcs", "url": "https://github.com/valzargaming/Pawl" }, @@ -26,9 +23,6 @@ { "type": "vcs", "url": "https://github.com/danepowell/Client" }, - { - "type": "vcs", "url": "https://github.com/danepowell/dns-zone-configurator" - }, { "type": "vcs", "url": "https://github.com/danepowell/bugsnag-php" } @@ -40,24 +34,22 @@ "acquia/drupal-environment-detector": "^1.7.0", "bugsnag/bugsnag": "dev-php84", "composer/semver": "^3.3", - "consolidation/self-update": "^3", + "consolidation/self-update": "^3.0.1", "dflydev/dot-access-data": "^3", "grasmash/expander": "^3.0.1", "guzzlehttp/guzzle": "^7.4", "http-interop/http-factory-guzzle": "^1.0", - "kevinrob/guzzle-cache-middleware": "dev-master as 5.1.0", "laminas/laminas-validator": "^2.20.0", "league/csv": "^9.8", "league/oauth2-client": "dev-patch-1 as 2.7.0", "loophp/phposinfo": "^1.7.2", - "ltd-beget/dns-zone-configurator": "dev-php84", + "ltd-beget/dns-zone-configurator": "^1.4.0", "m4tthumphrey/php-gitlab-api": "dev-fix/84", "php-http/cache-plugin": "^2.0", "psr/log": "^3", "ramsey/uuid": "^4.1", "ratchet/pawl": "dev-patch-1 as 0.4.1", "react/event-loop": "^1.1", - "sanmai/pipeline": "dev-main", "symfony/cache": "^6.3", "symfony/config": "^6.3", "symfony/console": "^6.3", @@ -72,7 +64,7 @@ "symfony/process": "^6.3", "symfony/validator": "^6.3", "symfony/yaml": "^6.3", - "thecodingmachine/safe": "dev-php84/nullability as 2.5.0", + "thecodingmachine/safe": "dev-master as 2.5.0", "typhonius/acquia-logstream": "^0.0.14", "typhonius/acquia-php-sdk-v2": "^3.4.2", "vlucas/phpdotenv": "^5.5", diff --git a/composer.lock b/composer.lock index 461233ce5..9e3c9b688 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": "b31f419e2086414853437ab93bcde77a", + "content-hash": "05f5f5e4989d50d6c4bfe39f86a29da5", "packages": [ { "name": "acquia/drupal-environment-detector", @@ -414,22 +414,22 @@ }, { "name": "consolidation/self-update", - "version": "3.0.0", + "version": "3.0.1", "source": { "type": "git", "url": "https://github.com/consolidation/self-update.git", - "reference": "3d7304a0fe8ea757bcb4515c36ffd87491c9baac" + "reference": "df5f4931474f75cc00b3a7410c774be6b194c0ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/consolidation/self-update/zipball/3d7304a0fe8ea757bcb4515c36ffd87491c9baac", - "reference": "3d7304a0fe8ea757bcb4515c36ffd87491c9baac", + "url": "https://api.github.com/repos/consolidation/self-update/zipball/df5f4931474f75cc00b3a7410c774be6b194c0ee", + "reference": "df5f4931474f75cc00b3a7410c774be6b194c0ee", "shasum": "" }, "require": { "composer/semver": "^3.2", "guzzlehttp/guzzle": "^7.9", - "kevinrob/guzzle-cache-middleware": "^5.1", + "kevinrob/guzzle-cache-middleware": "^5.1 || ^6", "php": "^8.1", "symfony/cache": "^5.4 || ^6.4 || ^7", "symfony/console": "^5.4 || ^6.4 || ^7", @@ -466,9 +466,9 @@ "description": "Provides a self:update command for Symfony Console applications.", "support": { "issues": "https://github.com/consolidation/self-update/issues", - "source": "https://github.com/consolidation/self-update/tree/3.0.0" + "source": "https://github.com/consolidation/self-update/tree/3.0.1" }, - "time": "2024-09-09T21:25:12+00:00" + "time": "2024-12-03T18:23:45+00:00" }, { "name": "dflydev/dot-access-data", @@ -1091,7 +1091,7 @@ }, { "name": "kevinrob/guzzle-cache-middleware", - "version": "dev-master", + "version": "6.0.0", "source": { "type": "git", "url": "https://github.com/Kevinrob/guzzle-cache-middleware.git", @@ -1128,7 +1128,6 @@ "psr/cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr6CacheStorage", "psr/simple-cache": "To be used with Kevinrob\\GuzzleCache\\Storage\\Psr16CacheStorage" }, - "default-branch": true, "type": "library", "autoload": { "psr-4": { @@ -1171,7 +1170,7 @@ ], "support": { "issues": "https://github.com/Kevinrob/guzzle-cache-middleware/issues", - "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/master" + "source": "https://github.com/Kevinrob/guzzle-cache-middleware/tree/6.0.0" }, "time": "2024-10-17T09:11:54+00:00" }, @@ -1663,16 +1662,16 @@ }, { "name": "ltd-beget/dns-zone-configurator", - "version": "dev-php84", + "version": "v1.4.0", "source": { "type": "git", - "url": "https://github.com/danepowell/dns-zone-configurator.git", - "reference": "4a52ba1ad16e3c11e26bc551811e93e1dc34ea30" + "url": "https://github.com/LTD-Beget/dns-zone-configurator.git", + "reference": "4e163fdead146e3de6ce7938b99d820395782cdc" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/danepowell/dns-zone-configurator/zipball/4a52ba1ad16e3c11e26bc551811e93e1dc34ea30", - "reference": "4a52ba1ad16e3c11e26bc551811e93e1dc34ea30", + "url": "https://api.github.com/repos/LTD-Beget/dns-zone-configurator/zipball/4e163fdead146e3de6ce7938b99d820395782cdc", + "reference": "4e163fdead146e3de6ce7938b99d820395782cdc", "shasum": "" }, "require": { @@ -1691,11 +1690,7 @@ "LTDBeget\\dns": "src" } }, - "autoload-dev": { - "psr-0": { - "LTDBeget\\dev": "src" - } - }, + "notification-url": "https://packagist.org/downloads/", "license": [ "MIT" ], @@ -1711,27 +1706,28 @@ "zone file" ], "support": { - "source": "https://github.com/danepowell/dns-zone-configurator/tree/php84" + "issues": "https://github.com/LTD-Beget/dns-zone-configurator/issues", + "source": "https://github.com/LTD-Beget/dns-zone-configurator/tree/v1.4.0" }, - "time": "2024-11-26T20:14:48+00:00" + "time": "2024-12-04T14:34:28+00:00" }, { "name": "ltd-beget/dns-zone-tokenizer", - "version": "v0.0.10", + "version": "v0.0.11", "source": { "type": "git", "url": "https://github.com/LTD-Beget/dns-zone-tokenizer.git", - "reference": "54f067b6d2dea5c31ac0fb5ba61be6bbac9dc0ae" + "reference": "f57d614a7205a8d4ff0112a4c954a2425c218272" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/LTD-Beget/dns-zone-tokenizer/zipball/54f067b6d2dea5c31ac0fb5ba61be6bbac9dc0ae", - "reference": "54f067b6d2dea5c31ac0fb5ba61be6bbac9dc0ae", + "url": "https://api.github.com/repos/LTD-Beget/dns-zone-tokenizer/zipball/f57d614a7205a8d4ff0112a4c954a2425c218272", + "reference": "f57d614a7205a8d4ff0112a4c954a2425c218272", "shasum": "" }, "require": { "ltd-beget/stringstream": "^1.0 || ^2.0", - "php": ">=7.0" + "php": ">=7.1" }, "require-dev": { "ext-json": "*", @@ -1762,9 +1758,9 @@ ], "support": { "issues": "https://github.com/LTD-Beget/dns-zone-tokenizer/issues", - "source": "https://github.com/LTD-Beget/dns-zone-tokenizer/tree/v0.0.10" + "source": "https://github.com/LTD-Beget/dns-zone-tokenizer/tree/v0.0.11" }, - "time": "2023-05-15T15:23:55+00:00" + "time": "2024-12-04T13:57:17+00:00" }, { "name": "ltd-beget/stringstream", @@ -1909,16 +1905,16 @@ }, { "name": "marc-mabe/php-enum", - "version": "v4.7.0", + "version": "v4.7.1", "source": { "type": "git", "url": "https://github.com/marc-mabe/php-enum.git", - "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc" + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/3da42cc1daceaf98c858e56f59d1ccd52b011fdc", - "reference": "3da42cc1daceaf98c858e56f59d1ccd52b011fdc", + "url": "https://api.github.com/repos/marc-mabe/php-enum/zipball/7159809e5cfa041dca28e61f7f7ae58063aae8ed", + "reference": "7159809e5cfa041dca28e61f7f7ae58063aae8ed", "shasum": "" }, "require": { @@ -1929,13 +1925,13 @@ "phpbench/phpbench": "^0.16.10 || ^1.0.4", "phpstan/phpstan": "^1.3.1", "phpunit/phpunit": "^7.5.20 | ^8.5.22 | ^9.5.11", - "vimeo/psalm": "^4.17.0" + "vimeo/psalm": "^4.17.0 | ^5.26.1" }, "type": "library", "extra": { "branch-alias": { "dev-3.x": "3.2-dev", - "dev-master": "4.6-dev" + "dev-master": "4.7-dev" } }, "autoload": { @@ -1976,9 +1972,9 @@ ], "support": { "issues": "https://github.com/marc-mabe/php-enum/issues", - "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.0" + "source": "https://github.com/marc-mabe/php-enum/tree/v4.7.1" }, - "time": "2022-04-19T02:21:46+00:00" + "time": "2024-11-28T04:54:44+00:00" }, { "name": "paragonie/random_compat", @@ -3684,72 +3680,6 @@ ], "time": "2024-06-11T12:45:25+00:00" }, - { - "name": "sanmai/pipeline", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/sanmai/pipeline.git", - "reference": "ad7dbc3f773eeafb90d5459522fbd8f188532e25" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/sanmai/pipeline/zipball/ad7dbc3f773eeafb90d5459522fbd8f188532e25", - "reference": "ad7dbc3f773eeafb90d5459522fbd8f188532e25", - "shasum": "" - }, - "require": { - "php": "^7.4 || ^8.0" - }, - "require-dev": { - "ergebnis/composer-normalize": "^2.8", - "friendsofphp/php-cs-fixer": "^3.17", - "infection/infection": ">=0.10.5", - "league/pipeline": "^0.3 || ^1.0", - "phan/phan": ">=1.1", - "php-coveralls/php-coveralls": "^2.4.1", - "phpstan/phpstan": ">=0.10", - "phpunit/phpunit": ">=9.4", - "vimeo/psalm": ">=2" - }, - "default-branch": true, - "type": "library", - "extra": { - "branch-alias": { - "dev-main": "v6.x-dev" - } - }, - "autoload": { - "files": [ - "src/functions.php" - ], - "psr-4": { - "Pipeline\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "Apache-2.0" - ], - "authors": [ - { - "name": "Alexey Kopytko", - "email": "alexey@kopytko.com" - } - ], - "description": "General-purpose collections pipeline", - "support": { - "issues": "https://github.com/sanmai/pipeline/issues", - "source": "https://github.com/sanmai/pipeline/tree/main" - }, - "funding": [ - { - "url": "https://github.com/sanmai", - "type": "github" - } - ], - "time": "2024-10-17T02:22:57+00:00" - }, { "name": "symfony/cache", "version": "v6.4.16", @@ -6179,41 +6109,31 @@ }, { "name": "thecodingmachine/safe", - "version": "dev-php84/nullability", + "version": "dev-master", "source": { "type": "git", - "url": "https://github.com/Ayesh/safe.git", - "reference": "e75af75bd026b45b4a526499d324c5202224c570" + "url": "https://github.com/thecodingmachine/safe.git", + "reference": "a2a4072f2989dfd8118c8d19fe0bf9dcce868378" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Ayesh/safe/zipball/e75af75bd026b45b4a526499d324c5202224c570", - "reference": "e75af75bd026b45b4a526499d324c5202224c570", + "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a2a4072f2989dfd8118c8d19fe0bf9dcce868378", + "reference": "a2a4072f2989dfd8118c8d19fe0bf9dcce868378", "shasum": "" }, "require": { - "php": "^8.0" + "php": "^8.1" }, "require-dev": { - "phpstan/phpstan": "^1.5", - "phpunit/phpunit": "^9.5", + "php-parallel-lint/php-parallel-lint": "^1.4", + "phpstan/phpstan": "^1", + "phpunit/phpunit": "^10", "squizlabs/php_codesniffer": "^3.2", "thecodingmachine/phpstan-strict-rules": "^1.0" }, + "default-branch": true, "type": "library", - "extra": { - "branch-alias": { - "dev-master": "2.2.x-dev" - } - }, "autoload": { - "classmap": [ - "lib/DateTime.php", - "lib/DateTimeImmutable.php", - "lib/Exceptions/", - "deprecated/Exceptions/", - "generated/Exceptions/" - ], "files": [ "deprecated/apc.php", "deprecated/array.php", @@ -6247,7 +6167,6 @@ "generated/ftp.php", "generated/funchand.php", "generated/gettext.php", - "generated/gmp.php", "generated/gnupg.php", "generated/hash.php", "generated/ibase.php", @@ -6277,6 +6196,7 @@ "generated/ps.php", "generated/pspell.php", "generated/readline.php", + "generated/rnp.php", "generated/rpminfo.php", "generated/rrd.php", "generated/sem.php", @@ -6303,27 +6223,39 @@ "generated/yaz.php", "generated/zip.php", "generated/zlib.php" - ] - }, - "scripts": { - "phpstan": [ - "phpstan analyse lib -c phpstan.neon --level=max --no-progress -vvv" ], - "cs-fix": [ - "phpcbf" - ], - "cs-check": [ - "phpcs" + "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", "support": { - "source": "https://github.com/Ayesh/safe/tree/php84/nullability" + "issues": "https://github.com/thecodingmachine/safe/issues", + "source": "https://github.com/thecodingmachine/safe/tree/master" }, - "time": "2024-03-18T13:27:28+00:00" + "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-03T23:10:26+00:00" }, { "name": "typhonius/acquia-logstream", @@ -8570,16 +8502,16 @@ }, { "name": "drupal/coder", - "version": "8.3.25", + "version": "8.3.26", "source": { "type": "git", "url": "https://github.com/pfrenssen/coder.git", - "reference": "c58e5a0c44c0010bbc8a91fc468f4667e177b976" + "reference": "fd98546ce3373aa7767240901eda47963ce64c82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pfrenssen/coder/zipball/c58e5a0c44c0010bbc8a91fc468f4667e177b976", - "reference": "c58e5a0c44c0010bbc8a91fc468f4667e177b976", + "url": "https://api.github.com/repos/pfrenssen/coder/zipball/fd98546ce3373aa7767240901eda47963ce64c82", + "reference": "fd98546ce3373aa7767240901eda47963ce64c82", "shasum": "" }, "require": { @@ -8617,7 +8549,7 @@ "issues": "https://www.drupal.org/project/issues/coder", "source": "https://www.drupal.org/project/coder" }, - "time": "2024-09-22T19:02:16+00:00" + "time": "2024-11-28T23:14:29+00:00" }, { "name": "fidry/cpu-core-counter", @@ -10457,12 +10389,12 @@ "source": { "type": "git", "url": "https://github.com/phpro/grumphp.git", - "reference": "d84698882accd3fd0a807fb48a8838b0f53aa732" + "reference": "6e95a0228350d3b5d56ed6a1ba9e4b7f1b7d9c87" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpro/grumphp/zipball/d84698882accd3fd0a807fb48a8838b0f53aa732", - "reference": "d84698882accd3fd0a807fb48a8838b0f53aa732", + "url": "https://api.github.com/repos/phpro/grumphp/zipball/6e95a0228350d3b5d56ed6a1ba9e4b7f1b7d9c87", + "reference": "6e95a0228350d3b5d56ed6a1ba9e4b7f1b7d9c87", "shasum": "" }, "require": { @@ -10568,7 +10500,7 @@ "issues": "https://github.com/phpro/grumphp/issues", "source": "https://github.com/phpro/grumphp/tree/v2.x" }, - "time": "2024-11-26T14:22:31+00:00" + "time": "2024-11-29T15:35:18+00:00" }, { "name": "phpspec/prophecy", @@ -10792,16 +10724,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.12.11", + "version": "1.12.12", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733" + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", - "reference": "0d1fc20a962a91be578bcfe7cf939e6e1a2ff733", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", + "reference": "b5ae1b88f471d3fd4ba1aa0046234b5ca3776dd0", "shasum": "" }, "require": { @@ -10846,7 +10778,7 @@ "type": "github" } ], - "time": "2024-11-17T14:08:01+00:00" + "time": "2024-11-28T22:13:23+00:00" }, { "name": "phpstan/phpstan-deprecation-rules", @@ -11504,6 +11436,71 @@ ], "time": "2023-10-24T00:25:28+00:00" }, + { + "name": "sanmai/pipeline", + "version": "6.12", + "source": { + "type": "git", + "url": "https://github.com/sanmai/pipeline.git", + "reference": "ad7dbc3f773eeafb90d5459522fbd8f188532e25" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/sanmai/pipeline/zipball/ad7dbc3f773eeafb90d5459522fbd8f188532e25", + "reference": "ad7dbc3f773eeafb90d5459522fbd8f188532e25", + "shasum": "" + }, + "require": { + "php": "^7.4 || ^8.0" + }, + "require-dev": { + "ergebnis/composer-normalize": "^2.8", + "friendsofphp/php-cs-fixer": "^3.17", + "infection/infection": ">=0.10.5", + "league/pipeline": "^0.3 || ^1.0", + "phan/phan": ">=1.1", + "php-coveralls/php-coveralls": "^2.4.1", + "phpstan/phpstan": ">=0.10", + "phpunit/phpunit": ">=9.4", + "vimeo/psalm": ">=2" + }, + "type": "library", + "extra": { + "branch-alias": { + "dev-main": "v6.x-dev" + } + }, + "autoload": { + "files": [ + "src/functions.php" + ], + "psr-4": { + "Pipeline\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "Apache-2.0" + ], + "authors": [ + { + "name": "Alexey Kopytko", + "email": "alexey@kopytko.com" + } + ], + "description": "General-purpose collections pipeline", + "support": { + "issues": "https://github.com/sanmai/pipeline/issues", + "source": "https://github.com/sanmai/pipeline/tree/6.12" + }, + "funding": [ + { + "url": "https://github.com/sanmai", + "type": "github" + } + ], + "time": "2024-10-17T02:22:57+00:00" + }, { "name": "sebastian/cli-parser", "version": "2.0.1", @@ -12595,16 +12592,16 @@ }, { "name": "sirbrillig/phpcs-variable-analysis", - "version": "v2.11.19", + "version": "v2.11.21", "source": { "type": "git", "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", - "reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1" + "reference": "eb2b351927098c24860daa7484e290d3eed693be" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1", - "reference": "bc8d7e30e2005bce5c59018b7cdb08e9fb45c0d1", + "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/eb2b351927098c24860daa7484e290d3eed693be", + "reference": "eb2b351927098c24860daa7484e290d3eed693be", "shasum": "" }, "require": { @@ -12615,9 +12612,9 @@ "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", "phpcsstandards/phpcsdevcs": "^1.1", "phpstan/phpstan": "^1.7", - "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", + "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3", "sirbrillig/phpcs-import-detection": "^1.1", - "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" + "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0" }, "type": "phpcodesniffer-standard", "autoload": { @@ -12649,7 +12646,7 @@ "source": "https://github.com/sirbrillig/phpcs-variable-analysis", "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" }, - "time": "2024-06-26T20:08:34+00:00" + "time": "2024-12-02T16:37:49+00:00" }, { "name": "slevomat/coding-standard", @@ -13132,16 +13129,16 @@ }, { "name": "twig/twig", - "version": "v3.15.0", + "version": "v3.16.0", "source": { "type": "git", "url": "https://github.com/twigphp/Twig.git", - "reference": "2d5b3964cc21d0188633d7ddce732dc8e874db02" + "reference": "475ad2dc97d65d8631393e721e7e44fb544f0561" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/twigphp/Twig/zipball/2d5b3964cc21d0188633d7ddce732dc8e874db02", - "reference": "2d5b3964cc21d0188633d7ddce732dc8e874db02", + "url": "https://api.github.com/repos/twigphp/Twig/zipball/475ad2dc97d65d8631393e721e7e44fb544f0561", + "reference": "475ad2dc97d65d8631393e721e7e44fb544f0561", "shasum": "" }, "require": { @@ -13152,6 +13149,7 @@ "symfony/polyfill-php81": "^1.29" }, "require-dev": { + "phpstan/phpstan": "^2.0", "psr/container": "^1.0|^2.0", "symfony/phpunit-bridge": "^5.4.9|^6.4|^7.0" }, @@ -13195,7 +13193,7 @@ ], "support": { "issues": "https://github.com/twigphp/Twig/issues", - "source": "https://github.com/twigphp/Twig/tree/v3.15.0" + "source": "https://github.com/twigphp/Twig/tree/v3.16.0" }, "funding": [ { @@ -13207,7 +13205,7 @@ "type": "tidelift" } ], - "time": "2024-11-17T15:59:19+00:00" + "time": "2024-11-29T08:27:05+00:00" }, { "name": "webmozart/assert", @@ -13269,12 +13267,6 @@ } ], "aliases": [ - { - "package": "kevinrob/guzzle-cache-middleware", - "version": "9999999-dev", - "alias": "5.1.0", - "alias_normalized": "5.1.0.0" - }, { "package": "league/oauth2-client", "version": "dev-patch-1", @@ -13289,7 +13281,7 @@ }, { "package": "thecodingmachine/safe", - "version": "dev-php84/nullability", + "version": "9999999-dev", "alias": "2.5.0", "alias_normalized": "2.5.0.0" } @@ -13297,14 +13289,11 @@ "minimum-stability": "dev", "stability-flags": { "bugsnag/bugsnag": 20, - "kevinrob/guzzle-cache-middleware": 20, "league/oauth2-client": 20, - "ltd-beget/dns-zone-configurator": 20, "m4tthumphrey/php-gitlab-api": 20, "overtrue/phplint": 20, "phpro/grumphp": 20, "ratchet/pawl": 20, - "sanmai/pipeline": 20, "thecodingmachine/safe": 20 }, "prefer-stable": true,