From dcd83457cf5e802708eec0d45ee627d6a5e69775 Mon Sep 17 00:00:00 2001 From: Nathanael Esayeas Date: Thu, 22 Feb 2024 19:36:32 -0600 Subject: [PATCH] Update composer.lock Signed-off-by: Nathanael Esayeas --- composer.lock | 400 ++++++++++++++++---------------------------------- 1 file changed, 125 insertions(+), 275 deletions(-) diff --git a/composer.lock b/composer.lock index af166ab3..bd259fbe 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": "b5eec3a7ef52863e740e1b6960f64cb0", + "content-hash": "dced1daa53b093d882f552c48bd0a454", "packages": [ { "name": "composer/semver", @@ -147,6 +147,66 @@ ], "time": "2023-12-16T06:50:14+00:00" }, + { + "name": "ghostwriter/collection", + "version": "2.0.0", + "source": { + "type": "git", + "url": "https://github.com/ghostwriter/collection.git", + "reference": "5599d0f8bbae28fe444bd8d72f328db39b9c5831" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/ghostwriter/collection/zipball/5599d0f8bbae28fe444bd8d72f328db39b9c5831", + "reference": "5599d0f8bbae28fe444bd8d72f328db39b9c5831", + "shasum": "" + }, + "require": { + "php": ">=8.3" + }, + "require-dev": { + "ghostwriter/coding-standard": "dev-main", + "ghostwriter/psalm-plugin": ">=0.2" + }, + "type": "library", + "autoload": { + "psr-4": { + "Ghostwriter\\Collection\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Nathanael Esayeas", + "email": "nathanael.esayeas@protonmail.com", + "homepage": "https://github.com/ghostwriter", + "role": "Developer" + } + ], + "description": "Provides a Collection implementation for PHP", + "homepage": "https://github.com/ghostwriter/collection", + "keywords": [ + "collection", + "ghostwriter" + ], + "support": { + "docs": "https://github.com/ghostwriter/collection", + "forum": "https://github.com/ghostwriter/collection/discussions", + "issues": "https://github.com/ghostwriter/collection/issues", + "rss": "https://github.com/ghostwriter/collection/releases.atom", + "source": "https://github.com/ghostwriter/collection" + }, + "funding": [ + { + "url": "https://github.com/sponsors/ghostwriter", + "type": "github" + } + ], + "time": "2024-02-22T20:29:16+00:00" + }, { "name": "ghostwriter/config", "version": "0.4.1", @@ -591,16 +651,16 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb" + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", - "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4", + "reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4", "shasum": "" }, "require": { @@ -614,9 +674,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -653,7 +710,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0" }, "funding": [ { @@ -669,20 +726,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "875e90aeea2777b6f135677f618529449334a612" + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612", - "reference": "875e90aeea2777b6f135677f618529449334a612", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/32a9da87d7b3245e09ac426c83d334ae9f06f80f", + "reference": "32a9da87d7b3245e09ac426c83d334ae9f06f80f", "shasum": "" }, "require": { @@ -693,9 +750,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -734,7 +788,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.29.0" }, "funding": [ { @@ -750,20 +804,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92" + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", - "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92", + "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/bc45c394692b948b4d383a08d7753968bed9a83d", + "reference": "bc45c394692b948b4d383a08d7753968bed9a83d", "shasum": "" }, "require": { @@ -774,9 +828,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -818,7 +869,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.29.0" }, "funding": [ { @@ -834,20 +885,20 @@ "type": "tidelift" } ], - "time": "2023-01-26T09:26:14+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/polyfill-mbstring", - "version": "v1.28.0", + "version": "v1.29.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "42292d99c55abe617799667f454222c54c60e229" + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229", - "reference": "42292d99c55abe617799667f454222c54c60e229", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9773676c8a1bb1f8d4340a62efe641cf76eda7ec", + "reference": "9773676c8a1bb1f8d4340a62efe641cf76eda7ec", "shasum": "" }, "require": { @@ -861,9 +912,6 @@ }, "type": "library", "extra": { - "branch-alias": { - "dev-main": "1.28-dev" - }, "thanks": { "name": "symfony/polyfill", "url": "https://github.com/symfony/polyfill" @@ -901,7 +949,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.29.0" }, "funding": [ { @@ -917,7 +965,7 @@ "type": "tidelift" } ], - "time": "2023-07-28T09:04:16+00:00" + "time": "2024-01-29T20:11:03+00:00" }, { "name": "symfony/service-contracts", @@ -1579,16 +1627,16 @@ }, { "name": "fidry/cpu-core-counter", - "version": "1.0.0", + "version": "1.1.0", "source": { "type": "git", "url": "https://github.com/theofidry/cpu-core-counter.git", - "reference": "85193c0b0cb5c47894b5eaec906e946f054e7077" + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/85193c0b0cb5c47894b5eaec906e946f054e7077", - "reference": "85193c0b0cb5c47894b5eaec906e946f054e7077", + "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/f92996c4d5c1a696a6a970e20f7c4216200fcc42", + "reference": "f92996c4d5c1a696a6a970e20f7c4216200fcc42", "shasum": "" }, "require": { @@ -1628,7 +1676,7 @@ ], "support": { "issues": "https://github.com/theofidry/cpu-core-counter/issues", - "source": "https://github.com/theofidry/cpu-core-counter/tree/1.0.0" + "source": "https://github.com/theofidry/cpu-core-counter/tree/1.1.0" }, "funding": [ { @@ -1636,7 +1684,7 @@ "type": "github" } ], - "time": "2023-09-17T21:38:23+00:00" + "time": "2024-02-07T09:43:46+00:00" }, { "name": "ghostwriter/coding-standard", @@ -1644,18 +1692,18 @@ "source": { "type": "git", "url": "https://github.com/ghostwriter/coding-standard.git", - "reference": "666757e34773a082be2883f35edec04431bcc09e" + "reference": "6b40750cbab31073fda9183817e45e652b0ccbb6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/666757e34773a082be2883f35edec04431bcc09e", - "reference": "666757e34773a082be2883f35edec04431bcc09e", + "url": "https://api.github.com/repos/ghostwriter/coding-standard/zipball/6b40750cbab31073fda9183817e45e652b0ccbb6", + "reference": "6b40750cbab31073fda9183817e45e652b0ccbb6", "shasum": "" }, "require": { "php": "^8.1", - "phpunit/phpunit": "^10.5.9", - "vimeo/psalm": "^5.21.1" + "phpunit/phpunit": ">=10.5.10 || >=11.0.3", + "vimeo/psalm": ">=5.22.1 || >=6.0 || dev-main as 6.0" }, "default-branch": true, "bin": [ @@ -1666,6 +1714,7 @@ "tools/infection", "tools/phive", "tools/php-fuzzer", + "tools/phpactor", "tools/phpbench", "tools/phpcbf", "tools/phpcs", @@ -1708,67 +1757,7 @@ "type": "github" } ], - "time": "2024-02-01T17:50:59+00:00" - }, - { - "name": "ghostwriter/collection", - "version": "1.4.0", - "source": { - "type": "git", - "url": "https://github.com/ghostwriter/collection.git", - "reference": "489a8a81ba84a8e58900d11477a1604387927bb8" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/collection/zipball/489a8a81ba84a8e58900d11477a1604387927bb8", - "reference": "489a8a81ba84a8e58900d11477a1604387927bb8", - "shasum": "" - }, - "require": { - "php": ">=8.1" - }, - "require-dev": { - "ghostwriter/coding-standard": "dev-main", - "ghostwriter/psalm-plugin": "^0.1 || ^0.2 || ^1.0" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ghostwriter\\Collection\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nathanael Esayeas", - "email": "nathanael.esayeas@protonmail.com", - "homepage": "https://github.com/ghostwriter", - "role": "Developer" - } - ], - "description": "Provides a Collection implementation for PHP", - "homepage": "https://github.com/ghostwriter/collection", - "keywords": [ - "collection", - "ghostwriter" - ], - "support": { - "docs": "https://github.com/ghostwriter/collection", - "forum": "https://github.com/ghostwriter/collection/discussions", - "issues": "https://github.com/ghostwriter/collection/issues", - "rss": "https://github.com/ghostwriter/collection/releases.atom", - "source": "https://github.com/ghostwriter/collection" - }, - "funding": [ - { - "url": "https://github.com/sponsors/ghostwriter", - "type": "github" - } - ], - "time": "2023-08-23T11:06:51+00:00" + "time": "2024-02-22T23:42:57+00:00" }, { "name": "ghostwriter/psalm-plugin", @@ -1844,143 +1833,6 @@ ], "time": "2023-08-27T13:19:25+00:00" }, - { - "name": "ghostwriter/result", - "version": "1.3.0", - "source": { - "type": "git", - "url": "https://github.com/ghostwriter/result.git", - "reference": "e922fe4cf5a5dc6b9e5a1f72bbfbe4ab7d630864" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/result/zipball/e922fe4cf5a5dc6b9e5a1f72bbfbe4ab7d630864", - "reference": "e922fe4cf5a5dc6b9e5a1f72bbfbe4ab7d630864", - "shasum": "" - }, - "require": { - "ghostwriter/option": "^1.5.1", - "php": ">=8.1,<8.4" - }, - "require-dev": { - "ghostwriter/coding-standard": "dev-main" - }, - "type": "library", - "autoload": { - "psr-4": { - "Ghostwriter\\Result\\": "src/" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "MIT" - ], - "authors": [ - { - "name": "Nathanael Esayeas", - "email": "nathanael.esayeas@protonmail.com", - "homepage": "https://github.com/ghostwriter", - "role": "Developer" - } - ], - "description": "Provides a Result type implementation for PHP", - "homepage": "https://github.com/ghostwriter/result", - "keywords": [ - "ghostwriter", - "result" - ], - "support": { - "docs": "https://github.com/ghostwriter/result", - "forum": "https://github.com/ghostwriter/result/discussions", - "issues": "https://github.com/ghostwriter/result/issues", - "rss": "https://github.com/ghostwriter/result/releases.atom", - "source": "https://github.com/ghostwriter/result" - }, - "funding": [ - { - "url": "https://github.com/sponsors/ghostwriter", - "type": "github" - } - ], - "time": "2023-07-06T01:18:31+00:00" - }, - { - "name": "ghostwriter/testify", - "version": "dev-main", - "source": { - "type": "git", - "url": "https://github.com/ghostwriter/testify.git", - "reference": "e615a154df68da440ad18f8208e71d2c243d73da" - }, - "dist": { - "type": "zip", - "url": "https://api.github.com/repos/ghostwriter/testify/zipball/e615a154df68da440ad18f8208e71d2c243d73da", - "reference": "e615a154df68da440ad18f8208e71d2c243d73da", - "shasum": "" - }, - "require": { - "ghostwriter/clock": "^2.0", - "ghostwriter/collection": "^1.4", - "ghostwriter/config": "^0.4", - "ghostwriter/container": "^2.0", - "ghostwriter/event-dispatcher": "^3.0", - "ghostwriter/json": "^2.0", - "ghostwriter/option": "^1.5", - "ghostwriter/result": "^1.3", - "php": "^8.3", - "symfony/console": "^7.0" - }, - "require-dev": { - "ghostwriter/coding-standard": "dev-main", - "ghostwriter/psalm-plugin": "^0.2 || ^0.3 || ^1.0", - "symfony/var-dumper": "^7.0" - }, - "default-branch": true, - "bin": [ - "bin/testify", - "bin/testify.php" - ], - "type": "library", - "autoload": { - "psr-4": { - "Ghostwriter\\Testify\\": "src" - } - }, - "notification-url": "https://packagist.org/downloads/", - "license": [ - "BSD-3-Clause" - ], - "authors": [ - { - "name": "Nathanael Esayeas", - "email": "nathanael.esayeas@protonmail.com", - "homepage": "https://github.com/ghostwriter", - "role": "Developer" - } - ], - "description": "Automated test Generation for PHP code.", - "homepage": "https://github.com/ghostwriter/testify", - "keywords": [ - "dev", - "ghostwriter", - "testify", - "testing" - ], - "support": { - "docs": "https://github.com/ghostwriter/testify", - "forum": "https://github.com/ghostwriter/testify/discussions", - "issues": "https://github.com/ghostwriter/testify/issues", - "rss": "https://github.com/ghostwriter/testify/releases.atom", - "source": "https://github.com/ghostwriter/testify" - }, - "funding": [ - { - "url": "https://github.com/sponsors/ghostwriter", - "type": "github" - } - ], - "time": "2024-01-29T01:45:56+00:00" - }, { "name": "myclabs/deep-copy", "version": "1.11.1", @@ -2370,16 +2222,16 @@ }, { "name": "phpdocumentor/type-resolver", - "version": "1.8.0", + "version": "1.8.1", "source": { "type": "git", "url": "https://github.com/phpDocumentor/TypeResolver.git", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc" + "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/fad452781b3d774e3337b0c0b245dd8e5a4455fc", - "reference": "fad452781b3d774e3337b0c0b245dd8e5a4455fc", + "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353", + "reference": "bc3dc91a5e9b14aa06d1d9e90647c5c5a2cc5353", "shasum": "" }, "require": { @@ -2422,9 +2274,9 @@ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names", "support": { "issues": "https://github.com/phpDocumentor/TypeResolver/issues", - "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.0" + "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.8.1" }, - "time": "2024-01-11T11:49:22+00:00" + "time": "2024-01-18T19:15:27+00:00" }, { "name": "phpstan/phpdoc-parser", @@ -2796,16 +2648,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.9", + "version": "10.5.10", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe" + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", - "reference": "0bd663704f0165c9e76fe4f06ffa6a1ca727fdbe", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/50b8e314b6d0dd06521dc31d1abffa73f25f850c", + "reference": "50b8e314b6d0dd06521dc31d1abffa73f25f850c", "shasum": "" }, "require": { @@ -2877,7 +2729,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.5.9" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.10" }, "funding": [ { @@ -2893,7 +2745,7 @@ "type": "tidelift" } ], - "time": "2024-01-22T14:35:40+00:00" + "time": "2024-02-04T09:07:51+00:00" }, { "name": "psr/log", @@ -3862,16 +3714,16 @@ }, { "name": "spatie/array-to-xml", - "version": "3.2.2", + "version": "3.2.3", "source": { "type": "git", "url": "https://github.com/spatie/array-to-xml.git", - "reference": "96be97e664c87613121d073ea39af4c74e57a7f8" + "reference": "c95fd4db94ec199f798d4b5b4a81757bd20d88ab" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/96be97e664c87613121d073ea39af4c74e57a7f8", - "reference": "96be97e664c87613121d073ea39af4c74e57a7f8", + "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/c95fd4db94ec199f798d4b5b4a81757bd20d88ab", + "reference": "c95fd4db94ec199f798d4b5b4a81757bd20d88ab", "shasum": "" }, "require": { @@ -3909,7 +3761,7 @@ "xml" ], "support": { - "source": "https://github.com/spatie/array-to-xml/tree/3.2.2" + "source": "https://github.com/spatie/array-to-xml/tree/3.2.3" }, "funding": [ { @@ -3921,7 +3773,7 @@ "type": "github" } ], - "time": "2023-11-14T14:08:51+00:00" + "time": "2024-02-07T10:39:02+00:00" }, { "name": "symfony/filesystem", @@ -4038,16 +3890,16 @@ }, { "name": "vimeo/psalm", - "version": "5.21.1", + "version": "5.22.2", "source": { "type": "git", "url": "https://github.com/vimeo/psalm.git", - "reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494" + "reference": "d768d914152dbbf3486c36398802f74e80cfde48" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/vimeo/psalm/zipball/8c473e2437be8b6a8fd8f630f0f11a16b114c494", - "reference": "8c473e2437be8b6a8fd8f630f0f11a16b114c494", + "url": "https://api.github.com/repos/vimeo/psalm/zipball/d768d914152dbbf3486c36398802f74e80cfde48", + "reference": "d768d914152dbbf3486c36398802f74e80cfde48", "shasum": "" }, "require": { @@ -4070,7 +3922,7 @@ "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0", "nikic/php-parser": "^4.16", "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0", - "sebastian/diff": "^4.0 || ^5.0", + "sebastian/diff": "^4.0 || ^5.0 || ^6.0", "spatie/array-to-xml": "^2.17.0 || ^3.0", "symfony/console": "^4.1.6 || ^5.0 || ^6.0 || ^7.0", "symfony/filesystem": "^5.4 || ^6.0 || ^7.0" @@ -4144,7 +3996,7 @@ "issues": "https://github.com/vimeo/psalm/issues", "source": "https://github.com/vimeo/psalm" }, - "time": "2024-02-01T01:04:32+00:00" + "time": "2024-02-22T23:39:07+00:00" }, { "name": "webmozart/assert", @@ -4208,8 +4060,7 @@ "aliases": [], "minimum-stability": "stable", "stability-flags": { - "ghostwriter/coding-standard": 20, - "ghostwriter/testify": 20 + "ghostwriter/coding-standard": 20 }, "prefer-stable": true, "prefer-lowest": false, @@ -4217,11 +4068,10 @@ "php": "^8.3", "ext-json": "*", "ext-mbstring": "*", + "ext-pcov": "*", "composer-plugin-api": "^2.2.2", "composer-runtime-api": "^2.2.2" }, - "platform-dev": { - "ext-pcov": "*" - }, + "platform-dev": [], "plugin-api-version": "2.6.0" }