|
@@ -4,7 +4,7 @@
|
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
|
"This file is @generated automatically"
|
|
"This file is @generated automatically"
|
|
|
],
|
|
],
|
|
|
- "content-hash": "fd85cf0ed128b514bffca0bc7c4da4d6",
|
|
|
|
|
|
|
+ "content-hash": "c821c6d75123e9883409054fe2de966c",
|
|
|
"packages": [
|
|
"packages": [
|
|
|
{
|
|
{
|
|
|
"name": "brick/math",
|
|
"name": "brick/math",
|
|
@@ -2412,6 +2412,100 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-03-13T15:25:07+00:00"
|
|
"time": "2025-03-13T15:25:07+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/console",
|
|
|
|
|
+ "version": "v6.4.23",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/console.git",
|
|
|
|
|
+ "reference": "9056771b8eca08d026cd3280deeec3cfd99c4d93"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/console/zipball/9056771b8eca08d026cd3280deeec3cfd99c4d93",
|
|
|
|
|
+ "reference": "9056771b8eca08d026cd3280deeec3cfd99c4d93",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "symfony/deprecation-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0",
|
|
|
|
|
+ "symfony/service-contracts": "^2.5|^3",
|
|
|
|
|
+ "symfony/string": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "symfony/dependency-injection": "<5.4",
|
|
|
|
|
+ "symfony/dotenv": "<5.4",
|
|
|
|
|
+ "symfony/event-dispatcher": "<5.4",
|
|
|
|
|
+ "symfony/lock": "<5.4",
|
|
|
|
|
+ "symfony/process": "<5.4"
|
|
|
|
|
+ },
|
|
|
|
|
+ "provide": {
|
|
|
|
|
+ "psr/log-implementation": "1.0|2.0|3.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "psr/log": "^1|^2|^3",
|
|
|
|
|
+ "symfony/config": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/dependency-injection": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/http-foundation": "^6.4|^7.0",
|
|
|
|
|
+ "symfony/http-kernel": "^6.4|^7.0",
|
|
|
|
|
+ "symfony/lock": "^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",
|
|
|
|
|
+ "symfony/var-dumper": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Component\\Console\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Eases the creation of beautiful and testable command line interfaces",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "cli",
|
|
|
|
|
+ "command-line",
|
|
|
|
|
+ "console",
|
|
|
|
|
+ "terminal"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/console/tree/v6.4.23"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "2025-06-27T19:37:22+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "symfony/deprecation-contracts",
|
|
"name": "symfony/deprecation-contracts",
|
|
|
"version": "v3.6.0",
|
|
"version": "v3.6.0",
|
|
@@ -2558,6 +2652,165 @@
|
|
|
],
|
|
],
|
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
"time": "2024-09-09T11:45:10+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-intl-grapheme",
|
|
|
|
|
+ "version": "v1.32.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
|
|
|
+ "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
|
|
|
|
+ "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "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 intl's grapheme_* functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "grapheme",
|
|
|
|
|
+ "intl",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.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": "2024-09-09T11:45:10+00:00"
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/polyfill-intl-normalizer",
|
|
|
|
|
+ "version": "v1.32.0",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
|
|
|
|
|
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
|
|
+ "reference": "3833d7255cc303546435cb650316bff708a1c75c",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=7.2"
|
|
|
|
|
+ },
|
|
|
|
|
+ "suggest": {
|
|
|
|
|
+ "ext-intl": "For best performance"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "extra": {
|
|
|
|
|
+ "thanks": {
|
|
|
|
|
+ "url": "https://github.com/symfony/polyfill",
|
|
|
|
|
+ "name": "symfony/polyfill"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "bootstrap.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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 for intl's Normalizer class and related functions",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "compatibility",
|
|
|
|
|
+ "intl",
|
|
|
|
|
+ "normalizer",
|
|
|
|
|
+ "polyfill",
|
|
|
|
|
+ "portable",
|
|
|
|
|
+ "shim"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.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": "2024-09-09T11:45:10+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "symfony/polyfill-mbstring",
|
|
"name": "symfony/polyfill-mbstring",
|
|
|
"version": "v1.32.0",
|
|
"version": "v1.32.0",
|
|
@@ -2802,6 +3055,92 @@
|
|
|
],
|
|
],
|
|
|
"time": "2025-04-25T09:37:31+00:00"
|
|
"time": "2025-04-25T09:37:31+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "symfony/string",
|
|
|
|
|
+ "version": "v6.4.21",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/symfony/string.git",
|
|
|
|
|
+ "reference": "73e2c6966a5aef1d4892873ed5322245295370c6"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/symfony/string/zipball/73e2c6966a5aef1d4892873ed5322245295370c6",
|
|
|
|
|
+ "reference": "73e2c6966a5aef1d4892873ed5322245295370c6",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "symfony/polyfill-ctype": "~1.8",
|
|
|
|
|
+ "symfony/polyfill-intl-grapheme": "~1.0",
|
|
|
|
|
+ "symfony/polyfill-intl-normalizer": "~1.0",
|
|
|
|
|
+ "symfony/polyfill-mbstring": "~1.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "conflict": {
|
|
|
|
|
+ "symfony/translation-contracts": "<2.5"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "symfony/error-handler": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/http-client": "^5.4|^6.0|^7.0",
|
|
|
|
|
+ "symfony/intl": "^6.2|^7.0",
|
|
|
|
|
+ "symfony/translation-contracts": "^2.5|^3.0",
|
|
|
|
|
+ "symfony/var-exporter": "^5.4|^6.0|^7.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "files": [
|
|
|
|
|
+ "Resources/functions.php"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Symfony\\Component\\String\\": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
|
|
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "grapheme",
|
|
|
|
|
+ "i18n",
|
|
|
|
|
+ "string",
|
|
|
|
|
+ "unicode",
|
|
|
|
|
+ "utf-8",
|
|
|
|
|
+ "utf8"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "source": "https://github.com/symfony/string/tree/v6.4.21"
|
|
|
|
|
+ },
|
|
|
|
|
+ "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": "2025-04-18T15:23:29+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "symfony/translation",
|
|
"name": "symfony/translation",
|
|
|
"version": "v6.4.22",
|
|
"version": "v6.4.22",
|
|
@@ -3670,6 +4009,60 @@
|
|
|
},
|
|
},
|
|
|
"time": "2025-03-01T08:43:36+00:00"
|
|
"time": "2025-03-01T08:43:36+00:00"
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "webman/console",
|
|
|
|
|
+ "version": "v2.1.8",
|
|
|
|
|
+ "source": {
|
|
|
|
|
+ "type": "git",
|
|
|
|
|
+ "url": "https://github.com/webman-php/console.git",
|
|
|
|
|
+ "reference": "2d4ce527810f91e1b4f583ec90eae24a0334ab10"
|
|
|
|
|
+ },
|
|
|
|
|
+ "dist": {
|
|
|
|
|
+ "type": "zip",
|
|
|
|
|
+ "url": "https://api.github.com/repos/webman-php/console/zipball/2d4ce527810f91e1b4f583ec90eae24a0334ab10",
|
|
|
|
|
+ "reference": "2d4ce527810f91e1b4f583ec90eae24a0334ab10",
|
|
|
|
|
+ "shasum": ""
|
|
|
|
|
+ },
|
|
|
|
|
+ "require": {
|
|
|
|
|
+ "doctrine/inflector": "^2.0",
|
|
|
|
|
+ "php": ">=8.1",
|
|
|
|
|
+ "symfony/console": ">=6.0"
|
|
|
|
|
+ },
|
|
|
|
|
+ "require-dev": {
|
|
|
|
|
+ "workerman/webman": "^2.1"
|
|
|
|
|
+ },
|
|
|
|
|
+ "type": "library",
|
|
|
|
|
+ "autoload": {
|
|
|
|
|
+ "psr-4": {
|
|
|
|
|
+ "Webman\\Console\\": "src"
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
|
|
+ "license": [
|
|
|
|
|
+ "MIT"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "authors": [
|
|
|
|
|
+ {
|
|
|
|
|
+ "name": "walkor",
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
|
|
+ "role": "Developer"
|
|
|
|
|
+ }
|
|
|
|
|
+ ],
|
|
|
|
|
+ "description": "Webman console",
|
|
|
|
|
+ "homepage": "http://www.workerman.net",
|
|
|
|
|
+ "keywords": [
|
|
|
|
|
+ "webman console"
|
|
|
|
|
+ ],
|
|
|
|
|
+ "support": {
|
|
|
|
|
+ "email": "walkor@workerman.net",
|
|
|
|
|
+ "forum": "http://www.workerman.net/questions",
|
|
|
|
|
+ "issues": "https://github.com/webman-php/console/issues",
|
|
|
|
|
+ "source": "https://github.com/webman-php/console",
|
|
|
|
|
+ "wiki": "http://www.workerman.net/doc/webman"
|
|
|
|
|
+ },
|
|
|
|
|
+ "time": "2025-06-02T00:42:16+00:00"
|
|
|
|
|
+ },
|
|
|
{
|
|
{
|
|
|
"name": "webman/event",
|
|
"name": "webman/event",
|
|
|
"version": "v1.0.5",
|
|
"version": "v1.0.5",
|
|
@@ -4088,12 +4481,12 @@
|
|
|
"packages-dev": [],
|
|
"packages-dev": [],
|
|
|
"aliases": [],
|
|
"aliases": [],
|
|
|
"minimum-stability": "dev",
|
|
"minimum-stability": "dev",
|
|
|
- "stability-flags": [],
|
|
|
|
|
|
|
+ "stability-flags": {},
|
|
|
"prefer-stable": true,
|
|
"prefer-stable": true,
|
|
|
"prefer-lowest": false,
|
|
"prefer-lowest": false,
|
|
|
"platform": {
|
|
"platform": {
|
|
|
"php": ">=8.1"
|
|
"php": ">=8.1"
|
|
|
},
|
|
},
|
|
|
- "platform-dev": [],
|
|
|
|
|
|
|
+ "platform-dev": {},
|
|
|
"plugin-api-version": "2.6.0"
|
|
"plugin-api-version": "2.6.0"
|
|
|
}
|
|
}
|