Plugin Directory

Changeset 3260228


Ignore:
Timestamp:
03/23/2025 09:55:53 AM (9 months ago)
Author:
nielslange
Message:

Update to version 2.0 from GitHub

Location:
smntcs-wapuu-widget
Files:
8 added
4 deleted
12 edited
1 copied

Legend:

Unmodified
Added
Removed
  • smntcs-wapuu-widget/tags/2.0/.prettierrc.js

    r2654769 r3260228  
    1 // Import the default config file and expose it in the project root.
    2 // Useful for editor integrations.
     1const defaultConfig = require( '@wordpress/prettier-config' );
     2
    33module.exports = {
    4     ...require( '@wordpress/prettier-config' ),
    5     tabWidth: 2,
     4    ...defaultConfig,
     5
     6    overrides: [
     7        {
     8            files: '*.yml',
     9            options: {
     10                tabWidth: 2,
     11            },
     12        },
     13        {
     14            files: '*.md',
     15            options: {
     16                tabWidth: 2,
     17                listItemIndent: 'one',
     18            },
     19        },
     20    ],
    621};
  • smntcs-wapuu-widget/tags/2.0/README.md

    r3066338 r3260228  
    2525## Changelog
    2626
     27### 2.0 (2025.0.3.23)
     28
     29- Tested up to WordPress 6.8
     30
    2731### 1.9 (2024.04.07) =
    2832
    29 - Test up to WP 6.5
     33- Tested up to WordPress 6.5
    3034
    3135### 1.8 (2022.12.03)
    3236
    33 - Test up to WP 6.1
     37- Tested up to WordPress 6.1
    3438
    3539### 1.7 (2022.01.09)
    3640
    37 - Test up to WP 5.8
     41- Tested up to WordPress 5.8
    3842
    3943### 1.6 (2020.03.19)
    4044
    41 - Test up to WP 5.4
     45- Tested up to WordPress 5.4
    4246
    4347### 1.5 (2019.06.30)
    4448
    45 - Test up to WP 5.2
     49- Tested up to WordPress 5.2
    4650
    4751### 1.4 (2019.03.01)
     
    5155### 1.3 (2019.02.19)
    5256
    53 - Test up to WP 5.1
     57- Tested up to WordPress 5.1
    5458
    5559### 1.2 (2019.02.19)
    5660
    5761- Add README.md
    58 - Test up to WP 5.0
     62- Tested up to WordPress 5.0
    5963
    6064### 1.1 (2019.02.19)
  • smntcs-wapuu-widget/tags/2.0/README.txt

    r3066338 r3260228  
    33Contributors:       nielslange
    44Tags:               Wapuu, Widget, Sidebar
    5 Stable tag:         1.9
    6 Tested up to:       6.5
    7 Requires PHP:       5.6
     5Stable tag:         2.0
     6Tested up to:       6.8
     7Requires PHP:       7.4
    88Requires at least:  3.4
    99License:            GPL v2 or later
     
    3333== Changelog ==
    3434
     35= 2.0 (2025.0.3.23) =
     36
     37- Tested up to WordPress 6.8
     38
    3539= 1.9 (2024.04.07) =
    3640
    37 - Test up to WP 6.5
     41- Tested up to WordPress 6.5
    3842
    3943= 1.8 (2022.12.03) =
    4044
    41 - Test up to WP 6.1
     45- Tested up to WordPress 6.1
    4246
    4347= 1.7 (2022.01.09) =
    4448
    45 - Test up to WP 5.8
     49- Tested up to WordPress 5.8
    4650
    4751= 1.6 (2020.03.19) =
    4852
    49 - Test up to WP 5.4
     53- Tested up to WordPress 5.4
    5054
    5155= 1.5 (2019.06.30) =
    5256
    53 - Test up to WP 5.2
     57- Tested up to WordPress 5.2
    5458
    5559= 1.4 (2019.03.01) =
     
    5963= 1.3 (2019.02.19) =
    6064
    61 - Test up to WP 5.1
     65- Tested up to WordPress 5.1
    6266
    6367= 1.2 (2019.02.19) =
    6468
    6569- Add README.md
    66 - Test up to WP 5.0
     70- Tested up to WordPress 5.0
    6771
    6872= 1.1 (2019.02.19) =
  • smntcs-wapuu-widget/tags/2.0/composer.json

    r2654769 r3260228  
    2020    },
    2121    "require-dev": {
    22         "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    23         "overtrue/phplint": "^3.0",
    24         "phpcompatibility/phpcompatibility-wp": "^2.1",
    25         "squizlabs/php_codesniffer": "^3.6",
    26         "vimeo/psalm": "^4.7",
    27         "wp-coding-standards/wpcs": "^2.3"
     22        "dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
     23        "overtrue/phplint": "9.5.6",
     24        "phpcompatibility/phpcompatibility-wp": "2.1",
     25        "squizlabs/php_codesniffer": "3.12.0",
     26        "vimeo/psalm": "5.15.0",
     27        "wp-coding-standards/wpcs": "3.1.0"
    2828    },
    2929    "scripts": {
  • smntcs-wapuu-widget/tags/2.0/composer.lock

    r2654769 r3260228  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "0851e9376065244b3686b8ee89ba3857",
     7    "content-hash": "ae9e11f807bec3a160fd3551c47eaace",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
    1111            "name": "amphp/amp",
    12             "version": "v2.6.1",
     12            "version": "v2.6.4",
    1313            "source": {
    1414                "type": "git",
    1515                "url": "https://github.com/amphp/amp.git",
    16                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
    17             },
    18             "dist": {
    19                 "type": "zip",
    20                 "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
    21                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
     16                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
     17            },
     18            "dist": {
     19                "type": "zip",
     20                "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
     21                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
    2222                "shasum": ""
    2323            },
     
    3131                "jetbrains/phpstorm-stubs": "^2019.3",
    3232                "phpunit/phpunit": "^7 | ^8 | ^9",
    33                 "psalm/phar": "^3.11@dev",
    34                 "react/promise": "^2"
     33                "react/promise": "^2",
     34                "vimeo/psalm": "^3.12"
    3535            },
    3636            "type": "library",
     
    4141            },
    4242            "autoload": {
    43                 "psr-4": {
    44                     "Amp\\": "lib"
    45                 },
    4643                "files": [
    4744                    "lib/functions.php",
    4845                    "lib/Internal/functions.php"
    49                 ]
     46                ],
     47                "psr-4": {
     48                    "Amp\\": "lib"
     49                }
    5050            },
    5151            "notification-url": "https://packagist.org/downloads/",
     
    7272            ],
    7373            "description": "A non-blocking concurrency framework for PHP applications.",
    74             "homepage": "http://amphp.org/amp",
     74            "homepage": "https://amphp.org/amp",
    7575            "keywords": [
    7676                "async",
     
    8787                "irc": "irc://irc.freenode.org/amphp",
    8888                "issues": "https://github.com/amphp/amp/issues",
    89                 "source": "https://github.com/amphp/amp/tree/v2.6.1"
     89                "source": "https://github.com/amphp/amp/tree/v2.6.4"
    9090            },
    9191            "funding": [
     
    9595                }
    9696            ],
    97             "time": "2021-09-23T18:43:08+00:00"
     97            "time": "2024-03-21T18:52:26+00:00"
    9898        },
    9999        {
    100100            "name": "amphp/byte-stream",
    101             "version": "v1.8.1",
     101            "version": "v1.8.2",
    102102            "source": {
    103103                "type": "git",
    104104                "url": "https://github.com/amphp/byte-stream.git",
    105                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
    106             },
    107             "dist": {
    108                 "type": "zip",
    109                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
    110                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
     105                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
     106            },
     107            "dist": {
     108                "type": "zip",
     109                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
     110                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
    111111                "shasum": ""
    112112            },
     
    124124            },
    125125            "type": "library",
    126             "extra": {
    127                 "branch-alias": {
    128                     "dev-master": "1.x-dev"
    129                 }
    130             },
    131             "autoload": {
    132                 "psr-4": {
    133                     "Amp\\ByteStream\\": "lib"
    134                 },
     126            "autoload": {
    135127                "files": [
    136128                    "lib/functions.php"
    137                 ]
     129                ],
     130                "psr-4": {
     131                    "Amp\\ByteStream\\": "lib"
     132                }
    138133            },
    139134            "notification-url": "https://packagist.org/downloads/",
     
    152147            ],
    153148            "description": "A stream abstraction to make working with non-blocking I/O simple.",
    154             "homepage": "http://amphp.org/byte-stream",
     149            "homepage": "https://amphp.org/byte-stream",
    155150            "keywords": [
    156151                "amp",
     
    162157            ],
    163158            "support": {
    164                 "irc": "irc://irc.freenode.org/amphp",
    165159                "issues": "https://github.com/amphp/byte-stream/issues",
    166                 "source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
     160                "source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
    167161            },
    168162            "funding": [
     
    172166                }
    173167            ],
    174             "time": "2021-03-30T17:13:30+00:00"
    175         },
    176         {
    177             "name": "composer/package-versions-deprecated",
    178             "version": "1.11.99.4",
    179             "source": {
    180                 "type": "git",
    181                 "url": "https://github.com/composer/package-versions-deprecated.git",
    182                 "reference": "b174585d1fe49ceed21928a945138948cb394600"
    183             },
    184             "dist": {
    185                 "type": "zip",
    186                 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
    187                 "reference": "b174585d1fe49ceed21928a945138948cb394600",
    188                 "shasum": ""
    189             },
    190             "require": {
    191                 "composer-plugin-api": "^1.1.0 || ^2.0",
    192                 "php": "^7 || ^8"
    193             },
    194             "replace": {
    195                 "ocramius/package-versions": "1.11.99"
     168            "time": "2024-04-13T18:00:56+00:00"
     169        },
     170        {
     171            "name": "composer/pcre",
     172            "version": "3.3.2",
     173            "source": {
     174                "type": "git",
     175                "url": "https://github.com/composer/pcre.git",
     176                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
     177            },
     178            "dist": {
     179                "type": "zip",
     180                "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
     181                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
     182                "shasum": ""
     183            },
     184            "require": {
     185                "php": "^7.4 || ^8.0"
     186            },
     187            "conflict": {
     188                "phpstan/phpstan": "<1.11.10"
    196189            },
    197190            "require-dev": {
    198                 "composer/composer": "^1.9.3 || ^2.0@dev",
    199                 "ext-zip": "^1.13",
    200                 "phpunit/phpunit": "^6.5 || ^7"
    201             },
    202             "type": "composer-plugin",
     191                "phpstan/phpstan": "^1.12 || ^2",
     192                "phpstan/phpstan-strict-rules": "^1 || ^2",
     193                "phpunit/phpunit": "^8 || ^9"
     194            },
     195            "type": "library",
    203196            "extra": {
    204                 "class": "PackageVersions\\Installer",
     197                "phpstan": {
     198                    "includes": [
     199                        "extension.neon"
     200                    ]
     201                },
    205202                "branch-alias": {
    206                     "dev-master": "1.x-dev"
    207                 }
    208             },
    209             "autoload": {
    210                 "psr-4": {
    211                     "PackageVersions\\": "src/PackageVersions"
    212                 }
    213             },
    214             "notification-url": "https://packagist.org/downloads/",
    215             "license": [
    216                 "MIT"
    217             ],
    218             "authors": [
    219                 {
    220                     "name": "Marco Pivetta",
    221                     "email": "[email protected]"
    222                 },
    223                 {
    224                     "name": "Jordi Boggiano",
    225                     "email": "[email protected]"
    226                 }
    227             ],
    228             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
    229             "support": {
    230                 "issues": "https://github.com/composer/package-versions-deprecated/issues",
    231                 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
    232             },
    233             "funding": [
    234                 {
    235                     "url": "https://packagist.com",
    236                     "type": "custom"
    237                 },
    238                 {
    239                     "url": "https://github.com/composer",
    240                     "type": "github"
    241                 },
    242                 {
    243                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
    244                     "type": "tidelift"
    245                 }
    246             ],
    247             "time": "2021-09-13T08:41:34+00:00"
    248         },
    249         {
    250             "name": "composer/pcre",
    251             "version": "1.0.0",
    252             "source": {
    253                 "type": "git",
    254                 "url": "https://github.com/composer/pcre.git",
    255                 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
    256             },
    257             "dist": {
    258                 "type": "zip",
    259                 "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
    260                 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
    261                 "shasum": ""
    262             },
    263             "require": {
    264                 "php": "^5.3.2 || ^7.0 || ^8.0"
    265             },
    266             "require-dev": {
    267                 "phpstan/phpstan": "^1",
    268                 "phpstan/phpstan-strict-rules": "^1.1",
    269                 "symfony/phpunit-bridge": "^4.2 || ^5"
    270             },
    271             "type": "library",
    272             "extra": {
    273                 "branch-alias": {
    274                     "dev-main": "1.x-dev"
     203                    "dev-main": "3.x-dev"
    275204                }
    276205            },
     
    300229            "support": {
    301230                "issues": "https://github.com/composer/pcre/issues",
    302                 "source": "https://github.com/composer/pcre/tree/1.0.0"
     231                "source": "https://github.com/composer/pcre/tree/3.3.2"
    303232            },
    304233            "funding": [
     
    316245                }
    317246            ],
    318             "time": "2021-12-06T15:17:27+00:00"
     247            "time": "2024-11-12T16:29:46+00:00"
    319248        },
    320249        {
    321250            "name": "composer/semver",
    322             "version": "3.2.7",
     251            "version": "3.4.3",
    323252            "source": {
    324253                "type": "git",
    325254                "url": "https://github.com/composer/semver.git",
    326                 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
    327             },
    328             "dist": {
    329                 "type": "zip",
    330                 "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee",
    331                 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee",
     255                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
     256            },
     257            "dist": {
     258                "type": "zip",
     259                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
     260                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
    332261                "shasum": ""
    333262            },
     
    336265            },
    337266            "require-dev": {
    338                 "phpstan/phpstan": "^0.12.54",
    339                 "symfony/phpunit-bridge": "^4.2 || ^5"
     267                "phpstan/phpstan": "^1.11",
     268                "symfony/phpunit-bridge": "^3 || ^7"
    340269            },
    341270            "type": "library",
     
    379308            ],
    380309            "support": {
    381                 "irc": "irc://irc.freenode.org/composer",
     310                "irc": "ircs://irc.libera.chat:6697/composer",
    382311                "issues": "https://github.com/composer/semver/issues",
    383                 "source": "https://github.com/composer/semver/tree/3.2.7"
     312                "source": "https://github.com/composer/semver/tree/3.4.3"
    384313            },
    385314            "funding": [
     
    397326                }
    398327            ],
    399             "time": "2022-01-04T09:57:54+00:00"
     328            "time": "2024-09-19T14:15:21+00:00"
    400329        },
    401330        {
    402331            "name": "composer/xdebug-handler",
    403             "version": "3.0.1",
     332            "version": "3.0.5",
    404333            "source": {
    405334                "type": "git",
    406335                "url": "https://github.com/composer/xdebug-handler.git",
    407                 "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8"
    408             },
    409             "dist": {
    410                 "type": "zip",
    411                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/12f1b79476638a5615ed00ea6adbb269cec96fd8",
    412                 "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8",
    413                 "shasum": ""
    414             },
    415             "require": {
    416                 "composer/pcre": "^1",
     336                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
     337            },
     338            "dist": {
     339                "type": "zip",
     340                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
     341                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
     342                "shasum": ""
     343            },
     344            "require": {
     345                "composer/pcre": "^1 || ^2 || ^3",
    417346                "php": "^7.2.5 || ^8.0",
    418347                "psr/log": "^1 || ^2 || ^3"
     
    421350                "phpstan/phpstan": "^1.0",
    422351                "phpstan/phpstan-strict-rules": "^1.1",
    423                 "symfony/phpunit-bridge": "^6.0"
     352                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
    424353            },
    425354            "type": "library",
     
    445374            ],
    446375            "support": {
    447                 "irc": "irc://irc.freenode.org/composer",
     376                "irc": "ircs://irc.libera.chat:6697/composer",
    448377                "issues": "https://github.com/composer/xdebug-handler/issues",
    449                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.1"
     378                "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
    450379            },
    451380            "funding": [
     
    463392                }
    464393            ],
    465             "time": "2022-01-04T18:29:42+00:00"
     394            "time": "2024-05-06T16:37:16+00:00"
    466395        },
    467396        {
    468397            "name": "dealerdirect/phpcodesniffer-composer-installer",
    469             "version": "v0.7.1",
    470             "source": {
    471                 "type": "git",
    472                 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    473                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
    474             },
    475             "dist": {
    476                 "type": "zip",
    477                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
    478                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
     398            "version": "v1.0.0",
     399            "source": {
     400                "type": "git",
     401                "url": "https://github.com/PHPCSStandards/composer-installer.git",
     402                "reference": "4be43904336affa5c2f70744a348312336afd0da"
     403            },
     404            "dist": {
     405                "type": "zip",
     406                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
     407                "reference": "4be43904336affa5c2f70744a348312336afd0da",
    479408                "shasum": ""
    480409            },
    481410            "require": {
    482411                "composer-plugin-api": "^1.0 || ^2.0",
    483                 "php": ">=5.3",
    484                 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
     412                "php": ">=5.4",
     413                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
    485414            },
    486415            "require-dev": {
    487416                "composer/composer": "*",
     417                "ext-json": "*",
     418                "ext-zip": "*",
     419                "php-parallel-lint/php-parallel-lint": "^1.3.1",
    488420                "phpcompatibility/php-compatibility": "^9.0",
    489                 "sensiolabs/security-checker": "^4.1.0"
     421                "yoast/phpunit-polyfills": "^1.0"
    490422            },
    491423            "type": "composer-plugin",
    492424            "extra": {
    493                 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
    494             },
    495             "autoload": {
    496                 "psr-4": {
    497                     "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
     425                "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
     426            },
     427            "autoload": {
     428                "psr-4": {
     429                    "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
    498430                }
    499431            },
     
    508440                    "homepage": "http://www.frenck.nl",
    509441                    "role": "Developer / IT Manager"
     442                },
     443                {
     444                    "name": "Contributors",
     445                    "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
    510446                }
    511447            ],
     
    519455                "composer",
    520456                "installer",
     457                "phpcbf",
    521458                "phpcs",
    522459                "plugin",
     
    530467            ],
    531468            "support": {
    532                 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
    533                 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
    534             },
    535             "time": "2020-12-07T18:04:37+00:00"
     469                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
     470                "source": "https://github.com/PHPCSStandards/composer-installer"
     471            },
     472            "time": "2023-01-05T11:28:13+00:00"
    536473        },
    537474        {
     
    571508            },
    572509            "time": "2019-12-04T15:06:13+00:00"
     510        },
     511        {
     512            "name": "doctrine/deprecations",
     513            "version": "1.1.4",
     514            "source": {
     515                "type": "git",
     516                "url": "https://github.com/doctrine/deprecations.git",
     517                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
     518            },
     519            "dist": {
     520                "type": "zip",
     521                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
     522                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
     523                "shasum": ""
     524            },
     525            "require": {
     526                "php": "^7.1 || ^8.0"
     527            },
     528            "require-dev": {
     529                "doctrine/coding-standard": "^9 || ^12",
     530                "phpstan/phpstan": "1.4.10 || 2.0.3",
     531                "phpstan/phpstan-phpunit": "^1.0 || ^2",
     532                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
     533                "psr/log": "^1 || ^2 || ^3"
     534            },
     535            "suggest": {
     536                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
     537            },
     538            "type": "library",
     539            "autoload": {
     540                "psr-4": {
     541                    "Doctrine\\Deprecations\\": "src"
     542                }
     543            },
     544            "notification-url": "https://packagist.org/downloads/",
     545            "license": [
     546                "MIT"
     547            ],
     548            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
     549            "homepage": "https://www.doctrine-project.org/",
     550            "support": {
     551                "issues": "https://github.com/doctrine/deprecations/issues",
     552                "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
     553            },
     554            "time": "2024-12-07T21:18:45+00:00"
    573555        },
    574556        {
     
    619601        {
    620602            "name": "felixfbecker/language-server-protocol",
    621             "version": "1.5.1",
     603            "version": "v1.5.3",
    622604            "source": {
    623605                "type": "git",
    624606                "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
    625                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730"
    626             },
    627             "dist": {
    628                 "type": "zip",
    629                 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
    630                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
     607                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9"
     608            },
     609            "dist": {
     610                "type": "zip",
     611                "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
     612                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
    631613                "shasum": ""
    632614            },
     
    669651            "support": {
    670652                "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
    671                 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1"
    672             },
    673             "time": "2021-02-22T14:02:09+00:00"
    674         },
    675         {
    676             "name": "n98/junit-xml",
    677             "version": "1.1.0",
    678             "source": {
    679                 "type": "git",
    680                 "url": "https://github.com/cmuench/junit-xml.git",
    681                 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
    682             },
    683             "dist": {
    684                 "type": "zip",
    685                 "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
    686                 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
    687                 "shasum": ""
     653                "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3"
     654            },
     655            "time": "2024-04-30T00:40:11+00:00"
     656        },
     657        {
     658            "name": "fidry/cpu-core-counter",
     659            "version": "0.5.1",
     660            "source": {
     661                "type": "git",
     662                "url": "https://github.com/theofidry/cpu-core-counter.git",
     663                "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
     664            },
     665            "dist": {
     666                "type": "zip",
     667                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
     668                "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
     669                "shasum": ""
     670            },
     671            "require": {
     672                "php": "^7.2 || ^8.0"
    688673            },
    689674            "require-dev": {
    690                 "phpunit/phpunit": "^9.5.0"
    691             },
    692             "type": "library",
    693             "autoload": {
    694                 "psr-4": {
    695                     "N98\\JUnitXml\\": "src/N98/JUnitXml"
    696                 }
    697             },
    698             "notification-url": "https://packagist.org/downloads/",
    699             "license": [
    700                 "MIT"
    701             ],
    702             "authors": [
    703                 {
    704                     "name": "Christian Münch",
    705                     "email": "[email protected]"
    706                 }
    707             ],
    708             "description": "JUnit XML Document generation library",
    709             "support": {
    710                 "issues": "https://github.com/cmuench/junit-xml/issues",
    711                 "source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
    712             },
    713             "time": "2020-12-25T09:08:58+00:00"
     675                "fidry/makefile": "^0.2.0",
     676                "phpstan/extension-installer": "^1.2.0",
     677                "phpstan/phpstan": "^1.9.2",
     678                "phpstan/phpstan-deprecation-rules": "^1.0.0",
     679                "phpstan/phpstan-phpunit": "^1.2.2",
     680                "phpstan/phpstan-strict-rules": "^1.4.4",
     681                "phpunit/phpunit": "^9.5.26 || ^8.5.31",
     682                "theofidry/php-cs-fixer-config": "^1.0",
     683                "webmozarts/strict-phpunit": "^7.5"
     684            },
     685            "type": "library",
     686            "autoload": {
     687                "psr-4": {
     688                    "Fidry\\CpuCoreCounter\\": "src/"
     689                }
     690            },
     691            "notification-url": "https://packagist.org/downloads/",
     692            "license": [
     693                "MIT"
     694            ],
     695            "authors": [
     696                {
     697                    "name": "Théo FIDRY",
     698                    "email": "[email protected]"
     699                }
     700            ],
     701            "description": "Tiny utility to get the number of CPU cores.",
     702            "keywords": [
     703                "CPU",
     704                "core"
     705            ],
     706            "support": {
     707                "issues": "https://github.com/theofidry/cpu-core-counter/issues",
     708                "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
     709            },
     710            "funding": [
     711                {
     712                    "url": "https://github.com/theofidry",
     713                    "type": "github"
     714                }
     715            ],
     716            "time": "2022-12-24T12:35:10+00:00"
    714717        },
    715718        {
    716719            "name": "netresearch/jsonmapper",
    717             "version": "v4.0.0",
     720            "version": "v4.5.0",
    718721            "source": {
    719722                "type": "git",
    720723                "url": "https://github.com/cweiske/jsonmapper.git",
    721                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
    722             },
    723             "dist": {
    724                 "type": "zip",
    725                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
    726                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
     724                "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5"
     725            },
     726            "dist": {
     727                "type": "zip",
     728                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
     729                "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
    727730                "shasum": ""
    728731            },
     
    735738            },
    736739            "require-dev": {
    737                 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
     740                "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
    738741                "squizlabs/php_codesniffer": "~3.5"
    739742            },
     
    760763                "email": "[email protected]",
    761764                "issues": "https://github.com/cweiske/jsonmapper/issues",
    762                 "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0"
    763             },
    764             "time": "2020-12-01T19:48:11+00:00"
     765                "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0"
     766            },
     767            "time": "2024-09-08T10:13:13+00:00"
    765768        },
    766769        {
    767770            "name": "nikic/php-parser",
    768             "version": "v4.13.2",
     771            "version": "v4.19.4",
    769772            "source": {
    770773                "type": "git",
    771774                "url": "https://github.com/nikic/PHP-Parser.git",
    772                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
    773             },
    774             "dist": {
    775                 "type": "zip",
    776                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
    777                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
     775                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
     776            },
     777            "dist": {
     778                "type": "zip",
     779                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
     780                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
    778781                "shasum": ""
    779782            },
    780783            "require": {
    781784                "ext-tokenizer": "*",
    782                 "php": ">=7.0"
     785                "php": ">=7.1"
    783786            },
    784787            "require-dev": {
    785788                "ircmaxell/php-yacc": "^0.0.7",
    786                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
     789                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
    787790            },
    788791            "bin": [
     
    816819            "support": {
    817820                "issues": "https://github.com/nikic/PHP-Parser/issues",
    818                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
    819             },
    820             "time": "2021-11-30T19:35:32+00:00"
    821         },
    822         {
    823             "name": "openlss/lib-array2xml",
    824             "version": "1.0.0",
    825             "source": {
    826                 "type": "git",
    827                 "url": "https://github.com/nullivex/lib-array2xml.git",
    828                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
    829             },
    830             "dist": {
    831                 "type": "zip",
    832                 "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
    833                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
    834                 "shasum": ""
    835             },
    836             "require": {
    837                 "php": ">=5.3.2"
    838             },
    839             "type": "library",
    840             "autoload": {
    841                 "psr-0": {
    842                     "LSS": ""
    843                 }
    844             },
    845             "notification-url": "https://packagist.org/downloads/",
    846             "license": [
    847                 "Apache-2.0"
    848             ],
    849             "authors": [
    850                 {
    851                     "name": "Bryan Tong",
    852                     "email": "[email protected]",
    853                     "homepage": "https://www.nullivex.com"
    854                 },
    855                 {
    856                     "name": "Tony Butler",
    857                     "email": "[email protected]",
    858                     "homepage": "https://www.nullivex.com"
    859                 }
    860             ],
    861             "description": "Array2XML conversion library credit to lalit.org",
    862             "homepage": "https://www.nullivex.com",
    863             "keywords": [
    864                 "array",
    865                 "array conversion",
    866                 "xml",
    867                 "xml conversion"
    868             ],
    869             "support": {
    870                 "issues": "https://github.com/nullivex/lib-array2xml/issues",
    871                 "source": "https://github.com/nullivex/lib-array2xml/tree/master"
    872             },
    873             "time": "2019-03-29T20:06:56+00:00"
     821                "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
     822            },
     823            "time": "2024-09-29T15:01:53+00:00"
    874824        },
    875825        {
    876826            "name": "overtrue/phplint",
    877             "version": "3.0.6",
     827            "version": "9.5.6",
    878828            "source": {
    879829                "type": "git",
    880830                "url": "https://github.com/overtrue/phplint.git",
    881                 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241"
    882             },
    883             "dist": {
    884                 "type": "zip",
    885                 "url": "https://api.github.com/repos/overtrue/phplint/zipball/b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
    886                 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
    887                 "shasum": ""
    888             },
    889             "require": {
     831                "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5"
     832            },
     833            "dist": {
     834                "type": "zip",
     835                "url": "https://api.github.com/repos/overtrue/phplint/zipball/3fdc395a816d1401091062c7a3bfb31252aed6c5",
     836                "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5",
     837                "shasum": ""
     838            },
     839            "require": {
     840                "composer-runtime-api": "^2.0",
     841                "ext-dom": "*",
    890842                "ext-json": "*",
    891                 "n98/junit-xml": "1.1.0",
    892                 "php": ">=5.5.9",
    893                 "symfony/console": "^3.2|^4.0|^5.0",
    894                 "symfony/finder": "^3.0|^4.0|^5.0",
    895                 "symfony/process": "^3.3|^4.0|^5.0",
    896                 "symfony/yaml": "^3.0|^4.0|^5.0"
     843                "ext-mbstring": "*",
     844                "php": "^8.1",
     845                "symfony/cache": "^6.4 || ^7.0",
     846                "symfony/console": "^6.4 || ^7.0",
     847                "symfony/event-dispatcher": "^6.4 || ^7.0",
     848                "symfony/finder": "^6.4 || ^7.0",
     849                "symfony/options-resolver": "^6.4 || ^7.0",
     850                "symfony/process": "^6.4 || ^7.0",
     851                "symfony/yaml": "^6.4 || ^7.0"
    897852            },
    898853            "require-dev": {
    899                 "brainmaestro/composer-git-hooks": "^2.7",
    900                 "friendsofphp/php-cs-fixer": "^2.16",
    901                 "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
     854                "bamarni/composer-bin-plugin": "^1.4",
     855                "brainmaestro/composer-git-hooks": "^3.0.0",
     856                "jetbrains/phpstorm-stubs": "^2024.1",
     857                "php-parallel-lint/php-console-highlighter": "^1.0"
    902858            },
    903859            "bin": [
     
    908864                "hooks": {
    909865                    "pre-commit": [
    910                         "composer fix-style"
    911                     ],
    912                     "pre-push": [
    913                         "composer check-style"
     866                        "composer style:fix",
     867                        "composer code:check"
    914868                    ]
     869                },
     870                "bamarni-bin": {
     871                    "bin-links": true,
     872                    "forward-command": true,
     873                    "target-directory": "vendor-bin"
     874                },
     875                "branch-alias": {
     876                    "dev-main": "9.5.x-dev"
    915877                }
    916878            },
     
    928890                    "name": "overtrue",
    929891                    "email": "[email protected]"
     892                },
     893                {
     894                    "name": "Laurent Laville",
     895                    "homepage": "https://github.com/llaville"
    930896                }
    931897            ],
     
    935901                "lint",
    936902                "phplint",
     903                "static analysis",
    937904                "syntax"
    938905            ],
    939906            "support": {
    940907                "issues": "https://github.com/overtrue/phplint/issues",
    941                 "source": "https://github.com/overtrue/phplint/tree/3.0.6"
     908                "source": "https://github.com/overtrue/phplint/tree/9.5.6"
    942909            },
    943910            "funding": [
     
    947914                }
    948915            ],
    949             "time": "2021-11-30T15:45:02+00:00"
     916            "time": "2025-01-15T05:41:15+00:00"
    950917        },
    951918        {
     
    1013980        {
    1014981            "name": "phpcompatibility/phpcompatibility-paragonie",
    1015             "version": "1.3.1",
     982            "version": "1.3.3",
    1016983            "source": {
    1017984                "type": "git",
    1018985                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
    1019                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43"
    1020             },
    1021             "dist": {
    1022                 "type": "zip",
    1023                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
    1024                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43",
     986                "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac"
     987            },
     988            "dist": {
     989                "type": "zip",
     990                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
     991                "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
    1025992                "shasum": ""
    1026993            },
     
    1029996            },
    1030997            "require-dev": {
    1031                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
     998                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    1032999                "paragonie/random_compat": "dev-master",
    10331000                "paragonie/sodium_compat": "dev-master"
    10341001            },
    10351002            "suggest": {
    1036                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
     1003                "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    10371004                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    10381005            },
     
    10591026                "phpcs",
    10601027                "polyfill",
    1061                 "standards"
     1028                "standards",
     1029                "static analysis"
    10621030            ],
    10631031            "support": {
    10641032                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
     1033                "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
    10651034                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
    10661035            },
    1067             "time": "2021-02-15T10:24:51+00:00"
     1036            "funding": [
     1037                {
     1038                    "url": "https://github.com/PHPCompatibility",
     1039                    "type": "github"
     1040                },
     1041                {
     1042                    "url": "https://github.com/jrfnl",
     1043                    "type": "github"
     1044                },
     1045                {
     1046                    "url": "https://opencollective.com/php_codesniffer",
     1047                    "type": "open_collective"
     1048                }
     1049            ],
     1050            "time": "2024-04-24T21:30:46+00:00"
    10681051        },
    10691052        {
    10701053            "name": "phpcompatibility/phpcompatibility-wp",
    1071             "version": "2.1.3",
     1054            "version": "2.1.0",
    10721055            "source": {
    10731056                "type": "git",
    10741057                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
    1075                 "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308"
    1076             },
    1077             "dist": {
    1078                 "type": "zip",
    1079                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308",
    1080                 "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308",
     1058                "reference": "41bef18ba688af638b7310666db28e1ea9158b2f"
     1059            },
     1060            "dist": {
     1061                "type": "zip",
     1062                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f",
     1063                "reference": "41bef18ba688af638b7310666db28e1ea9158b2f",
    10811064                "shasum": ""
    10821065            },
     
    10861069            },
    10871070            "require-dev": {
    1088                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
     1071                "dealerdirect/phpcodesniffer-composer-installer": "^0.5"
    10891072            },
    10901073            "suggest": {
    1091                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
     1074                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    10921075                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    10931076            },
     
    11191102                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
    11201103            },
    1121             "time": "2021-12-30T16:37:40+00:00"
     1104            "time": "2019-08-28T14:22:28+00:00"
     1105        },
     1106        {
     1107            "name": "phpcsstandards/phpcsextra",
     1108            "version": "1.2.1",
     1109            "source": {
     1110                "type": "git",
     1111                "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
     1112                "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
     1113            },
     1114            "dist": {
     1115                "type": "zip",
     1116                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
     1117                "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
     1118                "shasum": ""
     1119            },
     1120            "require": {
     1121                "php": ">=5.4",
     1122                "phpcsstandards/phpcsutils": "^1.0.9",
     1123                "squizlabs/php_codesniffer": "^3.8.0"
     1124            },
     1125            "require-dev": {
     1126                "php-parallel-lint/php-console-highlighter": "^1.0",
     1127                "php-parallel-lint/php-parallel-lint": "^1.3.2",
     1128                "phpcsstandards/phpcsdevcs": "^1.1.6",
     1129                "phpcsstandards/phpcsdevtools": "^1.2.1",
     1130                "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
     1131            },
     1132            "type": "phpcodesniffer-standard",
     1133            "extra": {
     1134                "branch-alias": {
     1135                    "dev-stable": "1.x-dev",
     1136                    "dev-develop": "1.x-dev"
     1137                }
     1138            },
     1139            "notification-url": "https://packagist.org/downloads/",
     1140            "license": [
     1141                "LGPL-3.0-or-later"
     1142            ],
     1143            "authors": [
     1144                {
     1145                    "name": "Juliette Reinders Folmer",
     1146                    "homepage": "https://github.com/jrfnl",
     1147                    "role": "lead"
     1148                },
     1149                {
     1150                    "name": "Contributors",
     1151                    "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
     1152                }
     1153            ],
     1154            "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
     1155            "keywords": [
     1156                "PHP_CodeSniffer",
     1157                "phpcbf",
     1158                "phpcodesniffer-standard",
     1159                "phpcs",
     1160                "standards",
     1161                "static analysis"
     1162            ],
     1163            "support": {
     1164                "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
     1165                "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
     1166                "source": "https://github.com/PHPCSStandards/PHPCSExtra"
     1167            },
     1168            "funding": [
     1169                {
     1170                    "url": "https://github.com/PHPCSStandards",
     1171                    "type": "github"
     1172                },
     1173                {
     1174                    "url": "https://github.com/jrfnl",
     1175                    "type": "github"
     1176                },
     1177                {
     1178                    "url": "https://opencollective.com/php_codesniffer",
     1179                    "type": "open_collective"
     1180                }
     1181            ],
     1182            "time": "2023-12-08T16:49:07+00:00"
     1183        },
     1184        {
     1185            "name": "phpcsstandards/phpcsutils",
     1186            "version": "1.0.12",
     1187            "source": {
     1188                "type": "git",
     1189                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
     1190                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
     1195                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
     1196                "shasum": ""
     1197            },
     1198            "require": {
     1199                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
     1200                "php": ">=5.4",
     1201                "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
     1202            },
     1203            "require-dev": {
     1204                "ext-filter": "*",
     1205                "php-parallel-lint/php-console-highlighter": "^1.0",
     1206                "php-parallel-lint/php-parallel-lint": "^1.3.2",
     1207                "phpcsstandards/phpcsdevcs": "^1.1.6",
     1208                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
     1209            },
     1210            "type": "phpcodesniffer-standard",
     1211            "extra": {
     1212                "branch-alias": {
     1213                    "dev-stable": "1.x-dev",
     1214                    "dev-develop": "1.x-dev"
     1215                }
     1216            },
     1217            "autoload": {
     1218                "classmap": [
     1219                    "PHPCSUtils/"
     1220                ]
     1221            },
     1222            "notification-url": "https://packagist.org/downloads/",
     1223            "license": [
     1224                "LGPL-3.0-or-later"
     1225            ],
     1226            "authors": [
     1227                {
     1228                    "name": "Juliette Reinders Folmer",
     1229                    "homepage": "https://github.com/jrfnl",
     1230                    "role": "lead"
     1231                },
     1232                {
     1233                    "name": "Contributors",
     1234                    "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
     1235                }
     1236            ],
     1237            "description": "A suite of utility functions for use with PHP_CodeSniffer",
     1238            "homepage": "https://phpcsutils.com/",
     1239            "keywords": [
     1240                "PHP_CodeSniffer",
     1241                "phpcbf",
     1242                "phpcodesniffer-standard",
     1243                "phpcs",
     1244                "phpcs3",
     1245                "standards",
     1246                "static analysis",
     1247                "tokens",
     1248                "utility"
     1249            ],
     1250            "support": {
     1251                "docs": "https://phpcsutils.com/",
     1252                "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
     1253                "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
     1254                "source": "https://github.com/PHPCSStandards/PHPCSUtils"
     1255            },
     1256            "funding": [
     1257                {
     1258                    "url": "https://github.com/PHPCSStandards",
     1259                    "type": "github"
     1260                },
     1261                {
     1262                    "url": "https://github.com/jrfnl",
     1263                    "type": "github"
     1264                },
     1265                {
     1266                    "url": "https://opencollective.com/php_codesniffer",
     1267                    "type": "open_collective"
     1268                }
     1269            ],
     1270            "time": "2024-05-20T13:34:27+00:00"
    11221271        },
    11231272        {
     
    11761325        {
    11771326            "name": "phpdocumentor/reflection-docblock",
    1178             "version": "5.3.0",
     1327            "version": "5.6.1",
    11791328            "source": {
    11801329                "type": "git",
    11811330                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    1182                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
    1183             },
    1184             "dist": {
    1185                 "type": "zip",
    1186                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
    1187                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
    1188                 "shasum": ""
    1189             },
    1190             "require": {
     1331                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8"
     1332            },
     1333            "dist": {
     1334                "type": "zip",
     1335                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
     1336                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
     1337                "shasum": ""
     1338            },
     1339            "require": {
     1340                "doctrine/deprecations": "^1.1",
    11911341                "ext-filter": "*",
    1192                 "php": "^7.2 || ^8.0",
     1342                "php": "^7.4 || ^8.0",
    11931343                "phpdocumentor/reflection-common": "^2.2",
    1194                 "phpdocumentor/type-resolver": "^1.3",
     1344                "phpdocumentor/type-resolver": "^1.7",
     1345                "phpstan/phpdoc-parser": "^1.7|^2.0",
    11951346                "webmozart/assert": "^1.9.1"
    11961347            },
    11971348            "require-dev": {
    1198                 "mockery/mockery": "~1.3.2",
    1199                 "psalm/phar": "^4.8"
     1349                "mockery/mockery": "~1.3.5 || ~1.6.0",
     1350                "phpstan/extension-installer": "^1.1",
     1351                "phpstan/phpstan": "^1.8",
     1352                "phpstan/phpstan-mockery": "^1.1",
     1353                "phpstan/phpstan-webmozart-assert": "^1.2",
     1354                "phpunit/phpunit": "^9.5",
     1355                "psalm/phar": "^5.26"
    12001356            },
    12011357            "type": "library",
     
    12211377                {
    12221378                    "name": "Jaap van Otterdijk",
    1223                     "email": "account@ijaap.nl"
     1379                    "email": "opensource@ijaap.nl"
    12241380                }
    12251381            ],
     
    12271383            "support": {
    12281384                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
    1229                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
    1230             },
    1231             "time": "2021-10-19T17:43:47+00:00"
     1385                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1"
     1386            },
     1387            "time": "2024-12-07T09:39:29+00:00"
    12321388        },
    12331389        {
    12341390            "name": "phpdocumentor/type-resolver",
    1235             "version": "1.6.0",
     1391            "version": "1.10.0",
    12361392            "source": {
    12371393                "type": "git",
    12381394                "url": "https://github.com/phpDocumentor/TypeResolver.git",
    1239                 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
    1240             },
    1241             "dist": {
    1242                 "type": "zip",
    1243                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
    1244                 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
    1245                 "shasum": ""
    1246             },
    1247             "require": {
    1248                 "php": "^7.2 || ^8.0",
    1249                 "phpdocumentor/reflection-common": "^2.0"
     1395                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
     1396            },
     1397            "dist": {
     1398                "type": "zip",
     1399                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
     1400                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
     1401                "shasum": ""
     1402            },
     1403            "require": {
     1404                "doctrine/deprecations": "^1.0",
     1405                "php": "^7.3 || ^8.0",
     1406                "phpdocumentor/reflection-common": "^2.0",
     1407                "phpstan/phpdoc-parser": "^1.18|^2.0"
    12501408            },
    12511409            "require-dev": {
    12521410                "ext-tokenizer": "*",
    1253                 "psalm/phar": "^4.8"
     1411                "phpbench/phpbench": "^1.2",
     1412                "phpstan/extension-installer": "^1.1",
     1413                "phpstan/phpstan": "^1.8",
     1414                "phpstan/phpstan-phpunit": "^1.1",
     1415                "phpunit/phpunit": "^9.5",
     1416                "rector/rector": "^0.13.9",
     1417                "vimeo/psalm": "^4.25"
    12541418            },
    12551419            "type": "library",
     
    12771441            "support": {
    12781442                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
    1279                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
    1280             },
    1281             "time": "2022-01-04T19:58:01+00:00"
     1443                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
     1444            },
     1445            "time": "2024-11-09T15:12:26+00:00"
     1446        },
     1447        {
     1448            "name": "phpstan/phpdoc-parser",
     1449            "version": "2.1.0",
     1450            "source": {
     1451                "type": "git",
     1452                "url": "https://github.com/phpstan/phpdoc-parser.git",
     1453                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
     1454            },
     1455            "dist": {
     1456                "type": "zip",
     1457                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
     1458                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
     1459                "shasum": ""
     1460            },
     1461            "require": {
     1462                "php": "^7.4 || ^8.0"
     1463            },
     1464            "require-dev": {
     1465                "doctrine/annotations": "^2.0",
     1466                "nikic/php-parser": "^5.3.0",
     1467                "php-parallel-lint/php-parallel-lint": "^1.2",
     1468                "phpstan/extension-installer": "^1.0",
     1469                "phpstan/phpstan": "^2.0",
     1470                "phpstan/phpstan-phpunit": "^2.0",
     1471                "phpstan/phpstan-strict-rules": "^2.0",
     1472                "phpunit/phpunit": "^9.6",
     1473                "symfony/process": "^5.2"
     1474            },
     1475            "type": "library",
     1476            "autoload": {
     1477                "psr-4": {
     1478                    "PHPStan\\PhpDocParser\\": [
     1479                        "src/"
     1480                    ]
     1481                }
     1482            },
     1483            "notification-url": "https://packagist.org/downloads/",
     1484            "license": [
     1485                "MIT"
     1486            ],
     1487            "description": "PHPDoc parser with support for nullable, intersection and generic types",
     1488            "support": {
     1489                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
     1490                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
     1491            },
     1492            "time": "2025-02-19T13:28:12+00:00"
     1493        },
     1494        {
     1495            "name": "psr/cache",
     1496            "version": "3.0.0",
     1497            "source": {
     1498                "type": "git",
     1499                "url": "https://github.com/php-fig/cache.git",
     1500                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
     1501            },
     1502            "dist": {
     1503                "type": "zip",
     1504                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
     1505                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
     1506                "shasum": ""
     1507            },
     1508            "require": {
     1509                "php": ">=8.0.0"
     1510            },
     1511            "type": "library",
     1512            "extra": {
     1513                "branch-alias": {
     1514                    "dev-master": "1.0.x-dev"
     1515                }
     1516            },
     1517            "autoload": {
     1518                "psr-4": {
     1519                    "Psr\\Cache\\": "src/"
     1520                }
     1521            },
     1522            "notification-url": "https://packagist.org/downloads/",
     1523            "license": [
     1524                "MIT"
     1525            ],
     1526            "authors": [
     1527                {
     1528                    "name": "PHP-FIG",
     1529                    "homepage": "https://www.php-fig.org/"
     1530                }
     1531            ],
     1532            "description": "Common interface for caching libraries",
     1533            "keywords": [
     1534                "cache",
     1535                "psr",
     1536                "psr-6"
     1537            ],
     1538            "support": {
     1539                "source": "https://github.com/php-fig/cache/tree/3.0.0"
     1540            },
     1541            "time": "2021-02-03T23:26:27+00:00"
    12821542        },
    12831543        {
    12841544            "name": "psr/container",
    1285             "version": "1.1.2",
     1545            "version": "2.0.2",
    12861546            "source": {
    12871547                "type": "git",
    12881548                "url": "https://github.com/php-fig/container.git",
    1289                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
    1290             },
    1291             "dist": {
    1292                 "type": "zip",
    1293                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
    1294                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
     1549                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
     1550            },
     1551            "dist": {
     1552                "type": "zip",
     1553                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
     1554                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
    12951555                "shasum": ""
    12961556            },
     
    12991559            },
    13001560            "type": "library",
     1561            "extra": {
     1562                "branch-alias": {
     1563                    "dev-master": "2.0.x-dev"
     1564                }
     1565            },
    13011566            "autoload": {
    13021567                "psr-4": {
     
    13251590            "support": {
    13261591                "issues": "https://github.com/php-fig/container/issues",
    1327                 "source": "https://github.com/php-fig/container/tree/1.1.2"
    1328             },
    1329             "time": "2021-11-05T16:50:12+00:00"
    1330         },
    1331         {
    1332             "name": "psr/log",
    1333             "version": "1.1.4",
    1334             "source": {
    1335                 "type": "git",
    1336                 "url": "https://github.com/php-fig/log.git",
    1337                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
    1338             },
    1339             "dist": {
    1340                 "type": "zip",
    1341                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
    1342                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    1343                 "shasum": ""
    1344             },
    1345             "require": {
    1346                 "php": ">=5.3.0"
     1592                "source": "https://github.com/php-fig/container/tree/2.0.2"
     1593            },
     1594            "time": "2021-11-05T16:47:00+00:00"
     1595        },
     1596        {
     1597            "name": "psr/event-dispatcher",
     1598            "version": "1.0.0",
     1599            "source": {
     1600                "type": "git",
     1601                "url": "https://github.com/php-fig/event-dispatcher.git",
     1602                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
     1603            },
     1604            "dist": {
     1605                "type": "zip",
     1606                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
     1607                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
     1608                "shasum": ""
     1609            },
     1610            "require": {
     1611                "php": ">=7.2.0"
    13471612            },
    13481613            "type": "library",
    13491614            "extra": {
    13501615                "branch-alias": {
    1351                     "dev-master": "1.1.x-dev"
    1352                 }
    1353             },
    1354             "autoload": {
    1355                 "psr-4": {
    1356                     "Psr\\Log\\": "Psr/Log/"
     1616                    "dev-master": "1.0.x-dev"
     1617                }
     1618            },
     1619            "autoload": {
     1620                "psr-4": {
     1621                    "Psr\\EventDispatcher\\": "src/"
     1622                }
     1623            },
     1624            "notification-url": "https://packagist.org/downloads/",
     1625            "license": [
     1626                "MIT"
     1627            ],
     1628            "authors": [
     1629                {
     1630                    "name": "PHP-FIG",
     1631                    "homepage": "http://www.php-fig.org/"
     1632                }
     1633            ],
     1634            "description": "Standard interfaces for event handling.",
     1635            "keywords": [
     1636                "events",
     1637                "psr",
     1638                "psr-14"
     1639            ],
     1640            "support": {
     1641                "issues": "https://github.com/php-fig/event-dispatcher/issues",
     1642                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
     1643            },
     1644            "time": "2019-01-08T18:20:26+00:00"
     1645        },
     1646        {
     1647            "name": "psr/log",
     1648            "version": "3.0.2",
     1649            "source": {
     1650                "type": "git",
     1651                "url": "https://github.com/php-fig/log.git",
     1652                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
     1653            },
     1654            "dist": {
     1655                "type": "zip",
     1656                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
     1657                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
     1658                "shasum": ""
     1659            },
     1660            "require": {
     1661                "php": ">=8.0.0"
     1662            },
     1663            "type": "library",
     1664            "extra": {
     1665                "branch-alias": {
     1666                    "dev-master": "3.x-dev"
     1667                }
     1668            },
     1669            "autoload": {
     1670                "psr-4": {
     1671                    "Psr\\Log\\": "src"
    13571672                }
    13581673            },
     
    13751690            ],
    13761691            "support": {
    1377                 "source": "https://github.com/php-fig/log/tree/1.1.4"
    1378             },
    1379             "time": "2021-05-03T11:20:27+00:00"
     1692                "source": "https://github.com/php-fig/log/tree/3.0.2"
     1693            },
     1694            "time": "2024-09-11T13:17:53+00:00"
    13801695        },
    13811696        {
    13821697            "name": "sebastian/diff",
    1383             "version": "4.0.4",
     1698            "version": "5.1.1",
    13841699            "source": {
    13851700                "type": "git",
    13861701                "url": "https://github.com/sebastianbergmann/diff.git",
    1387                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
    1388             },
    1389             "dist": {
    1390                 "type": "zip",
    1391                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    1392                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    1393                 "shasum": ""
    1394             },
    1395             "require": {
    1396                 "php": ">=7.3"
     1702                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
     1703            },
     1704            "dist": {
     1705                "type": "zip",
     1706                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
     1707                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
     1708                "shasum": ""
     1709            },
     1710            "require": {
     1711                "php": ">=8.1"
    13971712            },
    13981713            "require-dev": {
    1399                 "phpunit/phpunit": "^9.3",
    1400                 "symfony/process": "^4.2 || ^5"
     1714                "phpunit/phpunit": "^10.0",
     1715                "symfony/process": "^6.4"
    14011716            },
    14021717            "type": "library",
    14031718            "extra": {
    14041719                "branch-alias": {
    1405                     "dev-master": "4.0-dev"
     1720                    "dev-main": "5.1-dev"
    14061721                }
    14071722            },
     
    14351750            "support": {
    14361751                "issues": "https://github.com/sebastianbergmann/diff/issues",
    1437                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
     1752                "security": "https://github.com/sebastianbergmann/diff/security/policy",
     1753                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    14381754            },
    14391755            "funding": [
     
    14431759                }
    14441760            ],
    1445             "time": "2020-10-26T13:10:38+00:00"
     1761            "time": "2024-03-02T07:15:17+00:00"
     1762        },
     1763        {
     1764            "name": "spatie/array-to-xml",
     1765            "version": "3.4.0",
     1766            "source": {
     1767                "type": "git",
     1768                "url": "https://github.com/spatie/array-to-xml.git",
     1769                "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67"
     1770            },
     1771            "dist": {
     1772                "type": "zip",
     1773                "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67",
     1774                "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67",
     1775                "shasum": ""
     1776            },
     1777            "require": {
     1778                "ext-dom": "*",
     1779                "php": "^8.0"
     1780            },
     1781            "require-dev": {
     1782                "mockery/mockery": "^1.2",
     1783                "pestphp/pest": "^1.21",
     1784                "spatie/pest-plugin-snapshots": "^1.1"
     1785            },
     1786            "type": "library",
     1787            "extra": {
     1788                "branch-alias": {
     1789                    "dev-main": "3.x-dev"
     1790                }
     1791            },
     1792            "autoload": {
     1793                "psr-4": {
     1794                    "Spatie\\ArrayToXml\\": "src"
     1795                }
     1796            },
     1797            "notification-url": "https://packagist.org/downloads/",
     1798            "license": [
     1799                "MIT"
     1800            ],
     1801            "authors": [
     1802                {
     1803                    "name": "Freek Van der Herten",
     1804                    "email": "[email protected]",
     1805                    "homepage": "https://freek.dev",
     1806                    "role": "Developer"
     1807                }
     1808            ],
     1809            "description": "Convert an array to xml",
     1810            "homepage": "https://github.com/spatie/array-to-xml",
     1811            "keywords": [
     1812                "array",
     1813                "convert",
     1814                "xml"
     1815            ],
     1816            "support": {
     1817                "source": "https://github.com/spatie/array-to-xml/tree/3.4.0"
     1818            },
     1819            "funding": [
     1820                {
     1821                    "url": "https://spatie.be/open-source/support-us",
     1822                    "type": "custom"
     1823                },
     1824                {
     1825                    "url": "https://github.com/spatie",
     1826                    "type": "github"
     1827                }
     1828            ],
     1829            "time": "2024-12-16T12:45:15+00:00"
    14461830        },
    14471831        {
    14481832            "name": "squizlabs/php_codesniffer",
    1449             "version": "3.6.2",
    1450             "source": {
    1451                 "type": "git",
    1452                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1453                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
    1454             },
    1455             "dist": {
    1456                 "type": "zip",
    1457                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
    1458                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
     1833            "version": "3.12.0",
     1834            "source": {
     1835                "type": "git",
     1836                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
     1837                "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630"
     1838            },
     1839            "dist": {
     1840                "type": "zip",
     1841                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
     1842                "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
    14591843                "shasum": ""
    14601844            },
     
    14661850            },
    14671851            "require-dev": {
    1468                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
     1852                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    14691853            },
    14701854            "bin": [
    1471                 "bin/phpcs",
    1472                 "bin/phpcbf"
     1855                "bin/phpcbf",
     1856                "bin/phpcs"
    14731857            ],
    14741858            "type": "library",
     
    14851869                {
    14861870                    "name": "Greg Sherwood",
    1487                     "role": "lead"
     1871                    "role": "Former lead"
     1872                },
     1873                {
     1874                    "name": "Juliette Reinders Folmer",
     1875                    "role": "Current lead"
     1876                },
     1877                {
     1878                    "name": "Contributors",
     1879                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
    14881880                }
    14891881            ],
    14901882            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
    1491             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
     1883            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
    14921884            "keywords": [
    14931885                "phpcs",
    1494                 "standards"
    1495             ],
    1496             "support": {
    1497                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
    1498                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
    1499                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
    1500             },
    1501             "time": "2021-12-12T21:44:58+00:00"
    1502         },
    1503         {
    1504             "name": "symfony/console",
    1505             "version": "v5.4.2",
    1506             "source": {
    1507                 "type": "git",
    1508                 "url": "https://github.com/symfony/console.git",
    1509                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
    1510             },
    1511             "dist": {
    1512                 "type": "zip",
    1513                 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
    1514                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
    1515                 "shasum": ""
    1516             },
    1517             "require": {
    1518                 "php": ">=7.2.5",
    1519                 "symfony/deprecation-contracts": "^2.1|^3",
    1520                 "symfony/polyfill-mbstring": "~1.0",
    1521                 "symfony/polyfill-php73": "^1.9",
    1522                 "symfony/polyfill-php80": "^1.16",
    1523                 "symfony/service-contracts": "^1.1|^2|^3",
    1524                 "symfony/string": "^5.1|^6.0"
     1886                "standards",
     1887                "static analysis"
     1888            ],
     1889            "support": {
     1890                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
     1891                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
     1892                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
     1893                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
     1894            },
     1895            "funding": [
     1896                {
     1897                    "url": "https://github.com/PHPCSStandards",
     1898                    "type": "github"
     1899                },
     1900                {
     1901                    "url": "https://github.com/jrfnl",
     1902                    "type": "github"
     1903                },
     1904                {
     1905                    "url": "https://opencollective.com/php_codesniffer",
     1906                    "type": "open_collective"
     1907                },
     1908                {
     1909                    "url": "https://thanks.dev/u/gh/phpcsstandards",
     1910                    "type": "thanks_dev"
     1911                }
     1912            ],
     1913            "time": "2025-03-18T05:04:51+00:00"
     1914        },
     1915        {
     1916            "name": "symfony/cache",
     1917            "version": "v7.2.4",
     1918            "source": {
     1919                "type": "git",
     1920                "url": "https://github.com/symfony/cache.git",
     1921                "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7"
     1922            },
     1923            "dist": {
     1924                "type": "zip",
     1925                "url": "https://api.github.com/repos/symfony/cache/zipball/d33cd9e14326e14a4145c21e600602eaf17cc9e7",
     1926                "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7",
     1927                "shasum": ""
     1928            },
     1929            "require": {
     1930                "php": ">=8.2",
     1931                "psr/cache": "^2.0|^3.0",
     1932                "psr/log": "^1.1|^2|^3",
     1933                "symfony/cache-contracts": "^2.5|^3",
     1934                "symfony/deprecation-contracts": "^2.5|^3.0",
     1935                "symfony/service-contracts": "^2.5|^3",
     1936                "symfony/var-exporter": "^6.4|^7.0"
    15251937            },
    15261938            "conflict": {
    1527                 "psr/log": ">=3",
    1528                 "symfony/dependency-injection": "<4.4",
    1529                 "symfony/dotenv": "<5.1",
    1530                 "symfony/event-dispatcher": "<4.4",
    1531                 "symfony/lock": "<4.4",
    1532                 "symfony/process": "<4.4"
     1939                "doctrine/dbal": "<3.6",
     1940                "symfony/dependency-injection": "<6.4",
     1941                "symfony/http-kernel": "<6.4",
     1942                "symfony/var-dumper": "<6.4"
    15331943            },
    15341944            "provide": {
    1535                 "psr/log-implementation": "1.0|2.0"
     1945                "psr/cache-implementation": "2.0|3.0",
     1946                "psr/simple-cache-implementation": "1.0|2.0|3.0",
     1947                "symfony/cache-implementation": "1.1|2.0|3.0"
    15361948            },
    15371949            "require-dev": {
    1538                 "psr/log": "^1|^2",
    1539                 "symfony/config": "^4.4|^5.0|^6.0",
    1540                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
    1541                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
    1542                 "symfony/lock": "^4.4|^5.0|^6.0",
    1543                 "symfony/process": "^4.4|^5.0|^6.0",
    1544                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
    1545             },
    1546             "suggest": {
    1547                 "psr/log": "For using the console logger",
    1548                 "symfony/event-dispatcher": "",
    1549                 "symfony/lock": "",
    1550                 "symfony/process": ""
    1551             },
    1552             "type": "library",
    1553             "autoload": {
    1554                 "psr-4": {
    1555                     "Symfony\\Component\\Console\\": ""
    1556                 },
     1950                "cache/integration-tests": "dev-master",
     1951                "doctrine/dbal": "^3.6|^4",
     1952                "predis/predis": "^1.1|^2.0",
     1953                "psr/simple-cache": "^1.0|^2.0|^3.0",
     1954                "symfony/clock": "^6.4|^7.0",
     1955                "symfony/config": "^6.4|^7.0",
     1956                "symfony/dependency-injection": "^6.4|^7.0",
     1957                "symfony/filesystem": "^6.4|^7.0",
     1958                "symfony/http-kernel": "^6.4|^7.0",
     1959                "symfony/messenger": "^6.4|^7.0",
     1960                "symfony/var-dumper": "^6.4|^7.0"
     1961            },
     1962            "type": "library",
     1963            "autoload": {
     1964                "psr-4": {
     1965                    "Symfony\\Component\\Cache\\": ""
     1966                },
     1967                "classmap": [
     1968                    "Traits/ValueWrapper.php"
     1969                ],
    15571970                "exclude-from-classmap": [
    15581971                    "/Tests/"
     
    15651978            "authors": [
    15661979                {
     1980                    "name": "Nicolas Grekas",
     1981                    "email": "[email protected]"
     1982                },
     1983                {
     1984                    "name": "Symfony Community",
     1985                    "homepage": "https://symfony.com/contributors"
     1986                }
     1987            ],
     1988            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
     1989            "homepage": "https://symfony.com",
     1990            "keywords": [
     1991                "caching",
     1992                "psr6"
     1993            ],
     1994            "support": {
     1995                "source": "https://github.com/symfony/cache/tree/v7.2.4"
     1996            },
     1997            "funding": [
     1998                {
     1999                    "url": "https://symfony.com/sponsor",
     2000                    "type": "custom"
     2001                },
     2002                {
     2003                    "url": "https://github.com/fabpot",
     2004                    "type": "github"
     2005                },
     2006                {
     2007                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2008                    "type": "tidelift"
     2009                }
     2010            ],
     2011            "time": "2025-02-26T09:57:54+00:00"
     2012        },
     2013        {
     2014            "name": "symfony/cache-contracts",
     2015            "version": "v3.5.1",
     2016            "source": {
     2017                "type": "git",
     2018                "url": "https://github.com/symfony/cache-contracts.git",
     2019                "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
     2020            },
     2021            "dist": {
     2022                "type": "zip",
     2023                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
     2024                "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
     2025                "shasum": ""
     2026            },
     2027            "require": {
     2028                "php": ">=8.1",
     2029                "psr/cache": "^3.0"
     2030            },
     2031            "type": "library",
     2032            "extra": {
     2033                "thanks": {
     2034                    "url": "https://github.com/symfony/contracts",
     2035                    "name": "symfony/contracts"
     2036                },
     2037                "branch-alias": {
     2038                    "dev-main": "3.5-dev"
     2039                }
     2040            },
     2041            "autoload": {
     2042                "psr-4": {
     2043                    "Symfony\\Contracts\\Cache\\": ""
     2044                }
     2045            },
     2046            "notification-url": "https://packagist.org/downloads/",
     2047            "license": [
     2048                "MIT"
     2049            ],
     2050            "authors": [
     2051                {
     2052                    "name": "Nicolas Grekas",
     2053                    "email": "[email protected]"
     2054                },
     2055                {
     2056                    "name": "Symfony Community",
     2057                    "homepage": "https://symfony.com/contributors"
     2058                }
     2059            ],
     2060            "description": "Generic abstractions related to caching",
     2061            "homepage": "https://symfony.com",
     2062            "keywords": [
     2063                "abstractions",
     2064                "contracts",
     2065                "decoupling",
     2066                "interfaces",
     2067                "interoperability",
     2068                "standards"
     2069            ],
     2070            "support": {
     2071                "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
     2072            },
     2073            "funding": [
     2074                {
     2075                    "url": "https://symfony.com/sponsor",
     2076                    "type": "custom"
     2077                },
     2078                {
     2079                    "url": "https://github.com/fabpot",
     2080                    "type": "github"
     2081                },
     2082                {
     2083                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2084                    "type": "tidelift"
     2085                }
     2086            ],
     2087            "time": "2024-09-25T14:20:29+00:00"
     2088        },
     2089        {
     2090            "name": "symfony/console",
     2091            "version": "v6.4.17",
     2092            "source": {
     2093                "type": "git",
     2094                "url": "https://github.com/symfony/console.git",
     2095                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
     2096            },
     2097            "dist": {
     2098                "type": "zip",
     2099                "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
     2100                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
     2101                "shasum": ""
     2102            },
     2103            "require": {
     2104                "php": ">=8.1",
     2105                "symfony/deprecation-contracts": "^2.5|^3",
     2106                "symfony/polyfill-mbstring": "~1.0",
     2107                "symfony/service-contracts": "^2.5|^3",
     2108                "symfony/string": "^5.4|^6.0|^7.0"
     2109            },
     2110            "conflict": {
     2111                "symfony/dependency-injection": "<5.4",
     2112                "symfony/dotenv": "<5.4",
     2113                "symfony/event-dispatcher": "<5.4",
     2114                "symfony/lock": "<5.4",
     2115                "symfony/process": "<5.4"
     2116            },
     2117            "provide": {
     2118                "psr/log-implementation": "1.0|2.0|3.0"
     2119            },
     2120            "require-dev": {
     2121                "psr/log": "^1|^2|^3",
     2122                "symfony/config": "^5.4|^6.0|^7.0",
     2123                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
     2124                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
     2125                "symfony/http-foundation": "^6.4|^7.0",
     2126                "symfony/http-kernel": "^6.4|^7.0",
     2127                "symfony/lock": "^5.4|^6.0|^7.0",
     2128                "symfony/messenger": "^5.4|^6.0|^7.0",
     2129                "symfony/process": "^5.4|^6.0|^7.0",
     2130                "symfony/stopwatch": "^5.4|^6.0|^7.0",
     2131                "symfony/var-dumper": "^5.4|^6.0|^7.0"
     2132            },
     2133            "type": "library",
     2134            "autoload": {
     2135                "psr-4": {
     2136                    "Symfony\\Component\\Console\\": ""
     2137                },
     2138                "exclude-from-classmap": [
     2139                    "/Tests/"
     2140                ]
     2141            },
     2142            "notification-url": "https://packagist.org/downloads/",
     2143            "license": [
     2144                "MIT"
     2145            ],
     2146            "authors": [
     2147                {
    15672148                    "name": "Fabien Potencier",
    15682149                    "email": "[email protected]"
     
    15772158            "keywords": [
    15782159                "cli",
    1579                 "command line",
     2160                "command-line",
    15802161                "console",
    15812162                "terminal"
    15822163            ],
    15832164            "support": {
    1584                 "source": "https://github.com/symfony/console/tree/v5.4.2"
     2165                "source": "https://github.com/symfony/console/tree/v6.4.17"
    15852166            },
    15862167            "funding": [
     
    15982179                }
    15992180            ],
    1600             "time": "2021-12-20T16:11:12+00:00"
     2181            "time": "2024-12-07T12:07:30+00:00"
    16012182        },
    16022183        {
    16032184            "name": "symfony/deprecation-contracts",
    1604             "version": "v2.5.0",
     2185            "version": "v3.5.1",
    16052186            "source": {
    16062187                "type": "git",
    16072188                "url": "https://github.com/symfony/deprecation-contracts.git",
    1608                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
    1609             },
    1610             "dist": {
    1611                 "type": "zip",
    1612                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
    1613                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
    1614                 "shasum": ""
    1615             },
    1616             "require": {
    1617                 "php": ">=7.1"
     2189                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
     2190            },
     2191            "dist": {
     2192                "type": "zip",
     2193                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
     2194                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
     2195                "shasum": ""
     2196            },
     2197            "require": {
     2198                "php": ">=8.1"
    16182199            },
    16192200            "type": "library",
    16202201            "extra": {
     2202                "thanks": {
     2203                    "url": "https://github.com/symfony/contracts",
     2204                    "name": "symfony/contracts"
     2205                },
    16212206                "branch-alias": {
    1622                     "dev-main": "2.5-dev"
    1623                 },
    1624                 "thanks": {
    1625                     "name": "symfony/contracts",
    1626                     "url": "https://github.com/symfony/contracts"
     2207                    "dev-main": "3.5-dev"
    16272208                }
    16282209            },
     
    16492230            "homepage": "https://symfony.com",
    16502231            "support": {
    1651                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
     2232                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
    16522233            },
    16532234            "funding": [
     
    16652246                }
    16662247            ],
    1667             "time": "2021-07-12T14:48:14+00:00"
    1668         },
    1669         {
    1670             "name": "symfony/finder",
    1671             "version": "v5.4.2",
    1672             "source": {
    1673                 "type": "git",
    1674                 "url": "https://github.com/symfony/finder.git",
    1675                 "reference": "e77046c252be48c48a40816187ed527703c8f76c"
    1676             },
    1677             "dist": {
    1678                 "type": "zip",
    1679                 "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
    1680                 "reference": "e77046c252be48c48a40816187ed527703c8f76c",
    1681                 "shasum": ""
    1682             },
    1683             "require": {
    1684                 "php": ">=7.2.5",
    1685                 "symfony/deprecation-contracts": "^2.1|^3",
    1686                 "symfony/polyfill-php80": "^1.16"
    1687             },
    1688             "type": "library",
    1689             "autoload": {
    1690                 "psr-4": {
    1691                     "Symfony\\Component\\Finder\\": ""
     2248            "time": "2024-09-25T14:20:29+00:00"
     2249        },
     2250        {
     2251            "name": "symfony/event-dispatcher",
     2252            "version": "v7.2.0",
     2253            "source": {
     2254                "type": "git",
     2255                "url": "https://github.com/symfony/event-dispatcher.git",
     2256                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
     2257            },
     2258            "dist": {
     2259                "type": "zip",
     2260                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
     2261                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
     2262                "shasum": ""
     2263            },
     2264            "require": {
     2265                "php": ">=8.2",
     2266                "symfony/event-dispatcher-contracts": "^2.5|^3"
     2267            },
     2268            "conflict": {
     2269                "symfony/dependency-injection": "<6.4",
     2270                "symfony/service-contracts": "<2.5"
     2271            },
     2272            "provide": {
     2273                "psr/event-dispatcher-implementation": "1.0",
     2274                "symfony/event-dispatcher-implementation": "2.0|3.0"
     2275            },
     2276            "require-dev": {
     2277                "psr/log": "^1|^2|^3",
     2278                "symfony/config": "^6.4|^7.0",
     2279                "symfony/dependency-injection": "^6.4|^7.0",
     2280                "symfony/error-handler": "^6.4|^7.0",
     2281                "symfony/expression-language": "^6.4|^7.0",
     2282                "symfony/http-foundation": "^6.4|^7.0",
     2283                "symfony/service-contracts": "^2.5|^3",
     2284                "symfony/stopwatch": "^6.4|^7.0"
     2285            },
     2286            "type": "library",
     2287            "autoload": {
     2288                "psr-4": {
     2289                    "Symfony\\Component\\EventDispatcher\\": ""
    16922290                },
    16932291                "exclude-from-classmap": [
     
    17092307                }
    17102308            ],
     2309            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
     2310            "homepage": "https://symfony.com",
     2311            "support": {
     2312                "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
     2313            },
     2314            "funding": [
     2315                {
     2316                    "url": "https://symfony.com/sponsor",
     2317                    "type": "custom"
     2318                },
     2319                {
     2320                    "url": "https://github.com/fabpot",
     2321                    "type": "github"
     2322                },
     2323                {
     2324                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2325                    "type": "tidelift"
     2326                }
     2327            ],
     2328            "time": "2024-09-25T14:21:43+00:00"
     2329        },
     2330        {
     2331            "name": "symfony/event-dispatcher-contracts",
     2332            "version": "v3.5.1",
     2333            "source": {
     2334                "type": "git",
     2335                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
     2336                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
     2337            },
     2338            "dist": {
     2339                "type": "zip",
     2340                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
     2341                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
     2342                "shasum": ""
     2343            },
     2344            "require": {
     2345                "php": ">=8.1",
     2346                "psr/event-dispatcher": "^1"
     2347            },
     2348            "type": "library",
     2349            "extra": {
     2350                "thanks": {
     2351                    "url": "https://github.com/symfony/contracts",
     2352                    "name": "symfony/contracts"
     2353                },
     2354                "branch-alias": {
     2355                    "dev-main": "3.5-dev"
     2356                }
     2357            },
     2358            "autoload": {
     2359                "psr-4": {
     2360                    "Symfony\\Contracts\\EventDispatcher\\": ""
     2361                }
     2362            },
     2363            "notification-url": "https://packagist.org/downloads/",
     2364            "license": [
     2365                "MIT"
     2366            ],
     2367            "authors": [
     2368                {
     2369                    "name": "Nicolas Grekas",
     2370                    "email": "[email protected]"
     2371                },
     2372                {
     2373                    "name": "Symfony Community",
     2374                    "homepage": "https://symfony.com/contributors"
     2375                }
     2376            ],
     2377            "description": "Generic abstractions related to dispatching event",
     2378            "homepage": "https://symfony.com",
     2379            "keywords": [
     2380                "abstractions",
     2381                "contracts",
     2382                "decoupling",
     2383                "interfaces",
     2384                "interoperability",
     2385                "standards"
     2386            ],
     2387            "support": {
     2388                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
     2389            },
     2390            "funding": [
     2391                {
     2392                    "url": "https://symfony.com/sponsor",
     2393                    "type": "custom"
     2394                },
     2395                {
     2396                    "url": "https://github.com/fabpot",
     2397                    "type": "github"
     2398                },
     2399                {
     2400                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2401                    "type": "tidelift"
     2402                }
     2403            ],
     2404            "time": "2024-09-25T14:20:29+00:00"
     2405        },
     2406        {
     2407            "name": "symfony/filesystem",
     2408            "version": "v6.4.13",
     2409            "source": {
     2410                "type": "git",
     2411                "url": "https://github.com/symfony/filesystem.git",
     2412                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
     2413            },
     2414            "dist": {
     2415                "type": "zip",
     2416                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
     2417                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
     2418                "shasum": ""
     2419            },
     2420            "require": {
     2421                "php": ">=8.1",
     2422                "symfony/polyfill-ctype": "~1.8",
     2423                "symfony/polyfill-mbstring": "~1.8"
     2424            },
     2425            "require-dev": {
     2426                "symfony/process": "^5.4|^6.4|^7.0"
     2427            },
     2428            "type": "library",
     2429            "autoload": {
     2430                "psr-4": {
     2431                    "Symfony\\Component\\Filesystem\\": ""
     2432                },
     2433                "exclude-from-classmap": [
     2434                    "/Tests/"
     2435                ]
     2436            },
     2437            "notification-url": "https://packagist.org/downloads/",
     2438            "license": [
     2439                "MIT"
     2440            ],
     2441            "authors": [
     2442                {
     2443                    "name": "Fabien Potencier",
     2444                    "email": "[email protected]"
     2445                },
     2446                {
     2447                    "name": "Symfony Community",
     2448                    "homepage": "https://symfony.com/contributors"
     2449                }
     2450            ],
     2451            "description": "Provides basic utilities for the filesystem",
     2452            "homepage": "https://symfony.com",
     2453            "support": {
     2454                "source": "https://github.com/symfony/filesystem/tree/v6.4.13"
     2455            },
     2456            "funding": [
     2457                {
     2458                    "url": "https://symfony.com/sponsor",
     2459                    "type": "custom"
     2460                },
     2461                {
     2462                    "url": "https://github.com/fabpot",
     2463                    "type": "github"
     2464                },
     2465                {
     2466                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2467                    "type": "tidelift"
     2468                }
     2469            ],
     2470            "time": "2024-10-25T15:07:50+00:00"
     2471        },
     2472        {
     2473            "name": "symfony/finder",
     2474            "version": "v7.2.2",
     2475            "source": {
     2476                "type": "git",
     2477                "url": "https://github.com/symfony/finder.git",
     2478                "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
     2479            },
     2480            "dist": {
     2481                "type": "zip",
     2482                "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
     2483                "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
     2484                "shasum": ""
     2485            },
     2486            "require": {
     2487                "php": ">=8.2"
     2488            },
     2489            "require-dev": {
     2490                "symfony/filesystem": "^6.4|^7.0"
     2491            },
     2492            "type": "library",
     2493            "autoload": {
     2494                "psr-4": {
     2495                    "Symfony\\Component\\Finder\\": ""
     2496                },
     2497                "exclude-from-classmap": [
     2498                    "/Tests/"
     2499                ]
     2500            },
     2501            "notification-url": "https://packagist.org/downloads/",
     2502            "license": [
     2503                "MIT"
     2504            ],
     2505            "authors": [
     2506                {
     2507                    "name": "Fabien Potencier",
     2508                    "email": "[email protected]"
     2509                },
     2510                {
     2511                    "name": "Symfony Community",
     2512                    "homepage": "https://symfony.com/contributors"
     2513                }
     2514            ],
    17112515            "description": "Finds files and directories via an intuitive fluent interface",
    17122516            "homepage": "https://symfony.com",
    17132517            "support": {
    1714                 "source": "https://github.com/symfony/finder/tree/v5.4.2"
     2518                "source": "https://github.com/symfony/finder/tree/v7.2.2"
    17152519            },
    17162520            "funding": [
     
    17282532                }
    17292533            ],
    1730             "time": "2021-12-15T11:06:13+00:00"
     2534            "time": "2024-12-30T19:00:17+00:00"
     2535        },
     2536        {
     2537            "name": "symfony/options-resolver",
     2538            "version": "v7.2.0",
     2539            "source": {
     2540                "type": "git",
     2541                "url": "https://github.com/symfony/options-resolver.git",
     2542                "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50"
     2543            },
     2544            "dist": {
     2545                "type": "zip",
     2546                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
     2547                "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
     2548                "shasum": ""
     2549            },
     2550            "require": {
     2551                "php": ">=8.2",
     2552                "symfony/deprecation-contracts": "^2.5|^3"
     2553            },
     2554            "type": "library",
     2555            "autoload": {
     2556                "psr-4": {
     2557                    "Symfony\\Component\\OptionsResolver\\": ""
     2558                },
     2559                "exclude-from-classmap": [
     2560                    "/Tests/"
     2561                ]
     2562            },
     2563            "notification-url": "https://packagist.org/downloads/",
     2564            "license": [
     2565                "MIT"
     2566            ],
     2567            "authors": [
     2568                {
     2569                    "name": "Fabien Potencier",
     2570                    "email": "[email protected]"
     2571                },
     2572                {
     2573                    "name": "Symfony Community",
     2574                    "homepage": "https://symfony.com/contributors"
     2575                }
     2576            ],
     2577            "description": "Provides an improved replacement for the array_replace PHP function",
     2578            "homepage": "https://symfony.com",
     2579            "keywords": [
     2580                "config",
     2581                "configuration",
     2582                "options"
     2583            ],
     2584            "support": {
     2585                "source": "https://github.com/symfony/options-resolver/tree/v7.2.0"
     2586            },
     2587            "funding": [
     2588                {
     2589                    "url": "https://symfony.com/sponsor",
     2590                    "type": "custom"
     2591                },
     2592                {
     2593                    "url": "https://github.com/fabpot",
     2594                    "type": "github"
     2595                },
     2596                {
     2597                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2598                    "type": "tidelift"
     2599                }
     2600            ],
     2601            "time": "2024-11-20T11:17:29+00:00"
    17312602        },
    17322603        {
    17332604            "name": "symfony/polyfill-ctype",
    1734             "version": "v1.24.0",
     2605            "version": "v1.31.0",
    17352606            "source": {
    17362607                "type": "git",
    17372608                "url": "https://github.com/symfony/polyfill-ctype.git",
    1738                 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
    1739             },
    1740             "dist": {
    1741                 "type": "zip",
    1742                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
    1743                 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
    1744                 "shasum": ""
    1745             },
    1746             "require": {
    1747                 "php": ">=7.1"
     2609                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
     2610            },
     2611            "dist": {
     2612                "type": "zip",
     2613                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
     2614                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
     2615                "shasum": ""
     2616            },
     2617            "require": {
     2618                "php": ">=7.2"
    17482619            },
    17492620            "provide": {
     
    17552626            "type": "library",
    17562627            "extra": {
    1757                 "branch-alias": {
    1758                     "dev-main": "1.23-dev"
    1759                 },
    17602628                "thanks": {
    1761                     "name": "symfony/polyfill",
    1762                     "url": "https://github.com/symfony/polyfill"
    1763                 }
    1764             },
    1765             "autoload": {
    1766                 "psr-4": {
    1767                     "Symfony\\Polyfill\\Ctype\\": ""
    1768                 },
     2629                    "url": "https://github.com/symfony/polyfill",
     2630                    "name": "symfony/polyfill"
     2631                }
     2632            },
     2633            "autoload": {
    17692634                "files": [
    17702635                    "bootstrap.php"
    1771                 ]
     2636                ],
     2637                "psr-4": {
     2638                    "Symfony\\Polyfill\\Ctype\\": ""
     2639                }
    17722640            },
    17732641            "notification-url": "https://packagist.org/downloads/",
     
    17942662            ],
    17952663            "support": {
    1796                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
     2664                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
    17972665            },
    17982666            "funding": [
     
    18102678                }
    18112679            ],
    1812             "time": "2021-10-20T20:35:02+00:00"
     2680            "time": "2024-09-09T11:45:10+00:00"
    18132681        },
    18142682        {
    18152683            "name": "symfony/polyfill-intl-grapheme",
    1816             "version": "v1.24.0",
     2684            "version": "v1.31.0",
    18172685            "source": {
    18182686                "type": "git",
    18192687                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    1820                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
    1821             },
    1822             "dist": {
    1823                 "type": "zip",
    1824                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
    1825                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
    1826                 "shasum": ""
    1827             },
    1828             "require": {
    1829                 "php": ">=7.1"
     2688                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
     2689            },
     2690            "dist": {
     2691                "type": "zip",
     2692                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
     2693                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
     2694                "shasum": ""
     2695            },
     2696            "require": {
     2697                "php": ">=7.2"
    18302698            },
    18312699            "suggest": {
     
    18342702            "type": "library",
    18352703            "extra": {
    1836                 "branch-alias": {
    1837                     "dev-main": "1.23-dev"
    1838                 },
    18392704                "thanks": {
    1840                     "name": "symfony/polyfill",
    1841                     "url": "https://github.com/symfony/polyfill"
    1842                 }
    1843             },
    1844             "autoload": {
    1845                 "psr-4": {
    1846                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
    1847                 },
     2705                    "url": "https://github.com/symfony/polyfill",
     2706                    "name": "symfony/polyfill"
     2707                }
     2708            },
     2709            "autoload": {
    18482710                "files": [
    18492711                    "bootstrap.php"
    1850                 ]
     2712                ],
     2713                "psr-4": {
     2714                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
     2715                }
    18512716            },
    18522717            "notification-url": "https://packagist.org/downloads/",
     
    18752740            ],
    18762741            "support": {
    1877                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
     2742                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
    18782743            },
    18792744            "funding": [
     
    18912756                }
    18922757            ],
    1893             "time": "2021-11-23T21:10:46+00:00"
     2758            "time": "2024-09-09T11:45:10+00:00"
    18942759        },
    18952760        {
    18962761            "name": "symfony/polyfill-intl-normalizer",
    1897             "version": "v1.24.0",
     2762            "version": "v1.31.0",
    18982763            "source": {
    18992764                "type": "git",
    19002765                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    1901                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
    1902             },
    1903             "dist": {
    1904                 "type": "zip",
    1905                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
    1906                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
    1907                 "shasum": ""
    1908             },
    1909             "require": {
    1910                 "php": ">=7.1"
     2766                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
     2767            },
     2768            "dist": {
     2769                "type": "zip",
     2770                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
     2771                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
     2772                "shasum": ""
     2773            },
     2774            "require": {
     2775                "php": ">=7.2"
    19112776            },
    19122777            "suggest": {
     
    19152780            "type": "library",
    19162781            "extra": {
    1917                 "branch-alias": {
    1918                     "dev-main": "1.23-dev"
    1919                 },
    19202782                "thanks": {
    1921                     "name": "symfony/polyfill",
    1922                     "url": "https://github.com/symfony/polyfill"
    1923                 }
    1924             },
    1925             "autoload": {
    1926                 "psr-4": {
    1927                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
    1928                 },
     2783                    "url": "https://github.com/symfony/polyfill",
     2784                    "name": "symfony/polyfill"
     2785                }
     2786            },
     2787            "autoload": {
    19292788                "files": [
    19302789                    "bootstrap.php"
    19312790                ],
     2791                "psr-4": {
     2792                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
     2793                },
    19322794                "classmap": [
    19332795                    "Resources/stubs"
     
    19592821            ],
    19602822            "support": {
    1961                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
     2823                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
    19622824            },
    19632825            "funding": [
     
    19752837                }
    19762838            ],
    1977             "time": "2021-02-19T12:13:01+00:00"
     2839            "time": "2024-09-09T11:45:10+00:00"
    19782840        },
    19792841        {
    19802842            "name": "symfony/polyfill-mbstring",
    1981             "version": "v1.24.0",
     2843            "version": "v1.31.0",
    19822844            "source": {
    19832845                "type": "git",
    19842846                "url": "https://github.com/symfony/polyfill-mbstring.git",
    1985                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
    1986             },
    1987             "dist": {
    1988                 "type": "zip",
    1989                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
    1990                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
    1991                 "shasum": ""
    1992             },
    1993             "require": {
    1994                 "php": ">=7.1"
     2847                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
     2848            },
     2849            "dist": {
     2850                "type": "zip",
     2851                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
     2852                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
     2853                "shasum": ""
     2854            },
     2855            "require": {
     2856                "php": ">=7.2"
    19952857            },
    19962858            "provide": {
     
    20022864            "type": "library",
    20032865            "extra": {
    2004                 "branch-alias": {
    2005                     "dev-main": "1.23-dev"
    2006                 },
    20072866                "thanks": {
    2008                     "name": "symfony/polyfill",
    2009                     "url": "https://github.com/symfony/polyfill"
    2010                 }
    2011             },
    2012             "autoload": {
    2013                 "psr-4": {
    2014                     "Symfony\\Polyfill\\Mbstring\\": ""
    2015                 },
     2867                    "url": "https://github.com/symfony/polyfill",
     2868                    "name": "symfony/polyfill"
     2869                }
     2870            },
     2871            "autoload": {
    20162872                "files": [
    20172873                    "bootstrap.php"
    2018                 ]
     2874                ],
     2875                "psr-4": {
     2876                    "Symfony\\Polyfill\\Mbstring\\": ""
     2877                }
    20192878            },
    20202879            "notification-url": "https://packagist.org/downloads/",
     
    20422901            ],
    20432902            "support": {
    2044                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
     2903                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
    20452904            },
    20462905            "funding": [
     
    20582917                }
    20592918            ],
    2060             "time": "2021-11-30T18:21:41+00:00"
    2061         },
    2062         {
    2063             "name": "symfony/polyfill-php73",
    2064             "version": "v1.24.0",
    2065             "source": {
    2066                 "type": "git",
    2067                 "url": "https://github.com/symfony/polyfill-php73.git",
    2068                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
    2069             },
    2070             "dist": {
    2071                 "type": "zip",
    2072                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
    2073                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
    2074                 "shasum": ""
    2075             },
    2076             "require": {
    2077                 "php": ">=7.1"
    2078             },
    2079             "type": "library",
    2080             "extra": {
    2081                 "branch-alias": {
    2082                     "dev-main": "1.23-dev"
    2083                 },
    2084                 "thanks": {
    2085                     "name": "symfony/polyfill",
    2086                     "url": "https://github.com/symfony/polyfill"
    2087                 }
    2088             },
    2089             "autoload": {
    2090                 "psr-4": {
    2091                     "Symfony\\Polyfill\\Php73\\": ""
    2092                 },
    2093                 "files": [
    2094                     "bootstrap.php"
    2095                 ],
    2096                 "classmap": [
    2097                     "Resources/stubs"
    2098                 ]
    2099             },
    2100             "notification-url": "https://packagist.org/downloads/",
    2101             "license": [
    2102                 "MIT"
    2103             ],
    2104             "authors": [
    2105                 {
    2106                     "name": "Nicolas Grekas",
    2107                     "email": "[email protected]"
    2108                 },
    2109                 {
    2110                     "name": "Symfony Community",
    2111                     "homepage": "https://symfony.com/contributors"
    2112                 }
    2113             ],
    2114             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
    2115             "homepage": "https://symfony.com",
    2116             "keywords": [
    2117                 "compatibility",
    2118                 "polyfill",
    2119                 "portable",
    2120                 "shim"
    2121             ],
    2122             "support": {
    2123                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
    2124             },
    2125             "funding": [
    2126                 {
    2127                     "url": "https://symfony.com/sponsor",
    2128                     "type": "custom"
    2129                 },
    2130                 {
    2131                     "url": "https://github.com/fabpot",
    2132                     "type": "github"
    2133                 },
    2134                 {
    2135                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    2136                     "type": "tidelift"
    2137                 }
    2138             ],
    2139             "time": "2021-06-05T21:20:04+00:00"
    2140         },
    2141         {
    2142             "name": "symfony/polyfill-php80",
    2143             "version": "v1.24.0",
    2144             "source": {
    2145                 "type": "git",
    2146                 "url": "https://github.com/symfony/polyfill-php80.git",
    2147                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
    2148             },
    2149             "dist": {
    2150                 "type": "zip",
    2151                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
    2152                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
    2153                 "shasum": ""
    2154             },
    2155             "require": {
    2156                 "php": ">=7.1"
    2157             },
    2158             "type": "library",
    2159             "extra": {
    2160                 "branch-alias": {
    2161                     "dev-main": "1.23-dev"
    2162                 },
    2163                 "thanks": {
    2164                     "name": "symfony/polyfill",
    2165                     "url": "https://github.com/symfony/polyfill"
    2166                 }
    2167             },
    2168             "autoload": {
    2169                 "psr-4": {
    2170                     "Symfony\\Polyfill\\Php80\\": ""
    2171                 },
    2172                 "files": [
    2173                     "bootstrap.php"
    2174                 ],
    2175                 "classmap": [
    2176                     "Resources/stubs"
    2177                 ]
    2178             },
    2179             "notification-url": "https://packagist.org/downloads/",
    2180             "license": [
    2181                 "MIT"
    2182             ],
    2183             "authors": [
    2184                 {
    2185                     "name": "Ion Bazan",
    2186                     "email": "[email protected]"
    2187                 },
    2188                 {
    2189                     "name": "Nicolas Grekas",
    2190                     "email": "[email protected]"
    2191                 },
    2192                 {
    2193                     "name": "Symfony Community",
    2194                     "homepage": "https://symfony.com/contributors"
    2195                 }
    2196             ],
    2197             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
    2198             "homepage": "https://symfony.com",
    2199             "keywords": [
    2200                 "compatibility",
    2201                 "polyfill",
    2202                 "portable",
    2203                 "shim"
    2204             ],
    2205             "support": {
    2206                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
    2207             },
    2208             "funding": [
    2209                 {
    2210                     "url": "https://symfony.com/sponsor",
    2211                     "type": "custom"
    2212                 },
    2213                 {
    2214                     "url": "https://github.com/fabpot",
    2215                     "type": "github"
    2216                 },
    2217                 {
    2218                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    2219                     "type": "tidelift"
    2220                 }
    2221             ],
    2222             "time": "2021-09-13T13:58:33+00:00"
     2919            "time": "2024-09-09T11:45:10+00:00"
    22232920        },
    22242921        {
    22252922            "name": "symfony/process",
    2226             "version": "v5.4.2",
     2923            "version": "v7.2.4",
    22272924            "source": {
    22282925                "type": "git",
    22292926                "url": "https://github.com/symfony/process.git",
    2230                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
    2231             },
    2232             "dist": {
    2233                 "type": "zip",
    2234                 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
    2235                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
    2236                 "shasum": ""
    2237             },
    2238             "require": {
    2239                 "php": ">=7.2.5",
    2240                 "symfony/polyfill-php80": "^1.16"
     2927                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf"
     2928            },
     2929            "dist": {
     2930                "type": "zip",
     2931                "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
     2932                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
     2933                "shasum": ""
     2934            },
     2935            "require": {
     2936                "php": ">=8.2"
    22412937            },
    22422938            "type": "library",
     
    22662962            "homepage": "https://symfony.com",
    22672963            "support": {
    2268                 "source": "https://github.com/symfony/process/tree/v5.4.2"
     2964                "source": "https://github.com/symfony/process/tree/v7.2.4"
    22692965            },
    22702966            "funding": [
     
    22822978                }
    22832979            ],
    2284             "time": "2021-12-27T21:01:00+00:00"
     2980            "time": "2025-02-05T08:33:46+00:00"
    22852981        },
    22862982        {
    22872983            "name": "symfony/service-contracts",
    2288             "version": "v2.5.0",
     2984            "version": "v3.5.1",
    22892985            "source": {
    22902986                "type": "git",
    22912987                "url": "https://github.com/symfony/service-contracts.git",
    2292                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
    2293             },
    2294             "dist": {
    2295                 "type": "zip",
    2296                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
    2297                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
    2298                 "shasum": ""
    2299             },
    2300             "require": {
    2301                 "php": ">=7.2.5",
    2302                 "psr/container": "^1.1",
    2303                 "symfony/deprecation-contracts": "^2.1"
     2988                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
     2989            },
     2990            "dist": {
     2991                "type": "zip",
     2992                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
     2993                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
     2994                "shasum": ""
     2995            },
     2996            "require": {
     2997                "php": ">=8.1",
     2998                "psr/container": "^1.1|^2.0",
     2999                "symfony/deprecation-contracts": "^2.5|^3"
    23043000            },
    23053001            "conflict": {
    23063002                "ext-psr": "<1.1|>=2"
    23073003            },
    2308             "suggest": {
    2309                 "symfony/service-implementation": ""
    2310             },
    23113004            "type": "library",
    23123005            "extra": {
     3006                "thanks": {
     3007                    "url": "https://github.com/symfony/contracts",
     3008                    "name": "symfony/contracts"
     3009                },
    23133010                "branch-alias": {
    2314                     "dev-main": "2.5-dev"
    2315                 },
    2316                 "thanks": {
    2317                     "name": "symfony/contracts",
    2318                     "url": "https://github.com/symfony/contracts"
     3011                    "dev-main": "3.5-dev"
    23193012                }
    23203013            },
     
    23223015                "psr-4": {
    23233016                    "Symfony\\Contracts\\Service\\": ""
    2324                 }
     3017                },
     3018                "exclude-from-classmap": [
     3019                    "/Test/"
     3020                ]
    23253021            },
    23263022            "notification-url": "https://packagist.org/downloads/",
     
    23493045            ],
    23503046            "support": {
    2351                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
     3047                "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
    23523048            },
    23533049            "funding": [
     
    23653061                }
    23663062            ],
    2367             "time": "2021-11-04T16:48:04+00:00"
     3063            "time": "2024-09-25T14:20:29+00:00"
    23683064        },
    23693065        {
    23703066            "name": "symfony/string",
    2371             "version": "v5.4.2",
     3067            "version": "v7.2.0",
    23723068            "source": {
    23733069                "type": "git",
    23743070                "url": "https://github.com/symfony/string.git",
    2375                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
    2376             },
    2377             "dist": {
    2378                 "type": "zip",
    2379                 "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
    2380                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
    2381                 "shasum": ""
    2382             },
    2383             "require": {
    2384                 "php": ">=7.2.5",
     3071                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
     3072            },
     3073            "dist": {
     3074                "type": "zip",
     3075                "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
     3076                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
     3077                "shasum": ""
     3078            },
     3079            "require": {
     3080                "php": ">=8.2",
    23853081                "symfony/polyfill-ctype": "~1.8",
    23863082                "symfony/polyfill-intl-grapheme": "~1.0",
    23873083                "symfony/polyfill-intl-normalizer": "~1.0",
    2388                 "symfony/polyfill-mbstring": "~1.0",
    2389                 "symfony/polyfill-php80": "~1.15"
     3084                "symfony/polyfill-mbstring": "~1.0"
    23903085            },
    23913086            "conflict": {
    2392                 "symfony/translation-contracts": ">=3.0"
     3087                "symfony/translation-contracts": "<2.5"
    23933088            },
    23943089            "require-dev": {
    2395                 "symfony/error-handler": "^4.4|^5.0|^6.0",
    2396                 "symfony/http-client": "^4.4|^5.0|^6.0",
    2397                 "symfony/translation-contracts": "^1.1|^2",
    2398                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
    2399             },
    2400             "type": "library",
    2401             "autoload": {
    2402                 "psr-4": {
    2403                     "Symfony\\Component\\String\\": ""
    2404                 },
     3090                "symfony/emoji": "^7.1",
     3091                "symfony/error-handler": "^6.4|^7.0",
     3092                "symfony/http-client": "^6.4|^7.0",
     3093                "symfony/intl": "^6.4|^7.0",
     3094                "symfony/translation-contracts": "^2.5|^3.0",
     3095                "symfony/var-exporter": "^6.4|^7.0"
     3096            },
     3097            "type": "library",
     3098            "autoload": {
    24053099                "files": [
    24063100                    "Resources/functions.php"
    24073101                ],
     3102                "psr-4": {
     3103                    "Symfony\\Component\\String\\": ""
     3104                },
    24083105                "exclude-from-classmap": [
    24093106                    "/Tests/"
     
    24353132            ],
    24363133            "support": {
    2437                 "source": "https://github.com/symfony/string/tree/v5.4.2"
     3134                "source": "https://github.com/symfony/string/tree/v7.2.0"
    24383135            },
    24393136            "funding": [
     
    24513148                }
    24523149            ],
    2453             "time": "2021-12-16T21:52:00+00:00"
    2454         },
    2455         {
    2456             "name": "symfony/yaml",
    2457             "version": "v5.4.2",
    2458             "source": {
    2459                 "type": "git",
    2460                 "url": "https://github.com/symfony/yaml.git",
    2461                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58"
    2462             },
    2463             "dist": {
    2464                 "type": "zip",
    2465                 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58",
    2466                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58",
    2467                 "shasum": ""
    2468             },
    2469             "require": {
    2470                 "php": ">=7.2.5",
    2471                 "symfony/deprecation-contracts": "^2.1|^3",
    2472                 "symfony/polyfill-ctype": "^1.8"
    2473             },
    2474             "conflict": {
    2475                 "symfony/console": "<5.3"
     3150            "time": "2024-11-13T13:31:26+00:00"
     3151        },
     3152        {
     3153            "name": "symfony/var-exporter",
     3154            "version": "v7.2.4",
     3155            "source": {
     3156                "type": "git",
     3157                "url": "https://github.com/symfony/var-exporter.git",
     3158                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a"
     3159            },
     3160            "dist": {
     3161                "type": "zip",
     3162                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
     3163                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
     3164                "shasum": ""
     3165            },
     3166            "require": {
     3167                "php": ">=8.2"
    24763168            },
    24773169            "require-dev": {
    2478                 "symfony/console": "^5.3|^6.0"
    2479             },
    2480             "suggest": {
    2481                 "symfony/console": "For validating YAML files using the lint command"
    2482             },
    2483             "bin": [
    2484                 "Resources/bin/yaml-lint"
    2485             ],
    2486             "type": "library",
    2487             "autoload": {
    2488                 "psr-4": {
    2489                     "Symfony\\Component\\Yaml\\": ""
     3170                "symfony/property-access": "^6.4|^7.0",
     3171                "symfony/serializer": "^6.4|^7.0",
     3172                "symfony/var-dumper": "^6.4|^7.0"
     3173            },
     3174            "type": "library",
     3175            "autoload": {
     3176                "psr-4": {
     3177                    "Symfony\\Component\\VarExporter\\": ""
    24903178                },
    24913179                "exclude-from-classmap": [
     
    24993187            "authors": [
    25003188                {
     3189                    "name": "Nicolas Grekas",
     3190                    "email": "[email protected]"
     3191                },
     3192                {
     3193                    "name": "Symfony Community",
     3194                    "homepage": "https://symfony.com/contributors"
     3195                }
     3196            ],
     3197            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
     3198            "homepage": "https://symfony.com",
     3199            "keywords": [
     3200                "clone",
     3201                "construct",
     3202                "export",
     3203                "hydrate",
     3204                "instantiate",
     3205                "lazy-loading",
     3206                "proxy",
     3207                "serialize"
     3208            ],
     3209            "support": {
     3210                "source": "https://github.com/symfony/var-exporter/tree/v7.2.4"
     3211            },
     3212            "funding": [
     3213                {
     3214                    "url": "https://symfony.com/sponsor",
     3215                    "type": "custom"
     3216                },
     3217                {
     3218                    "url": "https://github.com/fabpot",
     3219                    "type": "github"
     3220                },
     3221                {
     3222                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     3223                    "type": "tidelift"
     3224                }
     3225            ],
     3226            "time": "2025-02-13T10:27:23+00:00"
     3227        },
     3228        {
     3229            "name": "symfony/yaml",
     3230            "version": "v7.2.3",
     3231            "source": {
     3232                "type": "git",
     3233                "url": "https://github.com/symfony/yaml.git",
     3234                "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec"
     3235            },
     3236            "dist": {
     3237                "type": "zip",
     3238                "url": "https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec",
     3239                "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec",
     3240                "shasum": ""
     3241            },
     3242            "require": {
     3243                "php": ">=8.2",
     3244                "symfony/deprecation-contracts": "^2.5|^3.0",
     3245                "symfony/polyfill-ctype": "^1.8"
     3246            },
     3247            "conflict": {
     3248                "symfony/console": "<6.4"
     3249            },
     3250            "require-dev": {
     3251                "symfony/console": "^6.4|^7.0"
     3252            },
     3253            "bin": [
     3254                "Resources/bin/yaml-lint"
     3255            ],
     3256            "type": "library",
     3257            "autoload": {
     3258                "psr-4": {
     3259                    "Symfony\\Component\\Yaml\\": ""
     3260                },
     3261                "exclude-from-classmap": [
     3262                    "/Tests/"
     3263                ]
     3264            },
     3265            "notification-url": "https://packagist.org/downloads/",
     3266            "license": [
     3267                "MIT"
     3268            ],
     3269            "authors": [
     3270                {
    25013271                    "name": "Fabien Potencier",
    25023272                    "email": "[email protected]"
     
    25103280            "homepage": "https://symfony.com",
    25113281            "support": {
    2512                 "source": "https://github.com/symfony/yaml/tree/v5.4.2"
     3282                "source": "https://github.com/symfony/yaml/tree/v7.2.3"
    25133283            },
    25143284            "funding": [
     
    25263296                }
    25273297            ],
    2528             "time": "2021-12-16T21:58:21+00:00"
     3298            "time": "2025-01-07T12:55:42+00:00"
    25293299        },
    25303300        {
    25313301            "name": "vimeo/psalm",
    2532             "version": "4.18.1",
     3302            "version": "5.15.0",
    25333303            "source": {
    25343304                "type": "git",
    25353305                "url": "https://github.com/vimeo/psalm.git",
    2536                 "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb"
    2537             },
    2538             "dist": {
    2539                 "type": "zip",
    2540                 "url": "https://api.github.com/repos/vimeo/psalm/zipball/dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",
    2541                 "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",
     3306                "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352"
     3307            },
     3308            "dist": {
     3309                "type": "zip",
     3310                "url": "https://api.github.com/repos/vimeo/psalm/zipball/5c774aca4746caf3d239d9c8cadb9f882ca29352",
     3311                "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352",
    25423312                "shasum": ""
    25433313            },
     
    25453315                "amphp/amp": "^2.4.2",
    25463316                "amphp/byte-stream": "^1.5",
    2547                 "composer/package-versions-deprecated": "^1.8.0",
     3317                "composer-runtime-api": "^2",
    25483318                "composer/semver": "^1.4 || ^2.0 || ^3.0",
    2549                 "composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
     3319                "composer/xdebug-handler": "^2.0 || ^3.0",
    25503320                "dnoegel/php-xdg-base-dir": "^0.1.1",
    25513321                "ext-ctype": "*",
     
    25563326                "ext-simplexml": "*",
    25573327                "ext-tokenizer": "*",
    2558                 "felixfbecker/advanced-json-rpc": "^3.0.3",
    2559                 "felixfbecker/language-server-protocol": "^1.5",
     3328                "felixfbecker/advanced-json-rpc": "^3.1",
     3329                "felixfbecker/language-server-protocol": "^1.5.2",
     3330                "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
    25603331                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
    2561                 "nikic/php-parser": "^4.13",
    2562                 "openlss/lib-array2xml": "^1.0",
    2563                 "php": "^7.1|^8",
    2564                 "sebastian/diff": "^3.0 || ^4.0",
    2565                 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
    2566                 "webmozart/path-util": "^2.3"
     3332                "nikic/php-parser": "^4.16",
     3333                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
     3334                "sebastian/diff": "^4.0 || ^5.0",
     3335                "spatie/array-to-xml": "^2.17.0 || ^3.0",
     3336                "symfony/console": "^4.1.6 || ^5.0 || ^6.0",
     3337                "symfony/filesystem": "^5.4 || ^6.0"
     3338            },
     3339            "conflict": {
     3340                "nikic/php-parser": "4.17.0"
    25673341            },
    25683342            "provide": {
     
    25703344            },
    25713345            "require-dev": {
    2572                 "bamarni/composer-bin-plugin": "^1.2",
    2573                 "brianium/paratest": "^4.0||^6.0",
     3346                "amphp/phpunit-util": "^2.0",
     3347                "bamarni/composer-bin-plugin": "^1.4",
     3348                "brianium/paratest": "^6.9",
    25743349                "ext-curl": "*",
     3350                "mockery/mockery": "^1.5",
     3351                "nunomaduro/mock-final-classes": "^1.1",
    25753352                "php-parallel-lint/php-parallel-lint": "^1.2",
    2576                 "phpdocumentor/reflection-docblock": "^5",
    2577                 "phpmyadmin/sql-parser": "5.1.0||dev-master",
    2578                 "phpspec/prophecy": ">=1.9.0",
    2579                 "phpunit/phpunit": "^9.0",
    2580                 "psalm/plugin-phpunit": "^0.16",
    2581                 "slevomat/coding-standard": "^7.0",
    2582                 "squizlabs/php_codesniffer": "^3.5",
    2583                 "symfony/process": "^4.3 || ^5.0 || ^6.0",
    2584                 "weirdan/prophecy-shim": "^1.0 || ^2.0"
     3353                "phpstan/phpdoc-parser": "^1.6",
     3354                "phpunit/phpunit": "^9.6",
     3355                "psalm/plugin-mockery": "^1.1",
     3356                "psalm/plugin-phpunit": "^0.18",
     3357                "slevomat/coding-standard": "^8.4",
     3358                "squizlabs/php_codesniffer": "^3.6",
     3359                "symfony/process": "^4.4 || ^5.0 || ^6.0"
    25853360            },
    25863361            "suggest": {
     
    25983373            "extra": {
    25993374                "branch-alias": {
    2600                     "dev-master": "4.x-dev",
     3375                    "dev-1.x": "1.x-dev",
     3376                    "dev-2.x": "2.x-dev",
    26013377                    "dev-3.x": "3.x-dev",
    2602                     "dev-2.x": "2.x-dev",
    2603                     "dev-1.x": "1.x-dev"
     3378                    "dev-4.x": "4.x-dev",
     3379                    "dev-master": "5.x-dev"
    26043380                }
    26053381            },
     
    26073383                "psr-4": {
    26083384                    "Psalm\\": "src/Psalm/"
    2609                 },
    2610                 "files": [
    2611                     "src/functions.php",
    2612                     "src/spl_object_id.php"
    2613                 ]
     3385                }
    26143386            },
    26153387            "notification-url": "https://packagist.org/downloads/",
     
    26263398                "code",
    26273399                "inspection",
    2628                 "php"
     3400                "php",
     3401                "static analysis"
    26293402            ],
    26303403            "support": {
    26313404                "issues": "https://github.com/vimeo/psalm/issues",
    2632                 "source": "https://github.com/vimeo/psalm/tree/4.18.1"
    2633             },
    2634             "time": "2022-01-08T21:21:26+00:00"
     3405                "source": "https://github.com/vimeo/psalm/tree/5.15.0"
     3406            },
     3407            "time": "2023-08-20T23:07:30+00:00"
    26353408        },
    26363409        {
    26373410            "name": "webmozart/assert",
    2638             "version": "1.10.0",
     3411            "version": "1.11.0",
    26393412            "source": {
    26403413                "type": "git",
    26413414                "url": "https://github.com/webmozarts/assert.git",
    2642                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
    2643             },
    2644             "dist": {
    2645                 "type": "zip",
    2646                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
    2647                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
    2648                 "shasum": ""
    2649             },
    2650             "require": {
    2651                 "php": "^7.2 || ^8.0",
    2652                 "symfony/polyfill-ctype": "^1.8"
     3415                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
     3416            },
     3417            "dist": {
     3418                "type": "zip",
     3419                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
     3420                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
     3421                "shasum": ""
     3422            },
     3423            "require": {
     3424                "ext-ctype": "*",
     3425                "php": "^7.2 || ^8.0"
    26533426            },
    26543427            "conflict": {
     
    26883461            "support": {
    26893462                "issues": "https://github.com/webmozarts/assert/issues",
    2690                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
    2691             },
    2692             "time": "2021-03-09T10:59:23+00:00"
    2693         },
    2694         {
    2695             "name": "webmozart/path-util",
    2696             "version": "2.3.0",
    2697             "source": {
    2698                 "type": "git",
    2699                 "url": "https://github.com/webmozart/path-util.git",
    2700                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
    2701             },
    2702             "dist": {
    2703                 "type": "zip",
    2704                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
    2705                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
    2706                 "shasum": ""
    2707             },
    2708             "require": {
    2709                 "php": ">=5.3.3",
    2710                 "webmozart/assert": "~1.0"
     3463                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
     3464            },
     3465            "time": "2022-06-03T18:03:27+00:00"
     3466        },
     3467        {
     3468            "name": "wp-coding-standards/wpcs",
     3469            "version": "3.1.0",
     3470            "source": {
     3471                "type": "git",
     3472                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
     3473                "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
     3474            },
     3475            "dist": {
     3476                "type": "zip",
     3477                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
     3478                "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
     3479                "shasum": ""
     3480            },
     3481            "require": {
     3482                "ext-filter": "*",
     3483                "ext-libxml": "*",
     3484                "ext-tokenizer": "*",
     3485                "ext-xmlreader": "*",
     3486                "php": ">=5.4",
     3487                "phpcsstandards/phpcsextra": "^1.2.1",
     3488                "phpcsstandards/phpcsutils": "^1.0.10",
     3489                "squizlabs/php_codesniffer": "^3.9.0"
    27113490            },
    27123491            "require-dev": {
    2713                 "phpunit/phpunit": "^4.6",
    2714                 "sebastian/version": "^1.0.1"
    2715             },
    2716             "type": "library",
    2717             "extra": {
    2718                 "branch-alias": {
    2719                     "dev-master": "2.3-dev"
    2720                 }
    2721             },
    2722             "autoload": {
    2723                 "psr-4": {
    2724                     "Webmozart\\PathUtil\\": "src/"
    2725                 }
    2726             },
    2727             "notification-url": "https://packagist.org/downloads/",
    2728             "license": [
    2729                 "MIT"
    2730             ],
    2731             "authors": [
    2732                 {
    2733                     "name": "Bernhard Schussek",
    2734                     "email": "[email protected]"
    2735                 }
    2736             ],
    2737             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
    2738             "support": {
    2739                 "issues": "https://github.com/webmozart/path-util/issues",
    2740                 "source": "https://github.com/webmozart/path-util/tree/2.3.0"
    2741             },
    2742             "abandoned": "symfony/filesystem",
    2743             "time": "2015-12-17T08:42:14+00:00"
    2744         },
    2745         {
    2746             "name": "wp-coding-standards/wpcs",
    2747             "version": "2.3.0",
    2748             "source": {
    2749                 "type": "git",
    2750                 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    2751                 "reference": "7da1894633f168fe244afc6de00d141f27517b62"
    2752             },
    2753             "dist": {
    2754                 "type": "zip",
    2755                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
    2756                 "reference": "7da1894633f168fe244afc6de00d141f27517b62",
    2757                 "shasum": ""
    2758             },
    2759             "require": {
    2760                 "php": ">=5.4",
    2761                 "squizlabs/php_codesniffer": "^3.3.1"
    2762             },
    2763             "require-dev": {
    2764                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
     3492                "php-parallel-lint/php-console-highlighter": "^1.0.0",
     3493                "php-parallel-lint/php-parallel-lint": "^1.3.2",
    27653494                "phpcompatibility/php-compatibility": "^9.0",
    2766                 "phpcsstandards/phpcsdevtools": "^1.0",
    2767                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
     3495                "phpcsstandards/phpcsdevtools": "^1.2.0",
     3496                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
    27683497            },
    27693498            "suggest": {
    2770                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
     3499                "ext-iconv": "For improved results",
     3500                "ext-mbstring": "For improved results"
    27713501            },
    27723502            "type": "phpcodesniffer-standard",
     
    27853515                "phpcs",
    27863516                "standards",
     3517                "static analysis",
    27873518                "wordpress"
    27883519            ],
     
    27923523                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
    27933524            },
    2794             "time": "2020-05-13T23:57:56+00:00"
     3525            "funding": [
     3526                {
     3527                    "url": "https://opencollective.com/php_codesniffer",
     3528                    "type": "custom"
     3529                }
     3530            ],
     3531            "time": "2024-03-25T16:39:00+00:00"
    27953532        }
    27963533    ],
    27973534    "aliases": [],
    27983535    "minimum-stability": "stable",
    2799     "stability-flags": [],
     3536    "stability-flags": {},
    28003537    "prefer-stable": false,
    28013538    "prefer-lowest": false,
     
    28033540        "php": ">=7.3"
    28043541    },
    2805     "platform-dev": [],
    2806     "plugin-api-version": "2.2.0"
     3542    "platform-dev": {},
     3543    "plugin-api-version": "2.6.0"
    28073544}
  • smntcs-wapuu-widget/tags/2.0/smntcs-wapuu-widget.php

    r3066338 r3260228  
    77 * Author URI:            https://nielslange.de
    88 * Text Domain:           smntcs-wapuu-widget
    9  * Version:               1.9
    10  * Requires PHP:          5.6
     9 * Version:               2.0
     10 * Requires PHP:          7.4
    1111 * Requires at least:     3.4
    1212 * License:               GPL v2 or later
     
    1818defined( 'ABSPATH' ) || exit;
    1919
    20 /**
    21  * Fetch plugin version.
    22  */
    23 $plugin_data    = get_file_data( __FILE__, array( 'Version' => 'Version' ), false );
    24 $plugin_version = $plugin_data['Version'];
    25 define( 'SMNTCS_WAPUU_WIDGET_CURRENT_VERSION', $plugin_version );
    26 
    27 /**
    28  * Load plugin styles
    29  */
    30 function smntcs_wapuu_widget_enqueue_scripts() {
    31     wp_register_style( 'smntcs_wapuu_widget-style', plugins_url( 'style.css', __FILE__ ), array(), SMNTCS_WAPUU_WIDGET_CURRENT_VERSION );
    32     wp_enqueue_style( 'smntcs_wapuu_widget-style' );
    33 }
    34 add_action( 'wp_enqueue_scripts', 'smntcs_wapuu_widget_enqueue_scripts' );
    35 
    36 /**
    37  * Add settings link on plugin page
    38  *
    39  * @param string $links The original settings link on the plugin page.
    40  * @return string $links The updated settings link on the plugin page.
    41  */
    42 function smntcs_wapuu_widget_plugin_settings_link( $url ) {
    43     $admin_url     = admin_url( 'widgets.php' );
    44     $settings_link = sprintf( '<a href="%s">%s</a>', $admin_url, __( 'Settings', 'smntcs-wapuu-widget' ) );
    45     array_unshift( $url, $settings_link );
    46 
    47     return $url;
    48 }
    49 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'smntcs_wapuu_widget_plugin_settings_link' );
    50 
    51 /**
    52  * Register SMNTCS Wapuu Widget
    53  */
    54 class SMNTCS_Wapuu_Widget extends WP_Widget {
    55 
    56     /**
    57      * Construct widget
    58      */
    59     public function __construct() {
    60 
    61         $widget_options = array(
    62             'classname'   => 'smntcs_wapuu_widget',
    63             'description' => 'Displays Wapuu Widget',
    64         );
    65 
    66         parent::__construct( 'smntcs_wapuu_widget', 'Wapuu Widget', $widget_options );
    67 
    68     }
    69 
    70     /**
    71      * Prepare widget
    72      *
    73      * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
    74      * @param array $instance The settings for the particular instance of the widget.
    75      */
    76     public function widget( $args, $instance ) {
    77         $title = apply_filters( 'widget_title', $instance['title'] );
    78         $image = smntcs_get_random_image_url();
    79 
    80         printf(
    81             '%s %s %s %s',
    82             $args['before_widget'], // phpcs:ignore.
    83             $args['before_title'],  // phpcs:ignore.
    84             esc_attr( $title ),
    85             $args['after_title']    // phpcs:ignore.
    86         );
    87 
    88         printf(
    89             '<p><img src="%s" alt="" class="wapuu"></p>',
    90             esc_html( plugin_dir_url( __FILE__ ) . 'images/' . $image )
    91         );
    92 
    93         printf(
    94             '%s',
    95             $args['after_widget'] // phpcs:ignore.
    96         );
    97 
    98     }
    99 
    100     /**
    101      * Prepare form
    102      *
    103      * @param array $instance Current settings.
    104      * @return void
    105      */
    106     public function form( $instance ) {
    107 
    108         $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; ?>
    109         <p>
    110             <label for="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>">Title:</label>
    111             <input type="text" id="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_html( $this->get_field_name( 'title' ) ); ?>" value="<?php echo esc_attr( $title ); ?>" />
    112         </p>
    113         <?php
    114 
    115     }
    116 
    117     /**
    118      * Update widget
    119      *
    120      * @param array $new_instance New settings for this instance as input by the user via WP_Widget::form().
    121      * @param array $old_instance Old settings for this instance.
    122      * @since 1.0.0
    123      */
    124     public function update( $new_instance, $old_instance ) {
    125 
    126         $instance          = $old_instance;
    127         $instance['title'] = wp_strip_all_tags( $new_instance['title'] );
    128 
    129         return $instance;
    130 
    131     }
    132 
    133 }
    134 
    135 /**
    136  * Register widget
    137  */
    138 function smntcs_register_wapuu_widget() {
    139     register_widget( 'SMNTCS_Wapuu_Widget' );
    140 }
    141 add_action( 'widgets_init', 'smntcs_register_wapuu_widget' );
    142 
    143 /**
    144  * Get random image URL
    145  *
    146  * @return string
    147  */
    148 function smntcs_get_random_image_url() {
    149     $image = array(
    150         '10uppu-230x230.png',
    151         '8-bit-wapuu-large-230x288.png',
    152         '80s-wapuu-230x212.png',
    153         '930C06B1-D040-4D31-BF2C-D66930897495-230x196.png',
    154         'Achilles1-230x330.png',
    155         'BG_Wapuu-01-230x237.png',
    156         'Colorado-Wapuu-230x257.png',
    157         'CopernicusWapuu-230x230.png',
    158         'DEVMan-1-230x288.png',
    159         'Defender-1-230x288.png',
    160         'Fayapuu-230x247.png',
    161         'FishingWapuu-230x279.png',
    162         'Habu-230x198.png',
    163         'Hummingbird-1-230x288.png',
    164         'Large_lobster_wapuu-230x320.png',
    165         'Manapuu-230x386.png',
    166         '[email protected]',
    167         'Patheon-Waving-Wapuu-230x257.png',
    168         'Permalink_1024-with-wp-230x370.png',
    169         'Smush-1-230x288.png',
    170         'Snapshot-1-230x288.png',
    171         'Swag-Wapuu-Orlando-2016-230x237.png',
    172         'WAPUU-ATI-230x362.png',
    173         'WC-Biratnagar-Logo-n-Mascot-230x230.png',
    174         'WC-Denpasar-2016-Wapuu-Garuda-e1548453921415-230x290.png',
    175         'WC-Denpasar-2016-Wapuu-Wayan-230x293.png',
    176         'WC-Jakarta-2017-Wapuu-Ondel-ondel-male-230x351.png',
    177         'WC-Jakarta-2019-Wapuu-Ojol-230x266.png',
    178         'WC-Jakarta-2019-Wapuu-Ondel-ondel-female-230x348.png',
    179         'WC-Jakarta-2019-Wapuu-Si-Pitung-230x280.png',
    180         'WC-Jakarta-2019-Wapuu-Wiro-Sableng-230x271.png',
    181         'WC-Ubud-2017-Wapuu-Kelapa-Muda-230x304.png',
    182         'WCATL_Wapuu_Web.png',
    183         'WCEU-18-Astropuu-230x230.png',
    184         'WCPHX-Wapuu-W-no-pants_preview-230x282.png',
    185         'WCPHX-Wapuu-W_preview-230x282.png',
    186         'WCPHX-Wapuu-plane-9-purple@3x_preview-230x230.png',
    187         'WCUS2018-wapuu-blue-230x181.png',
    188         'WPTD3-wapuu-800-230x230.png',
    189         'Wabully_2048x2580-1-230x290.png',
    190         'WapUshanka-230x286.png',
    191         'Wapoutine-230x244.png',
    192         'Wapuu-01-230x267.png',
    193         'Wapuu-02-230x271.png',
    194         'Wapuu-03-230x229.png',
    195         'Wapuu-04-230x276.png',
    196         'Wapuu-Salentinu-230x230.png',
    197         'Wapuu-Sofia-2017-all-01-230x290.png',
    198         'Wapuu-Sofia-2017-all-02-230x315.png',
    199         'Wapuu-Thessaloniki-Alexander-230x253.png',
    200         'Wapuu-sleepy-jacksonville-230x101.png',
    201         'WapuuFinal-230x318.png',
    202         'WapuuNashville-230x167.png',
    203         'WapuuPepa-230x253.png',
    204         'WapuuPepe-230x253.png',
    205         'WapuuSticker-Die-curves-230x309.png',
    206         'Wapuubble-230x135.png',
    207         'WelshWapuuV2-2-230x212.png',
    208         'WordSesh-Wapuu-230x199.png',
    209         'ahmedabad-wordcamp2017-Wapuu2-230x282.png',
    210         'ahmedabad-wordpress-Wapuu-150517-03-230x312.png',
    211         'ammuappu-230x171.png',
    212         'auguste-230x280.png',
    213         'baap-wapuu.png',
    214         'bapuu-wapuu-230x253.png',
    215         'basile-wapuu-230x252.png',
    216         'batpuu-230x276.png',
    217         'benpuu-230x230.png',
    218         'better-off-WordPress-230x148.png',
    219         'bicycling-wapuu-230x245.png',
    220         'birthday-wapuu-230x256.png',
    221         'black-hat-230x271.png',
    222         'brighton-wapuu-and-sid-2016-230x233.png',
    223         '[email protected]',
    224         'building-block-wapuu-orlando-2016-230x237.png',
    225         'canvas-wapuu.png',
    226         'captian-w-230x292.png',
    227         'carole-community-wapuu-230x284.png',
    228         'catering-wapuu.png',
    229         'cheesesteak-wapuu-230x230.png',
    230         'cossack-wapuula-230x253.png',
    231         'cowboy-coder-230x269.png',
    232         'cowboy-wapuu-230x321.png',
    233         '[email protected]',
    234         'crab_wapuu-230x230.png',
    235         'cropped-wapuu-brno-512-512-230x230.png',
    236         'cubby-wapuu-230x232.png',
    237         'david-bowie-wapuu-230x203.png',
    238         'delhi-wapuu-2017-230x316.png',
    239         'dokuganryu-wapuu-230x253.png',
    240         'dracuu-230x215.png',
    241         'duerer-wapuu-230x230.png',
    242         'edinburgh-wapuu-230x247.png',
    243         'eduwapuu-230x253.png',
    244         'eight-ball-wapuu-230x254.png',
    245         'exercisering-wapuu-230x255.png',
    246         'fes-wapuu-230x253.png',
    247         'football_wapuu-230x254.png',
    248         'frankenpuu-230x230.png',
    249         'frapuu-01-768x750-230x225.png',
    250         'fujisan-wapuu-230x229.png',
    251         '[email protected]',
    252         'ghost-costume-wapuu-230x233.png',
    253         'ghostbuster_wapuu-230x260.png',
    254         'gianduu_wapuu-230x301.png',
    255         'gokart_wapuu-230x204.png',
    256         'gollum-wapuu-230x244.png',
    257         '[email protected]',
    258         'gravity-forms-astronaut-wapuu-mars-w-icon-230x245.png',
    259         'gravity-forms-astronaut-wapuu-moon-w-icon-230x245.png',
    260         'gravity-forms-astronaut-wapuu-saturn-w-icon-230x186.png',
    261         'gravity-forms-franklin-san-jose-wapuu-230x245.png',
    262         '[email protected]',
    263         'haobhau-in-jungle-230x294.png',
    264         'heart_wapuu-230x230.png',
    265         'heian-wapuu-230x253.png',
    266         'hex-wapuu-1810917-230x230.png',
    267         'hip-hop-wapuu-230x291.png',
    268         'hot_air_balloon_wapuu-230x416.png',
    269         'indie-wapuu-with-text-598x660-230x254.png',
    270         'inpsyde-wapuu-230x253.png',
    271         'jedi_wapuu-230x341.png',
    272         'jeepney-wapuu-230x230.png',
    273         'jpop_wapuu-230x254.png',
    274         'kabuki_wapuu_seal-230x230.png',
    275         'kani-wapuu.png',
    276         'keep-austin-weird-wapuu-230x214.png',
    277         'krimpet-wapuu-230x230.png',
    278         'kurashiki-wapuu-230x254.png',
    279         'london2016-wapuu-230x253.png',
    280         'lumberjack_wapuu-230x291.png',
    281         'lyon-wapuu-lugdunum-230x253.png',
    282         '[email protected]',
    283         'maiko-wapuu-230x266.png',
    284         'maikochan-and-wapuu-230x230.png',
    285         'main-wabster-230x279.png',
    286         'manawapuu-230x230.png',
    287         'manchester-wapuu.png',
    288         'mango-wapuu-230x361.png',
    289         'marinwapuu-230x242.png',
    290         'mascotte_final-230x225.png',
    291         'masuzushi-wapuu-230x253.png',
    292         'matsuri-wapuu-230x253.png',
    293         'mecha_wapuu_color-230x200.png',
    294         'mercenary-wapuu-e1507954765785-230x253.png',
    295         'mineiro-wapuu-230x230.png',
    296         'mineiro-wapuu.png',
    297         '[email protected]',
    298         'monk_wapuu-230x255.png',
    299         'mr-nuremberg-wapuu.png',
    300         'mrs-nuremberg-wapuu-230x238.png',
    301         '[email protected]',
    302         'mummypuu_2017WCPhilly_300x300-230x230.png',
    303         'napuu-230x215.png',
    304         'nashville-wapuu-2017-230x181.png',
    305         'nepuu-230x288.png',
    306         'ninja_wapuu-230x286.png',
    307         'nom-nom-wapuu-230x232.png',
    308         'octapuu-230x239.png',
    309         'okita-wapuu-230x253.png',
    310         'okita-wapuu.png',
    311         'onsen-wapuu-230x253.png',
    312         'original_wapuu-230x254.png',
    313         'ottawa-wapuu-230x310.png',
    314         'piratepuu_2017WCPhilly-230x230.png',
    315         'pretzel-wapuu-230x230.png',
    316         'r2-the-rtcamp-wapuu-230x253.png',
    317         'r2wapuu-230x253.png',
    318         'rabelo-o-wapuu-230x232.png',
    319         'raleigh-wapuu-230x230.png',
    320         'roboto-wapuu-wc-singapore-2017-230x298.png',
    321         'rochester-wapuu-230x230.png',
    322         'rocky-wapuu-230x230.png',
    323         'rosie-the-wapuu-e1491020781914-230x230.png',
    324         'rubiks-wapuu-230x254.png',
    325         'sailor-wapuu-230x271.png',
    326         'salakot-wapuu-230x213.png',
    327         'santa_wapuu-230x230.png',
    328         'sauna-wapuu-wordcamp-finland-2016-230x217.png',
    329         'save-the-day-blue-230x230.png',
    330         'savvii-wapuu-230x222.png',
    331         'scope-creep-230x256.png',
    332         'scott-wapuu-230x253.png',
    333         'sele_wapuu2-230x235.png',
    334         'shachihoko-wapuu-230x253.png',
    335         'sheepuu-230x230.png',
    336         'shikari-wapuu-230x278.png',
    337         'shikasenbei-wapuu-230x253.png',
    338         '[email protected]',
    339         '[email protected]',
    340         'space_wapuu-230x254.png',
    341         'speaker-10min-wapuu-230x248.png',
    342         'speaker-5min-wapuu-230x246.png',
    343         'speaker-stop-wapuu-230x220.png',
    344         'squirrel-wapuu-230x258.png',
    345         'stateside_wappu-e1505339371784-230x222.png',
    346         'sunshinecoast-wapuu-230x171.png',
    347         'sunshinecoast-wapuu.png',
    348         'sweden-wapuu-230x253.png',
    349         'swiss-wapuu-1-230x253.png',
    350         'sydney-wapuu-230x230.png',
    351         'taekwon-blue-wapuu.png',
    352         'taekwon-red-wapuu-230x253.png',
    353         'takoyaki_wapuu-230x254.png',
    354         'tampa-gasparilla-wapuu-230x253.png',
    355         'tangerine-230x191.png',
    356         'the-guruu-230x199.png',
    357         'the-troll-230x246.png',
    358         'tonkotsu-wapuu-230x251.png',
    359         'tonkotsu-wapuu.png',
    360         'try-me-230x243.gif',
    361         'vampuu-liberty_2017WCPhilly-230x203.png',
    362         'w3-230x262.png',
    363         'wambhau-230x276.png',
    364         'wapanduu_2-230x254.png',
    365         'wapevil-wapuu-230x253.png',
    366         'wapmas-wapuu-230x253.png',
    367         'wappu-grad-230x317.png',
    368         'wappu-logo-id-01-230x293 2.png',
    369         'wappu-punt-230x241.png',
    370         'wapsara-230x240.png',
    371         'wapu-1-230x160.png',
    372         'wapu-bagel-230x254.png',
    373         'wapu-sloth-230x268.png',
    374         'wapuda_shingenn-230x236.png',
    375         'wapumura-kenshin-230x253.png',
    376         'wapuu-2018-opt-230x230.png',
    377         'wapuu-Robert-230x256.png',
    378         'wapuu-alaaf-230x230.png',
    379         'wapuu-arno-and-ezio-230x227.png',
    380         'wapuu-batchoy-230x265.png',
    381         'wapuu-blab-01-230x288.png',
    382         '[email protected]',
    383         'wapuu-brainhurts-230x182.png',
    384         'wapuu-camera-230x209.png',
    385         'wapuu-cangaceiro-230x230.png',
    386         'wapuu-cheesehead-230x253.png',
    387         'wapuu-cheesehead.png',
    388         'wapuu-collector-pin-for-accessibility-230x231.png',
    389         'wapuu-collector-pin-for-community-230x231.png',
    390         'wapuu-collector-pin-for-content-230x230.png',
    391         'wapuu-collector-pin-for-design-ui-230x230.png',
    392         'wapuu-collector-pin-for-development-230x231.png',
    393         'wapuu-collector-pin-for-support-230x230.png',
    394         'wapuu-collector-pin-for-training-230x231.png',
    395         'wapuu-collector-pin-for-translation-230x230.png',
    396         'wapuu-cosplay-230x213.png',
    397         'wapuu-de-la-wordcamp-santander-230x218.png',
    398         'wapuu-der-ber-230x259.png',
    399         'wapuu-dev-300x265.png',
    400         'wapuu-efendi-230x291.png',
    401         'wapuu-france-230x279.png',
    402         'wapuu-guitar-230x242.png',
    403         'wapuu-hampton-roads-230x239.png',
    404         '[email protected]',
    405         'wapuu-heropress-230x236.png',
    406         'wapuu-hipster-230x306.png',
    407         'wapuu-jags.png',
    408         'wapuu-ji-chaudhary-230x253.png',
    409         'wapuu-logo-toque-230x361.png',
    410         'wapuu-macedonia-e1539815678794-230x239.png',
    411         'wapuu-magic-230x338.png',
    412         'wapuu-med-230x302.png',
    413         'wapuu-micro-230x221.png',
    414         'wapuu-minion-230x248.png',
    415         'wapuu-moto-230x247.png',
    416         'wapuu-mountie.png',
    417         'wapuu-newtlab-230x240.png',
    418         'wapuu-nijmegen-by-faktor22-230x408.png',
    419         'wapuu-noypi-230x253.png',
    420         'wapuu-nyc-230x385.png',
    421         'wapuu-orange-230x264.png',
    422         'wapuu-ottawa-mountie-230x361.png',
    423         'wapuu-pixar-230x150.png',
    424         'wapuu-pizza-230x222.png',
    425         'wapuu-poststatus-230x307.png',
    426         'wapuu-rome-230x230.png',
    427         'wapuu-santa-230x259.png',
    428         'wapuu-santa-230x288.png',
    429         'wapuu-skunk-230x177.png',
    430         'wapuu-sleepy-wordcamp-230x127.png',
    431         'wapuu-snitch-230x145.png',
    432         'wapuu-spy.png',
    433         'wapuu-struggle-230x182.png',
    434         'wapuu-tiger-230x254.png',
    435         'wapuu-torque-230x265.png',
    436         'wapuu-travel-230x255.png',
    437         'wapuu-tron-230x271.png',
    438         'wapuu-turku-lippu-2-230x282.png',
    439         'wapuu-twins-230x221.png',
    440         'wapuu-unipiper-230x485.png',
    441         'wapuu-unipiper.png',
    442         'wapuu-wptavern-230x275.png',
    443         'wapuu2-with-lines-230x200.png',
    444         'wapuu3-with-lines-230x273.png',
    445         'wapuu_07-26-2-230x217.png',
    446         'wapuu_cologne_baerbel_final-230x208.png',
    447         'wapuu_cologne_hannes_final-230x278.png',
    448         'wapuu_mcfly-230x170.png',
    449         'wapuu_of_the_north.png',
    450         'wapuu_on_fire-230x230.png',
    451         'wapuu_translation-230x219.png',
    452         'wapuu_translation2-230x219.png',
    453         'wapuu_translation3-230x219.png',
    454         'wapuu_translation4-230x219.png',
    455         'wapuu_world-230x210.png',
    456         'wapuubee-230x222.png',
    457         'wapuugu-230x288.png',
    458         'wapuujlo-230x256.png',
    459         'wapuunder-230x284.png',
    460         'wapuunicorn-230x325.png',
    461         'wapuushkin-wapuu-230x230.png',
    462         'wapuutah-wapuu-230x233.png',
    463         'war_wapuu-230x298.png',
    464         '[email protected]',
    465         'wcdfw2017-wapuu-flag-only-230x269.png',
    466         'wcdublin-wapuu-230x294.png',
    467         'wceu-2017-wapuu-female-230x271.png',
    468         'wceu-2017-wapuu-female.png',
    469         'wceu-2017-wapuu-male-230x271.png',
    470         'wceu2016-leopold-mozart-wapuu-230x253.png',
    471         'wceu2016-volto-mask-wapuu-230x253.png',
    472         'wck-wapuu-230x278.png',
    473         'wclvpa-wapuu-2016.png',
    474         'wct2012.png',
    475         'wct2013-kabuki-wapuu-230x233.png',
    476         'wctokyo-wapuu-230x253.png',
    477         'wctokyo2017-wapuu-230x155.png',
    478         'wharf-230x279.png',
    479         'white-hat-wapuu-230x192.png',
    480         'winter_wapuu-230x311.png',
    481         'wonder-wapuu-230x216.png',
    482         'wordcamp-tokyo-wapuu-2012-230x233.png',
    483         'wordpress_chs_wapuu-230x263.png',
    484         'wordpress_wapuu_1080x1265-230x269.png',
    485         'xiru-wapuu-230x230.png',
    486     );
    487 
    488     return $image[ wp_rand( 0, count( $image ) - 1 ) ];
    489 }
     20// Include required files.
     21require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-manager.php';
     22require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-widget.php';
  • smntcs-wapuu-widget/trunk/.prettierrc.js

    r2654769 r3260228  
    1 // Import the default config file and expose it in the project root.
    2 // Useful for editor integrations.
     1const defaultConfig = require( '@wordpress/prettier-config' );
     2
    33module.exports = {
    4     ...require( '@wordpress/prettier-config' ),
    5     tabWidth: 2,
     4    ...defaultConfig,
     5
     6    overrides: [
     7        {
     8            files: '*.yml',
     9            options: {
     10                tabWidth: 2,
     11            },
     12        },
     13        {
     14            files: '*.md',
     15            options: {
     16                tabWidth: 2,
     17                listItemIndent: 'one',
     18            },
     19        },
     20    ],
    621};
  • smntcs-wapuu-widget/trunk/README.md

    r3066338 r3260228  
    2525## Changelog
    2626
     27### 2.0 (2025.0.3.23)
     28
     29- Tested up to WordPress 6.8
     30
    2731### 1.9 (2024.04.07) =
    2832
    29 - Test up to WP 6.5
     33- Tested up to WordPress 6.5
    3034
    3135### 1.8 (2022.12.03)
    3236
    33 - Test up to WP 6.1
     37- Tested up to WordPress 6.1
    3438
    3539### 1.7 (2022.01.09)
    3640
    37 - Test up to WP 5.8
     41- Tested up to WordPress 5.8
    3842
    3943### 1.6 (2020.03.19)
    4044
    41 - Test up to WP 5.4
     45- Tested up to WordPress 5.4
    4246
    4347### 1.5 (2019.06.30)
    4448
    45 - Test up to WP 5.2
     49- Tested up to WordPress 5.2
    4650
    4751### 1.4 (2019.03.01)
     
    5155### 1.3 (2019.02.19)
    5256
    53 - Test up to WP 5.1
     57- Tested up to WordPress 5.1
    5458
    5559### 1.2 (2019.02.19)
    5660
    5761- Add README.md
    58 - Test up to WP 5.0
     62- Tested up to WordPress 5.0
    5963
    6064### 1.1 (2019.02.19)
  • smntcs-wapuu-widget/trunk/README.txt

    r3066338 r3260228  
    33Contributors:       nielslange
    44Tags:               Wapuu, Widget, Sidebar
    5 Stable tag:         1.9
    6 Tested up to:       6.5
    7 Requires PHP:       5.6
     5Stable tag:         2.0
     6Tested up to:       6.8
     7Requires PHP:       7.4
    88Requires at least:  3.4
    99License:            GPL v2 or later
     
    3333== Changelog ==
    3434
     35= 2.0 (2025.0.3.23) =
     36
     37- Tested up to WordPress 6.8
     38
    3539= 1.9 (2024.04.07) =
    3640
    37 - Test up to WP 6.5
     41- Tested up to WordPress 6.5
    3842
    3943= 1.8 (2022.12.03) =
    4044
    41 - Test up to WP 6.1
     45- Tested up to WordPress 6.1
    4246
    4347= 1.7 (2022.01.09) =
    4448
    45 - Test up to WP 5.8
     49- Tested up to WordPress 5.8
    4650
    4751= 1.6 (2020.03.19) =
    4852
    49 - Test up to WP 5.4
     53- Tested up to WordPress 5.4
    5054
    5155= 1.5 (2019.06.30) =
    5256
    53 - Test up to WP 5.2
     57- Tested up to WordPress 5.2
    5458
    5559= 1.4 (2019.03.01) =
     
    5963= 1.3 (2019.02.19) =
    6064
    61 - Test up to WP 5.1
     65- Tested up to WordPress 5.1
    6266
    6367= 1.2 (2019.02.19) =
    6468
    6569- Add README.md
    66 - Test up to WP 5.0
     70- Tested up to WordPress 5.0
    6771
    6872= 1.1 (2019.02.19) =
  • smntcs-wapuu-widget/trunk/composer.json

    r2654769 r3260228  
    2020    },
    2121    "require-dev": {
    22         "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
    23         "overtrue/phplint": "^3.0",
    24         "phpcompatibility/phpcompatibility-wp": "^2.1",
    25         "squizlabs/php_codesniffer": "^3.6",
    26         "vimeo/psalm": "^4.7",
    27         "wp-coding-standards/wpcs": "^2.3"
     22        "dealerdirect/phpcodesniffer-composer-installer": "1.0.0",
     23        "overtrue/phplint": "9.5.6",
     24        "phpcompatibility/phpcompatibility-wp": "2.1",
     25        "squizlabs/php_codesniffer": "3.12.0",
     26        "vimeo/psalm": "5.15.0",
     27        "wp-coding-standards/wpcs": "3.1.0"
    2828    },
    2929    "scripts": {
  • smntcs-wapuu-widget/trunk/composer.lock

    r2654769 r3260228  
    55        "This file is @generated automatically"
    66    ],
    7     "content-hash": "0851e9376065244b3686b8ee89ba3857",
     7    "content-hash": "ae9e11f807bec3a160fd3551c47eaace",
    88    "packages": [],
    99    "packages-dev": [
    1010        {
    1111            "name": "amphp/amp",
    12             "version": "v2.6.1",
     12            "version": "v2.6.4",
    1313            "source": {
    1414                "type": "git",
    1515                "url": "https://github.com/amphp/amp.git",
    16                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae"
    17             },
    18             "dist": {
    19                 "type": "zip",
    20                 "url": "https://api.github.com/repos/amphp/amp/zipball/c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
    21                 "reference": "c5fc66a78ee38d7ac9195a37bacaf940eb3f65ae",
     16                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
     17            },
     18            "dist": {
     19                "type": "zip",
     20                "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
     21                "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
    2222                "shasum": ""
    2323            },
     
    3131                "jetbrains/phpstorm-stubs": "^2019.3",
    3232                "phpunit/phpunit": "^7 | ^8 | ^9",
    33                 "psalm/phar": "^3.11@dev",
    34                 "react/promise": "^2"
     33                "react/promise": "^2",
     34                "vimeo/psalm": "^3.12"
    3535            },
    3636            "type": "library",
     
    4141            },
    4242            "autoload": {
    43                 "psr-4": {
    44                     "Amp\\": "lib"
    45                 },
    4643                "files": [
    4744                    "lib/functions.php",
    4845                    "lib/Internal/functions.php"
    49                 ]
     46                ],
     47                "psr-4": {
     48                    "Amp\\": "lib"
     49                }
    5050            },
    5151            "notification-url": "https://packagist.org/downloads/",
     
    7272            ],
    7373            "description": "A non-blocking concurrency framework for PHP applications.",
    74             "homepage": "http://amphp.org/amp",
     74            "homepage": "https://amphp.org/amp",
    7575            "keywords": [
    7676                "async",
     
    8787                "irc": "irc://irc.freenode.org/amphp",
    8888                "issues": "https://github.com/amphp/amp/issues",
    89                 "source": "https://github.com/amphp/amp/tree/v2.6.1"
     89                "source": "https://github.com/amphp/amp/tree/v2.6.4"
    9090            },
    9191            "funding": [
     
    9595                }
    9696            ],
    97             "time": "2021-09-23T18:43:08+00:00"
     97            "time": "2024-03-21T18:52:26+00:00"
    9898        },
    9999        {
    100100            "name": "amphp/byte-stream",
    101             "version": "v1.8.1",
     101            "version": "v1.8.2",
    102102            "source": {
    103103                "type": "git",
    104104                "url": "https://github.com/amphp/byte-stream.git",
    105                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd"
    106             },
    107             "dist": {
    108                 "type": "zip",
    109                 "url": "https://api.github.com/repos/amphp/byte-stream/zipball/acbd8002b3536485c997c4e019206b3f10ca15bd",
    110                 "reference": "acbd8002b3536485c997c4e019206b3f10ca15bd",
     105                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
     106            },
     107            "dist": {
     108                "type": "zip",
     109                "url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
     110                "reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
    111111                "shasum": ""
    112112            },
     
    124124            },
    125125            "type": "library",
    126             "extra": {
    127                 "branch-alias": {
    128                     "dev-master": "1.x-dev"
    129                 }
    130             },
    131             "autoload": {
    132                 "psr-4": {
    133                     "Amp\\ByteStream\\": "lib"
    134                 },
     126            "autoload": {
    135127                "files": [
    136128                    "lib/functions.php"
    137                 ]
     129                ],
     130                "psr-4": {
     131                    "Amp\\ByteStream\\": "lib"
     132                }
    138133            },
    139134            "notification-url": "https://packagist.org/downloads/",
     
    152147            ],
    153148            "description": "A stream abstraction to make working with non-blocking I/O simple.",
    154             "homepage": "http://amphp.org/byte-stream",
     149            "homepage": "https://amphp.org/byte-stream",
    155150            "keywords": [
    156151                "amp",
     
    162157            ],
    163158            "support": {
    164                 "irc": "irc://irc.freenode.org/amphp",
    165159                "issues": "https://github.com/amphp/byte-stream/issues",
    166                 "source": "https://github.com/amphp/byte-stream/tree/v1.8.1"
     160                "source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
    167161            },
    168162            "funding": [
     
    172166                }
    173167            ],
    174             "time": "2021-03-30T17:13:30+00:00"
    175         },
    176         {
    177             "name": "composer/package-versions-deprecated",
    178             "version": "1.11.99.4",
    179             "source": {
    180                 "type": "git",
    181                 "url": "https://github.com/composer/package-versions-deprecated.git",
    182                 "reference": "b174585d1fe49ceed21928a945138948cb394600"
    183             },
    184             "dist": {
    185                 "type": "zip",
    186                 "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b174585d1fe49ceed21928a945138948cb394600",
    187                 "reference": "b174585d1fe49ceed21928a945138948cb394600",
    188                 "shasum": ""
    189             },
    190             "require": {
    191                 "composer-plugin-api": "^1.1.0 || ^2.0",
    192                 "php": "^7 || ^8"
    193             },
    194             "replace": {
    195                 "ocramius/package-versions": "1.11.99"
     168            "time": "2024-04-13T18:00:56+00:00"
     169        },
     170        {
     171            "name": "composer/pcre",
     172            "version": "3.3.2",
     173            "source": {
     174                "type": "git",
     175                "url": "https://github.com/composer/pcre.git",
     176                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
     177            },
     178            "dist": {
     179                "type": "zip",
     180                "url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
     181                "reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
     182                "shasum": ""
     183            },
     184            "require": {
     185                "php": "^7.4 || ^8.0"
     186            },
     187            "conflict": {
     188                "phpstan/phpstan": "<1.11.10"
    196189            },
    197190            "require-dev": {
    198                 "composer/composer": "^1.9.3 || ^2.0@dev",
    199                 "ext-zip": "^1.13",
    200                 "phpunit/phpunit": "^6.5 || ^7"
    201             },
    202             "type": "composer-plugin",
     191                "phpstan/phpstan": "^1.12 || ^2",
     192                "phpstan/phpstan-strict-rules": "^1 || ^2",
     193                "phpunit/phpunit": "^8 || ^9"
     194            },
     195            "type": "library",
    203196            "extra": {
    204                 "class": "PackageVersions\\Installer",
     197                "phpstan": {
     198                    "includes": [
     199                        "extension.neon"
     200                    ]
     201                },
    205202                "branch-alias": {
    206                     "dev-master": "1.x-dev"
    207                 }
    208             },
    209             "autoload": {
    210                 "psr-4": {
    211                     "PackageVersions\\": "src/PackageVersions"
    212                 }
    213             },
    214             "notification-url": "https://packagist.org/downloads/",
    215             "license": [
    216                 "MIT"
    217             ],
    218             "authors": [
    219                 {
    220                     "name": "Marco Pivetta",
    221                     "email": "[email protected]"
    222                 },
    223                 {
    224                     "name": "Jordi Boggiano",
    225                     "email": "[email protected]"
    226                 }
    227             ],
    228             "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
    229             "support": {
    230                 "issues": "https://github.com/composer/package-versions-deprecated/issues",
    231                 "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.4"
    232             },
    233             "funding": [
    234                 {
    235                     "url": "https://packagist.com",
    236                     "type": "custom"
    237                 },
    238                 {
    239                     "url": "https://github.com/composer",
    240                     "type": "github"
    241                 },
    242                 {
    243                     "url": "https://tidelift.com/funding/github/packagist/composer/composer",
    244                     "type": "tidelift"
    245                 }
    246             ],
    247             "time": "2021-09-13T08:41:34+00:00"
    248         },
    249         {
    250             "name": "composer/pcre",
    251             "version": "1.0.0",
    252             "source": {
    253                 "type": "git",
    254                 "url": "https://github.com/composer/pcre.git",
    255                 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2"
    256             },
    257             "dist": {
    258                 "type": "zip",
    259                 "url": "https://api.github.com/repos/composer/pcre/zipball/3d322d715c43a1ac36c7fe215fa59336265500f2",
    260                 "reference": "3d322d715c43a1ac36c7fe215fa59336265500f2",
    261                 "shasum": ""
    262             },
    263             "require": {
    264                 "php": "^5.3.2 || ^7.0 || ^8.0"
    265             },
    266             "require-dev": {
    267                 "phpstan/phpstan": "^1",
    268                 "phpstan/phpstan-strict-rules": "^1.1",
    269                 "symfony/phpunit-bridge": "^4.2 || ^5"
    270             },
    271             "type": "library",
    272             "extra": {
    273                 "branch-alias": {
    274                     "dev-main": "1.x-dev"
     203                    "dev-main": "3.x-dev"
    275204                }
    276205            },
     
    300229            "support": {
    301230                "issues": "https://github.com/composer/pcre/issues",
    302                 "source": "https://github.com/composer/pcre/tree/1.0.0"
     231                "source": "https://github.com/composer/pcre/tree/3.3.2"
    303232            },
    304233            "funding": [
     
    316245                }
    317246            ],
    318             "time": "2021-12-06T15:17:27+00:00"
     247            "time": "2024-11-12T16:29:46+00:00"
    319248        },
    320249        {
    321250            "name": "composer/semver",
    322             "version": "3.2.7",
     251            "version": "3.4.3",
    323252            "source": {
    324253                "type": "git",
    325254                "url": "https://github.com/composer/semver.git",
    326                 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee"
    327             },
    328             "dist": {
    329                 "type": "zip",
    330                 "url": "https://api.github.com/repos/composer/semver/zipball/deac27056b57e46faf136fae7b449eeaa71661ee",
    331                 "reference": "deac27056b57e46faf136fae7b449eeaa71661ee",
     255                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
     256            },
     257            "dist": {
     258                "type": "zip",
     259                "url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
     260                "reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
    332261                "shasum": ""
    333262            },
     
    336265            },
    337266            "require-dev": {
    338                 "phpstan/phpstan": "^0.12.54",
    339                 "symfony/phpunit-bridge": "^4.2 || ^5"
     267                "phpstan/phpstan": "^1.11",
     268                "symfony/phpunit-bridge": "^3 || ^7"
    340269            },
    341270            "type": "library",
     
    379308            ],
    380309            "support": {
    381                 "irc": "irc://irc.freenode.org/composer",
     310                "irc": "ircs://irc.libera.chat:6697/composer",
    382311                "issues": "https://github.com/composer/semver/issues",
    383                 "source": "https://github.com/composer/semver/tree/3.2.7"
     312                "source": "https://github.com/composer/semver/tree/3.4.3"
    384313            },
    385314            "funding": [
     
    397326                }
    398327            ],
    399             "time": "2022-01-04T09:57:54+00:00"
     328            "time": "2024-09-19T14:15:21+00:00"
    400329        },
    401330        {
    402331            "name": "composer/xdebug-handler",
    403             "version": "3.0.1",
     332            "version": "3.0.5",
    404333            "source": {
    405334                "type": "git",
    406335                "url": "https://github.com/composer/xdebug-handler.git",
    407                 "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8"
    408             },
    409             "dist": {
    410                 "type": "zip",
    411                 "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/12f1b79476638a5615ed00ea6adbb269cec96fd8",
    412                 "reference": "12f1b79476638a5615ed00ea6adbb269cec96fd8",
    413                 "shasum": ""
    414             },
    415             "require": {
    416                 "composer/pcre": "^1",
     336                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
     337            },
     338            "dist": {
     339                "type": "zip",
     340                "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
     341                "reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
     342                "shasum": ""
     343            },
     344            "require": {
     345                "composer/pcre": "^1 || ^2 || ^3",
    417346                "php": "^7.2.5 || ^8.0",
    418347                "psr/log": "^1 || ^2 || ^3"
     
    421350                "phpstan/phpstan": "^1.0",
    422351                "phpstan/phpstan-strict-rules": "^1.1",
    423                 "symfony/phpunit-bridge": "^6.0"
     352                "phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
    424353            },
    425354            "type": "library",
     
    445374            ],
    446375            "support": {
    447                 "irc": "irc://irc.freenode.org/composer",
     376                "irc": "ircs://irc.libera.chat:6697/composer",
    448377                "issues": "https://github.com/composer/xdebug-handler/issues",
    449                 "source": "https://github.com/composer/xdebug-handler/tree/3.0.1"
     378                "source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
    450379            },
    451380            "funding": [
     
    463392                }
    464393            ],
    465             "time": "2022-01-04T18:29:42+00:00"
     394            "time": "2024-05-06T16:37:16+00:00"
    466395        },
    467396        {
    468397            "name": "dealerdirect/phpcodesniffer-composer-installer",
    469             "version": "v0.7.1",
    470             "source": {
    471                 "type": "git",
    472                 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
    473                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c"
    474             },
    475             "dist": {
    476                 "type": "zip",
    477                 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/fe390591e0241955f22eb9ba327d137e501c771c",
    478                 "reference": "fe390591e0241955f22eb9ba327d137e501c771c",
     398            "version": "v1.0.0",
     399            "source": {
     400                "type": "git",
     401                "url": "https://github.com/PHPCSStandards/composer-installer.git",
     402                "reference": "4be43904336affa5c2f70744a348312336afd0da"
     403            },
     404            "dist": {
     405                "type": "zip",
     406                "url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/4be43904336affa5c2f70744a348312336afd0da",
     407                "reference": "4be43904336affa5c2f70744a348312336afd0da",
    479408                "shasum": ""
    480409            },
    481410            "require": {
    482411                "composer-plugin-api": "^1.0 || ^2.0",
    483                 "php": ">=5.3",
    484                 "squizlabs/php_codesniffer": "^2.0 || ^3.0 || ^4.0"
     412                "php": ">=5.4",
     413                "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
    485414            },
    486415            "require-dev": {
    487416                "composer/composer": "*",
     417                "ext-json": "*",
     418                "ext-zip": "*",
     419                "php-parallel-lint/php-parallel-lint": "^1.3.1",
    488420                "phpcompatibility/php-compatibility": "^9.0",
    489                 "sensiolabs/security-checker": "^4.1.0"
     421                "yoast/phpunit-polyfills": "^1.0"
    490422            },
    491423            "type": "composer-plugin",
    492424            "extra": {
    493                 "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
    494             },
    495             "autoload": {
    496                 "psr-4": {
    497                     "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
     425                "class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
     426            },
     427            "autoload": {
     428                "psr-4": {
     429                    "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
    498430                }
    499431            },
     
    508440                    "homepage": "http://www.frenck.nl",
    509441                    "role": "Developer / IT Manager"
     442                },
     443                {
     444                    "name": "Contributors",
     445                    "homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
    510446                }
    511447            ],
     
    519455                "composer",
    520456                "installer",
     457                "phpcbf",
    521458                "phpcs",
    522459                "plugin",
     
    530467            ],
    531468            "support": {
    532                 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
    533                 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
    534             },
    535             "time": "2020-12-07T18:04:37+00:00"
     469                "issues": "https://github.com/PHPCSStandards/composer-installer/issues",
     470                "source": "https://github.com/PHPCSStandards/composer-installer"
     471            },
     472            "time": "2023-01-05T11:28:13+00:00"
    536473        },
    537474        {
     
    571508            },
    572509            "time": "2019-12-04T15:06:13+00:00"
     510        },
     511        {
     512            "name": "doctrine/deprecations",
     513            "version": "1.1.4",
     514            "source": {
     515                "type": "git",
     516                "url": "https://github.com/doctrine/deprecations.git",
     517                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9"
     518            },
     519            "dist": {
     520                "type": "zip",
     521                "url": "https://api.github.com/repos/doctrine/deprecations/zipball/31610dbb31faa98e6b5447b62340826f54fbc4e9",
     522                "reference": "31610dbb31faa98e6b5447b62340826f54fbc4e9",
     523                "shasum": ""
     524            },
     525            "require": {
     526                "php": "^7.1 || ^8.0"
     527            },
     528            "require-dev": {
     529                "doctrine/coding-standard": "^9 || ^12",
     530                "phpstan/phpstan": "1.4.10 || 2.0.3",
     531                "phpstan/phpstan-phpunit": "^1.0 || ^2",
     532                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
     533                "psr/log": "^1 || ^2 || ^3"
     534            },
     535            "suggest": {
     536                "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
     537            },
     538            "type": "library",
     539            "autoload": {
     540                "psr-4": {
     541                    "Doctrine\\Deprecations\\": "src"
     542                }
     543            },
     544            "notification-url": "https://packagist.org/downloads/",
     545            "license": [
     546                "MIT"
     547            ],
     548            "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
     549            "homepage": "https://www.doctrine-project.org/",
     550            "support": {
     551                "issues": "https://github.com/doctrine/deprecations/issues",
     552                "source": "https://github.com/doctrine/deprecations/tree/1.1.4"
     553            },
     554            "time": "2024-12-07T21:18:45+00:00"
    573555        },
    574556        {
     
    619601        {
    620602            "name": "felixfbecker/language-server-protocol",
    621             "version": "1.5.1",
     603            "version": "v1.5.3",
    622604            "source": {
    623605                "type": "git",
    624606                "url": "https://github.com/felixfbecker/php-language-server-protocol.git",
    625                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730"
    626             },
    627             "dist": {
    628                 "type": "zip",
    629                 "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
    630                 "reference": "9d846d1f5cf101deee7a61c8ba7caa0a975cd730",
     607                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9"
     608            },
     609            "dist": {
     610                "type": "zip",
     611                "url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
     612                "reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
    631613                "shasum": ""
    632614            },
     
    669651            "support": {
    670652                "issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
    671                 "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/1.5.1"
    672             },
    673             "time": "2021-02-22T14:02:09+00:00"
    674         },
    675         {
    676             "name": "n98/junit-xml",
    677             "version": "1.1.0",
    678             "source": {
    679                 "type": "git",
    680                 "url": "https://github.com/cmuench/junit-xml.git",
    681                 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73"
    682             },
    683             "dist": {
    684                 "type": "zip",
    685                 "url": "https://api.github.com/repos/cmuench/junit-xml/zipball/0017dd92ac8cb619f02e32f4cffd768cfe327c73",
    686                 "reference": "0017dd92ac8cb619f02e32f4cffd768cfe327c73",
    687                 "shasum": ""
     653                "source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3"
     654            },
     655            "time": "2024-04-30T00:40:11+00:00"
     656        },
     657        {
     658            "name": "fidry/cpu-core-counter",
     659            "version": "0.5.1",
     660            "source": {
     661                "type": "git",
     662                "url": "https://github.com/theofidry/cpu-core-counter.git",
     663                "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623"
     664            },
     665            "dist": {
     666                "type": "zip",
     667                "url": "https://api.github.com/repos/theofidry/cpu-core-counter/zipball/b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
     668                "reference": "b58e5a3933e541dc286cc91fc4f3898bbc6f1623",
     669                "shasum": ""
     670            },
     671            "require": {
     672                "php": "^7.2 || ^8.0"
    688673            },
    689674            "require-dev": {
    690                 "phpunit/phpunit": "^9.5.0"
    691             },
    692             "type": "library",
    693             "autoload": {
    694                 "psr-4": {
    695                     "N98\\JUnitXml\\": "src/N98/JUnitXml"
    696                 }
    697             },
    698             "notification-url": "https://packagist.org/downloads/",
    699             "license": [
    700                 "MIT"
    701             ],
    702             "authors": [
    703                 {
    704                     "name": "Christian Münch",
    705                     "email": "[email protected]"
    706                 }
    707             ],
    708             "description": "JUnit XML Document generation library",
    709             "support": {
    710                 "issues": "https://github.com/cmuench/junit-xml/issues",
    711                 "source": "https://github.com/cmuench/junit-xml/tree/1.1.0"
    712             },
    713             "time": "2020-12-25T09:08:58+00:00"
     675                "fidry/makefile": "^0.2.0",
     676                "phpstan/extension-installer": "^1.2.0",
     677                "phpstan/phpstan": "^1.9.2",
     678                "phpstan/phpstan-deprecation-rules": "^1.0.0",
     679                "phpstan/phpstan-phpunit": "^1.2.2",
     680                "phpstan/phpstan-strict-rules": "^1.4.4",
     681                "phpunit/phpunit": "^9.5.26 || ^8.5.31",
     682                "theofidry/php-cs-fixer-config": "^1.0",
     683                "webmozarts/strict-phpunit": "^7.5"
     684            },
     685            "type": "library",
     686            "autoload": {
     687                "psr-4": {
     688                    "Fidry\\CpuCoreCounter\\": "src/"
     689                }
     690            },
     691            "notification-url": "https://packagist.org/downloads/",
     692            "license": [
     693                "MIT"
     694            ],
     695            "authors": [
     696                {
     697                    "name": "Théo FIDRY",
     698                    "email": "[email protected]"
     699                }
     700            ],
     701            "description": "Tiny utility to get the number of CPU cores.",
     702            "keywords": [
     703                "CPU",
     704                "core"
     705            ],
     706            "support": {
     707                "issues": "https://github.com/theofidry/cpu-core-counter/issues",
     708                "source": "https://github.com/theofidry/cpu-core-counter/tree/0.5.1"
     709            },
     710            "funding": [
     711                {
     712                    "url": "https://github.com/theofidry",
     713                    "type": "github"
     714                }
     715            ],
     716            "time": "2022-12-24T12:35:10+00:00"
    714717        },
    715718        {
    716719            "name": "netresearch/jsonmapper",
    717             "version": "v4.0.0",
     720            "version": "v4.5.0",
    718721            "source": {
    719722                "type": "git",
    720723                "url": "https://github.com/cweiske/jsonmapper.git",
    721                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d"
    722             },
    723             "dist": {
    724                 "type": "zip",
    725                 "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
    726                 "reference": "8bbc021a8edb2e4a7ea2f8ad4fa9ec9dce2fcb8d",
     724                "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5"
     725            },
     726            "dist": {
     727                "type": "zip",
     728                "url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
     729                "reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
    727730                "shasum": ""
    728731            },
     
    735738            },
    736739            "require-dev": {
    737                 "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0",
     740                "phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
    738741                "squizlabs/php_codesniffer": "~3.5"
    739742            },
     
    760763                "email": "[email protected]",
    761764                "issues": "https://github.com/cweiske/jsonmapper/issues",
    762                 "source": "https://github.com/cweiske/jsonmapper/tree/v4.0.0"
    763             },
    764             "time": "2020-12-01T19:48:11+00:00"
     765                "source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0"
     766            },
     767            "time": "2024-09-08T10:13:13+00:00"
    765768        },
    766769        {
    767770            "name": "nikic/php-parser",
    768             "version": "v4.13.2",
     771            "version": "v4.19.4",
    769772            "source": {
    770773                "type": "git",
    771774                "url": "https://github.com/nikic/PHP-Parser.git",
    772                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
    773             },
    774             "dist": {
    775                 "type": "zip",
    776                 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
    777                 "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
     775                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
     776            },
     777            "dist": {
     778                "type": "zip",
     779                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
     780                "reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
    778781                "shasum": ""
    779782            },
    780783            "require": {
    781784                "ext-tokenizer": "*",
    782                 "php": ">=7.0"
     785                "php": ">=7.1"
    783786            },
    784787            "require-dev": {
    785788                "ircmaxell/php-yacc": "^0.0.7",
    786                 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
     789                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
    787790            },
    788791            "bin": [
     
    816819            "support": {
    817820                "issues": "https://github.com/nikic/PHP-Parser/issues",
    818                 "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
    819             },
    820             "time": "2021-11-30T19:35:32+00:00"
    821         },
    822         {
    823             "name": "openlss/lib-array2xml",
    824             "version": "1.0.0",
    825             "source": {
    826                 "type": "git",
    827                 "url": "https://github.com/nullivex/lib-array2xml.git",
    828                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
    829             },
    830             "dist": {
    831                 "type": "zip",
    832                 "url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
    833                 "reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
    834                 "shasum": ""
    835             },
    836             "require": {
    837                 "php": ">=5.3.2"
    838             },
    839             "type": "library",
    840             "autoload": {
    841                 "psr-0": {
    842                     "LSS": ""
    843                 }
    844             },
    845             "notification-url": "https://packagist.org/downloads/",
    846             "license": [
    847                 "Apache-2.0"
    848             ],
    849             "authors": [
    850                 {
    851                     "name": "Bryan Tong",
    852                     "email": "[email protected]",
    853                     "homepage": "https://www.nullivex.com"
    854                 },
    855                 {
    856                     "name": "Tony Butler",
    857                     "email": "[email protected]",
    858                     "homepage": "https://www.nullivex.com"
    859                 }
    860             ],
    861             "description": "Array2XML conversion library credit to lalit.org",
    862             "homepage": "https://www.nullivex.com",
    863             "keywords": [
    864                 "array",
    865                 "array conversion",
    866                 "xml",
    867                 "xml conversion"
    868             ],
    869             "support": {
    870                 "issues": "https://github.com/nullivex/lib-array2xml/issues",
    871                 "source": "https://github.com/nullivex/lib-array2xml/tree/master"
    872             },
    873             "time": "2019-03-29T20:06:56+00:00"
     821                "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
     822            },
     823            "time": "2024-09-29T15:01:53+00:00"
    874824        },
    875825        {
    876826            "name": "overtrue/phplint",
    877             "version": "3.0.6",
     827            "version": "9.5.6",
    878828            "source": {
    879829                "type": "git",
    880830                "url": "https://github.com/overtrue/phplint.git",
    881                 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241"
    882             },
    883             "dist": {
    884                 "type": "zip",
    885                 "url": "https://api.github.com/repos/overtrue/phplint/zipball/b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
    886                 "reference": "b4212c2c65bf50f6c823ab8e7c13c9ead9433241",
    887                 "shasum": ""
    888             },
    889             "require": {
     831                "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5"
     832            },
     833            "dist": {
     834                "type": "zip",
     835                "url": "https://api.github.com/repos/overtrue/phplint/zipball/3fdc395a816d1401091062c7a3bfb31252aed6c5",
     836                "reference": "3fdc395a816d1401091062c7a3bfb31252aed6c5",
     837                "shasum": ""
     838            },
     839            "require": {
     840                "composer-runtime-api": "^2.0",
     841                "ext-dom": "*",
    890842                "ext-json": "*",
    891                 "n98/junit-xml": "1.1.0",
    892                 "php": ">=5.5.9",
    893                 "symfony/console": "^3.2|^4.0|^5.0",
    894                 "symfony/finder": "^3.0|^4.0|^5.0",
    895                 "symfony/process": "^3.3|^4.0|^5.0",
    896                 "symfony/yaml": "^3.0|^4.0|^5.0"
     843                "ext-mbstring": "*",
     844                "php": "^8.1",
     845                "symfony/cache": "^6.4 || ^7.0",
     846                "symfony/console": "^6.4 || ^7.0",
     847                "symfony/event-dispatcher": "^6.4 || ^7.0",
     848                "symfony/finder": "^6.4 || ^7.0",
     849                "symfony/options-resolver": "^6.4 || ^7.0",
     850                "symfony/process": "^6.4 || ^7.0",
     851                "symfony/yaml": "^6.4 || ^7.0"
    897852            },
    898853            "require-dev": {
    899                 "brainmaestro/composer-git-hooks": "^2.7",
    900                 "friendsofphp/php-cs-fixer": "^2.16",
    901                 "jakub-onderka/php-console-highlighter": "^0.3.2 || ^0.4"
     854                "bamarni/composer-bin-plugin": "^1.4",
     855                "brainmaestro/composer-git-hooks": "^3.0.0",
     856                "jetbrains/phpstorm-stubs": "^2024.1",
     857                "php-parallel-lint/php-console-highlighter": "^1.0"
    902858            },
    903859            "bin": [
     
    908864                "hooks": {
    909865                    "pre-commit": [
    910                         "composer fix-style"
    911                     ],
    912                     "pre-push": [
    913                         "composer check-style"
     866                        "composer style:fix",
     867                        "composer code:check"
    914868                    ]
     869                },
     870                "bamarni-bin": {
     871                    "bin-links": true,
     872                    "forward-command": true,
     873                    "target-directory": "vendor-bin"
     874                },
     875                "branch-alias": {
     876                    "dev-main": "9.5.x-dev"
    915877                }
    916878            },
     
    928890                    "name": "overtrue",
    929891                    "email": "[email protected]"
     892                },
     893                {
     894                    "name": "Laurent Laville",
     895                    "homepage": "https://github.com/llaville"
    930896                }
    931897            ],
     
    935901                "lint",
    936902                "phplint",
     903                "static analysis",
    937904                "syntax"
    938905            ],
    939906            "support": {
    940907                "issues": "https://github.com/overtrue/phplint/issues",
    941                 "source": "https://github.com/overtrue/phplint/tree/3.0.6"
     908                "source": "https://github.com/overtrue/phplint/tree/9.5.6"
    942909            },
    943910            "funding": [
     
    947914                }
    948915            ],
    949             "time": "2021-11-30T15:45:02+00:00"
     916            "time": "2025-01-15T05:41:15+00:00"
    950917        },
    951918        {
     
    1013980        {
    1014981            "name": "phpcompatibility/phpcompatibility-paragonie",
    1015             "version": "1.3.1",
     982            "version": "1.3.3",
    1016983            "source": {
    1017984                "type": "git",
    1018985                "url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
    1019                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43"
    1020             },
    1021             "dist": {
    1022                 "type": "zip",
    1023                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/ddabec839cc003651f2ce695c938686d1086cf43",
    1024                 "reference": "ddabec839cc003651f2ce695c938686d1086cf43",
     986                "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac"
     987            },
     988            "dist": {
     989                "type": "zip",
     990                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
     991                "reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
    1025992                "shasum": ""
    1026993            },
     
    1029996            },
    1030997            "require-dev": {
    1031                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7",
     998                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
    1032999                "paragonie/random_compat": "dev-master",
    10331000                "paragonie/sodium_compat": "dev-master"
    10341001            },
    10351002            "suggest": {
    1036                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
     1003                "dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    10371004                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    10381005            },
     
    10591026                "phpcs",
    10601027                "polyfill",
    1061                 "standards"
     1028                "standards",
     1029                "static analysis"
    10621030            ],
    10631031            "support": {
    10641032                "issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
     1033                "security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
    10651034                "source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
    10661035            },
    1067             "time": "2021-02-15T10:24:51+00:00"
     1036            "funding": [
     1037                {
     1038                    "url": "https://github.com/PHPCompatibility",
     1039                    "type": "github"
     1040                },
     1041                {
     1042                    "url": "https://github.com/jrfnl",
     1043                    "type": "github"
     1044                },
     1045                {
     1046                    "url": "https://opencollective.com/php_codesniffer",
     1047                    "type": "open_collective"
     1048                }
     1049            ],
     1050            "time": "2024-04-24T21:30:46+00:00"
    10681051        },
    10691052        {
    10701053            "name": "phpcompatibility/phpcompatibility-wp",
    1071             "version": "2.1.3",
     1054            "version": "2.1.0",
    10721055            "source": {
    10731056                "type": "git",
    10741057                "url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
    1075                 "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308"
    1076             },
    1077             "dist": {
    1078                 "type": "zip",
    1079                 "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/d55de55f88697b9cdb94bccf04f14eb3b11cf308",
    1080                 "reference": "d55de55f88697b9cdb94bccf04f14eb3b11cf308",
     1058                "reference": "41bef18ba688af638b7310666db28e1ea9158b2f"
     1059            },
     1060            "dist": {
     1061                "type": "zip",
     1062                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/41bef18ba688af638b7310666db28e1ea9158b2f",
     1063                "reference": "41bef18ba688af638b7310666db28e1ea9158b2f",
    10811064                "shasum": ""
    10821065            },
     
    10861069            },
    10871070            "require-dev": {
    1088                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7"
     1071                "dealerdirect/phpcodesniffer-composer-installer": "^0.5"
    10891072            },
    10901073            "suggest": {
    1091                 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
     1074                "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
    10921075                "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
    10931076            },
     
    11191102                "source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
    11201103            },
    1121             "time": "2021-12-30T16:37:40+00:00"
     1104            "time": "2019-08-28T14:22:28+00:00"
     1105        },
     1106        {
     1107            "name": "phpcsstandards/phpcsextra",
     1108            "version": "1.2.1",
     1109            "source": {
     1110                "type": "git",
     1111                "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
     1112                "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
     1113            },
     1114            "dist": {
     1115                "type": "zip",
     1116                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
     1117                "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
     1118                "shasum": ""
     1119            },
     1120            "require": {
     1121                "php": ">=5.4",
     1122                "phpcsstandards/phpcsutils": "^1.0.9",
     1123                "squizlabs/php_codesniffer": "^3.8.0"
     1124            },
     1125            "require-dev": {
     1126                "php-parallel-lint/php-console-highlighter": "^1.0",
     1127                "php-parallel-lint/php-parallel-lint": "^1.3.2",
     1128                "phpcsstandards/phpcsdevcs": "^1.1.6",
     1129                "phpcsstandards/phpcsdevtools": "^1.2.1",
     1130                "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
     1131            },
     1132            "type": "phpcodesniffer-standard",
     1133            "extra": {
     1134                "branch-alias": {
     1135                    "dev-stable": "1.x-dev",
     1136                    "dev-develop": "1.x-dev"
     1137                }
     1138            },
     1139            "notification-url": "https://packagist.org/downloads/",
     1140            "license": [
     1141                "LGPL-3.0-or-later"
     1142            ],
     1143            "authors": [
     1144                {
     1145                    "name": "Juliette Reinders Folmer",
     1146                    "homepage": "https://github.com/jrfnl",
     1147                    "role": "lead"
     1148                },
     1149                {
     1150                    "name": "Contributors",
     1151                    "homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
     1152                }
     1153            ],
     1154            "description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
     1155            "keywords": [
     1156                "PHP_CodeSniffer",
     1157                "phpcbf",
     1158                "phpcodesniffer-standard",
     1159                "phpcs",
     1160                "standards",
     1161                "static analysis"
     1162            ],
     1163            "support": {
     1164                "issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
     1165                "security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
     1166                "source": "https://github.com/PHPCSStandards/PHPCSExtra"
     1167            },
     1168            "funding": [
     1169                {
     1170                    "url": "https://github.com/PHPCSStandards",
     1171                    "type": "github"
     1172                },
     1173                {
     1174                    "url": "https://github.com/jrfnl",
     1175                    "type": "github"
     1176                },
     1177                {
     1178                    "url": "https://opencollective.com/php_codesniffer",
     1179                    "type": "open_collective"
     1180                }
     1181            ],
     1182            "time": "2023-12-08T16:49:07+00:00"
     1183        },
     1184        {
     1185            "name": "phpcsstandards/phpcsutils",
     1186            "version": "1.0.12",
     1187            "source": {
     1188                "type": "git",
     1189                "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
     1190                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
     1191            },
     1192            "dist": {
     1193                "type": "zip",
     1194                "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
     1195                "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
     1196                "shasum": ""
     1197            },
     1198            "require": {
     1199                "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
     1200                "php": ">=5.4",
     1201                "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
     1202            },
     1203            "require-dev": {
     1204                "ext-filter": "*",
     1205                "php-parallel-lint/php-console-highlighter": "^1.0",
     1206                "php-parallel-lint/php-parallel-lint": "^1.3.2",
     1207                "phpcsstandards/phpcsdevcs": "^1.1.6",
     1208                "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
     1209            },
     1210            "type": "phpcodesniffer-standard",
     1211            "extra": {
     1212                "branch-alias": {
     1213                    "dev-stable": "1.x-dev",
     1214                    "dev-develop": "1.x-dev"
     1215                }
     1216            },
     1217            "autoload": {
     1218                "classmap": [
     1219                    "PHPCSUtils/"
     1220                ]
     1221            },
     1222            "notification-url": "https://packagist.org/downloads/",
     1223            "license": [
     1224                "LGPL-3.0-or-later"
     1225            ],
     1226            "authors": [
     1227                {
     1228                    "name": "Juliette Reinders Folmer",
     1229                    "homepage": "https://github.com/jrfnl",
     1230                    "role": "lead"
     1231                },
     1232                {
     1233                    "name": "Contributors",
     1234                    "homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
     1235                }
     1236            ],
     1237            "description": "A suite of utility functions for use with PHP_CodeSniffer",
     1238            "homepage": "https://phpcsutils.com/",
     1239            "keywords": [
     1240                "PHP_CodeSniffer",
     1241                "phpcbf",
     1242                "phpcodesniffer-standard",
     1243                "phpcs",
     1244                "phpcs3",
     1245                "standards",
     1246                "static analysis",
     1247                "tokens",
     1248                "utility"
     1249            ],
     1250            "support": {
     1251                "docs": "https://phpcsutils.com/",
     1252                "issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
     1253                "security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
     1254                "source": "https://github.com/PHPCSStandards/PHPCSUtils"
     1255            },
     1256            "funding": [
     1257                {
     1258                    "url": "https://github.com/PHPCSStandards",
     1259                    "type": "github"
     1260                },
     1261                {
     1262                    "url": "https://github.com/jrfnl",
     1263                    "type": "github"
     1264                },
     1265                {
     1266                    "url": "https://opencollective.com/php_codesniffer",
     1267                    "type": "open_collective"
     1268                }
     1269            ],
     1270            "time": "2024-05-20T13:34:27+00:00"
    11221271        },
    11231272        {
     
    11761325        {
    11771326            "name": "phpdocumentor/reflection-docblock",
    1178             "version": "5.3.0",
     1327            "version": "5.6.1",
    11791328            "source": {
    11801329                "type": "git",
    11811330                "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
    1182                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
    1183             },
    1184             "dist": {
    1185                 "type": "zip",
    1186                 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
    1187                 "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
    1188                 "shasum": ""
    1189             },
    1190             "require": {
     1331                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8"
     1332            },
     1333            "dist": {
     1334                "type": "zip",
     1335                "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
     1336                "reference": "e5e784149a09bd69d9a5e3b01c5cbd2e2bd653d8",
     1337                "shasum": ""
     1338            },
     1339            "require": {
     1340                "doctrine/deprecations": "^1.1",
    11911341                "ext-filter": "*",
    1192                 "php": "^7.2 || ^8.0",
     1342                "php": "^7.4 || ^8.0",
    11931343                "phpdocumentor/reflection-common": "^2.2",
    1194                 "phpdocumentor/type-resolver": "^1.3",
     1344                "phpdocumentor/type-resolver": "^1.7",
     1345                "phpstan/phpdoc-parser": "^1.7|^2.0",
    11951346                "webmozart/assert": "^1.9.1"
    11961347            },
    11971348            "require-dev": {
    1198                 "mockery/mockery": "~1.3.2",
    1199                 "psalm/phar": "^4.8"
     1349                "mockery/mockery": "~1.3.5 || ~1.6.0",
     1350                "phpstan/extension-installer": "^1.1",
     1351                "phpstan/phpstan": "^1.8",
     1352                "phpstan/phpstan-mockery": "^1.1",
     1353                "phpstan/phpstan-webmozart-assert": "^1.2",
     1354                "phpunit/phpunit": "^9.5",
     1355                "psalm/phar": "^5.26"
    12001356            },
    12011357            "type": "library",
     
    12211377                {
    12221378                    "name": "Jaap van Otterdijk",
    1223                     "email": "account@ijaap.nl"
     1379                    "email": "opensource@ijaap.nl"
    12241380                }
    12251381            ],
     
    12271383            "support": {
    12281384                "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
    1229                 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
    1230             },
    1231             "time": "2021-10-19T17:43:47+00:00"
     1385                "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.1"
     1386            },
     1387            "time": "2024-12-07T09:39:29+00:00"
    12321388        },
    12331389        {
    12341390            "name": "phpdocumentor/type-resolver",
    1235             "version": "1.6.0",
     1391            "version": "1.10.0",
    12361392            "source": {
    12371393                "type": "git",
    12381394                "url": "https://github.com/phpDocumentor/TypeResolver.git",
    1239                 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
    1240             },
    1241             "dist": {
    1242                 "type": "zip",
    1243                 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
    1244                 "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
    1245                 "shasum": ""
    1246             },
    1247             "require": {
    1248                 "php": "^7.2 || ^8.0",
    1249                 "phpdocumentor/reflection-common": "^2.0"
     1395                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
     1396            },
     1397            "dist": {
     1398                "type": "zip",
     1399                "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
     1400                "reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
     1401                "shasum": ""
     1402            },
     1403            "require": {
     1404                "doctrine/deprecations": "^1.0",
     1405                "php": "^7.3 || ^8.0",
     1406                "phpdocumentor/reflection-common": "^2.0",
     1407                "phpstan/phpdoc-parser": "^1.18|^2.0"
    12501408            },
    12511409            "require-dev": {
    12521410                "ext-tokenizer": "*",
    1253                 "psalm/phar": "^4.8"
     1411                "phpbench/phpbench": "^1.2",
     1412                "phpstan/extension-installer": "^1.1",
     1413                "phpstan/phpstan": "^1.8",
     1414                "phpstan/phpstan-phpunit": "^1.1",
     1415                "phpunit/phpunit": "^9.5",
     1416                "rector/rector": "^0.13.9",
     1417                "vimeo/psalm": "^4.25"
    12541418            },
    12551419            "type": "library",
     
    12771441            "support": {
    12781442                "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
    1279                 "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
    1280             },
    1281             "time": "2022-01-04T19:58:01+00:00"
     1443                "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
     1444            },
     1445            "time": "2024-11-09T15:12:26+00:00"
     1446        },
     1447        {
     1448            "name": "phpstan/phpdoc-parser",
     1449            "version": "2.1.0",
     1450            "source": {
     1451                "type": "git",
     1452                "url": "https://github.com/phpstan/phpdoc-parser.git",
     1453                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
     1454            },
     1455            "dist": {
     1456                "type": "zip",
     1457                "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
     1458                "reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
     1459                "shasum": ""
     1460            },
     1461            "require": {
     1462                "php": "^7.4 || ^8.0"
     1463            },
     1464            "require-dev": {
     1465                "doctrine/annotations": "^2.0",
     1466                "nikic/php-parser": "^5.3.0",
     1467                "php-parallel-lint/php-parallel-lint": "^1.2",
     1468                "phpstan/extension-installer": "^1.0",
     1469                "phpstan/phpstan": "^2.0",
     1470                "phpstan/phpstan-phpunit": "^2.0",
     1471                "phpstan/phpstan-strict-rules": "^2.0",
     1472                "phpunit/phpunit": "^9.6",
     1473                "symfony/process": "^5.2"
     1474            },
     1475            "type": "library",
     1476            "autoload": {
     1477                "psr-4": {
     1478                    "PHPStan\\PhpDocParser\\": [
     1479                        "src/"
     1480                    ]
     1481                }
     1482            },
     1483            "notification-url": "https://packagist.org/downloads/",
     1484            "license": [
     1485                "MIT"
     1486            ],
     1487            "description": "PHPDoc parser with support for nullable, intersection and generic types",
     1488            "support": {
     1489                "issues": "https://github.com/phpstan/phpdoc-parser/issues",
     1490                "source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
     1491            },
     1492            "time": "2025-02-19T13:28:12+00:00"
     1493        },
     1494        {
     1495            "name": "psr/cache",
     1496            "version": "3.0.0",
     1497            "source": {
     1498                "type": "git",
     1499                "url": "https://github.com/php-fig/cache.git",
     1500                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf"
     1501            },
     1502            "dist": {
     1503                "type": "zip",
     1504                "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
     1505                "reference": "aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
     1506                "shasum": ""
     1507            },
     1508            "require": {
     1509                "php": ">=8.0.0"
     1510            },
     1511            "type": "library",
     1512            "extra": {
     1513                "branch-alias": {
     1514                    "dev-master": "1.0.x-dev"
     1515                }
     1516            },
     1517            "autoload": {
     1518                "psr-4": {
     1519                    "Psr\\Cache\\": "src/"
     1520                }
     1521            },
     1522            "notification-url": "https://packagist.org/downloads/",
     1523            "license": [
     1524                "MIT"
     1525            ],
     1526            "authors": [
     1527                {
     1528                    "name": "PHP-FIG",
     1529                    "homepage": "https://www.php-fig.org/"
     1530                }
     1531            ],
     1532            "description": "Common interface for caching libraries",
     1533            "keywords": [
     1534                "cache",
     1535                "psr",
     1536                "psr-6"
     1537            ],
     1538            "support": {
     1539                "source": "https://github.com/php-fig/cache/tree/3.0.0"
     1540            },
     1541            "time": "2021-02-03T23:26:27+00:00"
    12821542        },
    12831543        {
    12841544            "name": "psr/container",
    1285             "version": "1.1.2",
     1545            "version": "2.0.2",
    12861546            "source": {
    12871547                "type": "git",
    12881548                "url": "https://github.com/php-fig/container.git",
    1289                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
    1290             },
    1291             "dist": {
    1292                 "type": "zip",
    1293                 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
    1294                 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
     1549                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
     1550            },
     1551            "dist": {
     1552                "type": "zip",
     1553                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
     1554                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
    12951555                "shasum": ""
    12961556            },
     
    12991559            },
    13001560            "type": "library",
     1561            "extra": {
     1562                "branch-alias": {
     1563                    "dev-master": "2.0.x-dev"
     1564                }
     1565            },
    13011566            "autoload": {
    13021567                "psr-4": {
     
    13251590            "support": {
    13261591                "issues": "https://github.com/php-fig/container/issues",
    1327                 "source": "https://github.com/php-fig/container/tree/1.1.2"
    1328             },
    1329             "time": "2021-11-05T16:50:12+00:00"
    1330         },
    1331         {
    1332             "name": "psr/log",
    1333             "version": "1.1.4",
    1334             "source": {
    1335                 "type": "git",
    1336                 "url": "https://github.com/php-fig/log.git",
    1337                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
    1338             },
    1339             "dist": {
    1340                 "type": "zip",
    1341                 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
    1342                 "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
    1343                 "shasum": ""
    1344             },
    1345             "require": {
    1346                 "php": ">=5.3.0"
     1592                "source": "https://github.com/php-fig/container/tree/2.0.2"
     1593            },
     1594            "time": "2021-11-05T16:47:00+00:00"
     1595        },
     1596        {
     1597            "name": "psr/event-dispatcher",
     1598            "version": "1.0.0",
     1599            "source": {
     1600                "type": "git",
     1601                "url": "https://github.com/php-fig/event-dispatcher.git",
     1602                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
     1603            },
     1604            "dist": {
     1605                "type": "zip",
     1606                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
     1607                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
     1608                "shasum": ""
     1609            },
     1610            "require": {
     1611                "php": ">=7.2.0"
    13471612            },
    13481613            "type": "library",
    13491614            "extra": {
    13501615                "branch-alias": {
    1351                     "dev-master": "1.1.x-dev"
    1352                 }
    1353             },
    1354             "autoload": {
    1355                 "psr-4": {
    1356                     "Psr\\Log\\": "Psr/Log/"
     1616                    "dev-master": "1.0.x-dev"
     1617                }
     1618            },
     1619            "autoload": {
     1620                "psr-4": {
     1621                    "Psr\\EventDispatcher\\": "src/"
     1622                }
     1623            },
     1624            "notification-url": "https://packagist.org/downloads/",
     1625            "license": [
     1626                "MIT"
     1627            ],
     1628            "authors": [
     1629                {
     1630                    "name": "PHP-FIG",
     1631                    "homepage": "http://www.php-fig.org/"
     1632                }
     1633            ],
     1634            "description": "Standard interfaces for event handling.",
     1635            "keywords": [
     1636                "events",
     1637                "psr",
     1638                "psr-14"
     1639            ],
     1640            "support": {
     1641                "issues": "https://github.com/php-fig/event-dispatcher/issues",
     1642                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
     1643            },
     1644            "time": "2019-01-08T18:20:26+00:00"
     1645        },
     1646        {
     1647            "name": "psr/log",
     1648            "version": "3.0.2",
     1649            "source": {
     1650                "type": "git",
     1651                "url": "https://github.com/php-fig/log.git",
     1652                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3"
     1653            },
     1654            "dist": {
     1655                "type": "zip",
     1656                "url": "https://api.github.com/repos/php-fig/log/zipball/f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
     1657                "reference": "f16e1d5863e37f8d8c2a01719f5b34baa2b714d3",
     1658                "shasum": ""
     1659            },
     1660            "require": {
     1661                "php": ">=8.0.0"
     1662            },
     1663            "type": "library",
     1664            "extra": {
     1665                "branch-alias": {
     1666                    "dev-master": "3.x-dev"
     1667                }
     1668            },
     1669            "autoload": {
     1670                "psr-4": {
     1671                    "Psr\\Log\\": "src"
    13571672                }
    13581673            },
     
    13751690            ],
    13761691            "support": {
    1377                 "source": "https://github.com/php-fig/log/tree/1.1.4"
    1378             },
    1379             "time": "2021-05-03T11:20:27+00:00"
     1692                "source": "https://github.com/php-fig/log/tree/3.0.2"
     1693            },
     1694            "time": "2024-09-11T13:17:53+00:00"
    13801695        },
    13811696        {
    13821697            "name": "sebastian/diff",
    1383             "version": "4.0.4",
     1698            "version": "5.1.1",
    13841699            "source": {
    13851700                "type": "git",
    13861701                "url": "https://github.com/sebastianbergmann/diff.git",
    1387                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
    1388             },
    1389             "dist": {
    1390                 "type": "zip",
    1391                 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    1392                 "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
    1393                 "shasum": ""
    1394             },
    1395             "require": {
    1396                 "php": ">=7.3"
     1702                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e"
     1703            },
     1704            "dist": {
     1705                "type": "zip",
     1706                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e",
     1707                "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e",
     1708                "shasum": ""
     1709            },
     1710            "require": {
     1711                "php": ">=8.1"
    13971712            },
    13981713            "require-dev": {
    1399                 "phpunit/phpunit": "^9.3",
    1400                 "symfony/process": "^4.2 || ^5"
     1714                "phpunit/phpunit": "^10.0",
     1715                "symfony/process": "^6.4"
    14011716            },
    14021717            "type": "library",
    14031718            "extra": {
    14041719                "branch-alias": {
    1405                     "dev-master": "4.0-dev"
     1720                    "dev-main": "5.1-dev"
    14061721                }
    14071722            },
     
    14351750            "support": {
    14361751                "issues": "https://github.com/sebastianbergmann/diff/issues",
    1437                 "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
     1752                "security": "https://github.com/sebastianbergmann/diff/security/policy",
     1753                "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1"
    14381754            },
    14391755            "funding": [
     
    14431759                }
    14441760            ],
    1445             "time": "2020-10-26T13:10:38+00:00"
     1761            "time": "2024-03-02T07:15:17+00:00"
     1762        },
     1763        {
     1764            "name": "spatie/array-to-xml",
     1765            "version": "3.4.0",
     1766            "source": {
     1767                "type": "git",
     1768                "url": "https://github.com/spatie/array-to-xml.git",
     1769                "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67"
     1770            },
     1771            "dist": {
     1772                "type": "zip",
     1773                "url": "https://api.github.com/repos/spatie/array-to-xml/zipball/7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67",
     1774                "reference": "7dcfc67d60b0272926dabad1ec01f6b8a5fb5e67",
     1775                "shasum": ""
     1776            },
     1777            "require": {
     1778                "ext-dom": "*",
     1779                "php": "^8.0"
     1780            },
     1781            "require-dev": {
     1782                "mockery/mockery": "^1.2",
     1783                "pestphp/pest": "^1.21",
     1784                "spatie/pest-plugin-snapshots": "^1.1"
     1785            },
     1786            "type": "library",
     1787            "extra": {
     1788                "branch-alias": {
     1789                    "dev-main": "3.x-dev"
     1790                }
     1791            },
     1792            "autoload": {
     1793                "psr-4": {
     1794                    "Spatie\\ArrayToXml\\": "src"
     1795                }
     1796            },
     1797            "notification-url": "https://packagist.org/downloads/",
     1798            "license": [
     1799                "MIT"
     1800            ],
     1801            "authors": [
     1802                {
     1803                    "name": "Freek Van der Herten",
     1804                    "email": "[email protected]",
     1805                    "homepage": "https://freek.dev",
     1806                    "role": "Developer"
     1807                }
     1808            ],
     1809            "description": "Convert an array to xml",
     1810            "homepage": "https://github.com/spatie/array-to-xml",
     1811            "keywords": [
     1812                "array",
     1813                "convert",
     1814                "xml"
     1815            ],
     1816            "support": {
     1817                "source": "https://github.com/spatie/array-to-xml/tree/3.4.0"
     1818            },
     1819            "funding": [
     1820                {
     1821                    "url": "https://spatie.be/open-source/support-us",
     1822                    "type": "custom"
     1823                },
     1824                {
     1825                    "url": "https://github.com/spatie",
     1826                    "type": "github"
     1827                }
     1828            ],
     1829            "time": "2024-12-16T12:45:15+00:00"
    14461830        },
    14471831        {
    14481832            "name": "squizlabs/php_codesniffer",
    1449             "version": "3.6.2",
    1450             "source": {
    1451                 "type": "git",
    1452                 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
    1453                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
    1454             },
    1455             "dist": {
    1456                 "type": "zip",
    1457                 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
    1458                 "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
     1833            "version": "3.12.0",
     1834            "source": {
     1835                "type": "git",
     1836                "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
     1837                "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630"
     1838            },
     1839            "dist": {
     1840                "type": "zip",
     1841                "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
     1842                "reference": "2d1b63db139c3c6ea0c927698e5160f8b3b8d630",
    14591843                "shasum": ""
    14601844            },
     
    14661850            },
    14671851            "require-dev": {
    1468                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
     1852                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
    14691853            },
    14701854            "bin": [
    1471                 "bin/phpcs",
    1472                 "bin/phpcbf"
     1855                "bin/phpcbf",
     1856                "bin/phpcs"
    14731857            ],
    14741858            "type": "library",
     
    14851869                {
    14861870                    "name": "Greg Sherwood",
    1487                     "role": "lead"
     1871                    "role": "Former lead"
     1872                },
     1873                {
     1874                    "name": "Juliette Reinders Folmer",
     1875                    "role": "Current lead"
     1876                },
     1877                {
     1878                    "name": "Contributors",
     1879                    "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
    14881880                }
    14891881            ],
    14901882            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
    1491             "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
     1883            "homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
    14921884            "keywords": [
    14931885                "phpcs",
    1494                 "standards"
    1495             ],
    1496             "support": {
    1497                 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
    1498                 "source": "https://github.com/squizlabs/PHP_CodeSniffer",
    1499                 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
    1500             },
    1501             "time": "2021-12-12T21:44:58+00:00"
    1502         },
    1503         {
    1504             "name": "symfony/console",
    1505             "version": "v5.4.2",
    1506             "source": {
    1507                 "type": "git",
    1508                 "url": "https://github.com/symfony/console.git",
    1509                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e"
    1510             },
    1511             "dist": {
    1512                 "type": "zip",
    1513                 "url": "https://api.github.com/repos/symfony/console/zipball/a2c6b7ced2eb7799a35375fb9022519282b5405e",
    1514                 "reference": "a2c6b7ced2eb7799a35375fb9022519282b5405e",
    1515                 "shasum": ""
    1516             },
    1517             "require": {
    1518                 "php": ">=7.2.5",
    1519                 "symfony/deprecation-contracts": "^2.1|^3",
    1520                 "symfony/polyfill-mbstring": "~1.0",
    1521                 "symfony/polyfill-php73": "^1.9",
    1522                 "symfony/polyfill-php80": "^1.16",
    1523                 "symfony/service-contracts": "^1.1|^2|^3",
    1524                 "symfony/string": "^5.1|^6.0"
     1886                "standards",
     1887                "static analysis"
     1888            ],
     1889            "support": {
     1890                "issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
     1891                "security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
     1892                "source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
     1893                "wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
     1894            },
     1895            "funding": [
     1896                {
     1897                    "url": "https://github.com/PHPCSStandards",
     1898                    "type": "github"
     1899                },
     1900                {
     1901                    "url": "https://github.com/jrfnl",
     1902                    "type": "github"
     1903                },
     1904                {
     1905                    "url": "https://opencollective.com/php_codesniffer",
     1906                    "type": "open_collective"
     1907                },
     1908                {
     1909                    "url": "https://thanks.dev/u/gh/phpcsstandards",
     1910                    "type": "thanks_dev"
     1911                }
     1912            ],
     1913            "time": "2025-03-18T05:04:51+00:00"
     1914        },
     1915        {
     1916            "name": "symfony/cache",
     1917            "version": "v7.2.4",
     1918            "source": {
     1919                "type": "git",
     1920                "url": "https://github.com/symfony/cache.git",
     1921                "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7"
     1922            },
     1923            "dist": {
     1924                "type": "zip",
     1925                "url": "https://api.github.com/repos/symfony/cache/zipball/d33cd9e14326e14a4145c21e600602eaf17cc9e7",
     1926                "reference": "d33cd9e14326e14a4145c21e600602eaf17cc9e7",
     1927                "shasum": ""
     1928            },
     1929            "require": {
     1930                "php": ">=8.2",
     1931                "psr/cache": "^2.0|^3.0",
     1932                "psr/log": "^1.1|^2|^3",
     1933                "symfony/cache-contracts": "^2.5|^3",
     1934                "symfony/deprecation-contracts": "^2.5|^3.0",
     1935                "symfony/service-contracts": "^2.5|^3",
     1936                "symfony/var-exporter": "^6.4|^7.0"
    15251937            },
    15261938            "conflict": {
    1527                 "psr/log": ">=3",
    1528                 "symfony/dependency-injection": "<4.4",
    1529                 "symfony/dotenv": "<5.1",
    1530                 "symfony/event-dispatcher": "<4.4",
    1531                 "symfony/lock": "<4.4",
    1532                 "symfony/process": "<4.4"
     1939                "doctrine/dbal": "<3.6",
     1940                "symfony/dependency-injection": "<6.4",
     1941                "symfony/http-kernel": "<6.4",
     1942                "symfony/var-dumper": "<6.4"
    15331943            },
    15341944            "provide": {
    1535                 "psr/log-implementation": "1.0|2.0"
     1945                "psr/cache-implementation": "2.0|3.0",
     1946                "psr/simple-cache-implementation": "1.0|2.0|3.0",
     1947                "symfony/cache-implementation": "1.1|2.0|3.0"
    15361948            },
    15371949            "require-dev": {
    1538                 "psr/log": "^1|^2",
    1539                 "symfony/config": "^4.4|^5.0|^6.0",
    1540                 "symfony/dependency-injection": "^4.4|^5.0|^6.0",
    1541                 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
    1542                 "symfony/lock": "^4.4|^5.0|^6.0",
    1543                 "symfony/process": "^4.4|^5.0|^6.0",
    1544                 "symfony/var-dumper": "^4.4|^5.0|^6.0"
    1545             },
    1546             "suggest": {
    1547                 "psr/log": "For using the console logger",
    1548                 "symfony/event-dispatcher": "",
    1549                 "symfony/lock": "",
    1550                 "symfony/process": ""
    1551             },
    1552             "type": "library",
    1553             "autoload": {
    1554                 "psr-4": {
    1555                     "Symfony\\Component\\Console\\": ""
    1556                 },
     1950                "cache/integration-tests": "dev-master",
     1951                "doctrine/dbal": "^3.6|^4",
     1952                "predis/predis": "^1.1|^2.0",
     1953                "psr/simple-cache": "^1.0|^2.0|^3.0",
     1954                "symfony/clock": "^6.4|^7.0",
     1955                "symfony/config": "^6.4|^7.0",
     1956                "symfony/dependency-injection": "^6.4|^7.0",
     1957                "symfony/filesystem": "^6.4|^7.0",
     1958                "symfony/http-kernel": "^6.4|^7.0",
     1959                "symfony/messenger": "^6.4|^7.0",
     1960                "symfony/var-dumper": "^6.4|^7.0"
     1961            },
     1962            "type": "library",
     1963            "autoload": {
     1964                "psr-4": {
     1965                    "Symfony\\Component\\Cache\\": ""
     1966                },
     1967                "classmap": [
     1968                    "Traits/ValueWrapper.php"
     1969                ],
    15571970                "exclude-from-classmap": [
    15581971                    "/Tests/"
     
    15651978            "authors": [
    15661979                {
     1980                    "name": "Nicolas Grekas",
     1981                    "email": "[email protected]"
     1982                },
     1983                {
     1984                    "name": "Symfony Community",
     1985                    "homepage": "https://symfony.com/contributors"
     1986                }
     1987            ],
     1988            "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",
     1989            "homepage": "https://symfony.com",
     1990            "keywords": [
     1991                "caching",
     1992                "psr6"
     1993            ],
     1994            "support": {
     1995                "source": "https://github.com/symfony/cache/tree/v7.2.4"
     1996            },
     1997            "funding": [
     1998                {
     1999                    "url": "https://symfony.com/sponsor",
     2000                    "type": "custom"
     2001                },
     2002                {
     2003                    "url": "https://github.com/fabpot",
     2004                    "type": "github"
     2005                },
     2006                {
     2007                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2008                    "type": "tidelift"
     2009                }
     2010            ],
     2011            "time": "2025-02-26T09:57:54+00:00"
     2012        },
     2013        {
     2014            "name": "symfony/cache-contracts",
     2015            "version": "v3.5.1",
     2016            "source": {
     2017                "type": "git",
     2018                "url": "https://github.com/symfony/cache-contracts.git",
     2019                "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b"
     2020            },
     2021            "dist": {
     2022                "type": "zip",
     2023                "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
     2024                "reference": "15a4f8e5cd3bce9aeafc882b1acab39ec8de2c1b",
     2025                "shasum": ""
     2026            },
     2027            "require": {
     2028                "php": ">=8.1",
     2029                "psr/cache": "^3.0"
     2030            },
     2031            "type": "library",
     2032            "extra": {
     2033                "thanks": {
     2034                    "url": "https://github.com/symfony/contracts",
     2035                    "name": "symfony/contracts"
     2036                },
     2037                "branch-alias": {
     2038                    "dev-main": "3.5-dev"
     2039                }
     2040            },
     2041            "autoload": {
     2042                "psr-4": {
     2043                    "Symfony\\Contracts\\Cache\\": ""
     2044                }
     2045            },
     2046            "notification-url": "https://packagist.org/downloads/",
     2047            "license": [
     2048                "MIT"
     2049            ],
     2050            "authors": [
     2051                {
     2052                    "name": "Nicolas Grekas",
     2053                    "email": "[email protected]"
     2054                },
     2055                {
     2056                    "name": "Symfony Community",
     2057                    "homepage": "https://symfony.com/contributors"
     2058                }
     2059            ],
     2060            "description": "Generic abstractions related to caching",
     2061            "homepage": "https://symfony.com",
     2062            "keywords": [
     2063                "abstractions",
     2064                "contracts",
     2065                "decoupling",
     2066                "interfaces",
     2067                "interoperability",
     2068                "standards"
     2069            ],
     2070            "support": {
     2071                "source": "https://github.com/symfony/cache-contracts/tree/v3.5.1"
     2072            },
     2073            "funding": [
     2074                {
     2075                    "url": "https://symfony.com/sponsor",
     2076                    "type": "custom"
     2077                },
     2078                {
     2079                    "url": "https://github.com/fabpot",
     2080                    "type": "github"
     2081                },
     2082                {
     2083                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2084                    "type": "tidelift"
     2085                }
     2086            ],
     2087            "time": "2024-09-25T14:20:29+00:00"
     2088        },
     2089        {
     2090            "name": "symfony/console",
     2091            "version": "v6.4.17",
     2092            "source": {
     2093                "type": "git",
     2094                "url": "https://github.com/symfony/console.git",
     2095                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04"
     2096            },
     2097            "dist": {
     2098                "type": "zip",
     2099                "url": "https://api.github.com/repos/symfony/console/zipball/799445db3f15768ecc382ac5699e6da0520a0a04",
     2100                "reference": "799445db3f15768ecc382ac5699e6da0520a0a04",
     2101                "shasum": ""
     2102            },
     2103            "require": {
     2104                "php": ">=8.1",
     2105                "symfony/deprecation-contracts": "^2.5|^3",
     2106                "symfony/polyfill-mbstring": "~1.0",
     2107                "symfony/service-contracts": "^2.5|^3",
     2108                "symfony/string": "^5.4|^6.0|^7.0"
     2109            },
     2110            "conflict": {
     2111                "symfony/dependency-injection": "<5.4",
     2112                "symfony/dotenv": "<5.4",
     2113                "symfony/event-dispatcher": "<5.4",
     2114                "symfony/lock": "<5.4",
     2115                "symfony/process": "<5.4"
     2116            },
     2117            "provide": {
     2118                "psr/log-implementation": "1.0|2.0|3.0"
     2119            },
     2120            "require-dev": {
     2121                "psr/log": "^1|^2|^3",
     2122                "symfony/config": "^5.4|^6.0|^7.0",
     2123                "symfony/dependency-injection": "^5.4|^6.0|^7.0",
     2124                "symfony/event-dispatcher": "^5.4|^6.0|^7.0",
     2125                "symfony/http-foundation": "^6.4|^7.0",
     2126                "symfony/http-kernel": "^6.4|^7.0",
     2127                "symfony/lock": "^5.4|^6.0|^7.0",
     2128                "symfony/messenger": "^5.4|^6.0|^7.0",
     2129                "symfony/process": "^5.4|^6.0|^7.0",
     2130                "symfony/stopwatch": "^5.4|^6.0|^7.0",
     2131                "symfony/var-dumper": "^5.4|^6.0|^7.0"
     2132            },
     2133            "type": "library",
     2134            "autoload": {
     2135                "psr-4": {
     2136                    "Symfony\\Component\\Console\\": ""
     2137                },
     2138                "exclude-from-classmap": [
     2139                    "/Tests/"
     2140                ]
     2141            },
     2142            "notification-url": "https://packagist.org/downloads/",
     2143            "license": [
     2144                "MIT"
     2145            ],
     2146            "authors": [
     2147                {
    15672148                    "name": "Fabien Potencier",
    15682149                    "email": "[email protected]"
     
    15772158            "keywords": [
    15782159                "cli",
    1579                 "command line",
     2160                "command-line",
    15802161                "console",
    15812162                "terminal"
    15822163            ],
    15832164            "support": {
    1584                 "source": "https://github.com/symfony/console/tree/v5.4.2"
     2165                "source": "https://github.com/symfony/console/tree/v6.4.17"
    15852166            },
    15862167            "funding": [
     
    15982179                }
    15992180            ],
    1600             "time": "2021-12-20T16:11:12+00:00"
     2181            "time": "2024-12-07T12:07:30+00:00"
    16012182        },
    16022183        {
    16032184            "name": "symfony/deprecation-contracts",
    1604             "version": "v2.5.0",
     2185            "version": "v3.5.1",
    16052186            "source": {
    16062187                "type": "git",
    16072188                "url": "https://github.com/symfony/deprecation-contracts.git",
    1608                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8"
    1609             },
    1610             "dist": {
    1611                 "type": "zip",
    1612                 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8",
    1613                 "reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8",
    1614                 "shasum": ""
    1615             },
    1616             "require": {
    1617                 "php": ">=7.1"
     2189                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6"
     2190            },
     2191            "dist": {
     2192                "type": "zip",
     2193                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
     2194                "reference": "74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6",
     2195                "shasum": ""
     2196            },
     2197            "require": {
     2198                "php": ">=8.1"
    16182199            },
    16192200            "type": "library",
    16202201            "extra": {
     2202                "thanks": {
     2203                    "url": "https://github.com/symfony/contracts",
     2204                    "name": "symfony/contracts"
     2205                },
    16212206                "branch-alias": {
    1622                     "dev-main": "2.5-dev"
    1623                 },
    1624                 "thanks": {
    1625                     "name": "symfony/contracts",
    1626                     "url": "https://github.com/symfony/contracts"
     2207                    "dev-main": "3.5-dev"
    16272208                }
    16282209            },
     
    16492230            "homepage": "https://symfony.com",
    16502231            "support": {
    1651                 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0"
     2232                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.5.1"
    16522233            },
    16532234            "funding": [
     
    16652246                }
    16662247            ],
    1667             "time": "2021-07-12T14:48:14+00:00"
    1668         },
    1669         {
    1670             "name": "symfony/finder",
    1671             "version": "v5.4.2",
    1672             "source": {
    1673                 "type": "git",
    1674                 "url": "https://github.com/symfony/finder.git",
    1675                 "reference": "e77046c252be48c48a40816187ed527703c8f76c"
    1676             },
    1677             "dist": {
    1678                 "type": "zip",
    1679                 "url": "https://api.github.com/repos/symfony/finder/zipball/e77046c252be48c48a40816187ed527703c8f76c",
    1680                 "reference": "e77046c252be48c48a40816187ed527703c8f76c",
    1681                 "shasum": ""
    1682             },
    1683             "require": {
    1684                 "php": ">=7.2.5",
    1685                 "symfony/deprecation-contracts": "^2.1|^3",
    1686                 "symfony/polyfill-php80": "^1.16"
    1687             },
    1688             "type": "library",
    1689             "autoload": {
    1690                 "psr-4": {
    1691                     "Symfony\\Component\\Finder\\": ""
     2248            "time": "2024-09-25T14:20:29+00:00"
     2249        },
     2250        {
     2251            "name": "symfony/event-dispatcher",
     2252            "version": "v7.2.0",
     2253            "source": {
     2254                "type": "git",
     2255                "url": "https://github.com/symfony/event-dispatcher.git",
     2256                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1"
     2257            },
     2258            "dist": {
     2259                "type": "zip",
     2260                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/910c5db85a5356d0fea57680defec4e99eb9c8c1",
     2261                "reference": "910c5db85a5356d0fea57680defec4e99eb9c8c1",
     2262                "shasum": ""
     2263            },
     2264            "require": {
     2265                "php": ">=8.2",
     2266                "symfony/event-dispatcher-contracts": "^2.5|^3"
     2267            },
     2268            "conflict": {
     2269                "symfony/dependency-injection": "<6.4",
     2270                "symfony/service-contracts": "<2.5"
     2271            },
     2272            "provide": {
     2273                "psr/event-dispatcher-implementation": "1.0",
     2274                "symfony/event-dispatcher-implementation": "2.0|3.0"
     2275            },
     2276            "require-dev": {
     2277                "psr/log": "^1|^2|^3",
     2278                "symfony/config": "^6.4|^7.0",
     2279                "symfony/dependency-injection": "^6.4|^7.0",
     2280                "symfony/error-handler": "^6.4|^7.0",
     2281                "symfony/expression-language": "^6.4|^7.0",
     2282                "symfony/http-foundation": "^6.4|^7.0",
     2283                "symfony/service-contracts": "^2.5|^3",
     2284                "symfony/stopwatch": "^6.4|^7.0"
     2285            },
     2286            "type": "library",
     2287            "autoload": {
     2288                "psr-4": {
     2289                    "Symfony\\Component\\EventDispatcher\\": ""
    16922290                },
    16932291                "exclude-from-classmap": [
     
    17092307                }
    17102308            ],
     2309            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
     2310            "homepage": "https://symfony.com",
     2311            "support": {
     2312                "source": "https://github.com/symfony/event-dispatcher/tree/v7.2.0"
     2313            },
     2314            "funding": [
     2315                {
     2316                    "url": "https://symfony.com/sponsor",
     2317                    "type": "custom"
     2318                },
     2319                {
     2320                    "url": "https://github.com/fabpot",
     2321                    "type": "github"
     2322                },
     2323                {
     2324                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2325                    "type": "tidelift"
     2326                }
     2327            ],
     2328            "time": "2024-09-25T14:21:43+00:00"
     2329        },
     2330        {
     2331            "name": "symfony/event-dispatcher-contracts",
     2332            "version": "v3.5.1",
     2333            "source": {
     2334                "type": "git",
     2335                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
     2336                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f"
     2337            },
     2338            "dist": {
     2339                "type": "zip",
     2340                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/7642f5e970b672283b7823222ae8ef8bbc160b9f",
     2341                "reference": "7642f5e970b672283b7823222ae8ef8bbc160b9f",
     2342                "shasum": ""
     2343            },
     2344            "require": {
     2345                "php": ">=8.1",
     2346                "psr/event-dispatcher": "^1"
     2347            },
     2348            "type": "library",
     2349            "extra": {
     2350                "thanks": {
     2351                    "url": "https://github.com/symfony/contracts",
     2352                    "name": "symfony/contracts"
     2353                },
     2354                "branch-alias": {
     2355                    "dev-main": "3.5-dev"
     2356                }
     2357            },
     2358            "autoload": {
     2359                "psr-4": {
     2360                    "Symfony\\Contracts\\EventDispatcher\\": ""
     2361                }
     2362            },
     2363            "notification-url": "https://packagist.org/downloads/",
     2364            "license": [
     2365                "MIT"
     2366            ],
     2367            "authors": [
     2368                {
     2369                    "name": "Nicolas Grekas",
     2370                    "email": "[email protected]"
     2371                },
     2372                {
     2373                    "name": "Symfony Community",
     2374                    "homepage": "https://symfony.com/contributors"
     2375                }
     2376            ],
     2377            "description": "Generic abstractions related to dispatching event",
     2378            "homepage": "https://symfony.com",
     2379            "keywords": [
     2380                "abstractions",
     2381                "contracts",
     2382                "decoupling",
     2383                "interfaces",
     2384                "interoperability",
     2385                "standards"
     2386            ],
     2387            "support": {
     2388                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.5.1"
     2389            },
     2390            "funding": [
     2391                {
     2392                    "url": "https://symfony.com/sponsor",
     2393                    "type": "custom"
     2394                },
     2395                {
     2396                    "url": "https://github.com/fabpot",
     2397                    "type": "github"
     2398                },
     2399                {
     2400                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2401                    "type": "tidelift"
     2402                }
     2403            ],
     2404            "time": "2024-09-25T14:20:29+00:00"
     2405        },
     2406        {
     2407            "name": "symfony/filesystem",
     2408            "version": "v6.4.13",
     2409            "source": {
     2410                "type": "git",
     2411                "url": "https://github.com/symfony/filesystem.git",
     2412                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3"
     2413            },
     2414            "dist": {
     2415                "type": "zip",
     2416                "url": "https://api.github.com/repos/symfony/filesystem/zipball/4856c9cf585d5a0313d8d35afd681a526f038dd3",
     2417                "reference": "4856c9cf585d5a0313d8d35afd681a526f038dd3",
     2418                "shasum": ""
     2419            },
     2420            "require": {
     2421                "php": ">=8.1",
     2422                "symfony/polyfill-ctype": "~1.8",
     2423                "symfony/polyfill-mbstring": "~1.8"
     2424            },
     2425            "require-dev": {
     2426                "symfony/process": "^5.4|^6.4|^7.0"
     2427            },
     2428            "type": "library",
     2429            "autoload": {
     2430                "psr-4": {
     2431                    "Symfony\\Component\\Filesystem\\": ""
     2432                },
     2433                "exclude-from-classmap": [
     2434                    "/Tests/"
     2435                ]
     2436            },
     2437            "notification-url": "https://packagist.org/downloads/",
     2438            "license": [
     2439                "MIT"
     2440            ],
     2441            "authors": [
     2442                {
     2443                    "name": "Fabien Potencier",
     2444                    "email": "[email protected]"
     2445                },
     2446                {
     2447                    "name": "Symfony Community",
     2448                    "homepage": "https://symfony.com/contributors"
     2449                }
     2450            ],
     2451            "description": "Provides basic utilities for the filesystem",
     2452            "homepage": "https://symfony.com",
     2453            "support": {
     2454                "source": "https://github.com/symfony/filesystem/tree/v6.4.13"
     2455            },
     2456            "funding": [
     2457                {
     2458                    "url": "https://symfony.com/sponsor",
     2459                    "type": "custom"
     2460                },
     2461                {
     2462                    "url": "https://github.com/fabpot",
     2463                    "type": "github"
     2464                },
     2465                {
     2466                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2467                    "type": "tidelift"
     2468                }
     2469            ],
     2470            "time": "2024-10-25T15:07:50+00:00"
     2471        },
     2472        {
     2473            "name": "symfony/finder",
     2474            "version": "v7.2.2",
     2475            "source": {
     2476                "type": "git",
     2477                "url": "https://github.com/symfony/finder.git",
     2478                "reference": "87a71856f2f56e4100373e92529eed3171695cfb"
     2479            },
     2480            "dist": {
     2481                "type": "zip",
     2482                "url": "https://api.github.com/repos/symfony/finder/zipball/87a71856f2f56e4100373e92529eed3171695cfb",
     2483                "reference": "87a71856f2f56e4100373e92529eed3171695cfb",
     2484                "shasum": ""
     2485            },
     2486            "require": {
     2487                "php": ">=8.2"
     2488            },
     2489            "require-dev": {
     2490                "symfony/filesystem": "^6.4|^7.0"
     2491            },
     2492            "type": "library",
     2493            "autoload": {
     2494                "psr-4": {
     2495                    "Symfony\\Component\\Finder\\": ""
     2496                },
     2497                "exclude-from-classmap": [
     2498                    "/Tests/"
     2499                ]
     2500            },
     2501            "notification-url": "https://packagist.org/downloads/",
     2502            "license": [
     2503                "MIT"
     2504            ],
     2505            "authors": [
     2506                {
     2507                    "name": "Fabien Potencier",
     2508                    "email": "[email protected]"
     2509                },
     2510                {
     2511                    "name": "Symfony Community",
     2512                    "homepage": "https://symfony.com/contributors"
     2513                }
     2514            ],
    17112515            "description": "Finds files and directories via an intuitive fluent interface",
    17122516            "homepage": "https://symfony.com",
    17132517            "support": {
    1714                 "source": "https://github.com/symfony/finder/tree/v5.4.2"
     2518                "source": "https://github.com/symfony/finder/tree/v7.2.2"
    17152519            },
    17162520            "funding": [
     
    17282532                }
    17292533            ],
    1730             "time": "2021-12-15T11:06:13+00:00"
     2534            "time": "2024-12-30T19:00:17+00:00"
     2535        },
     2536        {
     2537            "name": "symfony/options-resolver",
     2538            "version": "v7.2.0",
     2539            "source": {
     2540                "type": "git",
     2541                "url": "https://github.com/symfony/options-resolver.git",
     2542                "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50"
     2543            },
     2544            "dist": {
     2545                "type": "zip",
     2546                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
     2547                "reference": "7da8fbac9dcfef75ffc212235d76b2754ce0cf50",
     2548                "shasum": ""
     2549            },
     2550            "require": {
     2551                "php": ">=8.2",
     2552                "symfony/deprecation-contracts": "^2.5|^3"
     2553            },
     2554            "type": "library",
     2555            "autoload": {
     2556                "psr-4": {
     2557                    "Symfony\\Component\\OptionsResolver\\": ""
     2558                },
     2559                "exclude-from-classmap": [
     2560                    "/Tests/"
     2561                ]
     2562            },
     2563            "notification-url": "https://packagist.org/downloads/",
     2564            "license": [
     2565                "MIT"
     2566            ],
     2567            "authors": [
     2568                {
     2569                    "name": "Fabien Potencier",
     2570                    "email": "[email protected]"
     2571                },
     2572                {
     2573                    "name": "Symfony Community",
     2574                    "homepage": "https://symfony.com/contributors"
     2575                }
     2576            ],
     2577            "description": "Provides an improved replacement for the array_replace PHP function",
     2578            "homepage": "https://symfony.com",
     2579            "keywords": [
     2580                "config",
     2581                "configuration",
     2582                "options"
     2583            ],
     2584            "support": {
     2585                "source": "https://github.com/symfony/options-resolver/tree/v7.2.0"
     2586            },
     2587            "funding": [
     2588                {
     2589                    "url": "https://symfony.com/sponsor",
     2590                    "type": "custom"
     2591                },
     2592                {
     2593                    "url": "https://github.com/fabpot",
     2594                    "type": "github"
     2595                },
     2596                {
     2597                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     2598                    "type": "tidelift"
     2599                }
     2600            ],
     2601            "time": "2024-11-20T11:17:29+00:00"
    17312602        },
    17322603        {
    17332604            "name": "symfony/polyfill-ctype",
    1734             "version": "v1.24.0",
     2605            "version": "v1.31.0",
    17352606            "source": {
    17362607                "type": "git",
    17372608                "url": "https://github.com/symfony/polyfill-ctype.git",
    1738                 "reference": "30885182c981ab175d4d034db0f6f469898070ab"
    1739             },
    1740             "dist": {
    1741                 "type": "zip",
    1742                 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
    1743                 "reference": "30885182c981ab175d4d034db0f6f469898070ab",
    1744                 "shasum": ""
    1745             },
    1746             "require": {
    1747                 "php": ">=7.1"
     2609                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
     2610            },
     2611            "dist": {
     2612                "type": "zip",
     2613                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
     2614                "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
     2615                "shasum": ""
     2616            },
     2617            "require": {
     2618                "php": ">=7.2"
    17482619            },
    17492620            "provide": {
     
    17552626            "type": "library",
    17562627            "extra": {
    1757                 "branch-alias": {
    1758                     "dev-main": "1.23-dev"
    1759                 },
    17602628                "thanks": {
    1761                     "name": "symfony/polyfill",
    1762                     "url": "https://github.com/symfony/polyfill"
    1763                 }
    1764             },
    1765             "autoload": {
    1766                 "psr-4": {
    1767                     "Symfony\\Polyfill\\Ctype\\": ""
    1768                 },
     2629                    "url": "https://github.com/symfony/polyfill",
     2630                    "name": "symfony/polyfill"
     2631                }
     2632            },
     2633            "autoload": {
    17692634                "files": [
    17702635                    "bootstrap.php"
    1771                 ]
     2636                ],
     2637                "psr-4": {
     2638                    "Symfony\\Polyfill\\Ctype\\": ""
     2639                }
    17722640            },
    17732641            "notification-url": "https://packagist.org/downloads/",
     
    17942662            ],
    17952663            "support": {
    1796                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.24.0"
     2664                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
    17972665            },
    17982666            "funding": [
     
    18102678                }
    18112679            ],
    1812             "time": "2021-10-20T20:35:02+00:00"
     2680            "time": "2024-09-09T11:45:10+00:00"
    18132681        },
    18142682        {
    18152683            "name": "symfony/polyfill-intl-grapheme",
    1816             "version": "v1.24.0",
     2684            "version": "v1.31.0",
    18172685            "source": {
    18182686                "type": "git",
    18192687                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
    1820                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783"
    1821             },
    1822             "dist": {
    1823                 "type": "zip",
    1824                 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/81b86b50cf841a64252b439e738e97f4a34e2783",
    1825                 "reference": "81b86b50cf841a64252b439e738e97f4a34e2783",
    1826                 "shasum": ""
    1827             },
    1828             "require": {
    1829                 "php": ">=7.1"
     2688                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
     2689            },
     2690            "dist": {
     2691                "type": "zip",
     2692                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
     2693                "reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
     2694                "shasum": ""
     2695            },
     2696            "require": {
     2697                "php": ">=7.2"
    18302698            },
    18312699            "suggest": {
     
    18342702            "type": "library",
    18352703            "extra": {
    1836                 "branch-alias": {
    1837                     "dev-main": "1.23-dev"
    1838                 },
    18392704                "thanks": {
    1840                     "name": "symfony/polyfill",
    1841                     "url": "https://github.com/symfony/polyfill"
    1842                 }
    1843             },
    1844             "autoload": {
    1845                 "psr-4": {
    1846                     "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
    1847                 },
     2705                    "url": "https://github.com/symfony/polyfill",
     2706                    "name": "symfony/polyfill"
     2707                }
     2708            },
     2709            "autoload": {
    18482710                "files": [
    18492711                    "bootstrap.php"
    1850                 ]
     2712                ],
     2713                "psr-4": {
     2714                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
     2715                }
    18512716            },
    18522717            "notification-url": "https://packagist.org/downloads/",
     
    18752740            ],
    18762741            "support": {
    1877                 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.24.0"
     2742                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.31.0"
    18782743            },
    18792744            "funding": [
     
    18912756                }
    18922757            ],
    1893             "time": "2021-11-23T21:10:46+00:00"
     2758            "time": "2024-09-09T11:45:10+00:00"
    18942759        },
    18952760        {
    18962761            "name": "symfony/polyfill-intl-normalizer",
    1897             "version": "v1.24.0",
     2762            "version": "v1.31.0",
    18982763            "source": {
    18992764                "type": "git",
    19002765                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
    1901                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8"
    1902             },
    1903             "dist": {
    1904                 "type": "zip",
    1905                 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8590a5f561694770bdcd3f9b5c69dde6945028e8",
    1906                 "reference": "8590a5f561694770bdcd3f9b5c69dde6945028e8",
    1907                 "shasum": ""
    1908             },
    1909             "require": {
    1910                 "php": ">=7.1"
     2766                "reference": "3833d7255cc303546435cb650316bff708a1c75c"
     2767            },
     2768            "dist": {
     2769                "type": "zip",
     2770                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
     2771                "reference": "3833d7255cc303546435cb650316bff708a1c75c",
     2772                "shasum": ""
     2773            },
     2774            "require": {
     2775                "php": ">=7.2"
    19112776            },
    19122777            "suggest": {
     
    19152780            "type": "library",
    19162781            "extra": {
    1917                 "branch-alias": {
    1918                     "dev-main": "1.23-dev"
    1919                 },
    19202782                "thanks": {
    1921                     "name": "symfony/polyfill",
    1922                     "url": "https://github.com/symfony/polyfill"
    1923                 }
    1924             },
    1925             "autoload": {
    1926                 "psr-4": {
    1927                     "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
    1928                 },
     2783                    "url": "https://github.com/symfony/polyfill",
     2784                    "name": "symfony/polyfill"
     2785                }
     2786            },
     2787            "autoload": {
    19292788                "files": [
    19302789                    "bootstrap.php"
    19312790                ],
     2791                "psr-4": {
     2792                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
     2793                },
    19322794                "classmap": [
    19332795                    "Resources/stubs"
     
    19592821            ],
    19602822            "support": {
    1961                 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.24.0"
     2823                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.31.0"
    19622824            },
    19632825            "funding": [
     
    19752837                }
    19762838            ],
    1977             "time": "2021-02-19T12:13:01+00:00"
     2839            "time": "2024-09-09T11:45:10+00:00"
    19782840        },
    19792841        {
    19802842            "name": "symfony/polyfill-mbstring",
    1981             "version": "v1.24.0",
     2843            "version": "v1.31.0",
    19822844            "source": {
    19832845                "type": "git",
    19842846                "url": "https://github.com/symfony/polyfill-mbstring.git",
    1985                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
    1986             },
    1987             "dist": {
    1988                 "type": "zip",
    1989                 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
    1990                 "reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
    1991                 "shasum": ""
    1992             },
    1993             "require": {
    1994                 "php": ">=7.1"
     2847                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341"
     2848            },
     2849            "dist": {
     2850                "type": "zip",
     2851                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/85181ba99b2345b0ef10ce42ecac37612d9fd341",
     2852                "reference": "85181ba99b2345b0ef10ce42ecac37612d9fd341",
     2853                "shasum": ""
     2854            },
     2855            "require": {
     2856                "php": ">=7.2"
    19952857            },
    19962858            "provide": {
     
    20022864            "type": "library",
    20032865            "extra": {
    2004                 "branch-alias": {
    2005                     "dev-main": "1.23-dev"
    2006                 },
    20072866                "thanks": {
    2008                     "name": "symfony/polyfill",
    2009                     "url": "https://github.com/symfony/polyfill"
    2010                 }
    2011             },
    2012             "autoload": {
    2013                 "psr-4": {
    2014                     "Symfony\\Polyfill\\Mbstring\\": ""
    2015                 },
     2867                    "url": "https://github.com/symfony/polyfill",
     2868                    "name": "symfony/polyfill"
     2869                }
     2870            },
     2871            "autoload": {
    20162872                "files": [
    20172873                    "bootstrap.php"
    2018                 ]
     2874                ],
     2875                "psr-4": {
     2876                    "Symfony\\Polyfill\\Mbstring\\": ""
     2877                }
    20192878            },
    20202879            "notification-url": "https://packagist.org/downloads/",
     
    20422901            ],
    20432902            "support": {
    2044                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.24.0"
     2903                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.31.0"
    20452904            },
    20462905            "funding": [
     
    20582917                }
    20592918            ],
    2060             "time": "2021-11-30T18:21:41+00:00"
    2061         },
    2062         {
    2063             "name": "symfony/polyfill-php73",
    2064             "version": "v1.24.0",
    2065             "source": {
    2066                 "type": "git",
    2067                 "url": "https://github.com/symfony/polyfill-php73.git",
    2068                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
    2069             },
    2070             "dist": {
    2071                 "type": "zip",
    2072                 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
    2073                 "reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
    2074                 "shasum": ""
    2075             },
    2076             "require": {
    2077                 "php": ">=7.1"
    2078             },
    2079             "type": "library",
    2080             "extra": {
    2081                 "branch-alias": {
    2082                     "dev-main": "1.23-dev"
    2083                 },
    2084                 "thanks": {
    2085                     "name": "symfony/polyfill",
    2086                     "url": "https://github.com/symfony/polyfill"
    2087                 }
    2088             },
    2089             "autoload": {
    2090                 "psr-4": {
    2091                     "Symfony\\Polyfill\\Php73\\": ""
    2092                 },
    2093                 "files": [
    2094                     "bootstrap.php"
    2095                 ],
    2096                 "classmap": [
    2097                     "Resources/stubs"
    2098                 ]
    2099             },
    2100             "notification-url": "https://packagist.org/downloads/",
    2101             "license": [
    2102                 "MIT"
    2103             ],
    2104             "authors": [
    2105                 {
    2106                     "name": "Nicolas Grekas",
    2107                     "email": "[email protected]"
    2108                 },
    2109                 {
    2110                     "name": "Symfony Community",
    2111                     "homepage": "https://symfony.com/contributors"
    2112                 }
    2113             ],
    2114             "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
    2115             "homepage": "https://symfony.com",
    2116             "keywords": [
    2117                 "compatibility",
    2118                 "polyfill",
    2119                 "portable",
    2120                 "shim"
    2121             ],
    2122             "support": {
    2123                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.24.0"
    2124             },
    2125             "funding": [
    2126                 {
    2127                     "url": "https://symfony.com/sponsor",
    2128                     "type": "custom"
    2129                 },
    2130                 {
    2131                     "url": "https://github.com/fabpot",
    2132                     "type": "github"
    2133                 },
    2134                 {
    2135                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    2136                     "type": "tidelift"
    2137                 }
    2138             ],
    2139             "time": "2021-06-05T21:20:04+00:00"
    2140         },
    2141         {
    2142             "name": "symfony/polyfill-php80",
    2143             "version": "v1.24.0",
    2144             "source": {
    2145                 "type": "git",
    2146                 "url": "https://github.com/symfony/polyfill-php80.git",
    2147                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9"
    2148             },
    2149             "dist": {
    2150                 "type": "zip",
    2151                 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/57b712b08eddb97c762a8caa32c84e037892d2e9",
    2152                 "reference": "57b712b08eddb97c762a8caa32c84e037892d2e9",
    2153                 "shasum": ""
    2154             },
    2155             "require": {
    2156                 "php": ">=7.1"
    2157             },
    2158             "type": "library",
    2159             "extra": {
    2160                 "branch-alias": {
    2161                     "dev-main": "1.23-dev"
    2162                 },
    2163                 "thanks": {
    2164                     "name": "symfony/polyfill",
    2165                     "url": "https://github.com/symfony/polyfill"
    2166                 }
    2167             },
    2168             "autoload": {
    2169                 "psr-4": {
    2170                     "Symfony\\Polyfill\\Php80\\": ""
    2171                 },
    2172                 "files": [
    2173                     "bootstrap.php"
    2174                 ],
    2175                 "classmap": [
    2176                     "Resources/stubs"
    2177                 ]
    2178             },
    2179             "notification-url": "https://packagist.org/downloads/",
    2180             "license": [
    2181                 "MIT"
    2182             ],
    2183             "authors": [
    2184                 {
    2185                     "name": "Ion Bazan",
    2186                     "email": "[email protected]"
    2187                 },
    2188                 {
    2189                     "name": "Nicolas Grekas",
    2190                     "email": "[email protected]"
    2191                 },
    2192                 {
    2193                     "name": "Symfony Community",
    2194                     "homepage": "https://symfony.com/contributors"
    2195                 }
    2196             ],
    2197             "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
    2198             "homepage": "https://symfony.com",
    2199             "keywords": [
    2200                 "compatibility",
    2201                 "polyfill",
    2202                 "portable",
    2203                 "shim"
    2204             ],
    2205             "support": {
    2206                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.24.0"
    2207             },
    2208             "funding": [
    2209                 {
    2210                     "url": "https://symfony.com/sponsor",
    2211                     "type": "custom"
    2212                 },
    2213                 {
    2214                     "url": "https://github.com/fabpot",
    2215                     "type": "github"
    2216                 },
    2217                 {
    2218                     "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    2219                     "type": "tidelift"
    2220                 }
    2221             ],
    2222             "time": "2021-09-13T13:58:33+00:00"
     2919            "time": "2024-09-09T11:45:10+00:00"
    22232920        },
    22242921        {
    22252922            "name": "symfony/process",
    2226             "version": "v5.4.2",
     2923            "version": "v7.2.4",
    22272924            "source": {
    22282925                "type": "git",
    22292926                "url": "https://github.com/symfony/process.git",
    2230                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4"
    2231             },
    2232             "dist": {
    2233                 "type": "zip",
    2234                 "url": "https://api.github.com/repos/symfony/process/zipball/2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
    2235                 "reference": "2b3ba8722c4aaf3e88011be5e7f48710088fb5e4",
    2236                 "shasum": ""
    2237             },
    2238             "require": {
    2239                 "php": ">=7.2.5",
    2240                 "symfony/polyfill-php80": "^1.16"
     2927                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf"
     2928            },
     2929            "dist": {
     2930                "type": "zip",
     2931                "url": "https://api.github.com/repos/symfony/process/zipball/d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
     2932                "reference": "d8f411ff3c7ddc4ae9166fb388d1190a2df5b5cf",
     2933                "shasum": ""
     2934            },
     2935            "require": {
     2936                "php": ">=8.2"
    22412937            },
    22422938            "type": "library",
     
    22662962            "homepage": "https://symfony.com",
    22672963            "support": {
    2268                 "source": "https://github.com/symfony/process/tree/v5.4.2"
     2964                "source": "https://github.com/symfony/process/tree/v7.2.4"
    22692965            },
    22702966            "funding": [
     
    22822978                }
    22832979            ],
    2284             "time": "2021-12-27T21:01:00+00:00"
     2980            "time": "2025-02-05T08:33:46+00:00"
    22852981        },
    22862982        {
    22872983            "name": "symfony/service-contracts",
    2288             "version": "v2.5.0",
     2984            "version": "v3.5.1",
    22892985            "source": {
    22902986                "type": "git",
    22912987                "url": "https://github.com/symfony/service-contracts.git",
    2292                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc"
    2293             },
    2294             "dist": {
    2295                 "type": "zip",
    2296                 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
    2297                 "reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc",
    2298                 "shasum": ""
    2299             },
    2300             "require": {
    2301                 "php": ">=7.2.5",
    2302                 "psr/container": "^1.1",
    2303                 "symfony/deprecation-contracts": "^2.1"
     2988                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0"
     2989            },
     2990            "dist": {
     2991                "type": "zip",
     2992                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
     2993                "reference": "e53260aabf78fb3d63f8d79d69ece59f80d5eda0",
     2994                "shasum": ""
     2995            },
     2996            "require": {
     2997                "php": ">=8.1",
     2998                "psr/container": "^1.1|^2.0",
     2999                "symfony/deprecation-contracts": "^2.5|^3"
    23043000            },
    23053001            "conflict": {
    23063002                "ext-psr": "<1.1|>=2"
    23073003            },
    2308             "suggest": {
    2309                 "symfony/service-implementation": ""
    2310             },
    23113004            "type": "library",
    23123005            "extra": {
     3006                "thanks": {
     3007                    "url": "https://github.com/symfony/contracts",
     3008                    "name": "symfony/contracts"
     3009                },
    23133010                "branch-alias": {
    2314                     "dev-main": "2.5-dev"
    2315                 },
    2316                 "thanks": {
    2317                     "name": "symfony/contracts",
    2318                     "url": "https://github.com/symfony/contracts"
     3011                    "dev-main": "3.5-dev"
    23193012                }
    23203013            },
     
    23223015                "psr-4": {
    23233016                    "Symfony\\Contracts\\Service\\": ""
    2324                 }
     3017                },
     3018                "exclude-from-classmap": [
     3019                    "/Test/"
     3020                ]
    23253021            },
    23263022            "notification-url": "https://packagist.org/downloads/",
     
    23493045            ],
    23503046            "support": {
    2351                 "source": "https://github.com/symfony/service-contracts/tree/v2.5.0"
     3047                "source": "https://github.com/symfony/service-contracts/tree/v3.5.1"
    23523048            },
    23533049            "funding": [
     
    23653061                }
    23663062            ],
    2367             "time": "2021-11-04T16:48:04+00:00"
     3063            "time": "2024-09-25T14:20:29+00:00"
    23683064        },
    23693065        {
    23703066            "name": "symfony/string",
    2371             "version": "v5.4.2",
     3067            "version": "v7.2.0",
    23723068            "source": {
    23733069                "type": "git",
    23743070                "url": "https://github.com/symfony/string.git",
    2375                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d"
    2376             },
    2377             "dist": {
    2378                 "type": "zip",
    2379                 "url": "https://api.github.com/repos/symfony/string/zipball/e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
    2380                 "reference": "e6a5d5ecf6589c5247d18e0e74e30b11dfd51a3d",
    2381                 "shasum": ""
    2382             },
    2383             "require": {
    2384                 "php": ">=7.2.5",
     3071                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82"
     3072            },
     3073            "dist": {
     3074                "type": "zip",
     3075                "url": "https://api.github.com/repos/symfony/string/zipball/446e0d146f991dde3e73f45f2c97a9faad773c82",
     3076                "reference": "446e0d146f991dde3e73f45f2c97a9faad773c82",
     3077                "shasum": ""
     3078            },
     3079            "require": {
     3080                "php": ">=8.2",
    23853081                "symfony/polyfill-ctype": "~1.8",
    23863082                "symfony/polyfill-intl-grapheme": "~1.0",
    23873083                "symfony/polyfill-intl-normalizer": "~1.0",
    2388                 "symfony/polyfill-mbstring": "~1.0",
    2389                 "symfony/polyfill-php80": "~1.15"
     3084                "symfony/polyfill-mbstring": "~1.0"
    23903085            },
    23913086            "conflict": {
    2392                 "symfony/translation-contracts": ">=3.0"
     3087                "symfony/translation-contracts": "<2.5"
    23933088            },
    23943089            "require-dev": {
    2395                 "symfony/error-handler": "^4.4|^5.0|^6.0",
    2396                 "symfony/http-client": "^4.4|^5.0|^6.0",
    2397                 "symfony/translation-contracts": "^1.1|^2",
    2398                 "symfony/var-exporter": "^4.4|^5.0|^6.0"
    2399             },
    2400             "type": "library",
    2401             "autoload": {
    2402                 "psr-4": {
    2403                     "Symfony\\Component\\String\\": ""
    2404                 },
     3090                "symfony/emoji": "^7.1",
     3091                "symfony/error-handler": "^6.4|^7.0",
     3092                "symfony/http-client": "^6.4|^7.0",
     3093                "symfony/intl": "^6.4|^7.0",
     3094                "symfony/translation-contracts": "^2.5|^3.0",
     3095                "symfony/var-exporter": "^6.4|^7.0"
     3096            },
     3097            "type": "library",
     3098            "autoload": {
    24053099                "files": [
    24063100                    "Resources/functions.php"
    24073101                ],
     3102                "psr-4": {
     3103                    "Symfony\\Component\\String\\": ""
     3104                },
    24083105                "exclude-from-classmap": [
    24093106                    "/Tests/"
     
    24353132            ],
    24363133            "support": {
    2437                 "source": "https://github.com/symfony/string/tree/v5.4.2"
     3134                "source": "https://github.com/symfony/string/tree/v7.2.0"
    24383135            },
    24393136            "funding": [
     
    24513148                }
    24523149            ],
    2453             "time": "2021-12-16T21:52:00+00:00"
    2454         },
    2455         {
    2456             "name": "symfony/yaml",
    2457             "version": "v5.4.2",
    2458             "source": {
    2459                 "type": "git",
    2460                 "url": "https://github.com/symfony/yaml.git",
    2461                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58"
    2462             },
    2463             "dist": {
    2464                 "type": "zip",
    2465                 "url": "https://api.github.com/repos/symfony/yaml/zipball/b9eb163846a61bb32dfc147f7859e274fab38b58",
    2466                 "reference": "b9eb163846a61bb32dfc147f7859e274fab38b58",
    2467                 "shasum": ""
    2468             },
    2469             "require": {
    2470                 "php": ">=7.2.5",
    2471                 "symfony/deprecation-contracts": "^2.1|^3",
    2472                 "symfony/polyfill-ctype": "^1.8"
    2473             },
    2474             "conflict": {
    2475                 "symfony/console": "<5.3"
     3150            "time": "2024-11-13T13:31:26+00:00"
     3151        },
     3152        {
     3153            "name": "symfony/var-exporter",
     3154            "version": "v7.2.4",
     3155            "source": {
     3156                "type": "git",
     3157                "url": "https://github.com/symfony/var-exporter.git",
     3158                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a"
     3159            },
     3160            "dist": {
     3161                "type": "zip",
     3162                "url": "https://api.github.com/repos/symfony/var-exporter/zipball/4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
     3163                "reference": "4ede73aa7a73d81506002d2caadbbdad1ef5b69a",
     3164                "shasum": ""
     3165            },
     3166            "require": {
     3167                "php": ">=8.2"
    24763168            },
    24773169            "require-dev": {
    2478                 "symfony/console": "^5.3|^6.0"
    2479             },
    2480             "suggest": {
    2481                 "symfony/console": "For validating YAML files using the lint command"
    2482             },
    2483             "bin": [
    2484                 "Resources/bin/yaml-lint"
    2485             ],
    2486             "type": "library",
    2487             "autoload": {
    2488                 "psr-4": {
    2489                     "Symfony\\Component\\Yaml\\": ""
     3170                "symfony/property-access": "^6.4|^7.0",
     3171                "symfony/serializer": "^6.4|^7.0",
     3172                "symfony/var-dumper": "^6.4|^7.0"
     3173            },
     3174            "type": "library",
     3175            "autoload": {
     3176                "psr-4": {
     3177                    "Symfony\\Component\\VarExporter\\": ""
    24903178                },
    24913179                "exclude-from-classmap": [
     
    24993187            "authors": [
    25003188                {
     3189                    "name": "Nicolas Grekas",
     3190                    "email": "[email protected]"
     3191                },
     3192                {
     3193                    "name": "Symfony Community",
     3194                    "homepage": "https://symfony.com/contributors"
     3195                }
     3196            ],
     3197            "description": "Allows exporting any serializable PHP data structure to plain PHP code",
     3198            "homepage": "https://symfony.com",
     3199            "keywords": [
     3200                "clone",
     3201                "construct",
     3202                "export",
     3203                "hydrate",
     3204                "instantiate",
     3205                "lazy-loading",
     3206                "proxy",
     3207                "serialize"
     3208            ],
     3209            "support": {
     3210                "source": "https://github.com/symfony/var-exporter/tree/v7.2.4"
     3211            },
     3212            "funding": [
     3213                {
     3214                    "url": "https://symfony.com/sponsor",
     3215                    "type": "custom"
     3216                },
     3217                {
     3218                    "url": "https://github.com/fabpot",
     3219                    "type": "github"
     3220                },
     3221                {
     3222                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
     3223                    "type": "tidelift"
     3224                }
     3225            ],
     3226            "time": "2025-02-13T10:27:23+00:00"
     3227        },
     3228        {
     3229            "name": "symfony/yaml",
     3230            "version": "v7.2.3",
     3231            "source": {
     3232                "type": "git",
     3233                "url": "https://github.com/symfony/yaml.git",
     3234                "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec"
     3235            },
     3236            "dist": {
     3237                "type": "zip",
     3238                "url": "https://api.github.com/repos/symfony/yaml/zipball/ac238f173df0c9c1120f862d0f599e17535a87ec",
     3239                "reference": "ac238f173df0c9c1120f862d0f599e17535a87ec",
     3240                "shasum": ""
     3241            },
     3242            "require": {
     3243                "php": ">=8.2",
     3244                "symfony/deprecation-contracts": "^2.5|^3.0",
     3245                "symfony/polyfill-ctype": "^1.8"
     3246            },
     3247            "conflict": {
     3248                "symfony/console": "<6.4"
     3249            },
     3250            "require-dev": {
     3251                "symfony/console": "^6.4|^7.0"
     3252            },
     3253            "bin": [
     3254                "Resources/bin/yaml-lint"
     3255            ],
     3256            "type": "library",
     3257            "autoload": {
     3258                "psr-4": {
     3259                    "Symfony\\Component\\Yaml\\": ""
     3260                },
     3261                "exclude-from-classmap": [
     3262                    "/Tests/"
     3263                ]
     3264            },
     3265            "notification-url": "https://packagist.org/downloads/",
     3266            "license": [
     3267                "MIT"
     3268            ],
     3269            "authors": [
     3270                {
    25013271                    "name": "Fabien Potencier",
    25023272                    "email": "[email protected]"
     
    25103280            "homepage": "https://symfony.com",
    25113281            "support": {
    2512                 "source": "https://github.com/symfony/yaml/tree/v5.4.2"
     3282                "source": "https://github.com/symfony/yaml/tree/v7.2.3"
    25133283            },
    25143284            "funding": [
     
    25263296                }
    25273297            ],
    2528             "time": "2021-12-16T21:58:21+00:00"
     3298            "time": "2025-01-07T12:55:42+00:00"
    25293299        },
    25303300        {
    25313301            "name": "vimeo/psalm",
    2532             "version": "4.18.1",
     3302            "version": "5.15.0",
    25333303            "source": {
    25343304                "type": "git",
    25353305                "url": "https://github.com/vimeo/psalm.git",
    2536                 "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb"
    2537             },
    2538             "dist": {
    2539                 "type": "zip",
    2540                 "url": "https://api.github.com/repos/vimeo/psalm/zipball/dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",
    2541                 "reference": "dda05fa913f4dc6eb3386f2f7ce5a45d37a71bcb",
     3306                "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352"
     3307            },
     3308            "dist": {
     3309                "type": "zip",
     3310                "url": "https://api.github.com/repos/vimeo/psalm/zipball/5c774aca4746caf3d239d9c8cadb9f882ca29352",
     3311                "reference": "5c774aca4746caf3d239d9c8cadb9f882ca29352",
    25423312                "shasum": ""
    25433313            },
     
    25453315                "amphp/amp": "^2.4.2",
    25463316                "amphp/byte-stream": "^1.5",
    2547                 "composer/package-versions-deprecated": "^1.8.0",
     3317                "composer-runtime-api": "^2",
    25483318                "composer/semver": "^1.4 || ^2.0 || ^3.0",
    2549                 "composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
     3319                "composer/xdebug-handler": "^2.0 || ^3.0",
    25503320                "dnoegel/php-xdg-base-dir": "^0.1.1",
    25513321                "ext-ctype": "*",
     
    25563326                "ext-simplexml": "*",
    25573327                "ext-tokenizer": "*",
    2558                 "felixfbecker/advanced-json-rpc": "^3.0.3",
    2559                 "felixfbecker/language-server-protocol": "^1.5",
     3328                "felixfbecker/advanced-json-rpc": "^3.1",
     3329                "felixfbecker/language-server-protocol": "^1.5.2",
     3330                "fidry/cpu-core-counter": "^0.4.1 || ^0.5.1",
    25603331                "netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
    2561                 "nikic/php-parser": "^4.13",
    2562                 "openlss/lib-array2xml": "^1.0",
    2563                 "php": "^7.1|^8",
    2564                 "sebastian/diff": "^3.0 || ^4.0",
    2565                 "symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
    2566                 "webmozart/path-util": "^2.3"
     3332                "nikic/php-parser": "^4.16",
     3333                "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
     3334                "sebastian/diff": "^4.0 || ^5.0",
     3335                "spatie/array-to-xml": "^2.17.0 || ^3.0",
     3336                "symfony/console": "^4.1.6 || ^5.0 || ^6.0",
     3337                "symfony/filesystem": "^5.4 || ^6.0"
     3338            },
     3339            "conflict": {
     3340                "nikic/php-parser": "4.17.0"
    25673341            },
    25683342            "provide": {
     
    25703344            },
    25713345            "require-dev": {
    2572                 "bamarni/composer-bin-plugin": "^1.2",
    2573                 "brianium/paratest": "^4.0||^6.0",
     3346                "amphp/phpunit-util": "^2.0",
     3347                "bamarni/composer-bin-plugin": "^1.4",
     3348                "brianium/paratest": "^6.9",
    25743349                "ext-curl": "*",
     3350                "mockery/mockery": "^1.5",
     3351                "nunomaduro/mock-final-classes": "^1.1",
    25753352                "php-parallel-lint/php-parallel-lint": "^1.2",
    2576                 "phpdocumentor/reflection-docblock": "^5",
    2577                 "phpmyadmin/sql-parser": "5.1.0||dev-master",
    2578                 "phpspec/prophecy": ">=1.9.0",
    2579                 "phpunit/phpunit": "^9.0",
    2580                 "psalm/plugin-phpunit": "^0.16",
    2581                 "slevomat/coding-standard": "^7.0",
    2582                 "squizlabs/php_codesniffer": "^3.5",
    2583                 "symfony/process": "^4.3 || ^5.0 || ^6.0",
    2584                 "weirdan/prophecy-shim": "^1.0 || ^2.0"
     3353                "phpstan/phpdoc-parser": "^1.6",
     3354                "phpunit/phpunit": "^9.6",
     3355                "psalm/plugin-mockery": "^1.1",
     3356                "psalm/plugin-phpunit": "^0.18",
     3357                "slevomat/coding-standard": "^8.4",
     3358                "squizlabs/php_codesniffer": "^3.6",
     3359                "symfony/process": "^4.4 || ^5.0 || ^6.0"
    25853360            },
    25863361            "suggest": {
     
    25983373            "extra": {
    25993374                "branch-alias": {
    2600                     "dev-master": "4.x-dev",
     3375                    "dev-1.x": "1.x-dev",
     3376                    "dev-2.x": "2.x-dev",
    26013377                    "dev-3.x": "3.x-dev",
    2602                     "dev-2.x": "2.x-dev",
    2603                     "dev-1.x": "1.x-dev"
     3378                    "dev-4.x": "4.x-dev",
     3379                    "dev-master": "5.x-dev"
    26043380                }
    26053381            },
     
    26073383                "psr-4": {
    26083384                    "Psalm\\": "src/Psalm/"
    2609                 },
    2610                 "files": [
    2611                     "src/functions.php",
    2612                     "src/spl_object_id.php"
    2613                 ]
     3385                }
    26143386            },
    26153387            "notification-url": "https://packagist.org/downloads/",
     
    26263398                "code",
    26273399                "inspection",
    2628                 "php"
     3400                "php",
     3401                "static analysis"
    26293402            ],
    26303403            "support": {
    26313404                "issues": "https://github.com/vimeo/psalm/issues",
    2632                 "source": "https://github.com/vimeo/psalm/tree/4.18.1"
    2633             },
    2634             "time": "2022-01-08T21:21:26+00:00"
     3405                "source": "https://github.com/vimeo/psalm/tree/5.15.0"
     3406            },
     3407            "time": "2023-08-20T23:07:30+00:00"
    26353408        },
    26363409        {
    26373410            "name": "webmozart/assert",
    2638             "version": "1.10.0",
     3411            "version": "1.11.0",
    26393412            "source": {
    26403413                "type": "git",
    26413414                "url": "https://github.com/webmozarts/assert.git",
    2642                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
    2643             },
    2644             "dist": {
    2645                 "type": "zip",
    2646                 "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
    2647                 "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
    2648                 "shasum": ""
    2649             },
    2650             "require": {
    2651                 "php": "^7.2 || ^8.0",
    2652                 "symfony/polyfill-ctype": "^1.8"
     3415                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
     3416            },
     3417            "dist": {
     3418                "type": "zip",
     3419                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
     3420                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
     3421                "shasum": ""
     3422            },
     3423            "require": {
     3424                "ext-ctype": "*",
     3425                "php": "^7.2 || ^8.0"
    26533426            },
    26543427            "conflict": {
     
    26883461            "support": {
    26893462                "issues": "https://github.com/webmozarts/assert/issues",
    2690                 "source": "https://github.com/webmozarts/assert/tree/1.10.0"
    2691             },
    2692             "time": "2021-03-09T10:59:23+00:00"
    2693         },
    2694         {
    2695             "name": "webmozart/path-util",
    2696             "version": "2.3.0",
    2697             "source": {
    2698                 "type": "git",
    2699                 "url": "https://github.com/webmozart/path-util.git",
    2700                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
    2701             },
    2702             "dist": {
    2703                 "type": "zip",
    2704                 "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
    2705                 "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
    2706                 "shasum": ""
    2707             },
    2708             "require": {
    2709                 "php": ">=5.3.3",
    2710                 "webmozart/assert": "~1.0"
     3463                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
     3464            },
     3465            "time": "2022-06-03T18:03:27+00:00"
     3466        },
     3467        {
     3468            "name": "wp-coding-standards/wpcs",
     3469            "version": "3.1.0",
     3470            "source": {
     3471                "type": "git",
     3472                "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
     3473                "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
     3474            },
     3475            "dist": {
     3476                "type": "zip",
     3477                "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
     3478                "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
     3479                "shasum": ""
     3480            },
     3481            "require": {
     3482                "ext-filter": "*",
     3483                "ext-libxml": "*",
     3484                "ext-tokenizer": "*",
     3485                "ext-xmlreader": "*",
     3486                "php": ">=5.4",
     3487                "phpcsstandards/phpcsextra": "^1.2.1",
     3488                "phpcsstandards/phpcsutils": "^1.0.10",
     3489                "squizlabs/php_codesniffer": "^3.9.0"
    27113490            },
    27123491            "require-dev": {
    2713                 "phpunit/phpunit": "^4.6",
    2714                 "sebastian/version": "^1.0.1"
    2715             },
    2716             "type": "library",
    2717             "extra": {
    2718                 "branch-alias": {
    2719                     "dev-master": "2.3-dev"
    2720                 }
    2721             },
    2722             "autoload": {
    2723                 "psr-4": {
    2724                     "Webmozart\\PathUtil\\": "src/"
    2725                 }
    2726             },
    2727             "notification-url": "https://packagist.org/downloads/",
    2728             "license": [
    2729                 "MIT"
    2730             ],
    2731             "authors": [
    2732                 {
    2733                     "name": "Bernhard Schussek",
    2734                     "email": "[email protected]"
    2735                 }
    2736             ],
    2737             "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
    2738             "support": {
    2739                 "issues": "https://github.com/webmozart/path-util/issues",
    2740                 "source": "https://github.com/webmozart/path-util/tree/2.3.0"
    2741             },
    2742             "abandoned": "symfony/filesystem",
    2743             "time": "2015-12-17T08:42:14+00:00"
    2744         },
    2745         {
    2746             "name": "wp-coding-standards/wpcs",
    2747             "version": "2.3.0",
    2748             "source": {
    2749                 "type": "git",
    2750                 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
    2751                 "reference": "7da1894633f168fe244afc6de00d141f27517b62"
    2752             },
    2753             "dist": {
    2754                 "type": "zip",
    2755                 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
    2756                 "reference": "7da1894633f168fe244afc6de00d141f27517b62",
    2757                 "shasum": ""
    2758             },
    2759             "require": {
    2760                 "php": ">=5.4",
    2761                 "squizlabs/php_codesniffer": "^3.3.1"
    2762             },
    2763             "require-dev": {
    2764                 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
     3492                "php-parallel-lint/php-console-highlighter": "^1.0.0",
     3493                "php-parallel-lint/php-parallel-lint": "^1.3.2",
    27653494                "phpcompatibility/php-compatibility": "^9.0",
    2766                 "phpcsstandards/phpcsdevtools": "^1.0",
    2767                 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
     3495                "phpcsstandards/phpcsdevtools": "^1.2.0",
     3496                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
    27683497            },
    27693498            "suggest": {
    2770                 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
     3499                "ext-iconv": "For improved results",
     3500                "ext-mbstring": "For improved results"
    27713501            },
    27723502            "type": "phpcodesniffer-standard",
     
    27853515                "phpcs",
    27863516                "standards",
     3517                "static analysis",
    27873518                "wordpress"
    27883519            ],
     
    27923523                "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
    27933524            },
    2794             "time": "2020-05-13T23:57:56+00:00"
     3525            "funding": [
     3526                {
     3527                    "url": "https://opencollective.com/php_codesniffer",
     3528                    "type": "custom"
     3529                }
     3530            ],
     3531            "time": "2024-03-25T16:39:00+00:00"
    27953532        }
    27963533    ],
    27973534    "aliases": [],
    27983535    "minimum-stability": "stable",
    2799     "stability-flags": [],
     3536    "stability-flags": {},
    28003537    "prefer-stable": false,
    28013538    "prefer-lowest": false,
     
    28033540        "php": ">=7.3"
    28043541    },
    2805     "platform-dev": [],
    2806     "plugin-api-version": "2.2.0"
     3542    "platform-dev": {},
     3543    "plugin-api-version": "2.6.0"
    28073544}
  • smntcs-wapuu-widget/trunk/smntcs-wapuu-widget.php

    r3066338 r3260228  
    77 * Author URI:            https://nielslange.de
    88 * Text Domain:           smntcs-wapuu-widget
    9  * Version:               1.9
    10  * Requires PHP:          5.6
     9 * Version:               2.0
     10 * Requires PHP:          7.4
    1111 * Requires at least:     3.4
    1212 * License:               GPL v2 or later
     
    1818defined( 'ABSPATH' ) || exit;
    1919
    20 /**
    21  * Fetch plugin version.
    22  */
    23 $plugin_data    = get_file_data( __FILE__, array( 'Version' => 'Version' ), false );
    24 $plugin_version = $plugin_data['Version'];
    25 define( 'SMNTCS_WAPUU_WIDGET_CURRENT_VERSION', $plugin_version );
    26 
    27 /**
    28  * Load plugin styles
    29  */
    30 function smntcs_wapuu_widget_enqueue_scripts() {
    31     wp_register_style( 'smntcs_wapuu_widget-style', plugins_url( 'style.css', __FILE__ ), array(), SMNTCS_WAPUU_WIDGET_CURRENT_VERSION );
    32     wp_enqueue_style( 'smntcs_wapuu_widget-style' );
    33 }
    34 add_action( 'wp_enqueue_scripts', 'smntcs_wapuu_widget_enqueue_scripts' );
    35 
    36 /**
    37  * Add settings link on plugin page
    38  *
    39  * @param string $links The original settings link on the plugin page.
    40  * @return string $links The updated settings link on the plugin page.
    41  */
    42 function smntcs_wapuu_widget_plugin_settings_link( $url ) {
    43     $admin_url     = admin_url( 'widgets.php' );
    44     $settings_link = sprintf( '<a href="%s">%s</a>', $admin_url, __( 'Settings', 'smntcs-wapuu-widget' ) );
    45     array_unshift( $url, $settings_link );
    46 
    47     return $url;
    48 }
    49 add_filter( 'plugin_action_links_' . plugin_basename( __FILE__ ), 'smntcs_wapuu_widget_plugin_settings_link' );
    50 
    51 /**
    52  * Register SMNTCS Wapuu Widget
    53  */
    54 class SMNTCS_Wapuu_Widget extends WP_Widget {
    55 
    56     /**
    57      * Construct widget
    58      */
    59     public function __construct() {
    60 
    61         $widget_options = array(
    62             'classname'   => 'smntcs_wapuu_widget',
    63             'description' => 'Displays Wapuu Widget',
    64         );
    65 
    66         parent::__construct( 'smntcs_wapuu_widget', 'Wapuu Widget', $widget_options );
    67 
    68     }
    69 
    70     /**
    71      * Prepare widget
    72      *
    73      * @param array $args Display arguments including 'before_title', 'after_title', 'before_widget', and 'after_widget'.
    74      * @param array $instance The settings for the particular instance of the widget.
    75      */
    76     public function widget( $args, $instance ) {
    77         $title = apply_filters( 'widget_title', $instance['title'] );
    78         $image = smntcs_get_random_image_url();
    79 
    80         printf(
    81             '%s %s %s %s',
    82             $args['before_widget'], // phpcs:ignore.
    83             $args['before_title'],  // phpcs:ignore.
    84             esc_attr( $title ),
    85             $args['after_title']    // phpcs:ignore.
    86         );
    87 
    88         printf(
    89             '<p><img src="%s" alt="" class="wapuu"></p>',
    90             esc_html( plugin_dir_url( __FILE__ ) . 'images/' . $image )
    91         );
    92 
    93         printf(
    94             '%s',
    95             $args['after_widget'] // phpcs:ignore.
    96         );
    97 
    98     }
    99 
    100     /**
    101      * Prepare form
    102      *
    103      * @param array $instance Current settings.
    104      * @return void
    105      */
    106     public function form( $instance ) {
    107 
    108         $title = ! empty( $instance['title'] ) ? $instance['title'] : ''; ?>
    109         <p>
    110             <label for="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>">Title:</label>
    111             <input type="text" id="<?php echo esc_html( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_html( $this->get_field_name( 'title' ) ); ?>" value="<?php echo esc_attr( $title ); ?>" />
    112         </p>
    113         <?php
    114 
    115     }
    116 
    117     /**
    118      * Update widget
    119      *
    120      * @param array $new_instance New settings for this instance as input by the user via WP_Widget::form().
    121      * @param array $old_instance Old settings for this instance.
    122      * @since 1.0.0
    123      */
    124     public function update( $new_instance, $old_instance ) {
    125 
    126         $instance          = $old_instance;
    127         $instance['title'] = wp_strip_all_tags( $new_instance['title'] );
    128 
    129         return $instance;
    130 
    131     }
    132 
    133 }
    134 
    135 /**
    136  * Register widget
    137  */
    138 function smntcs_register_wapuu_widget() {
    139     register_widget( 'SMNTCS_Wapuu_Widget' );
    140 }
    141 add_action( 'widgets_init', 'smntcs_register_wapuu_widget' );
    142 
    143 /**
    144  * Get random image URL
    145  *
    146  * @return string
    147  */
    148 function smntcs_get_random_image_url() {
    149     $image = array(
    150         '10uppu-230x230.png',
    151         '8-bit-wapuu-large-230x288.png',
    152         '80s-wapuu-230x212.png',
    153         '930C06B1-D040-4D31-BF2C-D66930897495-230x196.png',
    154         'Achilles1-230x330.png',
    155         'BG_Wapuu-01-230x237.png',
    156         'Colorado-Wapuu-230x257.png',
    157         'CopernicusWapuu-230x230.png',
    158         'DEVMan-1-230x288.png',
    159         'Defender-1-230x288.png',
    160         'Fayapuu-230x247.png',
    161         'FishingWapuu-230x279.png',
    162         'Habu-230x198.png',
    163         'Hummingbird-1-230x288.png',
    164         'Large_lobster_wapuu-230x320.png',
    165         'Manapuu-230x386.png',
    166         '[email protected]',
    167         'Patheon-Waving-Wapuu-230x257.png',
    168         'Permalink_1024-with-wp-230x370.png',
    169         'Smush-1-230x288.png',
    170         'Snapshot-1-230x288.png',
    171         'Swag-Wapuu-Orlando-2016-230x237.png',
    172         'WAPUU-ATI-230x362.png',
    173         'WC-Biratnagar-Logo-n-Mascot-230x230.png',
    174         'WC-Denpasar-2016-Wapuu-Garuda-e1548453921415-230x290.png',
    175         'WC-Denpasar-2016-Wapuu-Wayan-230x293.png',
    176         'WC-Jakarta-2017-Wapuu-Ondel-ondel-male-230x351.png',
    177         'WC-Jakarta-2019-Wapuu-Ojol-230x266.png',
    178         'WC-Jakarta-2019-Wapuu-Ondel-ondel-female-230x348.png',
    179         'WC-Jakarta-2019-Wapuu-Si-Pitung-230x280.png',
    180         'WC-Jakarta-2019-Wapuu-Wiro-Sableng-230x271.png',
    181         'WC-Ubud-2017-Wapuu-Kelapa-Muda-230x304.png',
    182         'WCATL_Wapuu_Web.png',
    183         'WCEU-18-Astropuu-230x230.png',
    184         'WCPHX-Wapuu-W-no-pants_preview-230x282.png',
    185         'WCPHX-Wapuu-W_preview-230x282.png',
    186         'WCPHX-Wapuu-plane-9-purple@3x_preview-230x230.png',
    187         'WCUS2018-wapuu-blue-230x181.png',
    188         'WPTD3-wapuu-800-230x230.png',
    189         'Wabully_2048x2580-1-230x290.png',
    190         'WapUshanka-230x286.png',
    191         'Wapoutine-230x244.png',
    192         'Wapuu-01-230x267.png',
    193         'Wapuu-02-230x271.png',
    194         'Wapuu-03-230x229.png',
    195         'Wapuu-04-230x276.png',
    196         'Wapuu-Salentinu-230x230.png',
    197         'Wapuu-Sofia-2017-all-01-230x290.png',
    198         'Wapuu-Sofia-2017-all-02-230x315.png',
    199         'Wapuu-Thessaloniki-Alexander-230x253.png',
    200         'Wapuu-sleepy-jacksonville-230x101.png',
    201         'WapuuFinal-230x318.png',
    202         'WapuuNashville-230x167.png',
    203         'WapuuPepa-230x253.png',
    204         'WapuuPepe-230x253.png',
    205         'WapuuSticker-Die-curves-230x309.png',
    206         'Wapuubble-230x135.png',
    207         'WelshWapuuV2-2-230x212.png',
    208         'WordSesh-Wapuu-230x199.png',
    209         'ahmedabad-wordcamp2017-Wapuu2-230x282.png',
    210         'ahmedabad-wordpress-Wapuu-150517-03-230x312.png',
    211         'ammuappu-230x171.png',
    212         'auguste-230x280.png',
    213         'baap-wapuu.png',
    214         'bapuu-wapuu-230x253.png',
    215         'basile-wapuu-230x252.png',
    216         'batpuu-230x276.png',
    217         'benpuu-230x230.png',
    218         'better-off-WordPress-230x148.png',
    219         'bicycling-wapuu-230x245.png',
    220         'birthday-wapuu-230x256.png',
    221         'black-hat-230x271.png',
    222         'brighton-wapuu-and-sid-2016-230x233.png',
    223         '[email protected]',
    224         'building-block-wapuu-orlando-2016-230x237.png',
    225         'canvas-wapuu.png',
    226         'captian-w-230x292.png',
    227         'carole-community-wapuu-230x284.png',
    228         'catering-wapuu.png',
    229         'cheesesteak-wapuu-230x230.png',
    230         'cossack-wapuula-230x253.png',
    231         'cowboy-coder-230x269.png',
    232         'cowboy-wapuu-230x321.png',
    233         '[email protected]',
    234         'crab_wapuu-230x230.png',
    235         'cropped-wapuu-brno-512-512-230x230.png',
    236         'cubby-wapuu-230x232.png',
    237         'david-bowie-wapuu-230x203.png',
    238         'delhi-wapuu-2017-230x316.png',
    239         'dokuganryu-wapuu-230x253.png',
    240         'dracuu-230x215.png',
    241         'duerer-wapuu-230x230.png',
    242         'edinburgh-wapuu-230x247.png',
    243         'eduwapuu-230x253.png',
    244         'eight-ball-wapuu-230x254.png',
    245         'exercisering-wapuu-230x255.png',
    246         'fes-wapuu-230x253.png',
    247         'football_wapuu-230x254.png',
    248         'frankenpuu-230x230.png',
    249         'frapuu-01-768x750-230x225.png',
    250         'fujisan-wapuu-230x229.png',
    251         '[email protected]',
    252         'ghost-costume-wapuu-230x233.png',
    253         'ghostbuster_wapuu-230x260.png',
    254         'gianduu_wapuu-230x301.png',
    255         'gokart_wapuu-230x204.png',
    256         'gollum-wapuu-230x244.png',
    257         '[email protected]',
    258         'gravity-forms-astronaut-wapuu-mars-w-icon-230x245.png',
    259         'gravity-forms-astronaut-wapuu-moon-w-icon-230x245.png',
    260         'gravity-forms-astronaut-wapuu-saturn-w-icon-230x186.png',
    261         'gravity-forms-franklin-san-jose-wapuu-230x245.png',
    262         '[email protected]',
    263         'haobhau-in-jungle-230x294.png',
    264         'heart_wapuu-230x230.png',
    265         'heian-wapuu-230x253.png',
    266         'hex-wapuu-1810917-230x230.png',
    267         'hip-hop-wapuu-230x291.png',
    268         'hot_air_balloon_wapuu-230x416.png',
    269         'indie-wapuu-with-text-598x660-230x254.png',
    270         'inpsyde-wapuu-230x253.png',
    271         'jedi_wapuu-230x341.png',
    272         'jeepney-wapuu-230x230.png',
    273         'jpop_wapuu-230x254.png',
    274         'kabuki_wapuu_seal-230x230.png',
    275         'kani-wapuu.png',
    276         'keep-austin-weird-wapuu-230x214.png',
    277         'krimpet-wapuu-230x230.png',
    278         'kurashiki-wapuu-230x254.png',
    279         'london2016-wapuu-230x253.png',
    280         'lumberjack_wapuu-230x291.png',
    281         'lyon-wapuu-lugdunum-230x253.png',
    282         '[email protected]',
    283         'maiko-wapuu-230x266.png',
    284         'maikochan-and-wapuu-230x230.png',
    285         'main-wabster-230x279.png',
    286         'manawapuu-230x230.png',
    287         'manchester-wapuu.png',
    288         'mango-wapuu-230x361.png',
    289         'marinwapuu-230x242.png',
    290         'mascotte_final-230x225.png',
    291         'masuzushi-wapuu-230x253.png',
    292         'matsuri-wapuu-230x253.png',
    293         'mecha_wapuu_color-230x200.png',
    294         'mercenary-wapuu-e1507954765785-230x253.png',
    295         'mineiro-wapuu-230x230.png',
    296         'mineiro-wapuu.png',
    297         '[email protected]',
    298         'monk_wapuu-230x255.png',
    299         'mr-nuremberg-wapuu.png',
    300         'mrs-nuremberg-wapuu-230x238.png',
    301         '[email protected]',
    302         'mummypuu_2017WCPhilly_300x300-230x230.png',
    303         'napuu-230x215.png',
    304         'nashville-wapuu-2017-230x181.png',
    305         'nepuu-230x288.png',
    306         'ninja_wapuu-230x286.png',
    307         'nom-nom-wapuu-230x232.png',
    308         'octapuu-230x239.png',
    309         'okita-wapuu-230x253.png',
    310         'okita-wapuu.png',
    311         'onsen-wapuu-230x253.png',
    312         'original_wapuu-230x254.png',
    313         'ottawa-wapuu-230x310.png',
    314         'piratepuu_2017WCPhilly-230x230.png',
    315         'pretzel-wapuu-230x230.png',
    316         'r2-the-rtcamp-wapuu-230x253.png',
    317         'r2wapuu-230x253.png',
    318         'rabelo-o-wapuu-230x232.png',
    319         'raleigh-wapuu-230x230.png',
    320         'roboto-wapuu-wc-singapore-2017-230x298.png',
    321         'rochester-wapuu-230x230.png',
    322         'rocky-wapuu-230x230.png',
    323         'rosie-the-wapuu-e1491020781914-230x230.png',
    324         'rubiks-wapuu-230x254.png',
    325         'sailor-wapuu-230x271.png',
    326         'salakot-wapuu-230x213.png',
    327         'santa_wapuu-230x230.png',
    328         'sauna-wapuu-wordcamp-finland-2016-230x217.png',
    329         'save-the-day-blue-230x230.png',
    330         'savvii-wapuu-230x222.png',
    331         'scope-creep-230x256.png',
    332         'scott-wapuu-230x253.png',
    333         'sele_wapuu2-230x235.png',
    334         'shachihoko-wapuu-230x253.png',
    335         'sheepuu-230x230.png',
    336         'shikari-wapuu-230x278.png',
    337         'shikasenbei-wapuu-230x253.png',
    338         '[email protected]',
    339         '[email protected]',
    340         'space_wapuu-230x254.png',
    341         'speaker-10min-wapuu-230x248.png',
    342         'speaker-5min-wapuu-230x246.png',
    343         'speaker-stop-wapuu-230x220.png',
    344         'squirrel-wapuu-230x258.png',
    345         'stateside_wappu-e1505339371784-230x222.png',
    346         'sunshinecoast-wapuu-230x171.png',
    347         'sunshinecoast-wapuu.png',
    348         'sweden-wapuu-230x253.png',
    349         'swiss-wapuu-1-230x253.png',
    350         'sydney-wapuu-230x230.png',
    351         'taekwon-blue-wapuu.png',
    352         'taekwon-red-wapuu-230x253.png',
    353         'takoyaki_wapuu-230x254.png',
    354         'tampa-gasparilla-wapuu-230x253.png',
    355         'tangerine-230x191.png',
    356         'the-guruu-230x199.png',
    357         'the-troll-230x246.png',
    358         'tonkotsu-wapuu-230x251.png',
    359         'tonkotsu-wapuu.png',
    360         'try-me-230x243.gif',
    361         'vampuu-liberty_2017WCPhilly-230x203.png',
    362         'w3-230x262.png',
    363         'wambhau-230x276.png',
    364         'wapanduu_2-230x254.png',
    365         'wapevil-wapuu-230x253.png',
    366         'wapmas-wapuu-230x253.png',
    367         'wappu-grad-230x317.png',
    368         'wappu-logo-id-01-230x293 2.png',
    369         'wappu-punt-230x241.png',
    370         'wapsara-230x240.png',
    371         'wapu-1-230x160.png',
    372         'wapu-bagel-230x254.png',
    373         'wapu-sloth-230x268.png',
    374         'wapuda_shingenn-230x236.png',
    375         'wapumura-kenshin-230x253.png',
    376         'wapuu-2018-opt-230x230.png',
    377         'wapuu-Robert-230x256.png',
    378         'wapuu-alaaf-230x230.png',
    379         'wapuu-arno-and-ezio-230x227.png',
    380         'wapuu-batchoy-230x265.png',
    381         'wapuu-blab-01-230x288.png',
    382         '[email protected]',
    383         'wapuu-brainhurts-230x182.png',
    384         'wapuu-camera-230x209.png',
    385         'wapuu-cangaceiro-230x230.png',
    386         'wapuu-cheesehead-230x253.png',
    387         'wapuu-cheesehead.png',
    388         'wapuu-collector-pin-for-accessibility-230x231.png',
    389         'wapuu-collector-pin-for-community-230x231.png',
    390         'wapuu-collector-pin-for-content-230x230.png',
    391         'wapuu-collector-pin-for-design-ui-230x230.png',
    392         'wapuu-collector-pin-for-development-230x231.png',
    393         'wapuu-collector-pin-for-support-230x230.png',
    394         'wapuu-collector-pin-for-training-230x231.png',
    395         'wapuu-collector-pin-for-translation-230x230.png',
    396         'wapuu-cosplay-230x213.png',
    397         'wapuu-de-la-wordcamp-santander-230x218.png',
    398         'wapuu-der-ber-230x259.png',
    399         'wapuu-dev-300x265.png',
    400         'wapuu-efendi-230x291.png',
    401         'wapuu-france-230x279.png',
    402         'wapuu-guitar-230x242.png',
    403         'wapuu-hampton-roads-230x239.png',
    404         '[email protected]',
    405         'wapuu-heropress-230x236.png',
    406         'wapuu-hipster-230x306.png',
    407         'wapuu-jags.png',
    408         'wapuu-ji-chaudhary-230x253.png',
    409         'wapuu-logo-toque-230x361.png',
    410         'wapuu-macedonia-e1539815678794-230x239.png',
    411         'wapuu-magic-230x338.png',
    412         'wapuu-med-230x302.png',
    413         'wapuu-micro-230x221.png',
    414         'wapuu-minion-230x248.png',
    415         'wapuu-moto-230x247.png',
    416         'wapuu-mountie.png',
    417         'wapuu-newtlab-230x240.png',
    418         'wapuu-nijmegen-by-faktor22-230x408.png',
    419         'wapuu-noypi-230x253.png',
    420         'wapuu-nyc-230x385.png',
    421         'wapuu-orange-230x264.png',
    422         'wapuu-ottawa-mountie-230x361.png',
    423         'wapuu-pixar-230x150.png',
    424         'wapuu-pizza-230x222.png',
    425         'wapuu-poststatus-230x307.png',
    426         'wapuu-rome-230x230.png',
    427         'wapuu-santa-230x259.png',
    428         'wapuu-santa-230x288.png',
    429         'wapuu-skunk-230x177.png',
    430         'wapuu-sleepy-wordcamp-230x127.png',
    431         'wapuu-snitch-230x145.png',
    432         'wapuu-spy.png',
    433         'wapuu-struggle-230x182.png',
    434         'wapuu-tiger-230x254.png',
    435         'wapuu-torque-230x265.png',
    436         'wapuu-travel-230x255.png',
    437         'wapuu-tron-230x271.png',
    438         'wapuu-turku-lippu-2-230x282.png',
    439         'wapuu-twins-230x221.png',
    440         'wapuu-unipiper-230x485.png',
    441         'wapuu-unipiper.png',
    442         'wapuu-wptavern-230x275.png',
    443         'wapuu2-with-lines-230x200.png',
    444         'wapuu3-with-lines-230x273.png',
    445         'wapuu_07-26-2-230x217.png',
    446         'wapuu_cologne_baerbel_final-230x208.png',
    447         'wapuu_cologne_hannes_final-230x278.png',
    448         'wapuu_mcfly-230x170.png',
    449         'wapuu_of_the_north.png',
    450         'wapuu_on_fire-230x230.png',
    451         'wapuu_translation-230x219.png',
    452         'wapuu_translation2-230x219.png',
    453         'wapuu_translation3-230x219.png',
    454         'wapuu_translation4-230x219.png',
    455         'wapuu_world-230x210.png',
    456         'wapuubee-230x222.png',
    457         'wapuugu-230x288.png',
    458         'wapuujlo-230x256.png',
    459         'wapuunder-230x284.png',
    460         'wapuunicorn-230x325.png',
    461         'wapuushkin-wapuu-230x230.png',
    462         'wapuutah-wapuu-230x233.png',
    463         'war_wapuu-230x298.png',
    464         '[email protected]',
    465         'wcdfw2017-wapuu-flag-only-230x269.png',
    466         'wcdublin-wapuu-230x294.png',
    467         'wceu-2017-wapuu-female-230x271.png',
    468         'wceu-2017-wapuu-female.png',
    469         'wceu-2017-wapuu-male-230x271.png',
    470         'wceu2016-leopold-mozart-wapuu-230x253.png',
    471         'wceu2016-volto-mask-wapuu-230x253.png',
    472         'wck-wapuu-230x278.png',
    473         'wclvpa-wapuu-2016.png',
    474         'wct2012.png',
    475         'wct2013-kabuki-wapuu-230x233.png',
    476         'wctokyo-wapuu-230x253.png',
    477         'wctokyo2017-wapuu-230x155.png',
    478         'wharf-230x279.png',
    479         'white-hat-wapuu-230x192.png',
    480         'winter_wapuu-230x311.png',
    481         'wonder-wapuu-230x216.png',
    482         'wordcamp-tokyo-wapuu-2012-230x233.png',
    483         'wordpress_chs_wapuu-230x263.png',
    484         'wordpress_wapuu_1080x1265-230x269.png',
    485         'xiru-wapuu-230x230.png',
    486     );
    487 
    488     return $image[ wp_rand( 0, count( $image ) - 1 ) ];
    489 }
     20// Include required files.
     21require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-manager.php';
     22require_once plugin_dir_path( __FILE__ ) . 'includes/class-smntcs-wapuu-widget.php';
Note: See TracChangeset for help on using the changeset viewer.