Plugin Directory

Changeset 3102182


Ignore:
Timestamp:
06/13/2024 08:58:10 AM (21 months ago)
Author:
laolaweb
Message:

Release 2.1.1

Location:
easy-language
Files:
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • easy-language/tags/2.1.1/classes/apis/summ-ai/class-summ-ai.php

    r3079479 r3102182  
    998998     * The source-language must be possible to simplify in the target-language.
    999999     *
    1000      * @param ?string $values The settings to check.
     1000     * @param ?array $values The settings to check.
    10011001     *
    10021002     * @return array|null
    10031003     */
    1004     public function validate_language_settings( ?string $values ): ?array {
     1004    public function validate_language_settings( ?array $values ): ?array {
    10051005        $values = Helper::settings_validate_multiple_checkboxes( $values );
    10061006        if ( empty( $values ) ) {
  • easy-language/tags/2.1.1/easy-language.php

    r3079479 r3102182  
    55 * Requires at least: 6.0
    66 * Requires PHP:      8.0
    7  * Version:           2.1.0
     7 * Version:           2.1.1
    88 * Author:            laOlaWeb
    99 * Author URI:        https://laolaweb.com
     
    2424
    2525// set version number.
    26 define( 'EASY_LANGUAGE_VERSION', '2.1.0' );
     26define( 'EASY_LANGUAGE_VERSION', '2.1.1' );
    2727
    2828// embed necessary files.
  • easy-language/tags/2.1.1/readme.txt

    r3079479 r3102182  
    33Tags: easy language, leichte sprache, simplify, summ ai, capito
    44Requires at least: 6.0
    5 Tested up to: 6.5.2
     5Tested up to: 6.6
    66Requires PHP: 8.0
    77License: GPL-2.0-or-later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 2.1.0
     9Stable tag: 2.1.1
     10
     11Simplify your website into easy language - supported by AI.
    1012
    1113== Description ==
     
    135137* Compatibility with WordPress 6.5.2
    136138* Updated dependencies for Gutenberg-scripts
     139
     140= 2.1.1 =
     141* Compatibility with WordPress 6.6
     142* Fixed possible error with SUMM AI settings for languages with used API Key
  • easy-language/tags/2.1.1/vendor/composer/autoload_real.php

    r3079479 r3102182  
    3333
    3434        $loader->setClassMapAuthoritative(true);
    35         $loader->setApcuPrefix('UoctlSM7hgP6zLC3lrIjF');
     35        $loader->setApcuPrefix('lmpaBNx2IK1RSJgzvBHGk');
    3636        $loader->register(false);
    3737
  • easy-language/tags/2.1.1/vendor/composer/installed.json

    r3079479 r3102182  
    428428        {
    429429            "name": "phpcsstandards/phpcsutils",
    430             "version": "1.0.11",
    431             "version_normalized": "1.0.11.0",
     430            "version": "1.0.12",
     431            "version_normalized": "1.0.12.0",
    432432            "source": {
    433433                "type": "git",
    434434                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
    435                 "reference": "c457da9dabb60eb7106dd5e3c05132b1a6539c6a"
    436             },
    437             "dist": {
    438                 "type": "zip",
    439                 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c457da9dabb60eb7106dd5e3c05132b1a6539c6a",
    440                 "reference": "c457da9dabb60eb7106dd5e3c05132b1a6539c6a",
     435                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
     436            },
     437            "dist": {
     438                "type": "zip",
     439                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
     440                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
    441441                "shasum": ""
    442442            },
     
    444444                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
    445445                "php": ">=5.4",
    446                 "squizlabs/php_codesniffer": "^3.9.0 || 4.0.x-dev@dev"
     446                "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
    447447            },
    448448            "require-dev": {
     
    453453                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
    454454            },
    455             "time": "2024-04-24T11:47:18+00:00",
     455            "time": "2024-05-20T13:34:27+00:00",
    456456            "type": "phpcodesniffer-standard",
    457457            "extra": {
     
    634634        {
    635635            "name": "phpdocumentor/reflection-docblock",
    636             "version": "5.4.0",
    637             "version_normalized": "5.4.0.0",
     636            "version": "5.4.1",
     637            "version_normalized": "5.4.1.0",
    638638            "source": {
    639639                "type": "git",
    640640                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    641                 "reference": "298d2febfe79d03fe714eb871d5538da55205b1a"
    642             },
    643             "dist": {
    644                 "type": "zip",
    645                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a",
    646                 "reference": "298d2febfe79d03fe714eb871d5538da55205b1a",
     641                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
     642            },
     643            "dist": {
     644                "type": "zip",
     645                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
     646                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
    647647                "shasum": ""
    648648            },
     
    665665                "vimeo/psalm": "^5.13"
    666666            },
    667             "time": "2024-04-09T21:13:58+00:00",
     667            "time": "2024-05-21T05:55:05+00:00",
    668668            "type": "library",
    669669            "extra": {
     
    695695            "support": {
    696696                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
    697                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0"
     697                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
    698698            },
    699699            "install-path": "../phpdocumentor/reflection-docblock"
     
    762762        {
    763763            "name": "phpstan/phpdoc-parser",
    764             "version": "1.28.0",
    765             "version_normalized": "1.28.0.0",
     764            "version": "1.29.1",
     765            "version_normalized": "1.29.1.0",
    766766            "source": {
    767767                "type": "git",
    768768                "url": "https://github.com/phpstan/phpdoc-parser.git",
    769                 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
    770             },
    771             "dist": {
    772                 "type": "zip",
    773                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
    774                 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
     769                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
     770            },
     771            "dist": {
     772                "type": "zip",
     773                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
     774                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
    775775                "shasum": ""
    776776            },
     
    789789                "symfony/process": "^5.2"
    790790            },
    791             "time": "2024-04-03T18:51:33+00:00",
     791            "time": "2024-05-31T08:52:43+00:00",
    792792            "type": "library",
    793793            "installation-source": "dist",
     
    806806            "support": {
    807807                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    808                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0"
     808                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
    809809            },
    810810            "install-path": "../phpstan/phpdoc-parser"
     
    812812        {
    813813            "name": "pronamic/wp-documentor",
    814             "version": "v1.3.2",
    815             "version_normalized": "1.3.2.0",
     814            "version": "v1.4.0",
     815            "version_normalized": "1.4.0.0",
    816816            "source": {
    817817                "type": "git",
    818818                "url": "https://github.com/pronamic/wp-documentor.git",
    819                 "reference": "c244bb9a73ce329c4bd2fe0a1e734eec5849048d"
    820             },
    821             "dist": {
    822                 "type": "zip",
    823                 "url": "https://api.github.com/repos/pronamic/wp-documentor/zipball/c244bb9a73ce329c4bd2fe0a1e734eec5849048d",
    824                 "reference": "c244bb9a73ce329c4bd2fe0a1e734eec5849048d",
    825                 "shasum": ""
    826             },
    827             "require": {
     819                "reference": "a81e7626f2dc5a3767bbce010584c7a08813ffeb"
     820            },
     821            "dist": {
     822                "type": "zip",
     823                "url": "https://api.github.com/repos/pronamic/wp-documentor/zipball/a81e7626f2dc5a3767bbce010584c7a08813ffeb",
     824                "reference": "a81e7626f2dc5a3767bbce010584c7a08813ffeb",
     825                "shasum": ""
     826            },
     827            "require": {
     828                "php": ">=8.0",
    828829                "phpdocumentor/reflection": "^4.0",
    829830                "phpdocumentor/reflection-docblock": "^5.2",
    830                 "symfony/console": "^5.2",
    831                 "symfony/filesystem": "^5.2",
    832                 "symfony/finder": "^5.2",
     831                "symfony/console": "^5.0 || ^6.0 || ^6.1 || ^6.2",
     832                "symfony/filesystem": "^5.0 || ^6.0 || ^6.1 || ^6.2",
     833                "symfony/finder": "^5.0 || ^6.0 || ^6.1 || ^6.2",
    833834                "symfony/polyfill-php80": "^1.24"
    834835            },
    835836            "require-dev": {
    836                 "bamarni/composer-bin-plugin": "^1.4",
    837837                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    838838                "phpcompatibility/php-compatibility": "^9.3",
    839839                "phpcompatibility/phpcompatibility-wp": "^2.1",
     840                "phpdocumentor/phpdocumentor": "^3.0",
    840841                "roots/wordpress": "^5.7",
    841842                "squizlabs/php_codesniffer": "^3.6",
    842843                "wp-coding-standards/wpcs": "^2.3"
    843844            },
    844             "time": "2024-04-22T13:47:32+00:00",
     845            "time": "2024-05-06T08:16:13+00:00",
    845846            "bin": [
    846847                "bin/wp-documentor"
     
    882883            "support": {
    883884                "issues": "https://github.com/pronamic/wp-documentor/issues",
    884                 "source": "https://github.com/pronamic/wp-documentor/tree/v1.3.2"
     885                "source": "https://github.com/pronamic/wp-documentor/tree/v1.4.0"
    885886            },
    886887            "install-path": "../pronamic/wp-documentor"
     
    997998        {
    998999            "name": "squizlabs/php_codesniffer",
    999             "version": "3.9.2",
    1000             "version_normalized": "3.9.2.0",
     1000            "version": "3.10.1",
     1001            "version_normalized": "3.10.1.0",
    10011002            "source": {
    10021003                "type": "git",
    10031004                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    1004                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480"
    1005             },
    1006             "dist": {
    1007                 "type": "zip",
    1008                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480",
    1009                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480",
     1005                "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
     1006            },
     1007            "dist": {
     1008                "type": "zip",
     1009                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
     1010                "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
    10101011                "shasum": ""
    10111012            },
     
    10191020                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    10201021            },
    1021             "time": "2024-04-23T20:25:34+00:00",
     1022            "time": "2024-05-22T21:24:41+00:00",
    10221023            "bin": [
    10231024                "bin/phpcbf",
     
    10801081        {
    10811082            "name": "symfony/console",
    1082             "version": "v5.4.39",
    1083             "version_normalized": "5.4.39.0",
     1083            "version": "v6.4.8",
     1084            "version_normalized": "6.4.8.0",
    10841085            "source": {
    10851086                "type": "git",
    10861087                "url": "https://github.com/symfony/console.git",
    1087                 "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1"
    1088             },
    1089             "dist": {
    1090                 "type": "zip",
    1091                 "url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1",
    1092                 "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1",
    1093                 "shasum": ""
    1094             },
    1095             "require": {
    1096                 "php": ">=7.2.5",
    1097                 "symfony/deprecation-contracts": "^2.1|^3",
     1088                "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91"
     1089            },
     1090            "dist": {
     1091                "type": "zip",
     1092                "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91",
     1093                "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91",
     1094                "shasum": ""
     1095            },
     1096            "require": {
     1097                "php": ">=8.1",
     1098                "symfony/deprecation-contracts": "^2.5|^3",
    10981099                "symfony/polyfill-mbstring": "~1.0",
    1099                 "symfony/polyfill-php73": "^1.9",
    1100                 "symfony/polyfill-php80": "^1.16",
    1101                 "symfony/service-contracts": "^1.1|^2|^3",
    1102                 "symfony/string": "^5.1|^6.0"
     1100                "symfony/service-contracts": "^2.5|^3",
     1101                "symfony/string": "^5.4|^6.0|^7.0"
    11031102            },
    11041103            "conflict": {
    1105                 "psr/log": ">=3",
    1106                 "symfony/dependency-injection": "<4.4",
    1107                 "symfony/dotenv": "<5.1",
    1108                 "symfony/event-dispatcher": "<4.4",
    1109                 "symfony/lock": "<4.4",
    1110                 "symfony/process": "<4.4"
     1104                "symfony/dependency-injection": "<5.4",
     1105                "symfony/dotenv": "<5.4",
     1106                "symfony/event-dispatcher": "<5.4",
     1107                "symfony/lock": "<5.4",
     1108                "symfony/process": "<5.4"
    11111109            },
    11121110            "provide": {
    1113                 "psr/log-implementation": "1.0|2.0"
     1111                "psr/log-implementation": "1.0|2.0|3.0"
    11141112            },
    11151113            "require-dev": {
    1116                 "psr/log": "^1|^2",
    1117                 "symfony/config": "^4.4|^5.0|^6.0",
    1118                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
    1119                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
    1120                 "symfony/lock": "^4.4|^5.0|^6.0",
    1121                 "symfony/process": "^4.4|^5.0|^6.0",
    1122                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
    1123             },
    1124             "suggest": {
    1125                 "psr/log": "For using the console logger",
    1126                 "symfony/event-dispatcher": "",
    1127                 "symfony/lock": "",
    1128                 "symfony/process": ""
    1129             },
    1130             "time": "2024-04-18T08:26:06+00:00",
     1114                "psr/log": "^1|^2|^3",
     1115                "symfony/config": "^5.4|^6.0|^7.0",
     1116                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
     1117                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
     1118                "symfony/http-foundation": "^6.4|^7.0",
     1119                "symfony/http-kernel": "^6.4|^7.0",
     1120                "symfony/lock": "^5.4|^6.0|^7.0",
     1121                "symfony/messenger": "^5.4|^6.0|^7.0",
     1122                "symfony/process": "^5.4|^6.0|^7.0",
     1123                "symfony/stopwatch": "^5.4|^6.0|^7.0",
     1124                "symfony/var-dumper": "^5.4|^6.0|^7.0"
     1125            },
     1126            "time": "2024-05-31T14:49:08+00:00",
    11311127            "type": "library",
    11321128            "installation-source": "dist",
     
    11621158            ],
    11631159            "support": {
    1164                 "source": "https://github.com/symfony/console/tree/v5.4.39"
     1160                "source": "https://github.com/symfony/console/tree/v6.4.8"
    11651161            },
    11661162            "funding": [
     
    11821178        {
    11831179            "name": "symfony/deprecation-contracts",
    1184             "version": "v3.4.0",
    1185             "version_normalized": "3.4.0.0",
     1180            "version": "v3.5.0",
     1181            "version_normalized": "3.5.0.0",
    11861182            "source": {
    11871183                "type": "git",
    11881184                "url": "https://github.com/symfony/deprecation-contracts.git",
    1189                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
    1190             },
    1191             "dist": {
    1192                 "type": "zip",
    1193                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
    1194                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
     1185                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
     1186            },
     1187            "dist": {
     1188                "type": "zip",
     1189                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
     1190                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    11951191                "shasum": ""
    11961192            },
     
    11981194                "php": ">=8.1"
    11991195            },
    1200             "time": "2023-05-23T14:45:45+00:00",
     1196            "time": "2024-04-18T09:32:20+00:00",
    12011197            "type": "library",
    12021198            "extra": {
    12031199                "branch-alias": {
    1204                     "dev-main": "3.4-dev"
     1200                    "dev-main": "3.5-dev"
    12051201                },
    12061202                "thanks": {
     
    12321228            "homepage": "https://symfony.com",
    12331229            "support": {
    1234                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
     1230                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
    12351231            },
    12361232            "funding": [
     
    12521248        {
    12531249            "name": "symfony/filesystem",
    1254             "version": "v5.4.39",
    1255             "version_normalized": "5.4.39.0",
     1250            "version": "v6.4.8",
     1251            "version_normalized": "6.4.8.0",
    12561252            "source": {
    12571253                "type": "git",
    12581254                "url": "https://github.com/symfony/filesystem.git",
    1259                 "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12"
    1260             },
    1261             "dist": {
    1262                 "type": "zip",
    1263                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e6edd875d5d39b03de51f3c3951148cfa79a4d12",
    1264                 "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12",
    1265                 "shasum": ""
    1266             },
    1267             "require": {
    1268                 "php": ">=7.2.5",
     1255                "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3"
     1256            },
     1257            "dist": {
     1258                "type": "zip",
     1259                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3",
     1260                "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3",
     1261                "shasum": ""
     1262            },
     1263            "require": {
     1264                "php": ">=8.1",
    12691265                "symfony/polyfill-ctype": "~1.8",
    1270                 "symfony/polyfill-mbstring": "~1.8",
    1271                 "symfony/polyfill-php80": "^1.16",
    1272                 "symfony/process": "^5.4|^6.4"
    1273             },
    1274             "time": "2024-04-18T08:26:06+00:00",
     1266                "symfony/polyfill-mbstring": "~1.8"
     1267            },
     1268            "require-dev": {
     1269                "symfony/process": "^5.4|^6.4|^7.0"
     1270            },
     1271            "time": "2024-05-31T14:49:08+00:00",
    12751272            "type": "library",
    12761273            "installation-source": "dist",
     
    13001297            "homepage": "https://symfony.com",
    13011298            "support": {
    1302                 "source": "https://github.com/symfony/filesystem/tree/v5.4.39"
     1299                "source": "https://github.com/symfony/filesystem/tree/v6.4.8"
    13031300            },
    13041301            "funding": [
     
    13201317        {
    13211318            "name": "symfony/finder",
    1322             "version": "v5.4.39",
    1323             "version_normalized": "5.4.39.0",
     1319            "version": "v6.4.8",
     1320            "version_normalized": "6.4.8.0",
    13241321            "source": {
    13251322                "type": "git",
    13261323                "url": "https://github.com/symfony/finder.git",
    1327                 "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a"
    1328             },
    1329             "dist": {
    1330                 "type": "zip",
    1331                 "url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a",
    1332                 "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a",
    1333                 "shasum": ""
    1334             },
    1335             "require": {
    1336                 "php": ">=7.2.5",
    1337                 "symfony/deprecation-contracts": "^2.1|^3",
    1338                 "symfony/polyfill-php80": "^1.16"
    1339             },
    1340             "time": "2024-04-18T08:26:06+00:00",
     1324                "reference": "3ef977a43883215d560a2cecb82ec8e62131471c"
     1325            },
     1326            "dist": {
     1327                "type": "zip",
     1328                "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c",
     1329                "reference": "3ef977a43883215d560a2cecb82ec8e62131471c",
     1330                "shasum": ""
     1331            },
     1332            "require": {
     1333                "php": ">=8.1"
     1334            },
     1335            "require-dev": {
     1336                "symfony/filesystem": "^6.0|^7.0"
     1337            },
     1338            "time": "2024-05-31T14:49:08+00:00",
    13411339            "type": "library",
    13421340            "installation-source": "dist",
     
    13661364            "homepage": "https://symfony.com",
    13671365            "support": {
    1368                 "source": "https://github.com/symfony/finder/tree/v5.4.39"
     1366                "source": "https://github.com/symfony/finder/tree/v6.4.8"
    13691367            },
    13701368            "funding": [
     
    17151713        },
    17161714        {
    1717             "name": "symfony/polyfill-php73",
    1718             "version": "v1.29.0",
    1719             "version_normalized": "1.29.0.0",
    1720             "source": {
    1721                 "type": "git",
    1722                 "url": "https://github.com/symfony/polyfill-php73.git",
    1723                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
    1724             },
    1725             "dist": {
    1726                 "type": "zip",
    1727                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
    1728                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
    1729                 "shasum": ""
    1730             },
    1731             "require": {
    1732                 "php": ">=7.1"
    1733             },
    1734             "time": "2024-01-29T20:11:03+00:00",
    1735             "type": "library",
    1736             "extra": {
    1737                 "thanks": {
    1738                     "name": "symfony/polyfill",
    1739                     "url": "https://github.com/symfony/polyfill"
    1740                 }
    1741             },
    1742             "installation-source": "dist",
    1743             "autoload": {
    1744                 "files": [
    1745                     "bootstrap.php"
    1746                 ],
    1747                 "psr-4": {
    1748                     "Symfony\\Polyfill\\Php73\\": ""
    1749                 },
    1750                 "classmap": [
    1751                     "Resources/stubs"
    1752                 ]
    1753             },
    1754             "notification-url": "https://packagist.org/downloads/",
    1755             "license": [
    1756                 "MIT"
    1757             ],
    1758             "authors": [
    1759                 {
    1760                     "name": "Nicolas Grekas",
    1761                     "email": "p@tchwork.com"
    1762                 },
    1763                 {
    1764                     "name": "Symfony Community",
    1765                     "homepage": "https://symfony.com/contributors"
    1766                 }
    1767             ],
    1768             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
    1769             "homepage": "https://symfony.com",
    1770             "keywords": [
    1771                 "compatibility",
    1772                 "polyfill",
    1773                 "portable",
    1774                 "shim"
    1775             ],
    1776             "support": {
    1777                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
    1778             },
    1779             "funding": [
    1780                 {
    1781                     "url": "https://symfony.com/sponsor",
    1782                     "type": "custom"
    1783                 },
    1784                 {
    1785                     "url": "https://github.com/fabpot",
    1786                     "type": "github"
    1787                 },
    1788                 {
    1789                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    1790                     "type": "tidelift"
    1791                 }
    1792             ],
    1793             "install-path": "../symfony/polyfill-php73"
    1794         },
    1795         {
    17961715            "name": "symfony/polyfill-php80",
    17971716            "version": "v1.29.0",
     
    18771796        },
    18781797        {
    1879             "name": "symfony/process",
    1880             "version": "v6.4.7",
    1881             "version_normalized": "6.4.7.0",
    1882             "source": {
    1883                 "type": "git",
    1884                 "url": "https://github.com/symfony/process.git",
    1885                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381"
    1886             },
    1887             "dist": {
    1888                 "type": "zip",
    1889                 "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381",
    1890                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381",
    1891                 "shasum": ""
    1892             },
    1893             "require": {
    1894                 "php": ">=8.1"
    1895             },
    1896             "time": "2024-04-18T09:22:46+00:00",
    1897             "type": "library",
    1898             "installation-source": "dist",
    1899             "autoload": {
    1900                 "psr-4": {
    1901                     "Symfony\\Component\\Process\\": ""
    1902                 },
    1903                 "exclude-from-classmap": [
    1904                     "/Tests/"
    1905                 ]
    1906             },
    1907             "notification-url": "https://packagist.org/downloads/",
    1908             "license": [
    1909                 "MIT"
    1910             ],
    1911             "authors": [
    1912                 {
    1913                     "name": "Fabien Potencier",
    1914                     "email": "fabien@symfony.com"
    1915                 },
    1916                 {
    1917                     "name": "Symfony Community",
    1918                     "homepage": "https://symfony.com/contributors"
    1919                 }
    1920             ],
    1921             "description": "Executes commands in sub-processes",
    1922             "homepage": "https://symfony.com",
    1923             "support": {
    1924                 "source": "https://github.com/symfony/process/tree/v6.4.7"
    1925             },
    1926             "funding": [
    1927                 {
    1928                     "url": "https://symfony.com/sponsor",
    1929                     "type": "custom"
    1930                 },
    1931                 {
    1932                     "url": "https://github.com/fabpot",
    1933                     "type": "github"
    1934                 },
    1935                 {
    1936                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    1937                     "type": "tidelift"
    1938                 }
    1939             ],
    1940             "install-path": "../symfony/process"
    1941         },
    1942         {
    19431798            "name": "symfony/service-contracts",
    1944             "version": "v3.4.2",
    1945             "version_normalized": "3.4.2.0",
     1799            "version": "v3.5.0",
     1800            "version_normalized": "3.5.0.0",
    19461801            "source": {
    19471802                "type": "git",
    19481803                "url": "https://github.com/symfony/service-contracts.git",
    1949                 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
    1950             },
    1951             "dist": {
    1952                 "type": "zip",
    1953                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
    1954                 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
     1804                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
     1805            },
     1806            "dist": {
     1807                "type": "zip",
     1808                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
     1809                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
    19551810                "shasum": ""
    19561811            },
    19571812            "require": {
    19581813                "php": ">=8.1",
    1959                 "psr/container": "^1.1|^2.0"
     1814                "psr/container": "^1.1|^2.0",
     1815                "symfony/deprecation-contracts": "^2.5|^3"
    19601816            },
    19611817            "conflict": {
    19621818                "ext-psr": "<1.1|>=2"
    19631819            },
    1964             "time": "2023-12-19T21:51:00+00:00",
     1820            "time": "2024-04-18T09:32:20+00:00",
    19651821            "type": "library",
    19661822            "extra": {
    19671823                "branch-alias": {
    1968                     "dev-main": "3.4-dev"
     1824                    "dev-main": "3.5-dev"
    19691825                },
    19701826                "thanks": {
     
    20071863            ],
    20081864            "support": {
    2009                 "source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
     1865                "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
    20101866            },
    20111867            "funding": [
     
    20271883        {
    20281884            "name": "symfony/string",
    2029             "version": "v6.4.7",
    2030             "version_normalized": "6.4.7.0",
     1885            "version": "v7.1.1",
     1886            "version_normalized": "7.1.1.0",
    20311887            "source": {
    20321888                "type": "git",
    20331889                "url": "https://github.com/symfony/string.git",
    2034                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69"
    2035             },
    2036             "dist": {
    2037                 "type": "zip",
    2038                 "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69",
    2039                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69",
    2040                 "shasum": ""
    2041             },
    2042             "require": {
    2043                 "php": ">=8.1",
     1890                "reference": "60bc311c74e0af215101235aa6f471bcbc032df2"
     1891            },
     1892            "dist": {
     1893                "type": "zip",
     1894                "url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2",
     1895                "reference": "60bc311c74e0af215101235aa6f471bcbc032df2",
     1896                "shasum": ""
     1897            },
     1898            "require": {
     1899                "php": ">=8.2",
    20441900                "symfony/polyfill-ctype": "~1.8",
    20451901                "symfony/polyfill-intl-grapheme": "~1.0",
     
    20511907            },
    20521908            "require-dev": {
    2053                 "symfony/error-handler": "^5.4|^6.0|^7.0",
    2054                 "symfony/http-client": "^5.4|^6.0|^7.0",
    2055                 "symfony/intl": "^6.2|^7.0",
     1909                "symfony/emoji": "^7.1",
     1910                "symfony/error-handler": "^6.4|^7.0",
     1911                "symfony/http-client": "^6.4|^7.0",
     1912                "symfony/intl": "^6.4|^7.0",
    20561913                "symfony/translation-contracts": "^2.5|^3.0",
    2057                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
    2058             },
    2059             "time": "2024-04-18T09:22:46+00:00",
     1914                "symfony/var-exporter": "^6.4|^7.0"
     1915            },
     1916            "time": "2024-06-04T06:40:14+00:00",
    20601917            "type": "library",
    20611918            "installation-source": "dist",
     
    20961953            ],
    20971954            "support": {
    2098                 "source": "https://github.com/symfony/string/tree/v6.4.7"
     1955                "source": "https://github.com/symfony/string/tree/v7.1.1"
    20991956            },
    21001957            "funding": [
     
    23412198        "symfony/polyfill-intl-normalizer",
    23422199        "symfony/polyfill-mbstring",
    2343         "symfony/polyfill-php73",
    23442200        "symfony/polyfill-php80",
    2345         "symfony/process",
    23462201        "symfony/service-contracts",
    23472202        "symfony/string",
  • easy-language/tags/2.1.1/vendor/composer/installed.php

    r3079479 r3102182  
    6666        ),
    6767        'phpcsstandards/phpcsutils' => array(
    68             'pretty_version' => '1.0.11',
    69             'version' => '1.0.11.0',
    70             'reference' => 'c457da9dabb60eb7106dd5e3c05132b1a6539c6a',
     68            'pretty_version' => '1.0.12',
     69            'version' => '1.0.12.0',
     70            'reference' => '87b233b00daf83fb70f40c9a28692be017ea7c6c',
    7171            'type' => 'phpcodesniffer-standard',
    7272            'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils',
     
    9393        ),
    9494        'phpdocumentor/reflection-docblock' => array(
    95             'pretty_version' => '5.4.0',
    96             'version' => '5.4.0.0',
    97             'reference' => '298d2febfe79d03fe714eb871d5538da55205b1a',
     95            'pretty_version' => '5.4.1',
     96            'version' => '5.4.1.0',
     97            'reference' => '9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c',
    9898            'type' => 'library',
    9999            'install_path' => __DIR__ . '/../phpdocumentor/reflection-docblock',
     
    111111        ),
    112112        'phpstan/phpdoc-parser' => array(
    113             'pretty_version' => '1.28.0',
    114             'version' => '1.28.0.0',
    115             'reference' => 'cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb',
     113            'pretty_version' => '1.29.1',
     114            'version' => '1.29.1.0',
     115            'reference' => 'fcaefacf2d5c417e928405b71b400d4ce10daaf4',
    116116            'type' => 'library',
    117117            'install_path' => __DIR__ . '/../phpstan/phpdoc-parser',
     
    120120        ),
    121121        'pronamic/wp-documentor' => array(
    122             'pretty_version' => 'v1.3.2',
    123             'version' => '1.3.2.0',
    124             'reference' => 'c244bb9a73ce329c4bd2fe0a1e734eec5849048d',
     122            'pretty_version' => 'v1.4.0',
     123            'version' => '1.4.0.0',
     124            'reference' => 'a81e7626f2dc5a3767bbce010584c7a08813ffeb',
    125125            'type' => 'library',
    126126            'install_path' => __DIR__ . '/../pronamic/wp-documentor',
     
    149149            'dev_requirement' => true,
    150150            'provided' => array(
    151                 0 => '1.0|2.0',
     151                0 => '1.0|2.0|3.0',
    152152            ),
    153153        ),
    154154        'squizlabs/php_codesniffer' => array(
    155             'pretty_version' => '3.9.2',
    156             'version' => '3.9.2.0',
    157             'reference' => 'aac1f6f347a5c5ac6bc98ad395007df00990f480',
     155            'pretty_version' => '3.10.1',
     156            'version' => '3.10.1.0',
     157            'reference' => '8f90f7a53ce271935282967f53d0894f8f1ff877',
    158158            'type' => 'library',
    159159            'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
     
    162162        ),
    163163        'symfony/console' => array(
    164             'pretty_version' => 'v5.4.39',
    165             'version' => '5.4.39.0',
    166             'reference' => 'f3e591c48688a0cfa1a3296205926c05e84b22b1',
     164            'pretty_version' => 'v6.4.8',
     165            'version' => '6.4.8.0',
     166            'reference' => 'be5854cee0e8c7b110f00d695d11debdfa1a2a91',
    167167            'type' => 'library',
    168168            'install_path' => __DIR__ . '/../symfony/console',
     
    171171        ),
    172172        'symfony/deprecation-contracts' => array(
    173             'pretty_version' => 'v3.4.0',
    174             'version' => '3.4.0.0',
    175             'reference' => '7c3aff79d10325257a001fcf92d991f24fc967cf',
     173            'pretty_version' => 'v3.5.0',
     174            'version' => '3.5.0.0',
     175            'reference' => '0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1',
    176176            'type' => 'library',
    177177            'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
     
    180180        ),
    181181        'symfony/filesystem' => array(
    182             'pretty_version' => 'v5.4.39',
    183             'version' => '5.4.39.0',
    184             'reference' => 'e6edd875d5d39b03de51f3c3951148cfa79a4d12',
     182            'pretty_version' => 'v6.4.8',
     183            'version' => '6.4.8.0',
     184            'reference' => '4d37529150e7081c51b3c5d5718c55a04a9503f3',
    185185            'type' => 'library',
    186186            'install_path' => __DIR__ . '/../symfony/filesystem',
     
    189189        ),
    190190        'symfony/finder' => array(
    191             'pretty_version' => 'v5.4.39',
    192             'version' => '5.4.39.0',
    193             'reference' => 'f6a96e4fcd468a25fede16ee665f50ced856bd0a',
     191            'pretty_version' => 'v6.4.8',
     192            'version' => '6.4.8.0',
     193            'reference' => '3ef977a43883215d560a2cecb82ec8e62131471c',
    194194            'type' => 'library',
    195195            'install_path' => __DIR__ . '/../symfony/finder',
     
    233233            'dev_requirement' => true,
    234234        ),
    235         'symfony/polyfill-php73' => array(
    236             'pretty_version' => 'v1.29.0',
    237             'version' => '1.29.0.0',
    238             'reference' => '21bd091060673a1177ae842c0ef8fe30893114d2',
    239             'type' => 'library',
    240             'install_path' => __DIR__ . '/../symfony/polyfill-php73',
    241             'aliases' => array(),
    242             'dev_requirement' => true,
    243         ),
    244235        'symfony/polyfill-php80' => array(
    245236            'pretty_version' => 'v1.29.0',
     
    251242            'dev_requirement' => true,
    252243        ),
    253         'symfony/process' => array(
    254             'pretty_version' => 'v6.4.7',
    255             'version' => '6.4.7.0',
    256             'reference' => 'cdb1c81c145fd5aa9b0038bab694035020943381',
    257             'type' => 'library',
    258             'install_path' => __DIR__ . '/../symfony/process',
    259             'aliases' => array(),
    260             'dev_requirement' => true,
    261         ),
    262244        'symfony/service-contracts' => array(
    263             'pretty_version' => 'v3.4.2',
    264             'version' => '3.4.2.0',
    265             'reference' => '11bbf19a0fb7b36345861e85c5768844c552906e',
     245            'pretty_version' => 'v3.5.0',
     246            'version' => '3.5.0.0',
     247            'reference' => 'bd1d9e59a81d8fa4acdcea3f617c581f7475a80f',
    266248            'type' => 'library',
    267249            'install_path' => __DIR__ . '/../symfony/service-contracts',
     
    270252        ),
    271253        'symfony/string' => array(
    272             'pretty_version' => 'v6.4.7',
    273             'version' => '6.4.7.0',
    274             'reference' => 'ffeb9591c61f65a68d47f77d12b83fa530227a69',
     254            'pretty_version' => 'v7.1.1',
     255            'version' => '7.1.1.0',
     256            'reference' => '60bc311c74e0af215101235aa6f471bcbc032df2',
    275257            'type' => 'library',
    276258            'install_path' => __DIR__ . '/../symfony/string',
  • easy-language/trunk/classes/apis/summ-ai/class-summ-ai.php

    r3079479 r3102182  
    998998     * The source-language must be possible to simplify in the target-language.
    999999     *
    1000      * @param ?string $values The settings to check.
     1000     * @param ?array $values The settings to check.
    10011001     *
    10021002     * @return array|null
    10031003     */
    1004     public function validate_language_settings( ?string $values ): ?array {
     1004    public function validate_language_settings( ?array $values ): ?array {
    10051005        $values = Helper::settings_validate_multiple_checkboxes( $values );
    10061006        if ( empty( $values ) ) {
  • easy-language/trunk/easy-language.php

    r3079479 r3102182  
    55 * Requires at least: 6.0
    66 * Requires PHP:      8.0
    7  * Version:           2.1.0
     7 * Version:           2.1.1
    88 * Author:            laOlaWeb
    99 * Author URI:        https://laolaweb.com
     
    2424
    2525// set version number.
    26 define( 'EASY_LANGUAGE_VERSION', '2.1.0' );
     26define( 'EASY_LANGUAGE_VERSION', '2.1.1' );
    2727
    2828// embed necessary files.
  • easy-language/trunk/readme.txt

    r3079479 r3102182  
    33Tags: easy language, leichte sprache, simplify, summ ai, capito
    44Requires at least: 6.0
    5 Tested up to: 6.5.2
     5Tested up to: 6.6
    66Requires PHP: 8.0
    77License: GPL-2.0-or-later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
    9 Stable tag: 2.1.0
     9Stable tag: 2.1.1
     10
     11Simplify your website into easy language - supported by AI.
    1012
    1113== Description ==
     
    135137* Compatibility with WordPress 6.5.2
    136138* Updated dependencies for Gutenberg-scripts
     139
     140= 2.1.1 =
     141* Compatibility with WordPress 6.6
     142* Fixed possible error with SUMM AI settings for languages with used API Key
  • easy-language/trunk/vendor/composer/autoload_real.php

    r3079479 r3102182  
    3333
    3434        $loader->setClassMapAuthoritative(true);
    35         $loader->setApcuPrefix('UoctlSM7hgP6zLC3lrIjF');
     35        $loader->setApcuPrefix('lmpaBNx2IK1RSJgzvBHGk');
    3636        $loader->register(false);
    3737
  • easy-language/trunk/vendor/composer/installed.json

    r3079479 r3102182  
    428428        {
    429429            "name": "phpcsstandards/phpcsutils",
    430             "version": "1.0.11",
    431             "version_normalized": "1.0.11.0",
     430            "version": "1.0.12",
     431            "version_normalized": "1.0.12.0",
    432432            "source": {
    433433                "type": "git",
    434434                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
    435                 "reference": "c457da9dabb60eb7106dd5e3c05132b1a6539c6a"
    436             },
    437             "dist": {
    438                 "type": "zip",
    439                 "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/c457da9dabb60eb7106dd5e3c05132b1a6539c6a",
    440                 "reference": "c457da9dabb60eb7106dd5e3c05132b1a6539c6a",
     435                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
     436            },
     437            "dist": {
     438                "type": "zip",
     439                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
     440                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
    441441                "shasum": ""
    442442            },
     
    444444                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
    445445                "php": ">=5.4",
    446                 "squizlabs/php_codesniffer": "^3.9.0 || 4.0.x-dev@dev"
     446                "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
    447447            },
    448448            "require-dev": {
     
    453453                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
    454454            },
    455             "time": "2024-04-24T11:47:18+00:00",
     455            "time": "2024-05-20T13:34:27+00:00",
    456456            "type": "phpcodesniffer-standard",
    457457            "extra": {
     
    634634        {
    635635            "name": "phpdocumentor/reflection-docblock",
    636             "version": "5.4.0",
    637             "version_normalized": "5.4.0.0",
     636            "version": "5.4.1",
     637            "version_normalized": "5.4.1.0",
    638638            "source": {
    639639                "type": "git",
    640640                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    641                 "reference": "298d2febfe79d03fe714eb871d5538da55205b1a"
    642             },
    643             "dist": {
    644                 "type": "zip",
    645                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/298d2febfe79d03fe714eb871d5538da55205b1a",
    646                 "reference": "298d2febfe79d03fe714eb871d5538da55205b1a",
     641                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c"
     642            },
     643            "dist": {
     644                "type": "zip",
     645                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
     646                "reference": "9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c",
    647647                "shasum": ""
    648648            },
     
    665665                "vimeo/psalm": "^5.13"
    666666            },
    667             "time": "2024-04-09T21:13:58+00:00",
     667            "time": "2024-05-21T05:55:05+00:00",
    668668            "type": "library",
    669669            "extra": {
     
    695695            "support": {
    696696                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
    697                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.0"
     697                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.4.1"
    698698            },
    699699            "install-path": "../phpdocumentor/reflection-docblock"
     
    762762        {
    763763            "name": "phpstan/phpdoc-parser",
    764             "version": "1.28.0",
    765             "version_normalized": "1.28.0.0",
     764            "version": "1.29.1",
     765            "version_normalized": "1.29.1.0",
    766766            "source": {
    767767                "type": "git",
    768768                "url": "https://github.com/phpstan/phpdoc-parser.git",
    769                 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb"
    770             },
    771             "dist": {
    772                 "type": "zip",
    773                 "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
    774                 "reference": "cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb",
     769                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4"
     770            },
     771            "dist": {
     772                "type": "zip",
     773                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/fcaefacf2d5c417e928405b71b400d4ce10daaf4",
     774                "reference": "fcaefacf2d5c417e928405b71b400d4ce10daaf4",
    775775                "shasum": ""
    776776            },
     
    789789                "symfony/process": "^5.2"
    790790            },
    791             "time": "2024-04-03T18:51:33+00:00",
     791            "time": "2024-05-31T08:52:43+00:00",
    792792            "type": "library",
    793793            "installation-source": "dist",
     
    806806            "support": {
    807807                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
    808                 "source": "https://github.com/phpstan/phpdoc-parser/tree/1.28.0"
     808                "source": "https://github.com/phpstan/phpdoc-parser/tree/1.29.1"
    809809            },
    810810            "install-path": "../phpstan/phpdoc-parser"
     
    812812        {
    813813            "name": "pronamic/wp-documentor",
    814             "version": "v1.3.2",
    815             "version_normalized": "1.3.2.0",
     814            "version": "v1.4.0",
     815            "version_normalized": "1.4.0.0",
    816816            "source": {
    817817                "type": "git",
    818818                "url": "https://github.com/pronamic/wp-documentor.git",
    819                 "reference": "c244bb9a73ce329c4bd2fe0a1e734eec5849048d"
    820             },
    821             "dist": {
    822                 "type": "zip",
    823                 "url": "https://api.github.com/repos/pronamic/wp-documentor/zipball/c244bb9a73ce329c4bd2fe0a1e734eec5849048d",
    824                 "reference": "c244bb9a73ce329c4bd2fe0a1e734eec5849048d",
    825                 "shasum": ""
    826             },
    827             "require": {
     819                "reference": "a81e7626f2dc5a3767bbce010584c7a08813ffeb"
     820            },
     821            "dist": {
     822                "type": "zip",
     823                "url": "https://api.github.com/repos/pronamic/wp-documentor/zipball/a81e7626f2dc5a3767bbce010584c7a08813ffeb",
     824                "reference": "a81e7626f2dc5a3767bbce010584c7a08813ffeb",
     825                "shasum": ""
     826            },
     827            "require": {
     828                "php": ">=8.0",
    828829                "phpdocumentor/reflection": "^4.0",
    829830                "phpdocumentor/reflection-docblock": "^5.2",
    830                 "symfony/console": "^5.2",
    831                 "symfony/filesystem": "^5.2",
    832                 "symfony/finder": "^5.2",
     831                "symfony/console": "^5.0 || ^6.0 || ^6.1 || ^6.2",
     832                "symfony/filesystem": "^5.0 || ^6.0 || ^6.1 || ^6.2",
     833                "symfony/finder": "^5.0 || ^6.0 || ^6.1 || ^6.2",
    833834                "symfony/polyfill-php80": "^1.24"
    834835            },
    835836            "require-dev": {
    836                 "bamarni/composer-bin-plugin": "^1.4",
    837837                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    838838                "phpcompatibility/php-compatibility": "^9.3",
    839839                "phpcompatibility/phpcompatibility-wp": "^2.1",
     840                "phpdocumentor/phpdocumentor": "^3.0",
    840841                "roots/wordpress": "^5.7",
    841842                "squizlabs/php_codesniffer": "^3.6",
    842843                "wp-coding-standards/wpcs": "^2.3"
    843844            },
    844             "time": "2024-04-22T13:47:32+00:00",
     845            "time": "2024-05-06T08:16:13+00:00",
    845846            "bin": [
    846847                "bin/wp-documentor"
     
    882883            "support": {
    883884                "issues": "https://github.com/pronamic/wp-documentor/issues",
    884                 "source": "https://github.com/pronamic/wp-documentor/tree/v1.3.2"
     885                "source": "https://github.com/pronamic/wp-documentor/tree/v1.4.0"
    885886            },
    886887            "install-path": "../pronamic/wp-documentor"
     
    997998        {
    998999            "name": "squizlabs/php_codesniffer",
    999             "version": "3.9.2",
    1000             "version_normalized": "3.9.2.0",
     1000            "version": "3.10.1",
     1001            "version_normalized": "3.10.1.0",
    10011002            "source": {
    10021003                "type": "git",
    10031004                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
    1004                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480"
    1005             },
    1006             "dist": {
    1007                 "type": "zip",
    1008                 "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/aac1f6f347a5c5ac6bc98ad395007df00990f480",
    1009                 "reference": "aac1f6f347a5c5ac6bc98ad395007df00990f480",
     1005                "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
     1006            },
     1007            "dist": {
     1008                "type": "zip",
     1009                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
     1010                "reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
    10101011                "shasum": ""
    10111012            },
     
    10191020                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    10201021            },
    1021             "time": "2024-04-23T20:25:34+00:00",
     1022            "time": "2024-05-22T21:24:41+00:00",
    10221023            "bin": [
    10231024                "bin/phpcbf",
     
    10801081        {
    10811082            "name": "symfony/console",
    1082             "version": "v5.4.39",
    1083             "version_normalized": "5.4.39.0",
     1083            "version": "v6.4.8",
     1084            "version_normalized": "6.4.8.0",
    10841085            "source": {
    10851086                "type": "git",
    10861087                "url": "https://github.com/symfony/console.git",
    1087                 "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1"
    1088             },
    1089             "dist": {
    1090                 "type": "zip",
    1091                 "url": "https://api.github.com/repos/symfony/console/zipball/f3e591c48688a0cfa1a3296205926c05e84b22b1",
    1092                 "reference": "f3e591c48688a0cfa1a3296205926c05e84b22b1",
    1093                 "shasum": ""
    1094             },
    1095             "require": {
    1096                 "php": ">=7.2.5",
    1097                 "symfony/deprecation-contracts": "^2.1|^3",
     1088                "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91"
     1089            },
     1090            "dist": {
     1091                "type": "zip",
     1092                "url": "https://api.github.com/repos/symfony/console/zipball/be5854cee0e8c7b110f00d695d11debdfa1a2a91",
     1093                "reference": "be5854cee0e8c7b110f00d695d11debdfa1a2a91",
     1094                "shasum": ""
     1095            },
     1096            "require": {
     1097                "php": ">=8.1",
     1098                "symfony/deprecation-contracts": "^2.5|^3",
    10981099                "symfony/polyfill-mbstring": "~1.0",
    1099                 "symfony/polyfill-php73": "^1.9",
    1100                 "symfony/polyfill-php80": "^1.16",
    1101                 "symfony/service-contracts": "^1.1|^2|^3",
    1102                 "symfony/string": "^5.1|^6.0"
     1100                "symfony/service-contracts": "^2.5|^3",
     1101                "symfony/string": "^5.4|^6.0|^7.0"
    11031102            },
    11041103            "conflict": {
    1105                 "psr/log": ">=3",
    1106                 "symfony/dependency-injection": "<4.4",
    1107                 "symfony/dotenv": "<5.1",
    1108                 "symfony/event-dispatcher": "<4.4",
    1109                 "symfony/lock": "<4.4",
    1110                 "symfony/process": "<4.4"
     1104                "symfony/dependency-injection": "<5.4",
     1105                "symfony/dotenv": "<5.4",
     1106                "symfony/event-dispatcher": "<5.4",
     1107                "symfony/lock": "<5.4",
     1108                "symfony/process": "<5.4"
    11111109            },
    11121110            "provide": {
    1113                 "psr/log-implementation": "1.0|2.0"
     1111                "psr/log-implementation": "1.0|2.0|3.0"
    11141112            },
    11151113            "require-dev": {
    1116                 "psr/log": "^1|^2",
    1117                 "symfony/config": "^4.4|^5.0|^6.0",
    1118                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
    1119                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
    1120                 "symfony/lock": "^4.4|^5.0|^6.0",
    1121                 "symfony/process": "^4.4|^5.0|^6.0",
    1122                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
    1123             },
    1124             "suggest": {
    1125                 "psr/log": "For using the console logger",
    1126                 "symfony/event-dispatcher": "",
    1127                 "symfony/lock": "",
    1128                 "symfony/process": ""
    1129             },
    1130             "time": "2024-04-18T08:26:06+00:00",
     1114                "psr/log": "^1|^2|^3",
     1115                "symfony/config": "^5.4|^6.0|^7.0",
     1116                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
     1117                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
     1118                "symfony/http-foundation": "^6.4|^7.0",
     1119                "symfony/http-kernel": "^6.4|^7.0",
     1120                "symfony/lock": "^5.4|^6.0|^7.0",
     1121                "symfony/messenger": "^5.4|^6.0|^7.0",
     1122                "symfony/process": "^5.4|^6.0|^7.0",
     1123                "symfony/stopwatch": "^5.4|^6.0|^7.0",
     1124                "symfony/var-dumper": "^5.4|^6.0|^7.0"
     1125            },
     1126            "time": "2024-05-31T14:49:08+00:00",
    11311127            "type": "library",
    11321128            "installation-source": "dist",
     
    11621158            ],
    11631159            "support": {
    1164                 "source": "https://github.com/symfony/console/tree/v5.4.39"
     1160                "source": "https://github.com/symfony/console/tree/v6.4.8"
    11651161            },
    11661162            "funding": [
     
    11821178        {
    11831179            "name": "symfony/deprecation-contracts",
    1184             "version": "v3.4.0",
    1185             "version_normalized": "3.4.0.0",
     1180            "version": "v3.5.0",
     1181            "version_normalized": "3.5.0.0",
    11861182            "source": {
    11871183                "type": "git",
    11881184                "url": "https://github.com/symfony/deprecation-contracts.git",
    1189                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
    1190             },
    1191             "dist": {
    1192                 "type": "zip",
    1193                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
    1194                 "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
     1185                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1"
     1186            },
     1187            "dist": {
     1188                "type": "zip",
     1189                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
     1190                "reference": "0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1",
    11951191                "shasum": ""
    11961192            },
     
    11981194                "php": ">=8.1"
    11991195            },
    1200             "time": "2023-05-23T14:45:45+00:00",
     1196            "time": "2024-04-18T09:32:20+00:00",
    12011197            "type": "library",
    12021198            "extra": {
    12031199                "branch-alias": {
    1204                     "dev-main": "3.4-dev"
     1200                    "dev-main": "3.5-dev"
    12051201                },
    12061202                "thanks": {
     
    12321228            "homepage": "https://symfony.com",
    12331229            "support": {
    1234                 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.4.0"
     1230                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.0"
    12351231            },
    12361232            "funding": [
     
    12521248        {
    12531249            "name": "symfony/filesystem",
    1254             "version": "v5.4.39",
    1255             "version_normalized": "5.4.39.0",
     1250            "version": "v6.4.8",
     1251            "version_normalized": "6.4.8.0",
    12561252            "source": {
    12571253                "type": "git",
    12581254                "url": "https://github.com/symfony/filesystem.git",
    1259                 "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12"
    1260             },
    1261             "dist": {
    1262                 "type": "zip",
    1263                 "url": "https://api.github.com/repos/symfony/filesystem/zipball/e6edd875d5d39b03de51f3c3951148cfa79a4d12",
    1264                 "reference": "e6edd875d5d39b03de51f3c3951148cfa79a4d12",
    1265                 "shasum": ""
    1266             },
    1267             "require": {
    1268                 "php": ">=7.2.5",
     1255                "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3"
     1256            },
     1257            "dist": {
     1258                "type": "zip",
     1259                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4d37529150e7081c51b3c5d5718c55a04a9503f3",
     1260                "reference": "4d37529150e7081c51b3c5d5718c55a04a9503f3",
     1261                "shasum": ""
     1262            },
     1263            "require": {
     1264                "php": ">=8.1",
    12691265                "symfony/polyfill-ctype": "~1.8",
    1270                 "symfony/polyfill-mbstring": "~1.8",
    1271                 "symfony/polyfill-php80": "^1.16",
    1272                 "symfony/process": "^5.4|^6.4"
    1273             },
    1274             "time": "2024-04-18T08:26:06+00:00",
     1266                "symfony/polyfill-mbstring": "~1.8"
     1267            },
     1268            "require-dev": {
     1269                "symfony/process": "^5.4|^6.4|^7.0"
     1270            },
     1271            "time": "2024-05-31T14:49:08+00:00",
    12751272            "type": "library",
    12761273            "installation-source": "dist",
     
    13001297            "homepage": "https://symfony.com",
    13011298            "support": {
    1302                 "source": "https://github.com/symfony/filesystem/tree/v5.4.39"
     1299                "source": "https://github.com/symfony/filesystem/tree/v6.4.8"
    13031300            },
    13041301            "funding": [
     
    13201317        {
    13211318            "name": "symfony/finder",
    1322             "version": "v5.4.39",
    1323             "version_normalized": "5.4.39.0",
     1319            "version": "v6.4.8",
     1320            "version_normalized": "6.4.8.0",
    13241321            "source": {
    13251322                "type": "git",
    13261323                "url": "https://github.com/symfony/finder.git",
    1327                 "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a"
    1328             },
    1329             "dist": {
    1330                 "type": "zip",
    1331                 "url": "https://api.github.com/repos/symfony/finder/zipball/f6a96e4fcd468a25fede16ee665f50ced856bd0a",
    1332                 "reference": "f6a96e4fcd468a25fede16ee665f50ced856bd0a",
    1333                 "shasum": ""
    1334             },
    1335             "require": {
    1336                 "php": ">=7.2.5",
    1337                 "symfony/deprecation-contracts": "^2.1|^3",
    1338                 "symfony/polyfill-php80": "^1.16"
    1339             },
    1340             "time": "2024-04-18T08:26:06+00:00",
     1324                "reference": "3ef977a43883215d560a2cecb82ec8e62131471c"
     1325            },
     1326            "dist": {
     1327                "type": "zip",
     1328                "url": "https://api.github.com/repos/symfony/finder/zipball/3ef977a43883215d560a2cecb82ec8e62131471c",
     1329                "reference": "3ef977a43883215d560a2cecb82ec8e62131471c",
     1330                "shasum": ""
     1331            },
     1332            "require": {
     1333                "php": ">=8.1"
     1334            },
     1335            "require-dev": {
     1336                "symfony/filesystem": "^6.0|^7.0"
     1337            },
     1338            "time": "2024-05-31T14:49:08+00:00",
    13411339            "type": "library",
    13421340            "installation-source": "dist",
     
    13661364            "homepage": "https://symfony.com",
    13671365            "support": {
    1368                 "source": "https://github.com/symfony/finder/tree/v5.4.39"
     1366                "source": "https://github.com/symfony/finder/tree/v6.4.8"
    13691367            },
    13701368            "funding": [
     
    17151713        },
    17161714        {
    1717             "name": "symfony/polyfill-php73",
    1718             "version": "v1.29.0",
    1719             "version_normalized": "1.29.0.0",
    1720             "source": {
    1721                 "type": "git",
    1722                 "url": "https://github.com/symfony/polyfill-php73.git",
    1723                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2"
    1724             },
    1725             "dist": {
    1726                 "type": "zip",
    1727                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/21bd091060673a1177ae842c0ef8fe30893114d2",
    1728                 "reference": "21bd091060673a1177ae842c0ef8fe30893114d2",
    1729                 "shasum": ""
    1730             },
    1731             "require": {
    1732                 "php": ">=7.1"
    1733             },
    1734             "time": "2024-01-29T20:11:03+00:00",
    1735             "type": "library",
    1736             "extra": {
    1737                 "thanks": {
    1738                     "name": "symfony/polyfill",
    1739                     "url": "https://github.com/symfony/polyfill"
    1740                 }
    1741             },
    1742             "installation-source": "dist",
    1743             "autoload": {
    1744                 "files": [
    1745                     "bootstrap.php"
    1746                 ],
    1747                 "psr-4": {
    1748                     "Symfony\\Polyfill\\Php73\\": ""
    1749                 },
    1750                 "classmap": [
    1751                     "Resources/stubs"
    1752                 ]
    1753             },
    1754             "notification-url": "https://packagist.org/downloads/",
    1755             "license": [
    1756                 "MIT"
    1757             ],
    1758             "authors": [
    1759                 {
    1760                     "name": "Nicolas Grekas",
    1761                     "email": "p@tchwork.com"
    1762                 },
    1763                 {
    1764                     "name": "Symfony Community",
    1765                     "homepage": "https://symfony.com/contributors"
    1766                 }
    1767             ],
    1768             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
    1769             "homepage": "https://symfony.com",
    1770             "keywords": [
    1771                 "compatibility",
    1772                 "polyfill",
    1773                 "portable",
    1774                 "shim"
    1775             ],
    1776             "support": {
    1777                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.29.0"
    1778             },
    1779             "funding": [
    1780                 {
    1781                     "url": "https://symfony.com/sponsor",
    1782                     "type": "custom"
    1783                 },
    1784                 {
    1785                     "url": "https://github.com/fabpot",
    1786                     "type": "github"
    1787                 },
    1788                 {
    1789                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    1790                     "type": "tidelift"
    1791                 }
    1792             ],
    1793             "install-path": "../symfony/polyfill-php73"
    1794         },
    1795         {
    17961715            "name": "symfony/polyfill-php80",
    17971716            "version": "v1.29.0",
     
    18771796        },
    18781797        {
    1879             "name": "symfony/process",
    1880             "version": "v6.4.7",
    1881             "version_normalized": "6.4.7.0",
    1882             "source": {
    1883                 "type": "git",
    1884                 "url": "https://github.com/symfony/process.git",
    1885                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381"
    1886             },
    1887             "dist": {
    1888                 "type": "zip",
    1889                 "url": "https://api.github.com/repos/symfony/process/zipball/cdb1c81c145fd5aa9b0038bab694035020943381",
    1890                 "reference": "cdb1c81c145fd5aa9b0038bab694035020943381",
    1891                 "shasum": ""
    1892             },
    1893             "require": {
    1894                 "php": ">=8.1"
    1895             },
    1896             "time": "2024-04-18T09:22:46+00:00",
    1897             "type": "library",
    1898             "installation-source": "dist",
    1899             "autoload": {
    1900                 "psr-4": {
    1901                     "Symfony\\Component\\Process\\": ""
    1902                 },
    1903                 "exclude-from-classmap": [
    1904                     "/Tests/"
    1905                 ]
    1906             },
    1907             "notification-url": "https://packagist.org/downloads/",
    1908             "license": [
    1909                 "MIT"
    1910             ],
    1911             "authors": [
    1912                 {
    1913                     "name": "Fabien Potencier",
    1914                     "email": "fabien@symfony.com"
    1915                 },
    1916                 {
    1917                     "name": "Symfony Community",
    1918                     "homepage": "https://symfony.com/contributors"
    1919                 }
    1920             ],
    1921             "description": "Executes commands in sub-processes",
    1922             "homepage": "https://symfony.com",
    1923             "support": {
    1924                 "source": "https://github.com/symfony/process/tree/v6.4.7"
    1925             },
    1926             "funding": [
    1927                 {
    1928                     "url": "https://symfony.com/sponsor",
    1929                     "type": "custom"
    1930                 },
    1931                 {
    1932                     "url": "https://github.com/fabpot",
    1933                     "type": "github"
    1934                 },
    1935                 {
    1936                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    1937                     "type": "tidelift"
    1938                 }
    1939             ],
    1940             "install-path": "../symfony/process"
    1941         },
    1942         {
    19431798            "name": "symfony/service-contracts",
    1944             "version": "v3.4.2",
    1945             "version_normalized": "3.4.2.0",
     1799            "version": "v3.5.0",
     1800            "version_normalized": "3.5.0.0",
    19461801            "source": {
    19471802                "type": "git",
    19481803                "url": "https://github.com/symfony/service-contracts.git",
    1949                 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e"
    1950             },
    1951             "dist": {
    1952                 "type": "zip",
    1953                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/11bbf19a0fb7b36345861e85c5768844c552906e",
    1954                 "reference": "11bbf19a0fb7b36345861e85c5768844c552906e",
     1804                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f"
     1805            },
     1806            "dist": {
     1807                "type": "zip",
     1808                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
     1809                "reference": "bd1d9e59a81d8fa4acdcea3f617c581f7475a80f",
    19551810                "shasum": ""
    19561811            },
    19571812            "require": {
    19581813                "php": ">=8.1",
    1959                 "psr/container": "^1.1|^2.0"
     1814                "psr/container": "^1.1|^2.0",
     1815                "symfony/deprecation-contracts": "^2.5|^3"
    19601816            },
    19611817            "conflict": {
    19621818                "ext-psr": "<1.1|>=2"
    19631819            },
    1964             "time": "2023-12-19T21:51:00+00:00",
     1820            "time": "2024-04-18T09:32:20+00:00",
    19651821            "type": "library",
    19661822            "extra": {
    19671823                "branch-alias": {
    1968                     "dev-main": "3.4-dev"
     1824                    "dev-main": "3.5-dev"
    19691825                },
    19701826                "thanks": {
     
    20071863            ],
    20081864            "support": {
    2009                 "source": "https://github.com/symfony/service-contracts/tree/v3.4.2"
     1865                "source": "https://github.com/symfony/service-contracts/tree/v3.5.0"
    20101866            },
    20111867            "funding": [
     
    20271883        {
    20281884            "name": "symfony/string",
    2029             "version": "v6.4.7",
    2030             "version_normalized": "6.4.7.0",
     1885            "version": "v7.1.1",
     1886            "version_normalized": "7.1.1.0",
    20311887            "source": {
    20321888                "type": "git",
    20331889                "url": "https://github.com/symfony/string.git",
    2034                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69"
    2035             },
    2036             "dist": {
    2037                 "type": "zip",
    2038                 "url": "https://api.github.com/repos/symfony/string/zipball/ffeb9591c61f65a68d47f77d12b83fa530227a69",
    2039                 "reference": "ffeb9591c61f65a68d47f77d12b83fa530227a69",
    2040                 "shasum": ""
    2041             },
    2042             "require": {
    2043                 "php": ">=8.1",
     1890                "reference": "60bc311c74e0af215101235aa6f471bcbc032df2"
     1891            },
     1892            "dist": {
     1893                "type": "zip",
     1894                "url": "https://api.github.com/repos/symfony/string/zipball/60bc311c74e0af215101235aa6f471bcbc032df2",
     1895                "reference": "60bc311c74e0af215101235aa6f471bcbc032df2",
     1896                "shasum": ""
     1897            },
     1898            "require": {
     1899                "php": ">=8.2",
    20441900                "symfony/polyfill-ctype": "~1.8",
    20451901                "symfony/polyfill-intl-grapheme": "~1.0",
     
    20511907            },
    20521908            "require-dev": {
    2053                 "symfony/error-handler": "^5.4|^6.0|^7.0",
    2054                 "symfony/http-client": "^5.4|^6.0|^7.0",
    2055                 "symfony/intl": "^6.2|^7.0",
     1909                "symfony/emoji": "^7.1",
     1910                "symfony/error-handler": "^6.4|^7.0",
     1911                "symfony/http-client": "^6.4|^7.0",
     1912                "symfony/intl": "^6.4|^7.0",
    20561913                "symfony/translation-contracts": "^2.5|^3.0",
    2057                 "symfony/var-exporter": "^5.4|^6.0|^7.0"
    2058             },
    2059             "time": "2024-04-18T09:22:46+00:00",
     1914                "symfony/var-exporter": "^6.4|^7.0"
     1915            },
     1916            "time": "2024-06-04T06:40:14+00:00",
    20601917            "type": "library",
    20611918            "installation-source": "dist",
     
    20961953            ],
    20971954            "support": {
    2098                 "source": "https://github.com/symfony/string/tree/v6.4.7"
     1955                "source": "https://github.com/symfony/string/tree/v7.1.1"
    20991956            },
    21001957            "funding": [
     
    23412198        "symfony/polyfill-intl-normalizer",
    23422199        "symfony/polyfill-mbstring",
    2343         "symfony/polyfill-php73",
    23442200        "symfony/polyfill-php80",
    2345         "symfony/process",
    23462201        "symfony/service-contracts",
    23472202        "symfony/string",
  • easy-language/trunk/vendor/composer/installed.php

    r3079479 r3102182  
    6666        ),
    6767        'phpcsstandards/phpcsutils' => array(
    68             'pretty_version' => '1.0.11',
    69             'version' => '1.0.11.0',
    70             'reference' => 'c457da9dabb60eb7106dd5e3c05132b1a6539c6a',
     68            'pretty_version' => '1.0.12',
     69            'version' => '1.0.12.0',
     70            'reference' => '87b233b00daf83fb70f40c9a28692be017ea7c6c',
    7171            'type' => 'phpcodesniffer-standard',
    7272            'install_path' => __DIR__ . '/../phpcsstandards/phpcsutils',
     
    9393        ),
    9494        'phpdocumentor/reflection-docblock' => array(
    95             'pretty_version' => '5.4.0',
    96             'version' => '5.4.0.0',
    97             'reference' => '298d2febfe79d03fe714eb871d5538da55205b1a',
     95            'pretty_version' => '5.4.1',
     96            'version' => '5.4.1.0',
     97            'reference' => '9d07b3f7fdcf5efec5d1609cba3c19c5ea2bdc9c',
    9898            'type' => 'library',
    9999            'install_path' => __DIR__ . '/../phpdocumentor/reflection-docblock',
     
    111111        ),
    112112        'phpstan/phpdoc-parser' => array(
    113             'pretty_version' => '1.28.0',
    114             'version' => '1.28.0.0',
    115             'reference' => 'cd06d6b1a1b3c75b0b83f97577869fd85a3cd4fb',
     113            'pretty_version' => '1.29.1',
     114            'version' => '1.29.1.0',
     115            'reference' => 'fcaefacf2d5c417e928405b71b400d4ce10daaf4',
    116116            'type' => 'library',
    117117            'install_path' => __DIR__ . '/../phpstan/phpdoc-parser',
     
    120120        ),
    121121        'pronamic/wp-documentor' => array(
    122             'pretty_version' => 'v1.3.2',
    123             'version' => '1.3.2.0',
    124             'reference' => 'c244bb9a73ce329c4bd2fe0a1e734eec5849048d',
     122            'pretty_version' => 'v1.4.0',
     123            'version' => '1.4.0.0',
     124            'reference' => 'a81e7626f2dc5a3767bbce010584c7a08813ffeb',
    125125            'type' => 'library',
    126126            'install_path' => __DIR__ . '/../pronamic/wp-documentor',
     
    149149            'dev_requirement' => true,
    150150            'provided' => array(
    151                 0 => '1.0|2.0',
     151                0 => '1.0|2.0|3.0',
    152152            ),
    153153        ),
    154154        'squizlabs/php_codesniffer' => array(
    155             'pretty_version' => '3.9.2',
    156             'version' => '3.9.2.0',
    157             'reference' => 'aac1f6f347a5c5ac6bc98ad395007df00990f480',
     155            'pretty_version' => '3.10.1',
     156            'version' => '3.10.1.0',
     157            'reference' => '8f90f7a53ce271935282967f53d0894f8f1ff877',
    158158            'type' => 'library',
    159159            'install_path' => __DIR__ . '/../squizlabs/php_codesniffer',
     
    162162        ),
    163163        'symfony/console' => array(
    164             'pretty_version' => 'v5.4.39',
    165             'version' => '5.4.39.0',
    166             'reference' => 'f3e591c48688a0cfa1a3296205926c05e84b22b1',
     164            'pretty_version' => 'v6.4.8',
     165            'version' => '6.4.8.0',
     166            'reference' => 'be5854cee0e8c7b110f00d695d11debdfa1a2a91',
    167167            'type' => 'library',
    168168            'install_path' => __DIR__ . '/../symfony/console',
     
    171171        ),
    172172        'symfony/deprecation-contracts' => array(
    173             'pretty_version' => 'v3.4.0',
    174             'version' => '3.4.0.0',
    175             'reference' => '7c3aff79d10325257a001fcf92d991f24fc967cf',
     173            'pretty_version' => 'v3.5.0',
     174            'version' => '3.5.0.0',
     175            'reference' => '0e0d29ce1f20deffb4ab1b016a7257c4f1e789a1',
    176176            'type' => 'library',
    177177            'install_path' => __DIR__ . '/../symfony/deprecation-contracts',
     
    180180        ),
    181181        'symfony/filesystem' => array(
    182             'pretty_version' => 'v5.4.39',
    183             'version' => '5.4.39.0',
    184             'reference' => 'e6edd875d5d39b03de51f3c3951148cfa79a4d12',
     182            'pretty_version' => 'v6.4.8',
     183            'version' => '6.4.8.0',
     184            'reference' => '4d37529150e7081c51b3c5d5718c55a04a9503f3',
    185185            'type' => 'library',
    186186            'install_path' => __DIR__ . '/../symfony/filesystem',
     
    189189        ),
    190190        'symfony/finder' => array(
    191             'pretty_version' => 'v5.4.39',
    192             'version' => '5.4.39.0',
    193             'reference' => 'f6a96e4fcd468a25fede16ee665f50ced856bd0a',
     191            'pretty_version' => 'v6.4.8',
     192            'version' => '6.4.8.0',
     193            'reference' => '3ef977a43883215d560a2cecb82ec8e62131471c',
    194194            'type' => 'library',
    195195            'install_path' => __DIR__ . '/../symfony/finder',
     
    233233            'dev_requirement' => true,
    234234        ),
    235         'symfony/polyfill-php73' => array(
    236             'pretty_version' => 'v1.29.0',
    237             'version' => '1.29.0.0',
    238             'reference' => '21bd091060673a1177ae842c0ef8fe30893114d2',
    239             'type' => 'library',
    240             'install_path' => __DIR__ . '/../symfony/polyfill-php73',
    241             'aliases' => array(),
    242             'dev_requirement' => true,
    243         ),
    244235        'symfony/polyfill-php80' => array(
    245236            'pretty_version' => 'v1.29.0',
     
    251242            'dev_requirement' => true,
    252243        ),
    253         'symfony/process' => array(
    254             'pretty_version' => 'v6.4.7',
    255             'version' => '6.4.7.0',
    256             'reference' => 'cdb1c81c145fd5aa9b0038bab694035020943381',
    257             'type' => 'library',
    258             'install_path' => __DIR__ . '/../symfony/process',
    259             'aliases' => array(),
    260             'dev_requirement' => true,
    261         ),
    262244        'symfony/service-contracts' => array(
    263             'pretty_version' => 'v3.4.2',
    264             'version' => '3.4.2.0',
    265             'reference' => '11bbf19a0fb7b36345861e85c5768844c552906e',
     245            'pretty_version' => 'v3.5.0',
     246            'version' => '3.5.0.0',
     247            'reference' => 'bd1d9e59a81d8fa4acdcea3f617c581f7475a80f',
    266248            'type' => 'library',
    267249            'install_path' => __DIR__ . '/../symfony/service-contracts',
     
    270252        ),
    271253        'symfony/string' => array(
    272             'pretty_version' => 'v6.4.7',
    273             'version' => '6.4.7.0',
    274             'reference' => 'ffeb9591c61f65a68d47f77d12b83fa530227a69',
     254            'pretty_version' => 'v7.1.1',
     255            'version' => '7.1.1.0',
     256            'reference' => '60bc311c74e0af215101235aa6f471bcbc032df2',
    275257            'type' => 'library',
    276258            'install_path' => __DIR__ . '/../symfony/string',
Note: See TracChangeset for help on using the changeset viewer.