Changeset 3463921
- Timestamp:
- 02/18/2026 02:44:59 AM (6 weeks ago)
- Location:
- simple-feature-requests
- Files:
-
- 10 edited
-
tags/2.4.9.3/simple-feature-requests.php (modified) (1 diff)
-
trunk/composer.json (modified) (2 diffs)
-
trunk/composer.lock (modified) (37 diffs)
-
trunk/inc/class-submission.php (modified) (1 diff)
-
trunk/inc/class-template-hooks.php (modified) (1 diff)
-
trunk/languages/simple-feature-requests.pot (modified) (2 diffs)
-
trunk/plugin-data.json (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/simple-feature-requests.php (modified) (2 diffs)
-
trunk/templates/archive/submission-form.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simple-feature-requests/tags/2.4.9.3/simple-feature-requests.php
r3463826 r3463921 2 2 3 3 /** 4 * Plugin Name: Simple Feature Requests Pro4 * Plugin Name: Simple Feature Requests 5 5 * Plugin URI: https://simplefeaturerequests.com 6 6 * Description: Collect and manage user feedback using your existing WordPress website. Prioritize the product features important to you and your customers. -
simple-feature-requests/trunk/composer.json
r3418487 r3463921 57 57 }, 58 58 "require-dev": { 59 "phpunit/phpunit": "^9", 60 "brianhenryie/strauss": "^0.26.0" 59 "phpunit/phpunit": "^9" 61 60 }, 62 61 "config": { … … 70 69 "require": { 71 70 "tareq1988/wp-eloquent": "dev-master", 72 "deliciousbrains/wp-background-processing": "^1.3" 71 "deliciousbrains/wp-background-processing": "^1.3", 72 "brianhenryie/strauss": "^0.26.0" 73 73 }, 74 74 "extra": { 75 75 "strauss": { 76 "packages": [ 77 "tareq1988/wp-eloquent", 78 "deliciousbrains/wp-background-processing" 79 ], 76 80 "namespace_prefix": "SFR\\Dependencies\\", 77 81 "target_directory": "vendor-prefixed", -
simple-feature-requests/trunk/composer.lock
r3418487 r3463921 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " aab6823d84697df868d529efc6fe011e",7 "content-hash": "9e440fbc1dd0dd1da4862851917fabae", 8 8 "packages": [ 9 {10 "name": "carbonphp/carbon-doctrine-types",11 "version": "2.1.0",12 "source": {13 "type": "git",14 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",15 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb"16 },17 "dist": {18 "type": "zip",19 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",20 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb",21 "shasum": ""22 },23 "require": {24 "php": "^7.4 || ^8.0"25 },26 "conflict": {27 "doctrine/dbal": "<3.7.0 || >=4.0.0"28 },29 "require-dev": {30 "doctrine/dbal": "^3.7.0",31 "nesbot/carbon": "^2.71.0 || ^3.0.0",32 "phpunit/phpunit": "^10.3"33 },34 "type": "library",35 "autoload": {36 "psr-4": {37 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/"38 }39 },40 "notification-url": "https://packagist.org/downloads/",41 "license": [42 "MIT"43 ],44 "authors": [45 {46 "name": "KyleKatarn",47 "email": "kylekatarnls@gmail.com"48 }49 ],50 "description": "Types to use Carbon in Doctrine",51 "keywords": [52 "carbon",53 "date",54 "datetime",55 "doctrine",56 "time"57 ],58 "support": {59 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",60 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0"61 },62 "funding": [63 {64 "url": "https://github.com/kylekatarnls",65 "type": "github"66 },67 {68 "url": "https://opencollective.com/Carbon",69 "type": "open_collective"70 },71 {72 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",73 "type": "tidelift"74 }75 ],76 "time": "2023-12-11T17:09:12+00:00"77 },78 {79 "name": "deliciousbrains/wp-background-processing",80 "version": "1.4.0",81 "source": {82 "type": "git",83 "url": "https://github.com/deliciousbrains/wp-background-processing.git",84 "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816"85 },86 "dist": {87 "type": "zip",88 "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/7ca7cc3504333db3a291bbab7f1917124fba4816",89 "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816",90 "shasum": ""91 },92 "require": {93 "php": ">=7.0"94 },95 "require-dev": {96 "phpcompatibility/phpcompatibility-wp": "*",97 "phpunit/phpunit": "^8.0",98 "spryker/code-sniffer": "^0.17.18",99 "wp-coding-standards/wpcs": "^2.3",100 "yoast/phpunit-polyfills": "^1.0"101 },102 "suggest": {103 "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library"104 },105 "type": "library",106 "autoload": {107 "classmap": [108 "classes/"109 ]110 },111 "notification-url": "https://packagist.org/downloads/",112 "license": [113 "GPL-2.0-or-later"114 ],115 "authors": [116 {117 "name": "Delicious Brains",118 "email": "nom@deliciousbrains.com"119 }120 ],121 "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.",122 "support": {123 "issues": "https://github.com/deliciousbrains/wp-background-processing/issues",124 "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.4.0"125 },126 "time": "2024-12-17T14:04:30+00:00"127 },128 {129 "name": "doctrine/inflector",130 "version": "2.1.0",131 "source": {132 "type": "git",133 "url": "https://github.com/doctrine/inflector.git",134 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b"135 },136 "dist": {137 "type": "zip",138 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b",139 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b",140 "shasum": ""141 },142 "require": {143 "php": "^7.2 || ^8.0"144 },145 "require-dev": {146 "doctrine/coding-standard": "^12.0 || ^13.0",147 "phpstan/phpstan": "^1.12 || ^2.0",148 "phpstan/phpstan-phpunit": "^1.4 || ^2.0",149 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0",150 "phpunit/phpunit": "^8.5 || ^12.2"151 },152 "type": "library",153 "autoload": {154 "psr-4": {155 "Doctrine\\Inflector\\": "src"156 }157 },158 "notification-url": "https://packagist.org/downloads/",159 "license": [160 "MIT"161 ],162 "authors": [163 {164 "name": "Guilherme Blanco",165 "email": "guilhermeblanco@gmail.com"166 },167 {168 "name": "Roman Borschel",169 "email": "roman@code-factory.org"170 },171 {172 "name": "Benjamin Eberlei",173 "email": "kontakt@beberlei.de"174 },175 {176 "name": "Jonathan Wage",177 "email": "jonwage@gmail.com"178 },179 {180 "name": "Johannes Schmitt",181 "email": "schmittjoh@gmail.com"182 }183 ],184 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",185 "homepage": "https://www.doctrine-project.org/projects/inflector.html",186 "keywords": [187 "inflection",188 "inflector",189 "lowercase",190 "manipulation",191 "php",192 "plural",193 "singular",194 "strings",195 "uppercase",196 "words"197 ],198 "support": {199 "issues": "https://github.com/doctrine/inflector/issues",200 "source": "https://github.com/doctrine/inflector/tree/2.1.0"201 },202 "funding": [203 {204 "url": "https://www.doctrine-project.org/sponsorship.html",205 "type": "custom"206 },207 {208 "url": "https://www.patreon.com/phpdoctrine",209 "type": "patreon"210 },211 {212 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",213 "type": "tidelift"214 }215 ],216 "time": "2025-08-10T19:31:58+00:00"217 },218 {219 "name": "illuminate/collections",220 "version": "v8.83.27",221 "source": {222 "type": "git",223 "url": "https://github.com/illuminate/collections.git",224 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4"225 },226 "dist": {227 "type": "zip",228 "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4",229 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4",230 "shasum": ""231 },232 "require": {233 "illuminate/contracts": "^8.0",234 "illuminate/macroable": "^8.0",235 "php": "^7.3|^8.0"236 },237 "suggest": {238 "symfony/var-dumper": "Required to use the dump method (^5.4)."239 },240 "type": "library",241 "extra": {242 "branch-alias": {243 "dev-master": "8.x-dev"244 }245 },246 "autoload": {247 "files": [248 "helpers.php"249 ],250 "psr-4": {251 "Illuminate\\Support\\": ""252 }253 },254 "notification-url": "https://packagist.org/downloads/",255 "license": [256 "MIT"257 ],258 "authors": [259 {260 "name": "Taylor Otwell",261 "email": "taylor@laravel.com"262 }263 ],264 "description": "The Illuminate Collections package.",265 "homepage": "https://laravel.com",266 "support": {267 "issues": "https://github.com/laravel/framework/issues",268 "source": "https://github.com/laravel/framework"269 },270 "time": "2022-06-23T15:29:49+00:00"271 },272 {273 "name": "illuminate/container",274 "version": "v8.83.27",275 "source": {276 "type": "git",277 "url": "https://github.com/illuminate/container.git",278 "reference": "14062628d05f75047c5a1360b9350028427d568e"279 },280 "dist": {281 "type": "zip",282 "url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e",283 "reference": "14062628d05f75047c5a1360b9350028427d568e",284 "shasum": ""285 },286 "require": {287 "illuminate/contracts": "^8.0",288 "php": "^7.3|^8.0",289 "psr/container": "^1.0"290 },291 "provide": {292 "psr/container-implementation": "1.0"293 },294 "type": "library",295 "extra": {296 "branch-alias": {297 "dev-master": "8.x-dev"298 }299 },300 "autoload": {301 "psr-4": {302 "Illuminate\\Container\\": ""303 }304 },305 "notification-url": "https://packagist.org/downloads/",306 "license": [307 "MIT"308 ],309 "authors": [310 {311 "name": "Taylor Otwell",312 "email": "taylor@laravel.com"313 }314 ],315 "description": "The Illuminate Container package.",316 "homepage": "https://laravel.com",317 "support": {318 "issues": "https://github.com/laravel/framework/issues",319 "source": "https://github.com/laravel/framework"320 },321 "time": "2022-02-02T21:03:35+00:00"322 },323 {324 "name": "illuminate/contracts",325 "version": "v8.83.27",326 "source": {327 "type": "git",328 "url": "https://github.com/illuminate/contracts.git",329 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d"330 },331 "dist": {332 "type": "zip",333 "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",334 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d",335 "shasum": ""336 },337 "require": {338 "php": "^7.3|^8.0",339 "psr/container": "^1.0",340 "psr/simple-cache": "^1.0"341 },342 "type": "library",343 "extra": {344 "branch-alias": {345 "dev-master": "8.x-dev"346 }347 },348 "autoload": {349 "psr-4": {350 "Illuminate\\Contracts\\": ""351 }352 },353 "notification-url": "https://packagist.org/downloads/",354 "license": [355 "MIT"356 ],357 "authors": [358 {359 "name": "Taylor Otwell",360 "email": "taylor@laravel.com"361 }362 ],363 "description": "The Illuminate Contracts package.",364 "homepage": "https://laravel.com",365 "support": {366 "issues": "https://github.com/laravel/framework/issues",367 "source": "https://github.com/laravel/framework"368 },369 "time": "2022-01-13T14:47:47+00:00"370 },371 {372 "name": "illuminate/database",373 "version": "v8.83.27",374 "source": {375 "type": "git",376 "url": "https://github.com/illuminate/database.git",377 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1"378 },379 "dist": {380 "type": "zip",381 "url": "https://api.github.com/repos/illuminate/database/zipball/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",382 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1",383 "shasum": ""384 },385 "require": {386 "ext-json": "*",387 "illuminate/collections": "^8.0",388 "illuminate/container": "^8.0",389 "illuminate/contracts": "^8.0",390 "illuminate/macroable": "^8.0",391 "illuminate/support": "^8.0",392 "php": "^7.3|^8.0",393 "symfony/console": "^5.4"394 },395 "suggest": {396 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",397 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",398 "illuminate/console": "Required to use the database commands (^8.0).",399 "illuminate/events": "Required to use the observers with Eloquent (^8.0).",400 "illuminate/filesystem": "Required to use the migrations (^8.0).",401 "illuminate/pagination": "Required to paginate the result set (^8.0).",402 "symfony/finder": "Required to use Eloquent model factories (^5.4)."403 },404 "type": "library",405 "extra": {406 "branch-alias": {407 "dev-master": "8.x-dev"408 }409 },410 "autoload": {411 "psr-4": {412 "Illuminate\\Database\\": ""413 }414 },415 "notification-url": "https://packagist.org/downloads/",416 "license": [417 "MIT"418 ],419 "authors": [420 {421 "name": "Taylor Otwell",422 "email": "taylor@laravel.com"423 }424 ],425 "description": "The Illuminate Database package.",426 "homepage": "https://laravel.com",427 "keywords": [428 "database",429 "laravel",430 "orm",431 "sql"432 ],433 "support": {434 "issues": "https://github.com/laravel/framework/issues",435 "source": "https://github.com/laravel/framework"436 },437 "time": "2022-08-31T16:16:06+00:00"438 },439 {440 "name": "illuminate/macroable",441 "version": "v8.83.27",442 "source": {443 "type": "git",444 "url": "https://github.com/illuminate/macroable.git",445 "reference": "aed81891a6e046fdee72edd497f822190f61c162"446 },447 "dist": {448 "type": "zip",449 "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162",450 "reference": "aed81891a6e046fdee72edd497f822190f61c162",451 "shasum": ""452 },453 "require": {454 "php": "^7.3|^8.0"455 },456 "type": "library",457 "extra": {458 "branch-alias": {459 "dev-master": "8.x-dev"460 }461 },462 "autoload": {463 "psr-4": {464 "Illuminate\\Support\\": ""465 }466 },467 "notification-url": "https://packagist.org/downloads/",468 "license": [469 "MIT"470 ],471 "authors": [472 {473 "name": "Taylor Otwell",474 "email": "taylor@laravel.com"475 }476 ],477 "description": "The Illuminate Macroable package.",478 "homepage": "https://laravel.com",479 "support": {480 "issues": "https://github.com/laravel/framework/issues",481 "source": "https://github.com/laravel/framework"482 },483 "time": "2021-11-16T13:57:03+00:00"484 },485 {486 "name": "illuminate/pagination",487 "version": "v8.83.27",488 "source": {489 "type": "git",490 "url": "https://github.com/illuminate/pagination.git",491 "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692"492 },493 "dist": {494 "type": "zip",495 "url": "https://api.github.com/repos/illuminate/pagination/zipball/16fe8dc35f9d18c58a3471469af656a02e9ab692",496 "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692",497 "shasum": ""498 },499 "require": {500 "ext-json": "*",501 "illuminate/collections": "^8.0",502 "illuminate/contracts": "^8.0",503 "illuminate/support": "^8.0",504 "php": "^7.3|^8.0"505 },506 "type": "library",507 "extra": {508 "branch-alias": {509 "dev-master": "8.x-dev"510 }511 },512 "autoload": {513 "psr-4": {514 "Illuminate\\Pagination\\": ""515 }516 },517 "notification-url": "https://packagist.org/downloads/",518 "license": [519 "MIT"520 ],521 "authors": [522 {523 "name": "Taylor Otwell",524 "email": "taylor@laravel.com"525 }526 ],527 "description": "The Illuminate Pagination package.",528 "homepage": "https://laravel.com",529 "support": {530 "issues": "https://github.com/laravel/framework/issues",531 "source": "https://github.com/laravel/framework"532 },533 "time": "2022-06-27T13:26:06+00:00"534 },535 {536 "name": "illuminate/support",537 "version": "v8.83.27",538 "source": {539 "type": "git",540 "url": "https://github.com/illuminate/support.git",541 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b"542 },543 "dist": {544 "type": "zip",545 "url": "https://api.github.com/repos/illuminate/support/zipball/1c79242468d3bbd9a0f7477df34f9647dde2a09b",546 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b",547 "shasum": ""548 },549 "require": {550 "doctrine/inflector": "^1.4|^2.0",551 "ext-json": "*",552 "ext-mbstring": "*",553 "illuminate/collections": "^8.0",554 "illuminate/contracts": "^8.0",555 "illuminate/macroable": "^8.0",556 "nesbot/carbon": "^2.53.1",557 "php": "^7.3|^8.0",558 "voku/portable-ascii": "^1.6.1"559 },560 "conflict": {561 "tightenco/collect": "<5.5.33"562 },563 "suggest": {564 "illuminate/filesystem": "Required to use the composer class (^8.0).",565 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).",566 "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).",567 "symfony/process": "Required to use the composer class (^5.4).",568 "symfony/var-dumper": "Required to use the dd function (^5.4).",569 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)."570 },571 "type": "library",572 "extra": {573 "branch-alias": {574 "dev-master": "8.x-dev"575 }576 },577 "autoload": {578 "files": [579 "helpers.php"580 ],581 "psr-4": {582 "Illuminate\\Support\\": ""583 }584 },585 "notification-url": "https://packagist.org/downloads/",586 "license": [587 "MIT"588 ],589 "authors": [590 {591 "name": "Taylor Otwell",592 "email": "taylor@laravel.com"593 }594 ],595 "description": "The Illuminate Support package.",596 "homepage": "https://laravel.com",597 "support": {598 "issues": "https://github.com/laravel/framework/issues",599 "source": "https://github.com/laravel/framework"600 },601 "time": "2022-09-21T21:30:03+00:00"602 },603 {604 "name": "nesbot/carbon",605 "version": "2.73.0",606 "source": {607 "type": "git",608 "url": "https://github.com/CarbonPHP/carbon.git",609 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075"610 },611 "dist": {612 "type": "zip",613 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075",614 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075",615 "shasum": ""616 },617 "require": {618 "carbonphp/carbon-doctrine-types": "*",619 "ext-json": "*",620 "php": "^7.1.8 || ^8.0",621 "psr/clock": "^1.0",622 "symfony/polyfill-mbstring": "^1.0",623 "symfony/polyfill-php80": "^1.16",624 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"625 },626 "provide": {627 "psr/clock-implementation": "1.0"628 },629 "require-dev": {630 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0",631 "doctrine/orm": "^2.7 || ^3.0",632 "friendsofphp/php-cs-fixer": "^3.0",633 "kylekatarnls/multi-tester": "^2.0",634 "ondrejmirtes/better-reflection": "<6",635 "phpmd/phpmd": "^2.9",636 "phpstan/extension-installer": "^1.0",637 "phpstan/phpstan": "^0.12.99 || ^1.7.14",638 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",639 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",640 "squizlabs/php_codesniffer": "^3.4"641 },642 "bin": [643 "bin/carbon"644 ],645 "type": "library",646 "extra": {647 "laravel": {648 "providers": [649 "Carbon\\Laravel\\ServiceProvider"650 ]651 },652 "phpstan": {653 "includes": [654 "extension.neon"655 ]656 },657 "branch-alias": {658 "dev-2.x": "2.x-dev",659 "dev-master": "3.x-dev"660 }661 },662 "autoload": {663 "psr-4": {664 "Carbon\\": "src/Carbon/"665 }666 },667 "notification-url": "https://packagist.org/downloads/",668 "license": [669 "MIT"670 ],671 "authors": [672 {673 "name": "Brian Nesbitt",674 "email": "brian@nesbot.com",675 "homepage": "https://markido.com"676 },677 {678 "name": "kylekatarnls",679 "homepage": "https://github.com/kylekatarnls"680 }681 ],682 "description": "An API extension for DateTime that supports 281 different languages.",683 "homepage": "https://carbon.nesbot.com",684 "keywords": [685 "date",686 "datetime",687 "time"688 ],689 "support": {690 "docs": "https://carbon.nesbot.com/docs",691 "issues": "https://github.com/briannesbitt/Carbon/issues",692 "source": "https://github.com/briannesbitt/Carbon"693 },694 "funding": [695 {696 "url": "https://github.com/sponsors/kylekatarnls",697 "type": "github"698 },699 {700 "url": "https://opencollective.com/Carbon#sponsor",701 "type": "opencollective"702 },703 {704 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",705 "type": "tidelift"706 }707 ],708 "time": "2025-01-08T20:10:23+00:00"709 },710 {711 "name": "psr/clock",712 "version": "1.0.0",713 "source": {714 "type": "git",715 "url": "https://github.com/php-fig/clock.git",716 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"717 },718 "dist": {719 "type": "zip",720 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",721 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",722 "shasum": ""723 },724 "require": {725 "php": "^7.0 || ^8.0"726 },727 "type": "library",728 "autoload": {729 "psr-4": {730 "Psr\\Clock\\": "src/"731 }732 },733 "notification-url": "https://packagist.org/downloads/",734 "license": [735 "MIT"736 ],737 "authors": [738 {739 "name": "PHP-FIG",740 "homepage": "https://www.php-fig.org/"741 }742 ],743 "description": "Common interface for reading the clock.",744 "homepage": "https://github.com/php-fig/clock",745 "keywords": [746 "clock",747 "now",748 "psr",749 "psr-20",750 "time"751 ],752 "support": {753 "issues": "https://github.com/php-fig/clock/issues",754 "source": "https://github.com/php-fig/clock/tree/1.0.0"755 },756 "time": "2022-11-25T14:36:26+00:00"757 },758 {759 "name": "psr/container",760 "version": "1.1.2",761 "source": {762 "type": "git",763 "url": "https://github.com/php-fig/container.git",764 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"765 },766 "dist": {767 "type": "zip",768 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",769 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",770 "shasum": ""771 },772 "require": {773 "php": ">=7.4.0"774 },775 "type": "library",776 "autoload": {777 "psr-4": {778 "Psr\\Container\\": "src/"779 }780 },781 "notification-url": "https://packagist.org/downloads/",782 "license": [783 "MIT"784 ],785 "authors": [786 {787 "name": "PHP-FIG",788 "homepage": "https://www.php-fig.org/"789 }790 ],791 "description": "Common Container Interface (PHP FIG PSR-11)",792 "homepage": "https://github.com/php-fig/container",793 "keywords": [794 "PSR-11",795 "container",796 "container-interface",797 "container-interop",798 "psr"799 ],800 "support": {801 "issues": "https://github.com/php-fig/container/issues",802 "source": "https://github.com/php-fig/container/tree/1.1.2"803 },804 "time": "2021-11-05T16:50:12+00:00"805 },806 {807 "name": "psr/simple-cache",808 "version": "1.0.1",809 "source": {810 "type": "git",811 "url": "https://github.com/php-fig/simple-cache.git",812 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"813 },814 "dist": {815 "type": "zip",816 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",817 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",818 "shasum": ""819 },820 "require": {821 "php": ">=5.3.0"822 },823 "type": "library",824 "extra": {825 "branch-alias": {826 "dev-master": "1.0.x-dev"827 }828 },829 "autoload": {830 "psr-4": {831 "Psr\\SimpleCache\\": "src/"832 }833 },834 "notification-url": "https://packagist.org/downloads/",835 "license": [836 "MIT"837 ],838 "authors": [839 {840 "name": "PHP-FIG",841 "homepage": "http://www.php-fig.org/"842 }843 ],844 "description": "Common interfaces for simple caching",845 "keywords": [846 "cache",847 "caching",848 "psr",849 "psr-16",850 "simple-cache"851 ],852 "support": {853 "source": "https://github.com/php-fig/simple-cache/tree/master"854 },855 "time": "2017-10-23T01:57:42+00:00"856 },857 {858 "name": "symfony/console",859 "version": "v5.4.47",860 "source": {861 "type": "git",862 "url": "https://github.com/symfony/console.git",863 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"864 },865 "dist": {866 "type": "zip",867 "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",868 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",869 "shasum": ""870 },871 "require": {872 "php": ">=7.2.5",873 "symfony/deprecation-contracts": "^2.1|^3",874 "symfony/polyfill-mbstring": "~1.0",875 "symfony/polyfill-php73": "^1.9",876 "symfony/polyfill-php80": "^1.16",877 "symfony/service-contracts": "^1.1|^2|^3",878 "symfony/string": "^5.1|^6.0"879 },880 "conflict": {881 "psr/log": ">=3",882 "symfony/dependency-injection": "<4.4",883 "symfony/dotenv": "<5.1",884 "symfony/event-dispatcher": "<4.4",885 "symfony/lock": "<4.4",886 "symfony/process": "<4.4"887 },888 "provide": {889 "psr/log-implementation": "1.0|2.0"890 },891 "require-dev": {892 "psr/log": "^1|^2",893 "symfony/config": "^4.4|^5.0|^6.0",894 "symfony/dependency-injection": "^4.4|^5.0|^6.0",895 "symfony/event-dispatcher": "^4.4|^5.0|^6.0",896 "symfony/lock": "^4.4|^5.0|^6.0",897 "symfony/process": "^4.4|^5.0|^6.0",898 "symfony/var-dumper": "^4.4|^5.0|^6.0"899 },900 "suggest": {901 "psr/log": "For using the console logger",902 "symfony/event-dispatcher": "",903 "symfony/lock": "",904 "symfony/process": ""905 },906 "type": "library",907 "autoload": {908 "psr-4": {909 "Symfony\\Component\\Console\\": ""910 },911 "exclude-from-classmap": [912 "/Tests/"913 ]914 },915 "notification-url": "https://packagist.org/downloads/",916 "license": [917 "MIT"918 ],919 "authors": [920 {921 "name": "Fabien Potencier",922 "email": "fabien@symfony.com"923 },924 {925 "name": "Symfony Community",926 "homepage": "https://symfony.com/contributors"927 }928 ],929 "description": "Eases the creation of beautiful and testable command line interfaces",930 "homepage": "https://symfony.com",931 "keywords": [932 "cli",933 "command-line",934 "console",935 "terminal"936 ],937 "support": {938 "source": "https://github.com/symfony/console/tree/v5.4.47"939 },940 "funding": [941 {942 "url": "https://symfony.com/sponsor",943 "type": "custom"944 },945 {946 "url": "https://github.com/fabpot",947 "type": "github"948 },949 {950 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",951 "type": "tidelift"952 }953 ],954 "time": "2024-11-06T11:30:55+00:00"955 },956 {957 "name": "symfony/deprecation-contracts",958 "version": "v2.5.4",959 "source": {960 "type": "git",961 "url": "https://github.com/symfony/deprecation-contracts.git",962 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"963 },964 "dist": {965 "type": "zip",966 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",967 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",968 "shasum": ""969 },970 "require": {971 "php": ">=7.1"972 },973 "type": "library",974 "extra": {975 "thanks": {976 "url": "https://github.com/symfony/contracts",977 "name": "symfony/contracts"978 },979 "branch-alias": {980 "dev-main": "2.5-dev"981 }982 },983 "autoload": {984 "files": [985 "function.php"986 ]987 },988 "notification-url": "https://packagist.org/downloads/",989 "license": [990 "MIT"991 ],992 "authors": [993 {994 "name": "Nicolas Grekas",995 "email": "p@tchwork.com"996 },997 {998 "name": "Symfony Community",999 "homepage": "https://symfony.com/contributors"1000 }1001 ],1002 "description": "A generic function and convention to trigger deprecation notices",1003 "homepage": "https://symfony.com",1004 "support": {1005 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"1006 },1007 "funding": [1008 {1009 "url": "https://symfony.com/sponsor",1010 "type": "custom"1011 },1012 {1013 "url": "https://github.com/fabpot",1014 "type": "github"1015 },1016 {1017 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1018 "type": "tidelift"1019 }1020 ],1021 "time": "2024-09-25T14:11:13+00:00"1022 },1023 {1024 "name": "symfony/polyfill-ctype",1025 "version": "v1.33.0",1026 "source": {1027 "type": "git",1028 "url": "https://github.com/symfony/polyfill-ctype.git",1029 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"1030 },1031 "dist": {1032 "type": "zip",1033 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",1034 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",1035 "shasum": ""1036 },1037 "require": {1038 "php": ">=7.2"1039 },1040 "provide": {1041 "ext-ctype": "*"1042 },1043 "suggest": {1044 "ext-ctype": "For best performance"1045 },1046 "type": "library",1047 "extra": {1048 "thanks": {1049 "url": "https://github.com/symfony/polyfill",1050 "name": "symfony/polyfill"1051 }1052 },1053 "autoload": {1054 "files": [1055 "bootstrap.php"1056 ],1057 "psr-4": {1058 "Symfony\\Polyfill\\Ctype\\": ""1059 }1060 },1061 "notification-url": "https://packagist.org/downloads/",1062 "license": [1063 "MIT"1064 ],1065 "authors": [1066 {1067 "name": "Gert de Pagter",1068 "email": "BackEndTea@gmail.com"1069 },1070 {1071 "name": "Symfony Community",1072 "homepage": "https://symfony.com/contributors"1073 }1074 ],1075 "description": "Symfony polyfill for ctype functions",1076 "homepage": "https://symfony.com",1077 "keywords": [1078 "compatibility",1079 "ctype",1080 "polyfill",1081 "portable"1082 ],1083 "support": {1084 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"1085 },1086 "funding": [1087 {1088 "url": "https://symfony.com/sponsor",1089 "type": "custom"1090 },1091 {1092 "url": "https://github.com/fabpot",1093 "type": "github"1094 },1095 {1096 "url": "https://github.com/nicolas-grekas",1097 "type": "github"1098 },1099 {1100 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1101 "type": "tidelift"1102 }1103 ],1104 "time": "2024-09-09T11:45:10+00:00"1105 },1106 {1107 "name": "symfony/polyfill-intl-grapheme",1108 "version": "v1.33.0",1109 "source": {1110 "type": "git",1111 "url": "https://github.com/symfony/polyfill-intl-grapheme.git",1112 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70"1113 },1114 "dist": {1115 "type": "zip",1116 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70",1117 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70",1118 "shasum": ""1119 },1120 "require": {1121 "php": ">=7.2"1122 },1123 "suggest": {1124 "ext-intl": "For best performance"1125 },1126 "type": "library",1127 "extra": {1128 "thanks": {1129 "url": "https://github.com/symfony/polyfill",1130 "name": "symfony/polyfill"1131 }1132 },1133 "autoload": {1134 "files": [1135 "bootstrap.php"1136 ],1137 "psr-4": {1138 "Symfony\\Polyfill\\Intl\\Grapheme\\": ""1139 }1140 },1141 "notification-url": "https://packagist.org/downloads/",1142 "license": [1143 "MIT"1144 ],1145 "authors": [1146 {1147 "name": "Nicolas Grekas",1148 "email": "p@tchwork.com"1149 },1150 {1151 "name": "Symfony Community",1152 "homepage": "https://symfony.com/contributors"1153 }1154 ],1155 "description": "Symfony polyfill for intl's grapheme_* functions",1156 "homepage": "https://symfony.com",1157 "keywords": [1158 "compatibility",1159 "grapheme",1160 "intl",1161 "polyfill",1162 "portable",1163 "shim"1164 ],1165 "support": {1166 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0"1167 },1168 "funding": [1169 {1170 "url": "https://symfony.com/sponsor",1171 "type": "custom"1172 },1173 {1174 "url": "https://github.com/fabpot",1175 "type": "github"1176 },1177 {1178 "url": "https://github.com/nicolas-grekas",1179 "type": "github"1180 },1181 {1182 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1183 "type": "tidelift"1184 }1185 ],1186 "time": "2025-06-27T09:58:17+00:00"1187 },1188 {1189 "name": "symfony/polyfill-intl-normalizer",1190 "version": "v1.33.0",1191 "source": {1192 "type": "git",1193 "url": "https://github.com/symfony/polyfill-intl-normalizer.git",1194 "reference": "3833d7255cc303546435cb650316bff708a1c75c"1195 },1196 "dist": {1197 "type": "zip",1198 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",1199 "reference": "3833d7255cc303546435cb650316bff708a1c75c",1200 "shasum": ""1201 },1202 "require": {1203 "php": ">=7.2"1204 },1205 "suggest": {1206 "ext-intl": "For best performance"1207 },1208 "type": "library",1209 "extra": {1210 "thanks": {1211 "url": "https://github.com/symfony/polyfill",1212 "name": "symfony/polyfill"1213 }1214 },1215 "autoload": {1216 "files": [1217 "bootstrap.php"1218 ],1219 "psr-4": {1220 "Symfony\\Polyfill\\Intl\\Normalizer\\": ""1221 },1222 "classmap": [1223 "Resources/stubs"1224 ]1225 },1226 "notification-url": "https://packagist.org/downloads/",1227 "license": [1228 "MIT"1229 ],1230 "authors": [1231 {1232 "name": "Nicolas Grekas",1233 "email": "p@tchwork.com"1234 },1235 {1236 "name": "Symfony Community",1237 "homepage": "https://symfony.com/contributors"1238 }1239 ],1240 "description": "Symfony polyfill for intl's Normalizer class and related functions",1241 "homepage": "https://symfony.com",1242 "keywords": [1243 "compatibility",1244 "intl",1245 "normalizer",1246 "polyfill",1247 "portable",1248 "shim"1249 ],1250 "support": {1251 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0"1252 },1253 "funding": [1254 {1255 "url": "https://symfony.com/sponsor",1256 "type": "custom"1257 },1258 {1259 "url": "https://github.com/fabpot",1260 "type": "github"1261 },1262 {1263 "url": "https://github.com/nicolas-grekas",1264 "type": "github"1265 },1266 {1267 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1268 "type": "tidelift"1269 }1270 ],1271 "time": "2024-09-09T11:45:10+00:00"1272 },1273 {1274 "name": "symfony/polyfill-mbstring",1275 "version": "v1.33.0",1276 "source": {1277 "type": "git",1278 "url": "https://github.com/symfony/polyfill-mbstring.git",1279 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"1280 },1281 "dist": {1282 "type": "zip",1283 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",1284 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",1285 "shasum": ""1286 },1287 "require": {1288 "ext-iconv": "*",1289 "php": ">=7.2"1290 },1291 "provide": {1292 "ext-mbstring": "*"1293 },1294 "suggest": {1295 "ext-mbstring": "For best performance"1296 },1297 "type": "library",1298 "extra": {1299 "thanks": {1300 "url": "https://github.com/symfony/polyfill",1301 "name": "symfony/polyfill"1302 }1303 },1304 "autoload": {1305 "files": [1306 "bootstrap.php"1307 ],1308 "psr-4": {1309 "Symfony\\Polyfill\\Mbstring\\": ""1310 }1311 },1312 "notification-url": "https://packagist.org/downloads/",1313 "license": [1314 "MIT"1315 ],1316 "authors": [1317 {1318 "name": "Nicolas Grekas",1319 "email": "p@tchwork.com"1320 },1321 {1322 "name": "Symfony Community",1323 "homepage": "https://symfony.com/contributors"1324 }1325 ],1326 "description": "Symfony polyfill for the Mbstring extension",1327 "homepage": "https://symfony.com",1328 "keywords": [1329 "compatibility",1330 "mbstring",1331 "polyfill",1332 "portable",1333 "shim"1334 ],1335 "support": {1336 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"1337 },1338 "funding": [1339 {1340 "url": "https://symfony.com/sponsor",1341 "type": "custom"1342 },1343 {1344 "url": "https://github.com/fabpot",1345 "type": "github"1346 },1347 {1348 "url": "https://github.com/nicolas-grekas",1349 "type": "github"1350 },1351 {1352 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1353 "type": "tidelift"1354 }1355 ],1356 "time": "2024-12-23T08:48:59+00:00"1357 },1358 {1359 "name": "symfony/polyfill-php73",1360 "version": "v1.33.0",1361 "source": {1362 "type": "git",1363 "url": "https://github.com/symfony/polyfill-php73.git",1364 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"1365 },1366 "dist": {1367 "type": "zip",1368 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",1369 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",1370 "shasum": ""1371 },1372 "require": {1373 "php": ">=7.2"1374 },1375 "type": "library",1376 "extra": {1377 "thanks": {1378 "url": "https://github.com/symfony/polyfill",1379 "name": "symfony/polyfill"1380 }1381 },1382 "autoload": {1383 "files": [1384 "bootstrap.php"1385 ],1386 "psr-4": {1387 "Symfony\\Polyfill\\Php73\\": ""1388 },1389 "classmap": [1390 "Resources/stubs"1391 ]1392 },1393 "notification-url": "https://packagist.org/downloads/",1394 "license": [1395 "MIT"1396 ],1397 "authors": [1398 {1399 "name": "Nicolas Grekas",1400 "email": "p@tchwork.com"1401 },1402 {1403 "name": "Symfony Community",1404 "homepage": "https://symfony.com/contributors"1405 }1406 ],1407 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",1408 "homepage": "https://symfony.com",1409 "keywords": [1410 "compatibility",1411 "polyfill",1412 "portable",1413 "shim"1414 ],1415 "support": {1416 "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"1417 },1418 "funding": [1419 {1420 "url": "https://symfony.com/sponsor",1421 "type": "custom"1422 },1423 {1424 "url": "https://github.com/fabpot",1425 "type": "github"1426 },1427 {1428 "url": "https://github.com/nicolas-grekas",1429 "type": "github"1430 },1431 {1432 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1433 "type": "tidelift"1434 }1435 ],1436 "time": "2024-09-09T11:45:10+00:00"1437 },1438 {1439 "name": "symfony/polyfill-php80",1440 "version": "v1.33.0",1441 "source": {1442 "type": "git",1443 "url": "https://github.com/symfony/polyfill-php80.git",1444 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"1445 },1446 "dist": {1447 "type": "zip",1448 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",1449 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",1450 "shasum": ""1451 },1452 "require": {1453 "php": ">=7.2"1454 },1455 "type": "library",1456 "extra": {1457 "thanks": {1458 "url": "https://github.com/symfony/polyfill",1459 "name": "symfony/polyfill"1460 }1461 },1462 "autoload": {1463 "files": [1464 "bootstrap.php"1465 ],1466 "psr-4": {1467 "Symfony\\Polyfill\\Php80\\": ""1468 },1469 "classmap": [1470 "Resources/stubs"1471 ]1472 },1473 "notification-url": "https://packagist.org/downloads/",1474 "license": [1475 "MIT"1476 ],1477 "authors": [1478 {1479 "name": "Ion Bazan",1480 "email": "ion.bazan@gmail.com"1481 },1482 {1483 "name": "Nicolas Grekas",1484 "email": "p@tchwork.com"1485 },1486 {1487 "name": "Symfony Community",1488 "homepage": "https://symfony.com/contributors"1489 }1490 ],1491 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",1492 "homepage": "https://symfony.com",1493 "keywords": [1494 "compatibility",1495 "polyfill",1496 "portable",1497 "shim"1498 ],1499 "support": {1500 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"1501 },1502 "funding": [1503 {1504 "url": "https://symfony.com/sponsor",1505 "type": "custom"1506 },1507 {1508 "url": "https://github.com/fabpot",1509 "type": "github"1510 },1511 {1512 "url": "https://github.com/nicolas-grekas",1513 "type": "github"1514 },1515 {1516 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1517 "type": "tidelift"1518 }1519 ],1520 "time": "2025-01-02T08:10:11+00:00"1521 },1522 {1523 "name": "symfony/service-contracts",1524 "version": "v2.5.4",1525 "source": {1526 "type": "git",1527 "url": "https://github.com/symfony/service-contracts.git",1528 "reference": "f37b419f7aea2e9abf10abd261832cace12e3300"1529 },1530 "dist": {1531 "type": "zip",1532 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",1533 "reference": "f37b419f7aea2e9abf10abd261832cace12e3300",1534 "shasum": ""1535 },1536 "require": {1537 "php": ">=7.2.5",1538 "psr/container": "^1.1",1539 "symfony/deprecation-contracts": "^2.1|^3"1540 },1541 "conflict": {1542 "ext-psr": "<1.1|>=2"1543 },1544 "suggest": {1545 "symfony/service-implementation": ""1546 },1547 "type": "library",1548 "extra": {1549 "thanks": {1550 "url": "https://github.com/symfony/contracts",1551 "name": "symfony/contracts"1552 },1553 "branch-alias": {1554 "dev-main": "2.5-dev"1555 }1556 },1557 "autoload": {1558 "psr-4": {1559 "Symfony\\Contracts\\Service\\": ""1560 }1561 },1562 "notification-url": "https://packagist.org/downloads/",1563 "license": [1564 "MIT"1565 ],1566 "authors": [1567 {1568 "name": "Nicolas Grekas",1569 "email": "p@tchwork.com"1570 },1571 {1572 "name": "Symfony Community",1573 "homepage": "https://symfony.com/contributors"1574 }1575 ],1576 "description": "Generic abstractions related to writing services",1577 "homepage": "https://symfony.com",1578 "keywords": [1579 "abstractions",1580 "contracts",1581 "decoupling",1582 "interfaces",1583 "interoperability",1584 "standards"1585 ],1586 "support": {1587 "source": "https://github.com/symfony/service-contracts/tree/v2.5.4"1588 },1589 "funding": [1590 {1591 "url": "https://symfony.com/sponsor",1592 "type": "custom"1593 },1594 {1595 "url": "https://github.com/fabpot",1596 "type": "github"1597 },1598 {1599 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1600 "type": "tidelift"1601 }1602 ],1603 "time": "2024-09-25T14:11:13+00:00"1604 },1605 {1606 "name": "symfony/string",1607 "version": "v5.4.47",1608 "source": {1609 "type": "git",1610 "url": "https://github.com/symfony/string.git",1611 "reference": "136ca7d72f72b599f2631aca474a4f8e26719799"1612 },1613 "dist": {1614 "type": "zip",1615 "url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799",1616 "reference": "136ca7d72f72b599f2631aca474a4f8e26719799",1617 "shasum": ""1618 },1619 "require": {1620 "php": ">=7.2.5",1621 "symfony/polyfill-ctype": "~1.8",1622 "symfony/polyfill-intl-grapheme": "~1.0",1623 "symfony/polyfill-intl-normalizer": "~1.0",1624 "symfony/polyfill-mbstring": "~1.0",1625 "symfony/polyfill-php80": "~1.15"1626 },1627 "conflict": {1628 "symfony/translation-contracts": ">=3.0"1629 },1630 "require-dev": {1631 "symfony/error-handler": "^4.4|^5.0|^6.0",1632 "symfony/http-client": "^4.4|^5.0|^6.0",1633 "symfony/translation-contracts": "^1.1|^2",1634 "symfony/var-exporter": "^4.4|^5.0|^6.0"1635 },1636 "type": "library",1637 "autoload": {1638 "files": [1639 "Resources/functions.php"1640 ],1641 "psr-4": {1642 "Symfony\\Component\\String\\": ""1643 },1644 "exclude-from-classmap": [1645 "/Tests/"1646 ]1647 },1648 "notification-url": "https://packagist.org/downloads/",1649 "license": [1650 "MIT"1651 ],1652 "authors": [1653 {1654 "name": "Nicolas Grekas",1655 "email": "p@tchwork.com"1656 },1657 {1658 "name": "Symfony Community",1659 "homepage": "https://symfony.com/contributors"1660 }1661 ],1662 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",1663 "homepage": "https://symfony.com",1664 "keywords": [1665 "grapheme",1666 "i18n",1667 "string",1668 "unicode",1669 "utf-8",1670 "utf8"1671 ],1672 "support": {1673 "source": "https://github.com/symfony/string/tree/v5.4.47"1674 },1675 "funding": [1676 {1677 "url": "https://symfony.com/sponsor",1678 "type": "custom"1679 },1680 {1681 "url": "https://github.com/fabpot",1682 "type": "github"1683 },1684 {1685 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1686 "type": "tidelift"1687 }1688 ],1689 "time": "2024-11-10T20:33:58+00:00"1690 },1691 {1692 "name": "symfony/translation",1693 "version": "v5.4.45",1694 "source": {1695 "type": "git",1696 "url": "https://github.com/symfony/translation.git",1697 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed"1698 },1699 "dist": {1700 "type": "zip",1701 "url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed",1702 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed",1703 "shasum": ""1704 },1705 "require": {1706 "php": ">=7.2.5",1707 "symfony/deprecation-contracts": "^2.1|^3",1708 "symfony/polyfill-mbstring": "~1.0",1709 "symfony/polyfill-php80": "^1.16",1710 "symfony/translation-contracts": "^2.3"1711 },1712 "conflict": {1713 "symfony/config": "<4.4",1714 "symfony/console": "<5.3",1715 "symfony/dependency-injection": "<5.0",1716 "symfony/http-kernel": "<5.0",1717 "symfony/twig-bundle": "<5.0",1718 "symfony/yaml": "<4.4"1719 },1720 "provide": {1721 "symfony/translation-implementation": "2.3"1722 },1723 "require-dev": {1724 "psr/log": "^1|^2|^3",1725 "symfony/config": "^4.4|^5.0|^6.0",1726 "symfony/console": "^5.4|^6.0",1727 "symfony/dependency-injection": "^5.0|^6.0",1728 "symfony/finder": "^4.4|^5.0|^6.0",1729 "symfony/http-client-contracts": "^1.1|^2.0|^3.0",1730 "symfony/http-kernel": "^5.0|^6.0",1731 "symfony/intl": "^4.4|^5.0|^6.0",1732 "symfony/polyfill-intl-icu": "^1.21",1733 "symfony/service-contracts": "^1.1.2|^2|^3",1734 "symfony/yaml": "^4.4|^5.0|^6.0"1735 },1736 "suggest": {1737 "psr/log-implementation": "To use logging capability in translator",1738 "symfony/config": "",1739 "symfony/yaml": ""1740 },1741 "type": "library",1742 "autoload": {1743 "files": [1744 "Resources/functions.php"1745 ],1746 "psr-4": {1747 "Symfony\\Component\\Translation\\": ""1748 },1749 "exclude-from-classmap": [1750 "/Tests/"1751 ]1752 },1753 "notification-url": "https://packagist.org/downloads/",1754 "license": [1755 "MIT"1756 ],1757 "authors": [1758 {1759 "name": "Fabien Potencier",1760 "email": "fabien@symfony.com"1761 },1762 {1763 "name": "Symfony Community",1764 "homepage": "https://symfony.com/contributors"1765 }1766 ],1767 "description": "Provides tools to internationalize your application",1768 "homepage": "https://symfony.com",1769 "support": {1770 "source": "https://github.com/symfony/translation/tree/v5.4.45"1771 },1772 "funding": [1773 {1774 "url": "https://symfony.com/sponsor",1775 "type": "custom"1776 },1777 {1778 "url": "https://github.com/fabpot",1779 "type": "github"1780 },1781 {1782 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1783 "type": "tidelift"1784 }1785 ],1786 "time": "2024-09-25T14:11:13+00:00"1787 },1788 {1789 "name": "symfony/translation-contracts",1790 "version": "v2.5.4",1791 "source": {1792 "type": "git",1793 "url": "https://github.com/symfony/translation-contracts.git",1794 "reference": "450d4172653f38818657022252f9d81be89ee9a8"1795 },1796 "dist": {1797 "type": "zip",1798 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8",1799 "reference": "450d4172653f38818657022252f9d81be89ee9a8",1800 "shasum": ""1801 },1802 "require": {1803 "php": ">=7.2.5"1804 },1805 "suggest": {1806 "symfony/translation-implementation": ""1807 },1808 "type": "library",1809 "extra": {1810 "thanks": {1811 "url": "https://github.com/symfony/contracts",1812 "name": "symfony/contracts"1813 },1814 "branch-alias": {1815 "dev-main": "2.5-dev"1816 }1817 },1818 "autoload": {1819 "psr-4": {1820 "Symfony\\Contracts\\Translation\\": ""1821 }1822 },1823 "notification-url": "https://packagist.org/downloads/",1824 "license": [1825 "MIT"1826 ],1827 "authors": [1828 {1829 "name": "Nicolas Grekas",1830 "email": "p@tchwork.com"1831 },1832 {1833 "name": "Symfony Community",1834 "homepage": "https://symfony.com/contributors"1835 }1836 ],1837 "description": "Generic abstractions related to translation",1838 "homepage": "https://symfony.com",1839 "keywords": [1840 "abstractions",1841 "contracts",1842 "decoupling",1843 "interfaces",1844 "interoperability",1845 "standards"1846 ],1847 "support": {1848 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4"1849 },1850 "funding": [1851 {1852 "url": "https://symfony.com/sponsor",1853 "type": "custom"1854 },1855 {1856 "url": "https://github.com/fabpot",1857 "type": "github"1858 },1859 {1860 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",1861 "type": "tidelift"1862 }1863 ],1864 "time": "2024-09-25T14:11:13+00:00"1865 },1866 {1867 "name": "tareq1988/wp-eloquent",1868 "version": "dev-master",1869 "source": {1870 "type": "git",1871 "url": "https://github.com/blobaugh/wp-eloquent.git",1872 "reference": "6476c083d86c3123bc9587db6266265a25d6d001"1873 },1874 "dist": {1875 "type": "zip",1876 "url": "https://api.github.com/repos/blobaugh/wp-eloquent/zipball/6476c083d86c3123bc9587db6266265a25d6d001",1877 "reference": "6476c083d86c3123bc9587db6266265a25d6d001",1878 "shasum": ""1879 },1880 "require": {1881 "illuminate/database": "^8",1882 "illuminate/pagination": "^8"1883 },1884 "default-branch": true,1885 "type": "library",1886 "autoload": {1887 "psr-4": {1888 "WeDevs\\ORM\\": "src/"1889 }1890 },1891 "license": [1892 "GPL-2.0-or-later"1893 ],1894 "authors": [1895 {1896 "name": "Tareq Hasan",1897 "email": "tareq@wedevs.com"1898 }1899 ],1900 "description": "Eloquent ORM for WordPress",1901 "homepage": "https://github.com/tareq1988/wp-eloquent",1902 "keywords": [1903 "eloquent",1904 "orm",1905 "plugin",1906 "sql",1907 "wordpress"1908 ],1909 "support": {1910 "source": "https://github.com/blobaugh/wp-eloquent/tree/master"1911 },1912 "time": "2024-05-08T17:37:20+00:00"1913 },1914 {1915 "name": "voku/portable-ascii",1916 "version": "1.6.1",1917 "source": {1918 "type": "git",1919 "url": "https://github.com/voku/portable-ascii.git",1920 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a"1921 },1922 "dist": {1923 "type": "zip",1924 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a",1925 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a",1926 "shasum": ""1927 },1928 "require": {1929 "php": ">=7.0.0"1930 },1931 "require-dev": {1932 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"1933 },1934 "suggest": {1935 "ext-intl": "Use Intl for transliterator_transliterate() support"1936 },1937 "type": "library",1938 "autoload": {1939 "psr-4": {1940 "voku\\": "src/voku/"1941 }1942 },1943 "notification-url": "https://packagist.org/downloads/",1944 "license": [1945 "MIT"1946 ],1947 "authors": [1948 {1949 "name": "Lars Moelleken",1950 "homepage": "http://www.moelleken.org/"1951 }1952 ],1953 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",1954 "homepage": "https://github.com/voku/portable-ascii",1955 "keywords": [1956 "ascii",1957 "clean",1958 "php"1959 ],1960 "support": {1961 "issues": "https://github.com/voku/portable-ascii/issues",1962 "source": "https://github.com/voku/portable-ascii/tree/1.6.1"1963 },1964 "funding": [1965 {1966 "url": "https://www.paypal.me/moelleken",1967 "type": "custom"1968 },1969 {1970 "url": "https://github.com/voku",1971 "type": "github"1972 },1973 {1974 "url": "https://opencollective.com/portable-ascii",1975 "type": "open_collective"1976 },1977 {1978 "url": "https://www.patreon.com/voku",1979 "type": "patreon"1980 },1981 {1982 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",1983 "type": "tidelift"1984 }1985 ],1986 "time": "2022-01-24T18:55:24+00:00"1987 }1988 ],1989 "packages-dev": [1990 9 { 1991 10 "name": "brianhenryie/simple-php-code-parser", … … 2062 81 { 2063 82 "name": "brianhenryie/strauss", 2064 "version": "0.26. 2",83 "version": "0.26.5", 2065 84 "source": { 2066 85 "type": "git", 2067 86 "url": "https://github.com/BrianHenryIE/strauss.git", 2068 "reference": " 4658d6083407dbcb0b2899f66e7fb33afa093d9f"2069 }, 2070 "dist": { 2071 "type": "zip", 2072 "url": "https://api.github.com/repos/BrianHenryIE/strauss/zipball/ 4658d6083407dbcb0b2899f66e7fb33afa093d9f",2073 "reference": " 4658d6083407dbcb0b2899f66e7fb33afa093d9f",87 "reference": "f851edd511bc35ee563f46985bd0f355f67024eb" 88 }, 89 "dist": { 90 "type": "zip", 91 "url": "https://api.github.com/repos/BrianHenryIE/strauss/zipball/f851edd511bc35ee563f46985bd0f355f67024eb", 92 "reference": "f851edd511bc35ee563f46985bd0f355f67024eb", 2074 93 "shasum": "" 2075 94 }, … … 2080 99 "composer/composer": "^2.6.0", 2081 100 "elazar/flystream": "^0.5.0|^1", 101 "ext-json": "*", 2082 102 "json-mapper/json-mapper": "^2.0.0", 2083 103 "league/flysystem": "^2.1|^3.0", … … 2095 115 }, 2096 116 "require-dev": { 2097 "brianhenryie/color-logger": "^1.2", 117 "brianhenryie/color-logger": "*", 118 "brianhenryie/php-codecoverage-markdown": "^0.1.0", 2098 119 "clue/phar-composer": "^1.2", 2099 "ext-json": "*",2100 120 "jaschilz/php-coverage-badger": "^2.0", 2101 "mheap/phpunit-github-actions-printer": "^1.4",2102 121 "mockery/mockery": "^1.6", 2103 122 "php": "^7.4|^8.0", … … 2138 157 "support": { 2139 158 "issues": "https://github.com/BrianHenryIE/strauss/issues", 2140 "source": "https://github.com/BrianHenryIE/strauss/tree/0.26.2" 2141 }, 2142 "time": "2025-11-29T00:26:33+00:00" 159 "source": "https://github.com/BrianHenryIE/strauss/tree/0.26.5" 160 }, 161 "time": "2026-02-03T04:08:04+00:00" 162 }, 163 { 164 "name": "carbonphp/carbon-doctrine-types", 165 "version": "2.1.0", 166 "source": { 167 "type": "git", 168 "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", 169 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb" 170 }, 171 "dist": { 172 "type": "zip", 173 "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", 174 "reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", 175 "shasum": "" 176 }, 177 "require": { 178 "php": "^7.4 || ^8.0" 179 }, 180 "conflict": { 181 "doctrine/dbal": "<3.7.0 || >=4.0.0" 182 }, 183 "require-dev": { 184 "doctrine/dbal": "^3.7.0", 185 "nesbot/carbon": "^2.71.0 || ^3.0.0", 186 "phpunit/phpunit": "^10.3" 187 }, 188 "type": "library", 189 "autoload": { 190 "psr-4": { 191 "Carbon\\Doctrine\\": "src/Carbon/Doctrine/" 192 } 193 }, 194 "notification-url": "https://packagist.org/downloads/", 195 "license": [ 196 "MIT" 197 ], 198 "authors": [ 199 { 200 "name": "KyleKatarn", 201 "email": "kylekatarnls@gmail.com" 202 } 203 ], 204 "description": "Types to use Carbon in Doctrine", 205 "keywords": [ 206 "carbon", 207 "date", 208 "datetime", 209 "doctrine", 210 "time" 211 ], 212 "support": { 213 "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", 214 "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0" 215 }, 216 "funding": [ 217 { 218 "url": "https://github.com/kylekatarnls", 219 "type": "github" 220 }, 221 { 222 "url": "https://opencollective.com/Carbon", 223 "type": "open_collective" 224 }, 225 { 226 "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon", 227 "type": "tidelift" 228 } 229 ], 230 "time": "2023-12-11T17:09:12+00:00" 2143 231 }, 2144 232 { … … 2216 304 { 2217 305 "name": "composer/class-map-generator", 2218 "version": "1.7. 0",306 "version": "1.7.1", 2219 307 "source": { 2220 308 "type": "git", 2221 309 "url": "https://github.com/composer/class-map-generator.git", 2222 "reference": " 2373419b7709815ed323ebf18c3c72d03ff4a8a6"2223 }, 2224 "dist": { 2225 "type": "zip", 2226 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/ 2373419b7709815ed323ebf18c3c72d03ff4a8a6",2227 "reference": " 2373419b7709815ed323ebf18c3c72d03ff4a8a6",310 "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1" 311 }, 312 "dist": { 313 "type": "zip", 314 "url": "https://api.github.com/repos/composer/class-map-generator/zipball/8f5fa3cc214230e71f54924bd0197a3bcc705eb1", 315 "reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1", 2228 316 "shasum": "" 2229 317 }, … … 2269 357 "support": { 2270 358 "issues": "https://github.com/composer/class-map-generator/issues", 2271 "source": "https://github.com/composer/class-map-generator/tree/1.7. 0"359 "source": "https://github.com/composer/class-map-generator/tree/1.7.1" 2272 360 }, 2273 361 "funding": [ … … 2281 369 } 2282 370 ], 2283 "time": "2025-1 1-19T10:41:15+00:00"371 "time": "2025-12-29T13:15:25+00:00" 2284 372 }, 2285 373 { 2286 374 "name": "composer/composer", 2287 "version": "2.9. 2",375 "version": "2.9.5", 2288 376 "source": { 2289 377 "type": "git", 2290 378 "url": "https://github.com/composer/composer.git", 2291 "reference": " 8d5358f147c63a3a681b002076deff8c90e0b19d"2292 }, 2293 "dist": { 2294 "type": "zip", 2295 "url": "https://api.github.com/repos/composer/composer/zipball/ 8d5358f147c63a3a681b002076deff8c90e0b19d",2296 "reference": " 8d5358f147c63a3a681b002076deff8c90e0b19d",379 "reference": "72a8f8e653710e18d83e5dd531eb5a71fc3223e6" 380 }, 381 "dist": { 382 "type": "zip", 383 "url": "https://api.github.com/repos/composer/composer/zipball/72a8f8e653710e18d83e5dd531eb5a71fc3223e6", 384 "reference": "72a8f8e653710e18d83e5dd531eb5a71fc3223e6", 2297 385 "shasum": "" 2298 386 }, … … 2382 470 "issues": "https://github.com/composer/composer/issues", 2383 471 "security": "https://github.com/composer/composer/security/policy", 2384 "source": "https://github.com/composer/composer/tree/2.9. 2"472 "source": "https://github.com/composer/composer/tree/2.9.5" 2385 473 }, 2386 474 "funding": [ … … 2394 482 } 2395 483 ], 2396 "time": "202 5-11-19T20:57:25+00:00"484 "time": "2026-01-29T10:40:53+00:00" 2397 485 }, 2398 486 { … … 2768 856 }, 2769 857 { 858 "name": "deliciousbrains/wp-background-processing", 859 "version": "1.4.0", 860 "source": { 861 "type": "git", 862 "url": "https://github.com/deliciousbrains/wp-background-processing.git", 863 "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816" 864 }, 865 "dist": { 866 "type": "zip", 867 "url": "https://api.github.com/repos/deliciousbrains/wp-background-processing/zipball/7ca7cc3504333db3a291bbab7f1917124fba4816", 868 "reference": "7ca7cc3504333db3a291bbab7f1917124fba4816", 869 "shasum": "" 870 }, 871 "require": { 872 "php": ">=7.0" 873 }, 874 "require-dev": { 875 "phpcompatibility/phpcompatibility-wp": "*", 876 "phpunit/phpunit": "^8.0", 877 "spryker/code-sniffer": "^0.17.18", 878 "wp-coding-standards/wpcs": "^2.3", 879 "yoast/phpunit-polyfills": "^1.0" 880 }, 881 "suggest": { 882 "coenjacobs/mozart": "Easily wrap this library with your own prefix, to prevent collisions when multiple plugins use this library" 883 }, 884 "type": "library", 885 "autoload": { 886 "classmap": [ 887 "classes/" 888 ] 889 }, 890 "notification-url": "https://packagist.org/downloads/", 891 "license": [ 892 "GPL-2.0-or-later" 893 ], 894 "authors": [ 895 { 896 "name": "Delicious Brains", 897 "email": "nom@deliciousbrains.com" 898 } 899 ], 900 "description": "WP Background Processing can be used to fire off non-blocking asynchronous requests or as a background processing tool, allowing you to queue tasks.", 901 "support": { 902 "issues": "https://github.com/deliciousbrains/wp-background-processing/issues", 903 "source": "https://github.com/deliciousbrains/wp-background-processing/tree/1.4.0" 904 }, 905 "time": "2024-12-17T14:04:30+00:00" 906 }, 907 { 2770 908 "name": "doctrine/deprecations", 2771 "version": "1.1. 5",909 "version": "1.1.6", 2772 910 "source": { 2773 911 "type": "git", 2774 912 "url": "https://github.com/doctrine/deprecations.git", 2775 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"2776 }, 2777 "dist": { 2778 "type": "zip", 2779 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/ 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",2780 "reference": " 459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",913 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" 914 }, 915 "dist": { 916 "type": "zip", 917 "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 918 "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", 2781 919 "shasum": "" 2782 920 }, … … 2785 923 }, 2786 924 "conflict": { 2787 "phpunit/phpunit": "<=7.5 || >=1 3"925 "phpunit/phpunit": "<=7.5 || >=14" 2788 926 }, 2789 927 "require-dev": { 2790 "doctrine/coding-standard": "^9 || ^12 || ^1 3",2791 "phpstan/phpstan": "1.4.10 || 2.1. 11",928 "doctrine/coding-standard": "^9 || ^12 || ^14", 929 "phpstan/phpstan": "1.4.10 || 2.1.30", 2792 930 "phpstan/phpstan-phpunit": "^1.0 || ^2", 2793 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12 ",931 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", 2794 932 "psr/log": "^1 || ^2 || ^3" 2795 933 }, … … 2811 949 "support": { 2812 950 "issues": "https://github.com/doctrine/deprecations/issues", 2813 "source": "https://github.com/doctrine/deprecations/tree/1.1. 5"2814 }, 2815 "time": "202 5-04-07T20:06:18+00:00"2816 }, 2817 { 2818 "name": "doctrine/in stantiator",2819 "version": " 1.5.0",2820 "source": { 2821 "type": "git", 2822 "url": "https://github.com/doctrine/in stantiator.git",2823 "reference": " 0a0fa9780f5d4e507415a065172d26a98d02047b"2824 }, 2825 "dist": { 2826 "type": "zip", 2827 "url": "https://api.github.com/repos/doctrine/in stantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",2828 "reference": " 0a0fa9780f5d4e507415a065172d26a98d02047b",2829 "shasum": "" 2830 }, 2831 "require": { 2832 "php": "^7. 1|| ^8.0"951 "source": "https://github.com/doctrine/deprecations/tree/1.1.6" 952 }, 953 "time": "2026-02-07T07:09:04+00:00" 954 }, 955 { 956 "name": "doctrine/inflector", 957 "version": "2.1.0", 958 "source": { 959 "type": "git", 960 "url": "https://github.com/doctrine/inflector.git", 961 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b" 962 }, 963 "dist": { 964 "type": "zip", 965 "url": "https://api.github.com/repos/doctrine/inflector/zipball/6d6c96277ea252fc1304627204c3d5e6e15faa3b", 966 "reference": "6d6c96277ea252fc1304627204c3d5e6e15faa3b", 967 "shasum": "" 968 }, 969 "require": { 970 "php": "^7.2 || ^8.0" 2833 971 }, 2834 972 "require-dev": { 2835 "doctrine/coding-standard": "^9 || ^11", 2836 "ext-pdo": "*", 2837 "ext-phar": "*", 2838 "phpbench/phpbench": "^0.16 || ^1", 2839 "phpstan/phpstan": "^1.4", 2840 "phpstan/phpstan-phpunit": "^1", 2841 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 2842 "vimeo/psalm": "^4.30 || ^5.4" 2843 }, 2844 "type": "library", 2845 "autoload": { 2846 "psr-4": { 2847 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 973 "doctrine/coding-standard": "^12.0 || ^13.0", 974 "phpstan/phpstan": "^1.12 || ^2.0", 975 "phpstan/phpstan-phpunit": "^1.4 || ^2.0", 976 "phpstan/phpstan-strict-rules": "^1.6 || ^2.0", 977 "phpunit/phpunit": "^8.5 || ^12.2" 978 }, 979 "type": "library", 980 "autoload": { 981 "psr-4": { 982 "Doctrine\\Inflector\\": "src" 2848 983 } 2849 984 }, … … 2854 989 "authors": [ 2855 990 { 2856 "name": "Marco Pivetta", 2857 "email": "ocramius@gmail.com", 2858 "homepage": "https://ocramius.github.io/" 2859 } 2860 ], 2861 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 2862 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 991 "name": "Guilherme Blanco", 992 "email": "guilhermeblanco@gmail.com" 993 }, 994 { 995 "name": "Roman Borschel", 996 "email": "roman@code-factory.org" 997 }, 998 { 999 "name": "Benjamin Eberlei", 1000 "email": "kontakt@beberlei.de" 1001 }, 1002 { 1003 "name": "Jonathan Wage", 1004 "email": "jonwage@gmail.com" 1005 }, 1006 { 1007 "name": "Johannes Schmitt", 1008 "email": "schmittjoh@gmail.com" 1009 } 1010 ], 1011 "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.", 1012 "homepage": "https://www.doctrine-project.org/projects/inflector.html", 2863 1013 "keywords": [ 2864 "constructor", 2865 "instantiate" 2866 ], 2867 "support": { 2868 "issues": "https://github.com/doctrine/instantiator/issues", 2869 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 1014 "inflection", 1015 "inflector", 1016 "lowercase", 1017 "manipulation", 1018 "php", 1019 "plural", 1020 "singular", 1021 "strings", 1022 "uppercase", 1023 "words" 1024 ], 1025 "support": { 1026 "issues": "https://github.com/doctrine/inflector/issues", 1027 "source": "https://github.com/doctrine/inflector/tree/2.1.0" 2870 1028 }, 2871 1029 "funding": [ … … 2879 1037 }, 2880 1038 { 2881 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fin stantiator",1039 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector", 2882 1040 "type": "tidelift" 2883 1041 } 2884 1042 ], 2885 "time": "202 2-12-30T00:15:36+00:00"1043 "time": "2025-08-10T19:31:58+00:00" 2886 1044 }, 2887 1045 { … … 2934 1092 }, 2935 1093 "time": "2025-02-15T00:35:13+00:00" 1094 }, 1095 { 1096 "name": "illuminate/collections", 1097 "version": "v8.83.27", 1098 "source": { 1099 "type": "git", 1100 "url": "https://github.com/illuminate/collections.git", 1101 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4" 1102 }, 1103 "dist": { 1104 "type": "zip", 1105 "url": "https://api.github.com/repos/illuminate/collections/zipball/705a4e1ef93cd492c45b9b3e7911cccc990a07f4", 1106 "reference": "705a4e1ef93cd492c45b9b3e7911cccc990a07f4", 1107 "shasum": "" 1108 }, 1109 "require": { 1110 "illuminate/contracts": "^8.0", 1111 "illuminate/macroable": "^8.0", 1112 "php": "^7.3|^8.0" 1113 }, 1114 "suggest": { 1115 "symfony/var-dumper": "Required to use the dump method (^5.4)." 1116 }, 1117 "type": "library", 1118 "extra": { 1119 "branch-alias": { 1120 "dev-master": "8.x-dev" 1121 } 1122 }, 1123 "autoload": { 1124 "files": [ 1125 "helpers.php" 1126 ], 1127 "psr-4": { 1128 "Illuminate\\Support\\": "" 1129 } 1130 }, 1131 "notification-url": "https://packagist.org/downloads/", 1132 "license": [ 1133 "MIT" 1134 ], 1135 "authors": [ 1136 { 1137 "name": "Taylor Otwell", 1138 "email": "taylor@laravel.com" 1139 } 1140 ], 1141 "description": "The Illuminate Collections package.", 1142 "homepage": "https://laravel.com", 1143 "support": { 1144 "issues": "https://github.com/laravel/framework/issues", 1145 "source": "https://github.com/laravel/framework" 1146 }, 1147 "time": "2022-06-23T15:29:49+00:00" 1148 }, 1149 { 1150 "name": "illuminate/container", 1151 "version": "v8.83.27", 1152 "source": { 1153 "type": "git", 1154 "url": "https://github.com/illuminate/container.git", 1155 "reference": "14062628d05f75047c5a1360b9350028427d568e" 1156 }, 1157 "dist": { 1158 "type": "zip", 1159 "url": "https://api.github.com/repos/illuminate/container/zipball/14062628d05f75047c5a1360b9350028427d568e", 1160 "reference": "14062628d05f75047c5a1360b9350028427d568e", 1161 "shasum": "" 1162 }, 1163 "require": { 1164 "illuminate/contracts": "^8.0", 1165 "php": "^7.3|^8.0", 1166 "psr/container": "^1.0" 1167 }, 1168 "provide": { 1169 "psr/container-implementation": "1.0" 1170 }, 1171 "type": "library", 1172 "extra": { 1173 "branch-alias": { 1174 "dev-master": "8.x-dev" 1175 } 1176 }, 1177 "autoload": { 1178 "psr-4": { 1179 "Illuminate\\Container\\": "" 1180 } 1181 }, 1182 "notification-url": "https://packagist.org/downloads/", 1183 "license": [ 1184 "MIT" 1185 ], 1186 "authors": [ 1187 { 1188 "name": "Taylor Otwell", 1189 "email": "taylor@laravel.com" 1190 } 1191 ], 1192 "description": "The Illuminate Container package.", 1193 "homepage": "https://laravel.com", 1194 "support": { 1195 "issues": "https://github.com/laravel/framework/issues", 1196 "source": "https://github.com/laravel/framework" 1197 }, 1198 "time": "2022-02-02T21:03:35+00:00" 1199 }, 1200 { 1201 "name": "illuminate/contracts", 1202 "version": "v8.83.27", 1203 "source": { 1204 "type": "git", 1205 "url": "https://github.com/illuminate/contracts.git", 1206 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d" 1207 }, 1208 "dist": { 1209 "type": "zip", 1210 "url": "https://api.github.com/repos/illuminate/contracts/zipball/5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", 1211 "reference": "5e0fd287a1b22a6b346a9f7cd484d8cf0234585d", 1212 "shasum": "" 1213 }, 1214 "require": { 1215 "php": "^7.3|^8.0", 1216 "psr/container": "^1.0", 1217 "psr/simple-cache": "^1.0" 1218 }, 1219 "type": "library", 1220 "extra": { 1221 "branch-alias": { 1222 "dev-master": "8.x-dev" 1223 } 1224 }, 1225 "autoload": { 1226 "psr-4": { 1227 "Illuminate\\Contracts\\": "" 1228 } 1229 }, 1230 "notification-url": "https://packagist.org/downloads/", 1231 "license": [ 1232 "MIT" 1233 ], 1234 "authors": [ 1235 { 1236 "name": "Taylor Otwell", 1237 "email": "taylor@laravel.com" 1238 } 1239 ], 1240 "description": "The Illuminate Contracts package.", 1241 "homepage": "https://laravel.com", 1242 "support": { 1243 "issues": "https://github.com/laravel/framework/issues", 1244 "source": "https://github.com/laravel/framework" 1245 }, 1246 "time": "2022-01-13T14:47:47+00:00" 1247 }, 1248 { 1249 "name": "illuminate/database", 1250 "version": "v8.83.27", 1251 "source": { 1252 "type": "git", 1253 "url": "https://github.com/illuminate/database.git", 1254 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1" 1255 }, 1256 "dist": { 1257 "type": "zip", 1258 "url": "https://api.github.com/repos/illuminate/database/zipball/1a5b0e4e6913415464fa2aab554a38b9e6fa44b1", 1259 "reference": "1a5b0e4e6913415464fa2aab554a38b9e6fa44b1", 1260 "shasum": "" 1261 }, 1262 "require": { 1263 "ext-json": "*", 1264 "illuminate/collections": "^8.0", 1265 "illuminate/container": "^8.0", 1266 "illuminate/contracts": "^8.0", 1267 "illuminate/macroable": "^8.0", 1268 "illuminate/support": "^8.0", 1269 "php": "^7.3|^8.0", 1270 "symfony/console": "^5.4" 1271 }, 1272 "suggest": { 1273 "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).", 1274 "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).", 1275 "illuminate/console": "Required to use the database commands (^8.0).", 1276 "illuminate/events": "Required to use the observers with Eloquent (^8.0).", 1277 "illuminate/filesystem": "Required to use the migrations (^8.0).", 1278 "illuminate/pagination": "Required to paginate the result set (^8.0).", 1279 "symfony/finder": "Required to use Eloquent model factories (^5.4)." 1280 }, 1281 "type": "library", 1282 "extra": { 1283 "branch-alias": { 1284 "dev-master": "8.x-dev" 1285 } 1286 }, 1287 "autoload": { 1288 "psr-4": { 1289 "Illuminate\\Database\\": "" 1290 } 1291 }, 1292 "notification-url": "https://packagist.org/downloads/", 1293 "license": [ 1294 "MIT" 1295 ], 1296 "authors": [ 1297 { 1298 "name": "Taylor Otwell", 1299 "email": "taylor@laravel.com" 1300 } 1301 ], 1302 "description": "The Illuminate Database package.", 1303 "homepage": "https://laravel.com", 1304 "keywords": [ 1305 "database", 1306 "laravel", 1307 "orm", 1308 "sql" 1309 ], 1310 "support": { 1311 "issues": "https://github.com/laravel/framework/issues", 1312 "source": "https://github.com/laravel/framework" 1313 }, 1314 "time": "2022-08-31T16:16:06+00:00" 1315 }, 1316 { 1317 "name": "illuminate/macroable", 1318 "version": "v8.83.27", 1319 "source": { 1320 "type": "git", 1321 "url": "https://github.com/illuminate/macroable.git", 1322 "reference": "aed81891a6e046fdee72edd497f822190f61c162" 1323 }, 1324 "dist": { 1325 "type": "zip", 1326 "url": "https://api.github.com/repos/illuminate/macroable/zipball/aed81891a6e046fdee72edd497f822190f61c162", 1327 "reference": "aed81891a6e046fdee72edd497f822190f61c162", 1328 "shasum": "" 1329 }, 1330 "require": { 1331 "php": "^7.3|^8.0" 1332 }, 1333 "type": "library", 1334 "extra": { 1335 "branch-alias": { 1336 "dev-master": "8.x-dev" 1337 } 1338 }, 1339 "autoload": { 1340 "psr-4": { 1341 "Illuminate\\Support\\": "" 1342 } 1343 }, 1344 "notification-url": "https://packagist.org/downloads/", 1345 "license": [ 1346 "MIT" 1347 ], 1348 "authors": [ 1349 { 1350 "name": "Taylor Otwell", 1351 "email": "taylor@laravel.com" 1352 } 1353 ], 1354 "description": "The Illuminate Macroable package.", 1355 "homepage": "https://laravel.com", 1356 "support": { 1357 "issues": "https://github.com/laravel/framework/issues", 1358 "source": "https://github.com/laravel/framework" 1359 }, 1360 "time": "2021-11-16T13:57:03+00:00" 1361 }, 1362 { 1363 "name": "illuminate/pagination", 1364 "version": "v8.83.27", 1365 "source": { 1366 "type": "git", 1367 "url": "https://github.com/illuminate/pagination.git", 1368 "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692" 1369 }, 1370 "dist": { 1371 "type": "zip", 1372 "url": "https://api.github.com/repos/illuminate/pagination/zipball/16fe8dc35f9d18c58a3471469af656a02e9ab692", 1373 "reference": "16fe8dc35f9d18c58a3471469af656a02e9ab692", 1374 "shasum": "" 1375 }, 1376 "require": { 1377 "ext-json": "*", 1378 "illuminate/collections": "^8.0", 1379 "illuminate/contracts": "^8.0", 1380 "illuminate/support": "^8.0", 1381 "php": "^7.3|^8.0" 1382 }, 1383 "type": "library", 1384 "extra": { 1385 "branch-alias": { 1386 "dev-master": "8.x-dev" 1387 } 1388 }, 1389 "autoload": { 1390 "psr-4": { 1391 "Illuminate\\Pagination\\": "" 1392 } 1393 }, 1394 "notification-url": "https://packagist.org/downloads/", 1395 "license": [ 1396 "MIT" 1397 ], 1398 "authors": [ 1399 { 1400 "name": "Taylor Otwell", 1401 "email": "taylor@laravel.com" 1402 } 1403 ], 1404 "description": "The Illuminate Pagination package.", 1405 "homepage": "https://laravel.com", 1406 "support": { 1407 "issues": "https://github.com/laravel/framework/issues", 1408 "source": "https://github.com/laravel/framework" 1409 }, 1410 "time": "2022-06-27T13:26:06+00:00" 1411 }, 1412 { 1413 "name": "illuminate/support", 1414 "version": "v8.83.27", 1415 "source": { 1416 "type": "git", 1417 "url": "https://github.com/illuminate/support.git", 1418 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b" 1419 }, 1420 "dist": { 1421 "type": "zip", 1422 "url": "https://api.github.com/repos/illuminate/support/zipball/1c79242468d3bbd9a0f7477df34f9647dde2a09b", 1423 "reference": "1c79242468d3bbd9a0f7477df34f9647dde2a09b", 1424 "shasum": "" 1425 }, 1426 "require": { 1427 "doctrine/inflector": "^1.4|^2.0", 1428 "ext-json": "*", 1429 "ext-mbstring": "*", 1430 "illuminate/collections": "^8.0", 1431 "illuminate/contracts": "^8.0", 1432 "illuminate/macroable": "^8.0", 1433 "nesbot/carbon": "^2.53.1", 1434 "php": "^7.3|^8.0", 1435 "voku/portable-ascii": "^1.6.1" 1436 }, 1437 "conflict": { 1438 "tightenco/collect": "<5.5.33" 1439 }, 1440 "suggest": { 1441 "illuminate/filesystem": "Required to use the composer class (^8.0).", 1442 "league/commonmark": "Required to use Str::markdown() and Stringable::markdown() (^1.3|^2.0.2).", 1443 "ramsey/uuid": "Required to use Str::uuid() (^4.2.2).", 1444 "symfony/process": "Required to use the composer class (^5.4).", 1445 "symfony/var-dumper": "Required to use the dd function (^5.4).", 1446 "vlucas/phpdotenv": "Required to use the Env class and env helper (^5.4.1)." 1447 }, 1448 "type": "library", 1449 "extra": { 1450 "branch-alias": { 1451 "dev-master": "8.x-dev" 1452 } 1453 }, 1454 "autoload": { 1455 "files": [ 1456 "helpers.php" 1457 ], 1458 "psr-4": { 1459 "Illuminate\\Support\\": "" 1460 } 1461 }, 1462 "notification-url": "https://packagist.org/downloads/", 1463 "license": [ 1464 "MIT" 1465 ], 1466 "authors": [ 1467 { 1468 "name": "Taylor Otwell", 1469 "email": "taylor@laravel.com" 1470 } 1471 ], 1472 "description": "The Illuminate Support package.", 1473 "homepage": "https://laravel.com", 1474 "support": { 1475 "issues": "https://github.com/laravel/framework/issues", 1476 "source": "https://github.com/laravel/framework" 1477 }, 1478 "time": "2022-09-21T21:30:03+00:00" 2936 1479 }, 2937 1480 { … … 3007 1550 { 3008 1551 "name": "justinrainbow/json-schema", 3009 "version": " 6.6.3",1552 "version": "v6.7.2", 3010 1553 "source": { 3011 1554 "type": "git", 3012 1555 "url": "https://github.com/jsonrainbow/json-schema.git", 3013 "reference": " 134e98916fa2f663afa623970af345cd788e8967"3014 }, 3015 "dist": { 3016 "type": "zip", 3017 "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ 134e98916fa2f663afa623970af345cd788e8967",3018 "reference": " 134e98916fa2f663afa623970af345cd788e8967",1556 "reference": "6fea66c7204683af437864e7c4e7abf383d14bc0" 1557 }, 1558 "dist": { 1559 "type": "zip", 1560 "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/6fea66c7204683af437864e7c4e7abf383d14bc0", 1561 "reference": "6fea66c7204683af437864e7c4e7abf383d14bc0", 3019 1562 "shasum": "" 3020 1563 }, … … 3076 1619 "support": { 3077 1620 "issues": "https://github.com/jsonrainbow/json-schema/issues", 3078 "source": "https://github.com/jsonrainbow/json-schema/tree/ 6.6.3"3079 }, 3080 "time": "202 5-12-02T10:21:33+00:00"1621 "source": "https://github.com/jsonrainbow/json-schema/tree/v6.7.2" 1622 }, 1623 "time": "2026-02-15T15:06:22+00:00" 3081 1624 }, 3082 1625 { … … 3346 1889 { 3347 1890 "name": "monolog/monolog", 3348 "version": "2.1 0.0",1891 "version": "2.11.0", 3349 1892 "source": { 3350 1893 "type": "git", 3351 1894 "url": "https://github.com/Seldaek/monolog.git", 3352 "reference": " 5cf826f2991858b54d5c3809bee745560a1042a7"3353 }, 3354 "dist": { 3355 "type": "zip", 3356 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/ 5cf826f2991858b54d5c3809bee745560a1042a7",3357 "reference": " 5cf826f2991858b54d5c3809bee745560a1042a7",1895 "reference": "37308608e599f34a1a4845b16440047ec98a172a" 1896 }, 1897 "dist": { 1898 "type": "zip", 1899 "url": "https://api.github.com/repos/Seldaek/monolog/zipball/37308608e599f34a1a4845b16440047ec98a172a", 1900 "reference": "37308608e599f34a1a4845b16440047ec98a172a", 3358 1901 "shasum": "" 3359 1902 }, … … 3373 1916 "guzzlehttp/guzzle": "^7.4", 3374 1917 "guzzlehttp/psr7": "^2.2", 3375 "mongodb/mongodb": "^1.8 ",1918 "mongodb/mongodb": "^1.8 || ^2.0", 3376 1919 "php-amqplib/php-amqplib": "~2.4 || ^3", 3377 1920 "phpspec/prophecy": "^1.15", … … 3432 1975 "support": { 3433 1976 "issues": "https://github.com/Seldaek/monolog/issues", 3434 "source": "https://github.com/Seldaek/monolog/tree/2.1 0.0"1977 "source": "https://github.com/Seldaek/monolog/tree/2.11.0" 3435 1978 }, 3436 1979 "funding": [ … … 3444 1987 } 3445 1988 ], 3446 "time": "2024-11-12T12:43:37+00:00" 3447 }, 3448 { 3449 "name": "myclabs/deep-copy", 3450 "version": "1.13.4", 3451 "source": { 3452 "type": "git", 3453 "url": "https://github.com/myclabs/DeepCopy.git", 3454 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" 3455 }, 3456 "dist": { 3457 "type": "zip", 3458 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", 3459 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", 3460 "shasum": "" 3461 }, 3462 "require": { 3463 "php": "^7.1 || ^8.0" 3464 }, 3465 "conflict": { 3466 "doctrine/collections": "<1.6.8", 3467 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 3468 }, 3469 "require-dev": { 3470 "doctrine/collections": "^1.6.8", 3471 "doctrine/common": "^2.13.3 || ^3.2.2", 3472 "phpspec/prophecy": "^1.10", 3473 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 3474 }, 3475 "type": "library", 3476 "autoload": { 3477 "files": [ 3478 "src/DeepCopy/deep_copy.php" 3479 ], 3480 "psr-4": { 3481 "DeepCopy\\": "src/DeepCopy/" 3482 } 3483 }, 3484 "notification-url": "https://packagist.org/downloads/", 3485 "license": [ 3486 "MIT" 3487 ], 3488 "description": "Create deep copies (clones) of your objects", 3489 "keywords": [ 3490 "clone", 3491 "copy", 3492 "duplicate", 3493 "object", 3494 "object graph" 3495 ], 3496 "support": { 3497 "issues": "https://github.com/myclabs/DeepCopy/issues", 3498 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 3499 }, 3500 "funding": [ 3501 { 3502 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 3503 "type": "tidelift" 3504 } 3505 ], 3506 "time": "2025-08-01T08:46:24+00:00" 1989 "time": "2026-01-01T13:05:00+00:00" 3507 1990 }, 3508 1991 { … … 3570 2053 }, 3571 2054 { 2055 "name": "nesbot/carbon", 2056 "version": "2.73.0", 2057 "source": { 2058 "type": "git", 2059 "url": "https://github.com/CarbonPHP/carbon.git", 2060 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075" 2061 }, 2062 "dist": { 2063 "type": "zip", 2064 "url": "https://api.github.com/repos/CarbonPHP/carbon/zipball/9228ce90e1035ff2f0db84b40ec2e023ed802075", 2065 "reference": "9228ce90e1035ff2f0db84b40ec2e023ed802075", 2066 "shasum": "" 2067 }, 2068 "require": { 2069 "carbonphp/carbon-doctrine-types": "*", 2070 "ext-json": "*", 2071 "php": "^7.1.8 || ^8.0", 2072 "psr/clock": "^1.0", 2073 "symfony/polyfill-mbstring": "^1.0", 2074 "symfony/polyfill-php80": "^1.16", 2075 "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0" 2076 }, 2077 "provide": { 2078 "psr/clock-implementation": "1.0" 2079 }, 2080 "require-dev": { 2081 "doctrine/dbal": "^2.0 || ^3.1.4 || ^4.0", 2082 "doctrine/orm": "^2.7 || ^3.0", 2083 "friendsofphp/php-cs-fixer": "^3.0", 2084 "kylekatarnls/multi-tester": "^2.0", 2085 "ondrejmirtes/better-reflection": "<6", 2086 "phpmd/phpmd": "^2.9", 2087 "phpstan/extension-installer": "^1.0", 2088 "phpstan/phpstan": "^0.12.99 || ^1.7.14", 2089 "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6", 2090 "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20", 2091 "squizlabs/php_codesniffer": "^3.4" 2092 }, 2093 "bin": [ 2094 "bin/carbon" 2095 ], 2096 "type": "library", 2097 "extra": { 2098 "laravel": { 2099 "providers": [ 2100 "Carbon\\Laravel\\ServiceProvider" 2101 ] 2102 }, 2103 "phpstan": { 2104 "includes": [ 2105 "extension.neon" 2106 ] 2107 }, 2108 "branch-alias": { 2109 "dev-2.x": "2.x-dev", 2110 "dev-master": "3.x-dev" 2111 } 2112 }, 2113 "autoload": { 2114 "psr-4": { 2115 "Carbon\\": "src/Carbon/" 2116 } 2117 }, 2118 "notification-url": "https://packagist.org/downloads/", 2119 "license": [ 2120 "MIT" 2121 ], 2122 "authors": [ 2123 { 2124 "name": "Brian Nesbitt", 2125 "email": "brian@nesbot.com", 2126 "homepage": "https://markido.com" 2127 }, 2128 { 2129 "name": "kylekatarnls", 2130 "homepage": "https://github.com/kylekatarnls" 2131 } 2132 ], 2133 "description": "An API extension for DateTime that supports 281 different languages.", 2134 "homepage": "https://carbon.nesbot.com", 2135 "keywords": [ 2136 "date", 2137 "datetime", 2138 "time" 2139 ], 2140 "support": { 2141 "docs": "https://carbon.nesbot.com/docs", 2142 "issues": "https://github.com/briannesbitt/Carbon/issues", 2143 "source": "https://github.com/briannesbitt/Carbon" 2144 }, 2145 "funding": [ 2146 { 2147 "url": "https://github.com/sponsors/kylekatarnls", 2148 "type": "github" 2149 }, 2150 { 2151 "url": "https://opencollective.com/Carbon#sponsor", 2152 "type": "opencollective" 2153 }, 2154 { 2155 "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme", 2156 "type": "tidelift" 2157 } 2158 ], 2159 "time": "2025-01-08T20:10:23+00:00" 2160 }, 2161 { 3572 2162 "name": "nikic/php-parser", 3573 2163 "version": "v5.7.0", … … 3626 2216 }, 3627 2217 "time": "2025-12-06T11:56:16+00:00" 3628 },3629 {3630 "name": "phar-io/manifest",3631 "version": "2.0.4",3632 "source": {3633 "type": "git",3634 "url": "https://github.com/phar-io/manifest.git",3635 "reference": "54750ef60c58e43759730615a392c31c80e23176"3636 },3637 "dist": {3638 "type": "zip",3639 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",3640 "reference": "54750ef60c58e43759730615a392c31c80e23176",3641 "shasum": ""3642 },3643 "require": {3644 "ext-dom": "*",3645 "ext-libxml": "*",3646 "ext-phar": "*",3647 "ext-xmlwriter": "*",3648 "phar-io/version": "^3.0.1",3649 "php": "^7.2 || ^8.0"3650 },3651 "type": "library",3652 "extra": {3653 "branch-alias": {3654 "dev-master": "2.0.x-dev"3655 }3656 },3657 "autoload": {3658 "classmap": [3659 "src/"3660 ]3661 },3662 "notification-url": "https://packagist.org/downloads/",3663 "license": [3664 "BSD-3-Clause"3665 ],3666 "authors": [3667 {3668 "name": "Arne Blankerts",3669 "email": "arne@blankerts.de",3670 "role": "Developer"3671 },3672 {3673 "name": "Sebastian Heuer",3674 "email": "sebastian@phpeople.de",3675 "role": "Developer"3676 },3677 {3678 "name": "Sebastian Bergmann",3679 "email": "sebastian@phpunit.de",3680 "role": "Developer"3681 }3682 ],3683 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",3684 "support": {3685 "issues": "https://github.com/phar-io/manifest/issues",3686 "source": "https://github.com/phar-io/manifest/tree/2.0.4"3687 },3688 "funding": [3689 {3690 "url": "https://github.com/theseer",3691 "type": "github"3692 }3693 ],3694 "time": "2024-03-03T12:33:53+00:00"3695 },3696 {3697 "name": "phar-io/version",3698 "version": "3.2.1",3699 "source": {3700 "type": "git",3701 "url": "https://github.com/phar-io/version.git",3702 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"3703 },3704 "dist": {3705 "type": "zip",3706 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",3707 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",3708 "shasum": ""3709 },3710 "require": {3711 "php": "^7.2 || ^8.0"3712 },3713 "type": "library",3714 "autoload": {3715 "classmap": [3716 "src/"3717 ]3718 },3719 "notification-url": "https://packagist.org/downloads/",3720 "license": [3721 "BSD-3-Clause"3722 ],3723 "authors": [3724 {3725 "name": "Arne Blankerts",3726 "email": "arne@blankerts.de",3727 "role": "Developer"3728 },3729 {3730 "name": "Sebastian Heuer",3731 "email": "sebastian@phpeople.de",3732 "role": "Developer"3733 },3734 {3735 "name": "Sebastian Bergmann",3736 "email": "sebastian@phpunit.de",3737 "role": "Developer"3738 }3739 ],3740 "description": "Library for handling version information and constraints",3741 "support": {3742 "issues": "https://github.com/phar-io/version/issues",3743 "source": "https://github.com/phar-io/version/tree/3.2.1"3744 },3745 "time": "2022-02-21T01:04:05+00:00"3746 2218 }, 3747 2219 { … … 3800 2272 { 3801 2273 "name": "phpdocumentor/reflection-docblock", 3802 "version": "5.6. 5",2274 "version": "5.6.6", 3803 2275 "source": { 3804 2276 "type": "git", 3805 2277 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git", 3806 "reference": " 90614c73d3800e187615e2dd236ad0e2a01bf761"3807 }, 3808 "dist": { 3809 "type": "zip", 3810 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ 90614c73d3800e187615e2dd236ad0e2a01bf761",3811 "reference": " 90614c73d3800e187615e2dd236ad0e2a01bf761",2278 "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8" 2279 }, 2280 "dist": { 2281 "type": "zip", 2282 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/5cee1d3dfc2d2aa6599834520911d246f656bcb8", 2283 "reference": "5cee1d3dfc2d2aa6599834520911d246f656bcb8", 3812 2284 "shasum": "" 3813 2285 }, … … 3819 2291 "phpdocumentor/type-resolver": "^1.7", 3820 2292 "phpstan/phpdoc-parser": "^1.7|^2.0", 3821 "webmozart/assert": "^1.9.1 "2293 "webmozart/assert": "^1.9.1 || ^2" 3822 2294 }, 3823 2295 "require-dev": { … … 3858 2330 "support": { 3859 2331 "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues", 3860 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6. 5"3861 }, 3862 "time": "2025-1 1-27T19:50:05+00:00"2332 "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.6" 2333 }, 2334 "time": "2025-12-22T21:13:58+00:00" 3863 2335 }, 3864 2336 { … … 3966 2438 }, 3967 2439 "time": "2024-10-13T11:25:22+00:00" 2440 }, 2441 { 2442 "name": "pimple/pimple", 2443 "version": "v3.6.1", 2444 "source": { 2445 "type": "git", 2446 "url": "https://github.com/silexphp/Pimple.git", 2447 "reference": "020029849cc55ad360066844df8ed880fb20c5bb" 2448 }, 2449 "dist": { 2450 "type": "zip", 2451 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/020029849cc55ad360066844df8ed880fb20c5bb", 2452 "reference": "020029849cc55ad360066844df8ed880fb20c5bb", 2453 "shasum": "" 2454 }, 2455 "require": { 2456 "php": ">=7.2.5", 2457 "psr/container": "^1.1 || ^2.0" 2458 }, 2459 "require-dev": { 2460 "phpunit/phpunit": "*" 2461 }, 2462 "type": "library", 2463 "extra": { 2464 "branch-alias": { 2465 "dev-master": "3.4.x-dev" 2466 } 2467 }, 2468 "autoload": { 2469 "psr-0": { 2470 "Pimple": "src/" 2471 } 2472 }, 2473 "notification-url": "https://packagist.org/downloads/", 2474 "license": [ 2475 "MIT" 2476 ], 2477 "authors": [ 2478 { 2479 "name": "Fabien Potencier", 2480 "email": "fabien@symfony.com" 2481 } 2482 ], 2483 "description": "Pimple, a simple Dependency Injection Container", 2484 "homepage": "https://pimple.symfony.com", 2485 "keywords": [ 2486 "container", 2487 "dependency injection" 2488 ], 2489 "support": { 2490 "source": "https://github.com/silexphp/Pimple/tree/v3.6.1" 2491 }, 2492 "time": "2025-12-31T08:24:29+00:00" 2493 }, 2494 { 2495 "name": "psr/cache", 2496 "version": "1.0.1", 2497 "source": { 2498 "type": "git", 2499 "url": "https://github.com/php-fig/cache.git", 2500 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 2501 }, 2502 "dist": { 2503 "type": "zip", 2504 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 2505 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 2506 "shasum": "" 2507 }, 2508 "require": { 2509 "php": ">=5.3.0" 2510 }, 2511 "type": "library", 2512 "extra": { 2513 "branch-alias": { 2514 "dev-master": "1.0.x-dev" 2515 } 2516 }, 2517 "autoload": { 2518 "psr-4": { 2519 "Psr\\Cache\\": "src/" 2520 } 2521 }, 2522 "notification-url": "https://packagist.org/downloads/", 2523 "license": [ 2524 "MIT" 2525 ], 2526 "authors": [ 2527 { 2528 "name": "PHP-FIG", 2529 "homepage": "http://www.php-fig.org/" 2530 } 2531 ], 2532 "description": "Common interface for caching libraries", 2533 "keywords": [ 2534 "cache", 2535 "psr", 2536 "psr-6" 2537 ], 2538 "support": { 2539 "source": "https://github.com/php-fig/cache/tree/master" 2540 }, 2541 "time": "2016-08-06T20:24:11+00:00" 2542 }, 2543 { 2544 "name": "psr/clock", 2545 "version": "1.0.0", 2546 "source": { 2547 "type": "git", 2548 "url": "https://github.com/php-fig/clock.git", 2549 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d" 2550 }, 2551 "dist": { 2552 "type": "zip", 2553 "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2554 "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d", 2555 "shasum": "" 2556 }, 2557 "require": { 2558 "php": "^7.0 || ^8.0" 2559 }, 2560 "type": "library", 2561 "autoload": { 2562 "psr-4": { 2563 "Psr\\Clock\\": "src/" 2564 } 2565 }, 2566 "notification-url": "https://packagist.org/downloads/", 2567 "license": [ 2568 "MIT" 2569 ], 2570 "authors": [ 2571 { 2572 "name": "PHP-FIG", 2573 "homepage": "https://www.php-fig.org/" 2574 } 2575 ], 2576 "description": "Common interface for reading the clock.", 2577 "homepage": "https://github.com/php-fig/clock", 2578 "keywords": [ 2579 "clock", 2580 "now", 2581 "psr", 2582 "psr-20", 2583 "time" 2584 ], 2585 "support": { 2586 "issues": "https://github.com/php-fig/clock/issues", 2587 "source": "https://github.com/php-fig/clock/tree/1.0.0" 2588 }, 2589 "time": "2022-11-25T14:36:26+00:00" 2590 }, 2591 { 2592 "name": "psr/container", 2593 "version": "1.1.2", 2594 "source": { 2595 "type": "git", 2596 "url": "https://github.com/php-fig/container.git", 2597 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea" 2598 }, 2599 "dist": { 2600 "type": "zip", 2601 "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea", 2602 "reference": "513e0666f7216c7459170d56df27dfcefe1689ea", 2603 "shasum": "" 2604 }, 2605 "require": { 2606 "php": ">=7.4.0" 2607 }, 2608 "type": "library", 2609 "autoload": { 2610 "psr-4": { 2611 "Psr\\Container\\": "src/" 2612 } 2613 }, 2614 "notification-url": "https://packagist.org/downloads/", 2615 "license": [ 2616 "MIT" 2617 ], 2618 "authors": [ 2619 { 2620 "name": "PHP-FIG", 2621 "homepage": "https://www.php-fig.org/" 2622 } 2623 ], 2624 "description": "Common Container Interface (PHP FIG PSR-11)", 2625 "homepage": "https://github.com/php-fig/container", 2626 "keywords": [ 2627 "PSR-11", 2628 "container", 2629 "container-interface", 2630 "container-interop", 2631 "psr" 2632 ], 2633 "support": { 2634 "issues": "https://github.com/php-fig/container/issues", 2635 "source": "https://github.com/php-fig/container/tree/1.1.2" 2636 }, 2637 "time": "2021-11-05T16:50:12+00:00" 2638 }, 2639 { 2640 "name": "psr/log", 2641 "version": "1.1.4", 2642 "source": { 2643 "type": "git", 2644 "url": "https://github.com/php-fig/log.git", 2645 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 2646 }, 2647 "dist": { 2648 "type": "zip", 2649 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 2650 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 2651 "shasum": "" 2652 }, 2653 "require": { 2654 "php": ">=5.3.0" 2655 }, 2656 "type": "library", 2657 "extra": { 2658 "branch-alias": { 2659 "dev-master": "1.1.x-dev" 2660 } 2661 }, 2662 "autoload": { 2663 "psr-4": { 2664 "Psr\\Log\\": "Psr/Log/" 2665 } 2666 }, 2667 "notification-url": "https://packagist.org/downloads/", 2668 "license": [ 2669 "MIT" 2670 ], 2671 "authors": [ 2672 { 2673 "name": "PHP-FIG", 2674 "homepage": "https://www.php-fig.org/" 2675 } 2676 ], 2677 "description": "Common interface for logging libraries", 2678 "homepage": "https://github.com/php-fig/log", 2679 "keywords": [ 2680 "log", 2681 "psr", 2682 "psr-3" 2683 ], 2684 "support": { 2685 "source": "https://github.com/php-fig/log/tree/1.1.4" 2686 }, 2687 "time": "2021-05-03T11:20:27+00:00" 2688 }, 2689 { 2690 "name": "psr/simple-cache", 2691 "version": "1.0.1", 2692 "source": { 2693 "type": "git", 2694 "url": "https://github.com/php-fig/simple-cache.git", 2695 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b" 2696 }, 2697 "dist": { 2698 "type": "zip", 2699 "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2700 "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b", 2701 "shasum": "" 2702 }, 2703 "require": { 2704 "php": ">=5.3.0" 2705 }, 2706 "type": "library", 2707 "extra": { 2708 "branch-alias": { 2709 "dev-master": "1.0.x-dev" 2710 } 2711 }, 2712 "autoload": { 2713 "psr-4": { 2714 "Psr\\SimpleCache\\": "src/" 2715 } 2716 }, 2717 "notification-url": "https://packagist.org/downloads/", 2718 "license": [ 2719 "MIT" 2720 ], 2721 "authors": [ 2722 { 2723 "name": "PHP-FIG", 2724 "homepage": "http://www.php-fig.org/" 2725 } 2726 ], 2727 "description": "Common interfaces for simple caching", 2728 "keywords": [ 2729 "cache", 2730 "caching", 2731 "psr", 2732 "psr-16", 2733 "simple-cache" 2734 ], 2735 "support": { 2736 "source": "https://github.com/php-fig/simple-cache/tree/master" 2737 }, 2738 "time": "2017-10-23T01:57:42+00:00" 2739 }, 2740 { 2741 "name": "react/promise", 2742 "version": "v3.3.0", 2743 "source": { 2744 "type": "git", 2745 "url": "https://github.com/reactphp/promise.git", 2746 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" 2747 }, 2748 "dist": { 2749 "type": "zip", 2750 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", 2751 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", 2752 "shasum": "" 2753 }, 2754 "require": { 2755 "php": ">=7.1.0" 2756 }, 2757 "require-dev": { 2758 "phpstan/phpstan": "1.12.28 || 1.4.10", 2759 "phpunit/phpunit": "^9.6 || ^7.5" 2760 }, 2761 "type": "library", 2762 "autoload": { 2763 "files": [ 2764 "src/functions_include.php" 2765 ], 2766 "psr-4": { 2767 "React\\Promise\\": "src/" 2768 } 2769 }, 2770 "notification-url": "https://packagist.org/downloads/", 2771 "license": [ 2772 "MIT" 2773 ], 2774 "authors": [ 2775 { 2776 "name": "Jan Sorgalla", 2777 "email": "jsorgalla@gmail.com", 2778 "homepage": "https://sorgalla.com/" 2779 }, 2780 { 2781 "name": "Christian Lück", 2782 "email": "christian@clue.engineering", 2783 "homepage": "https://clue.engineering/" 2784 }, 2785 { 2786 "name": "Cees-Jan Kiewiet", 2787 "email": "reactphp@ceesjankiewiet.nl", 2788 "homepage": "https://wyrihaximus.net/" 2789 }, 2790 { 2791 "name": "Chris Boden", 2792 "email": "cboden@gmail.com", 2793 "homepage": "https://cboden.dev/" 2794 } 2795 ], 2796 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 2797 "keywords": [ 2798 "promise", 2799 "promises" 2800 ], 2801 "support": { 2802 "issues": "https://github.com/reactphp/promise/issues", 2803 "source": "https://github.com/reactphp/promise/tree/v3.3.0" 2804 }, 2805 "funding": [ 2806 { 2807 "url": "https://opencollective.com/reactphp", 2808 "type": "open_collective" 2809 } 2810 ], 2811 "time": "2025-08-19T18:57:03+00:00" 2812 }, 2813 { 2814 "name": "seld/jsonlint", 2815 "version": "1.11.0", 2816 "source": { 2817 "type": "git", 2818 "url": "https://github.com/Seldaek/jsonlint.git", 2819 "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2" 2820 }, 2821 "dist": { 2822 "type": "zip", 2823 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2", 2824 "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2", 2825 "shasum": "" 2826 }, 2827 "require": { 2828 "php": "^5.3 || ^7.0 || ^8.0" 2829 }, 2830 "require-dev": { 2831 "phpstan/phpstan": "^1.11", 2832 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13" 2833 }, 2834 "bin": [ 2835 "bin/jsonlint" 2836 ], 2837 "type": "library", 2838 "autoload": { 2839 "psr-4": { 2840 "Seld\\JsonLint\\": "src/Seld/JsonLint/" 2841 } 2842 }, 2843 "notification-url": "https://packagist.org/downloads/", 2844 "license": [ 2845 "MIT" 2846 ], 2847 "authors": [ 2848 { 2849 "name": "Jordi Boggiano", 2850 "email": "j.boggiano@seld.be", 2851 "homepage": "https://seld.be" 2852 } 2853 ], 2854 "description": "JSON Linter", 2855 "keywords": [ 2856 "json", 2857 "linter", 2858 "parser", 2859 "validator" 2860 ], 2861 "support": { 2862 "issues": "https://github.com/Seldaek/jsonlint/issues", 2863 "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0" 2864 }, 2865 "funding": [ 2866 { 2867 "url": "https://github.com/Seldaek", 2868 "type": "github" 2869 }, 2870 { 2871 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint", 2872 "type": "tidelift" 2873 } 2874 ], 2875 "time": "2024-07-11T14:55:45+00:00" 2876 }, 2877 { 2878 "name": "seld/phar-utils", 2879 "version": "1.2.1", 2880 "source": { 2881 "type": "git", 2882 "url": "https://github.com/Seldaek/phar-utils.git", 2883 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c" 2884 }, 2885 "dist": { 2886 "type": "zip", 2887 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", 2888 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c", 2889 "shasum": "" 2890 }, 2891 "require": { 2892 "php": ">=5.3" 2893 }, 2894 "type": "library", 2895 "extra": { 2896 "branch-alias": { 2897 "dev-master": "1.x-dev" 2898 } 2899 }, 2900 "autoload": { 2901 "psr-4": { 2902 "Seld\\PharUtils\\": "src/" 2903 } 2904 }, 2905 "notification-url": "https://packagist.org/downloads/", 2906 "license": [ 2907 "MIT" 2908 ], 2909 "authors": [ 2910 { 2911 "name": "Jordi Boggiano", 2912 "email": "j.boggiano@seld.be" 2913 } 2914 ], 2915 "description": "PHAR file format utilities, for when PHP phars you up", 2916 "keywords": [ 2917 "phar" 2918 ], 2919 "support": { 2920 "issues": "https://github.com/Seldaek/phar-utils/issues", 2921 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1" 2922 }, 2923 "time": "2022-08-31T10:31:18+00:00" 2924 }, 2925 { 2926 "name": "seld/signal-handler", 2927 "version": "2.0.2", 2928 "source": { 2929 "type": "git", 2930 "url": "https://github.com/Seldaek/signal-handler.git", 2931 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98" 2932 }, 2933 "dist": { 2934 "type": "zip", 2935 "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", 2936 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98", 2937 "shasum": "" 2938 }, 2939 "require": { 2940 "php": ">=7.2.0" 2941 }, 2942 "require-dev": { 2943 "phpstan/phpstan": "^1", 2944 "phpstan/phpstan-deprecation-rules": "^1.0", 2945 "phpstan/phpstan-phpunit": "^1", 2946 "phpstan/phpstan-strict-rules": "^1.3", 2947 "phpunit/phpunit": "^7.5.20 || ^8.5.23", 2948 "psr/log": "^1 || ^2 || ^3" 2949 }, 2950 "type": "library", 2951 "extra": { 2952 "branch-alias": { 2953 "dev-main": "2.x-dev" 2954 } 2955 }, 2956 "autoload": { 2957 "psr-4": { 2958 "Seld\\Signal\\": "src/" 2959 } 2960 }, 2961 "notification-url": "https://packagist.org/downloads/", 2962 "license": [ 2963 "MIT" 2964 ], 2965 "authors": [ 2966 { 2967 "name": "Jordi Boggiano", 2968 "email": "j.boggiano@seld.be", 2969 "homepage": "http://seld.be" 2970 } 2971 ], 2972 "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development", 2973 "keywords": [ 2974 "posix", 2975 "sigint", 2976 "signal", 2977 "sigterm", 2978 "unix" 2979 ], 2980 "support": { 2981 "issues": "https://github.com/Seldaek/signal-handler/issues", 2982 "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2" 2983 }, 2984 "time": "2023-09-03T09:24:00+00:00" 2985 }, 2986 { 2987 "name": "symfony/cache", 2988 "version": "v5.4.46", 2989 "source": { 2990 "type": "git", 2991 "url": "https://github.com/symfony/cache.git", 2992 "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b" 2993 }, 2994 "dist": { 2995 "type": "zip", 2996 "url": "https://api.github.com/repos/symfony/cache/zipball/0fe08ee32cec2748fbfea10c52d3ee02049e0f6b", 2997 "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b", 2998 "shasum": "" 2999 }, 3000 "require": { 3001 "php": ">=7.2.5", 3002 "psr/cache": "^1.0|^2.0", 3003 "psr/log": "^1.1|^2|^3", 3004 "symfony/cache-contracts": "^1.1.7|^2", 3005 "symfony/deprecation-contracts": "^2.1|^3", 3006 "symfony/polyfill-php73": "^1.9", 3007 "symfony/polyfill-php80": "^1.16", 3008 "symfony/service-contracts": "^1.1|^2|^3", 3009 "symfony/var-exporter": "^4.4|^5.0|^6.0" 3010 }, 3011 "conflict": { 3012 "doctrine/dbal": "<2.13.1", 3013 "symfony/dependency-injection": "<4.4", 3014 "symfony/http-kernel": "<4.4", 3015 "symfony/var-dumper": "<4.4" 3016 }, 3017 "provide": { 3018 "psr/cache-implementation": "1.0|2.0", 3019 "psr/simple-cache-implementation": "1.0|2.0", 3020 "symfony/cache-implementation": "1.0|2.0" 3021 }, 3022 "require-dev": { 3023 "cache/integration-tests": "dev-master", 3024 "doctrine/cache": "^1.6|^2.0", 3025 "doctrine/dbal": "^2.13.1|^3|^4", 3026 "predis/predis": "^1.1|^2.0", 3027 "psr/simple-cache": "^1.0|^2.0", 3028 "symfony/config": "^4.4|^5.0|^6.0", 3029 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3030 "symfony/filesystem": "^4.4|^5.0|^6.0", 3031 "symfony/http-kernel": "^4.4|^5.0|^6.0", 3032 "symfony/messenger": "^4.4|^5.0|^6.0", 3033 "symfony/var-dumper": "^4.4|^5.0|^6.0" 3034 }, 3035 "type": "library", 3036 "autoload": { 3037 "psr-4": { 3038 "Symfony\\Component\\Cache\\": "" 3039 }, 3040 "exclude-from-classmap": [ 3041 "/Tests/" 3042 ] 3043 }, 3044 "notification-url": "https://packagist.org/downloads/", 3045 "license": [ 3046 "MIT" 3047 ], 3048 "authors": [ 3049 { 3050 "name": "Nicolas Grekas", 3051 "email": "p@tchwork.com" 3052 }, 3053 { 3054 "name": "Symfony Community", 3055 "homepage": "https://symfony.com/contributors" 3056 } 3057 ], 3058 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations", 3059 "homepage": "https://symfony.com", 3060 "keywords": [ 3061 "caching", 3062 "psr6" 3063 ], 3064 "support": { 3065 "source": "https://github.com/symfony/cache/tree/v5.4.46" 3066 }, 3067 "funding": [ 3068 { 3069 "url": "https://symfony.com/sponsor", 3070 "type": "custom" 3071 }, 3072 { 3073 "url": "https://github.com/fabpot", 3074 "type": "github" 3075 }, 3076 { 3077 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3078 "type": "tidelift" 3079 } 3080 ], 3081 "time": "2024-11-04T11:43:55+00:00" 3082 }, 3083 { 3084 "name": "symfony/cache-contracts", 3085 "version": "v2.5.4", 3086 "source": { 3087 "type": "git", 3088 "url": "https://github.com/symfony/cache-contracts.git", 3089 "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e" 3090 }, 3091 "dist": { 3092 "type": "zip", 3093 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/517c3a3619dadfa6952c4651767fcadffb4df65e", 3094 "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e", 3095 "shasum": "" 3096 }, 3097 "require": { 3098 "php": ">=7.2.5", 3099 "psr/cache": "^1.0|^2.0|^3.0" 3100 }, 3101 "suggest": { 3102 "symfony/cache-implementation": "" 3103 }, 3104 "type": "library", 3105 "extra": { 3106 "thanks": { 3107 "url": "https://github.com/symfony/contracts", 3108 "name": "symfony/contracts" 3109 }, 3110 "branch-alias": { 3111 "dev-main": "2.5-dev" 3112 } 3113 }, 3114 "autoload": { 3115 "psr-4": { 3116 "Symfony\\Contracts\\Cache\\": "" 3117 } 3118 }, 3119 "notification-url": "https://packagist.org/downloads/", 3120 "license": [ 3121 "MIT" 3122 ], 3123 "authors": [ 3124 { 3125 "name": "Nicolas Grekas", 3126 "email": "p@tchwork.com" 3127 }, 3128 { 3129 "name": "Symfony Community", 3130 "homepage": "https://symfony.com/contributors" 3131 } 3132 ], 3133 "description": "Generic abstractions related to caching", 3134 "homepage": "https://symfony.com", 3135 "keywords": [ 3136 "abstractions", 3137 "contracts", 3138 "decoupling", 3139 "interfaces", 3140 "interoperability", 3141 "standards" 3142 ], 3143 "support": { 3144 "source": "https://github.com/symfony/cache-contracts/tree/v2.5.4" 3145 }, 3146 "funding": [ 3147 { 3148 "url": "https://symfony.com/sponsor", 3149 "type": "custom" 3150 }, 3151 { 3152 "url": "https://github.com/fabpot", 3153 "type": "github" 3154 }, 3155 { 3156 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3157 "type": "tidelift" 3158 } 3159 ], 3160 "time": "2024-09-25T14:11:13+00:00" 3161 }, 3162 { 3163 "name": "symfony/console", 3164 "version": "v5.4.47", 3165 "source": { 3166 "type": "git", 3167 "url": "https://github.com/symfony/console.git", 3168 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed" 3169 }, 3170 "dist": { 3171 "type": "zip", 3172 "url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", 3173 "reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed", 3174 "shasum": "" 3175 }, 3176 "require": { 3177 "php": ">=7.2.5", 3178 "symfony/deprecation-contracts": "^2.1|^3", 3179 "symfony/polyfill-mbstring": "~1.0", 3180 "symfony/polyfill-php73": "^1.9", 3181 "symfony/polyfill-php80": "^1.16", 3182 "symfony/service-contracts": "^1.1|^2|^3", 3183 "symfony/string": "^5.1|^6.0" 3184 }, 3185 "conflict": { 3186 "psr/log": ">=3", 3187 "symfony/dependency-injection": "<4.4", 3188 "symfony/dotenv": "<5.1", 3189 "symfony/event-dispatcher": "<4.4", 3190 "symfony/lock": "<4.4", 3191 "symfony/process": "<4.4" 3192 }, 3193 "provide": { 3194 "psr/log-implementation": "1.0|2.0" 3195 }, 3196 "require-dev": { 3197 "psr/log": "^1|^2", 3198 "symfony/config": "^4.4|^5.0|^6.0", 3199 "symfony/dependency-injection": "^4.4|^5.0|^6.0", 3200 "symfony/event-dispatcher": "^4.4|^5.0|^6.0", 3201 "symfony/lock": "^4.4|^5.0|^6.0", 3202 "symfony/process": "^4.4|^5.0|^6.0", 3203 "symfony/var-dumper": "^4.4|^5.0|^6.0" 3204 }, 3205 "suggest": { 3206 "psr/log": "For using the console logger", 3207 "symfony/event-dispatcher": "", 3208 "symfony/lock": "", 3209 "symfony/process": "" 3210 }, 3211 "type": "library", 3212 "autoload": { 3213 "psr-4": { 3214 "Symfony\\Component\\Console\\": "" 3215 }, 3216 "exclude-from-classmap": [ 3217 "/Tests/" 3218 ] 3219 }, 3220 "notification-url": "https://packagist.org/downloads/", 3221 "license": [ 3222 "MIT" 3223 ], 3224 "authors": [ 3225 { 3226 "name": "Fabien Potencier", 3227 "email": "fabien@symfony.com" 3228 }, 3229 { 3230 "name": "Symfony Community", 3231 "homepage": "https://symfony.com/contributors" 3232 } 3233 ], 3234 "description": "Eases the creation of beautiful and testable command line interfaces", 3235 "homepage": "https://symfony.com", 3236 "keywords": [ 3237 "cli", 3238 "command-line", 3239 "console", 3240 "terminal" 3241 ], 3242 "support": { 3243 "source": "https://github.com/symfony/console/tree/v5.4.47" 3244 }, 3245 "funding": [ 3246 { 3247 "url": "https://symfony.com/sponsor", 3248 "type": "custom" 3249 }, 3250 { 3251 "url": "https://github.com/fabpot", 3252 "type": "github" 3253 }, 3254 { 3255 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3256 "type": "tidelift" 3257 } 3258 ], 3259 "time": "2024-11-06T11:30:55+00:00" 3260 }, 3261 { 3262 "name": "symfony/deprecation-contracts", 3263 "version": "v2.5.4", 3264 "source": { 3265 "type": "git", 3266 "url": "https://github.com/symfony/deprecation-contracts.git", 3267 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918" 3268 }, 3269 "dist": { 3270 "type": "zip", 3271 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918", 3272 "reference": "605389f2a7e5625f273b53960dc46aeaf9c62918", 3273 "shasum": "" 3274 }, 3275 "require": { 3276 "php": ">=7.1" 3277 }, 3278 "type": "library", 3279 "extra": { 3280 "thanks": { 3281 "url": "https://github.com/symfony/contracts", 3282 "name": "symfony/contracts" 3283 }, 3284 "branch-alias": { 3285 "dev-main": "2.5-dev" 3286 } 3287 }, 3288 "autoload": { 3289 "files": [ 3290 "function.php" 3291 ] 3292 }, 3293 "notification-url": "https://packagist.org/downloads/", 3294 "license": [ 3295 "MIT" 3296 ], 3297 "authors": [ 3298 { 3299 "name": "Nicolas Grekas", 3300 "email": "p@tchwork.com" 3301 }, 3302 { 3303 "name": "Symfony Community", 3304 "homepage": "https://symfony.com/contributors" 3305 } 3306 ], 3307 "description": "A generic function and convention to trigger deprecation notices", 3308 "homepage": "https://symfony.com", 3309 "support": { 3310 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4" 3311 }, 3312 "funding": [ 3313 { 3314 "url": "https://symfony.com/sponsor", 3315 "type": "custom" 3316 }, 3317 { 3318 "url": "https://github.com/fabpot", 3319 "type": "github" 3320 }, 3321 { 3322 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3323 "type": "tidelift" 3324 } 3325 ], 3326 "time": "2024-09-25T14:11:13+00:00" 3327 }, 3328 { 3329 "name": "symfony/filesystem", 3330 "version": "v5.4.45", 3331 "source": { 3332 "type": "git", 3333 "url": "https://github.com/symfony/filesystem.git", 3334 "reference": "57c8294ed37d4a055b77057827c67f9558c95c54" 3335 }, 3336 "dist": { 3337 "type": "zip", 3338 "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54", 3339 "reference": "57c8294ed37d4a055b77057827c67f9558c95c54", 3340 "shasum": "" 3341 }, 3342 "require": { 3343 "php": ">=7.2.5", 3344 "symfony/polyfill-ctype": "~1.8", 3345 "symfony/polyfill-mbstring": "~1.8", 3346 "symfony/polyfill-php80": "^1.16" 3347 }, 3348 "require-dev": { 3349 "symfony/process": "^5.4|^6.4" 3350 }, 3351 "type": "library", 3352 "autoload": { 3353 "psr-4": { 3354 "Symfony\\Component\\Filesystem\\": "" 3355 }, 3356 "exclude-from-classmap": [ 3357 "/Tests/" 3358 ] 3359 }, 3360 "notification-url": "https://packagist.org/downloads/", 3361 "license": [ 3362 "MIT" 3363 ], 3364 "authors": [ 3365 { 3366 "name": "Fabien Potencier", 3367 "email": "fabien@symfony.com" 3368 }, 3369 { 3370 "name": "Symfony Community", 3371 "homepage": "https://symfony.com/contributors" 3372 } 3373 ], 3374 "description": "Provides basic utilities for the filesystem", 3375 "homepage": "https://symfony.com", 3376 "support": { 3377 "source": "https://github.com/symfony/filesystem/tree/v5.4.45" 3378 }, 3379 "funding": [ 3380 { 3381 "url": "https://symfony.com/sponsor", 3382 "type": "custom" 3383 }, 3384 { 3385 "url": "https://github.com/fabpot", 3386 "type": "github" 3387 }, 3388 { 3389 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3390 "type": "tidelift" 3391 } 3392 ], 3393 "time": "2024-10-22T13:05:35+00:00" 3394 }, 3395 { 3396 "name": "symfony/finder", 3397 "version": "v5.4.45", 3398 "source": { 3399 "type": "git", 3400 "url": "https://github.com/symfony/finder.git", 3401 "reference": "63741784cd7b9967975eec610b256eed3ede022b" 3402 }, 3403 "dist": { 3404 "type": "zip", 3405 "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b", 3406 "reference": "63741784cd7b9967975eec610b256eed3ede022b", 3407 "shasum": "" 3408 }, 3409 "require": { 3410 "php": ">=7.2.5", 3411 "symfony/deprecation-contracts": "^2.1|^3", 3412 "symfony/polyfill-php80": "^1.16" 3413 }, 3414 "type": "library", 3415 "autoload": { 3416 "psr-4": { 3417 "Symfony\\Component\\Finder\\": "" 3418 }, 3419 "exclude-from-classmap": [ 3420 "/Tests/" 3421 ] 3422 }, 3423 "notification-url": "https://packagist.org/downloads/", 3424 "license": [ 3425 "MIT" 3426 ], 3427 "authors": [ 3428 { 3429 "name": "Fabien Potencier", 3430 "email": "fabien@symfony.com" 3431 }, 3432 { 3433 "name": "Symfony Community", 3434 "homepage": "https://symfony.com/contributors" 3435 } 3436 ], 3437 "description": "Finds files and directories via an intuitive fluent interface", 3438 "homepage": "https://symfony.com", 3439 "support": { 3440 "source": "https://github.com/symfony/finder/tree/v5.4.45" 3441 }, 3442 "funding": [ 3443 { 3444 "url": "https://symfony.com/sponsor", 3445 "type": "custom" 3446 }, 3447 { 3448 "url": "https://github.com/fabpot", 3449 "type": "github" 3450 }, 3451 { 3452 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3453 "type": "tidelift" 3454 } 3455 ], 3456 "time": "2024-09-28T13:32:08+00:00" 3457 }, 3458 { 3459 "name": "symfony/polyfill-ctype", 3460 "version": "v1.33.0", 3461 "source": { 3462 "type": "git", 3463 "url": "https://github.com/symfony/polyfill-ctype.git", 3464 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" 3465 }, 3466 "dist": { 3467 "type": "zip", 3468 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", 3469 "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", 3470 "shasum": "" 3471 }, 3472 "require": { 3473 "php": ">=7.2" 3474 }, 3475 "provide": { 3476 "ext-ctype": "*" 3477 }, 3478 "suggest": { 3479 "ext-ctype": "For best performance" 3480 }, 3481 "type": "library", 3482 "extra": { 3483 "thanks": { 3484 "url": "https://github.com/symfony/polyfill", 3485 "name": "symfony/polyfill" 3486 } 3487 }, 3488 "autoload": { 3489 "files": [ 3490 "bootstrap.php" 3491 ], 3492 "psr-4": { 3493 "Symfony\\Polyfill\\Ctype\\": "" 3494 } 3495 }, 3496 "notification-url": "https://packagist.org/downloads/", 3497 "license": [ 3498 "MIT" 3499 ], 3500 "authors": [ 3501 { 3502 "name": "Gert de Pagter", 3503 "email": "BackEndTea@gmail.com" 3504 }, 3505 { 3506 "name": "Symfony Community", 3507 "homepage": "https://symfony.com/contributors" 3508 } 3509 ], 3510 "description": "Symfony polyfill for ctype functions", 3511 "homepage": "https://symfony.com", 3512 "keywords": [ 3513 "compatibility", 3514 "ctype", 3515 "polyfill", 3516 "portable" 3517 ], 3518 "support": { 3519 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" 3520 }, 3521 "funding": [ 3522 { 3523 "url": "https://symfony.com/sponsor", 3524 "type": "custom" 3525 }, 3526 { 3527 "url": "https://github.com/fabpot", 3528 "type": "github" 3529 }, 3530 { 3531 "url": "https://github.com/nicolas-grekas", 3532 "type": "github" 3533 }, 3534 { 3535 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3536 "type": "tidelift" 3537 } 3538 ], 3539 "time": "2024-09-09T11:45:10+00:00" 3540 }, 3541 { 3542 "name": "symfony/polyfill-intl-grapheme", 3543 "version": "v1.33.0", 3544 "source": { 3545 "type": "git", 3546 "url": "https://github.com/symfony/polyfill-intl-grapheme.git", 3547 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" 3548 }, 3549 "dist": { 3550 "type": "zip", 3551 "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", 3552 "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", 3553 "shasum": "" 3554 }, 3555 "require": { 3556 "php": ">=7.2" 3557 }, 3558 "suggest": { 3559 "ext-intl": "For best performance" 3560 }, 3561 "type": "library", 3562 "extra": { 3563 "thanks": { 3564 "url": "https://github.com/symfony/polyfill", 3565 "name": "symfony/polyfill" 3566 } 3567 }, 3568 "autoload": { 3569 "files": [ 3570 "bootstrap.php" 3571 ], 3572 "psr-4": { 3573 "Symfony\\Polyfill\\Intl\\Grapheme\\": "" 3574 } 3575 }, 3576 "notification-url": "https://packagist.org/downloads/", 3577 "license": [ 3578 "MIT" 3579 ], 3580 "authors": [ 3581 { 3582 "name": "Nicolas Grekas", 3583 "email": "p@tchwork.com" 3584 }, 3585 { 3586 "name": "Symfony Community", 3587 "homepage": "https://symfony.com/contributors" 3588 } 3589 ], 3590 "description": "Symfony polyfill for intl's grapheme_* functions", 3591 "homepage": "https://symfony.com", 3592 "keywords": [ 3593 "compatibility", 3594 "grapheme", 3595 "intl", 3596 "polyfill", 3597 "portable", 3598 "shim" 3599 ], 3600 "support": { 3601 "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" 3602 }, 3603 "funding": [ 3604 { 3605 "url": "https://symfony.com/sponsor", 3606 "type": "custom" 3607 }, 3608 { 3609 "url": "https://github.com/fabpot", 3610 "type": "github" 3611 }, 3612 { 3613 "url": "https://github.com/nicolas-grekas", 3614 "type": "github" 3615 }, 3616 { 3617 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3618 "type": "tidelift" 3619 } 3620 ], 3621 "time": "2025-06-27T09:58:17+00:00" 3622 }, 3623 { 3624 "name": "symfony/polyfill-intl-normalizer", 3625 "version": "v1.33.0", 3626 "source": { 3627 "type": "git", 3628 "url": "https://github.com/symfony/polyfill-intl-normalizer.git", 3629 "reference": "3833d7255cc303546435cb650316bff708a1c75c" 3630 }, 3631 "dist": { 3632 "type": "zip", 3633 "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c", 3634 "reference": "3833d7255cc303546435cb650316bff708a1c75c", 3635 "shasum": "" 3636 }, 3637 "require": { 3638 "php": ">=7.2" 3639 }, 3640 "suggest": { 3641 "ext-intl": "For best performance" 3642 }, 3643 "type": "library", 3644 "extra": { 3645 "thanks": { 3646 "url": "https://github.com/symfony/polyfill", 3647 "name": "symfony/polyfill" 3648 } 3649 }, 3650 "autoload": { 3651 "files": [ 3652 "bootstrap.php" 3653 ], 3654 "psr-4": { 3655 "Symfony\\Polyfill\\Intl\\Normalizer\\": "" 3656 }, 3657 "classmap": [ 3658 "Resources/stubs" 3659 ] 3660 }, 3661 "notification-url": "https://packagist.org/downloads/", 3662 "license": [ 3663 "MIT" 3664 ], 3665 "authors": [ 3666 { 3667 "name": "Nicolas Grekas", 3668 "email": "p@tchwork.com" 3669 }, 3670 { 3671 "name": "Symfony Community", 3672 "homepage": "https://symfony.com/contributors" 3673 } 3674 ], 3675 "description": "Symfony polyfill for intl's Normalizer class and related functions", 3676 "homepage": "https://symfony.com", 3677 "keywords": [ 3678 "compatibility", 3679 "intl", 3680 "normalizer", 3681 "polyfill", 3682 "portable", 3683 "shim" 3684 ], 3685 "support": { 3686 "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" 3687 }, 3688 "funding": [ 3689 { 3690 "url": "https://symfony.com/sponsor", 3691 "type": "custom" 3692 }, 3693 { 3694 "url": "https://github.com/fabpot", 3695 "type": "github" 3696 }, 3697 { 3698 "url": "https://github.com/nicolas-grekas", 3699 "type": "github" 3700 }, 3701 { 3702 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3703 "type": "tidelift" 3704 } 3705 ], 3706 "time": "2024-09-09T11:45:10+00:00" 3707 }, 3708 { 3709 "name": "symfony/polyfill-mbstring", 3710 "version": "v1.33.0", 3711 "source": { 3712 "type": "git", 3713 "url": "https://github.com/symfony/polyfill-mbstring.git", 3714 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" 3715 }, 3716 "dist": { 3717 "type": "zip", 3718 "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", 3719 "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", 3720 "shasum": "" 3721 }, 3722 "require": { 3723 "ext-iconv": "*", 3724 "php": ">=7.2" 3725 }, 3726 "provide": { 3727 "ext-mbstring": "*" 3728 }, 3729 "suggest": { 3730 "ext-mbstring": "For best performance" 3731 }, 3732 "type": "library", 3733 "extra": { 3734 "thanks": { 3735 "url": "https://github.com/symfony/polyfill", 3736 "name": "symfony/polyfill" 3737 } 3738 }, 3739 "autoload": { 3740 "files": [ 3741 "bootstrap.php" 3742 ], 3743 "psr-4": { 3744 "Symfony\\Polyfill\\Mbstring\\": "" 3745 } 3746 }, 3747 "notification-url": "https://packagist.org/downloads/", 3748 "license": [ 3749 "MIT" 3750 ], 3751 "authors": [ 3752 { 3753 "name": "Nicolas Grekas", 3754 "email": "p@tchwork.com" 3755 }, 3756 { 3757 "name": "Symfony Community", 3758 "homepage": "https://symfony.com/contributors" 3759 } 3760 ], 3761 "description": "Symfony polyfill for the Mbstring extension", 3762 "homepage": "https://symfony.com", 3763 "keywords": [ 3764 "compatibility", 3765 "mbstring", 3766 "polyfill", 3767 "portable", 3768 "shim" 3769 ], 3770 "support": { 3771 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" 3772 }, 3773 "funding": [ 3774 { 3775 "url": "https://symfony.com/sponsor", 3776 "type": "custom" 3777 }, 3778 { 3779 "url": "https://github.com/fabpot", 3780 "type": "github" 3781 }, 3782 { 3783 "url": "https://github.com/nicolas-grekas", 3784 "type": "github" 3785 }, 3786 { 3787 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3788 "type": "tidelift" 3789 } 3790 ], 3791 "time": "2024-12-23T08:48:59+00:00" 3792 }, 3793 { 3794 "name": "symfony/polyfill-php73", 3795 "version": "v1.33.0", 3796 "source": { 3797 "type": "git", 3798 "url": "https://github.com/symfony/polyfill-php73.git", 3799 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb" 3800 }, 3801 "dist": { 3802 "type": "zip", 3803 "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb", 3804 "reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb", 3805 "shasum": "" 3806 }, 3807 "require": { 3808 "php": ">=7.2" 3809 }, 3810 "type": "library", 3811 "extra": { 3812 "thanks": { 3813 "url": "https://github.com/symfony/polyfill", 3814 "name": "symfony/polyfill" 3815 } 3816 }, 3817 "autoload": { 3818 "files": [ 3819 "bootstrap.php" 3820 ], 3821 "psr-4": { 3822 "Symfony\\Polyfill\\Php73\\": "" 3823 }, 3824 "classmap": [ 3825 "Resources/stubs" 3826 ] 3827 }, 3828 "notification-url": "https://packagist.org/downloads/", 3829 "license": [ 3830 "MIT" 3831 ], 3832 "authors": [ 3833 { 3834 "name": "Nicolas Grekas", 3835 "email": "p@tchwork.com" 3836 }, 3837 { 3838 "name": "Symfony Community", 3839 "homepage": "https://symfony.com/contributors" 3840 } 3841 ], 3842 "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions", 3843 "homepage": "https://symfony.com", 3844 "keywords": [ 3845 "compatibility", 3846 "polyfill", 3847 "portable", 3848 "shim" 3849 ], 3850 "support": { 3851 "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0" 3852 }, 3853 "funding": [ 3854 { 3855 "url": "https://symfony.com/sponsor", 3856 "type": "custom" 3857 }, 3858 { 3859 "url": "https://github.com/fabpot", 3860 "type": "github" 3861 }, 3862 { 3863 "url": "https://github.com/nicolas-grekas", 3864 "type": "github" 3865 }, 3866 { 3867 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3868 "type": "tidelift" 3869 } 3870 ], 3871 "time": "2024-09-09T11:45:10+00:00" 3872 }, 3873 { 3874 "name": "symfony/polyfill-php80", 3875 "version": "v1.33.0", 3876 "source": { 3877 "type": "git", 3878 "url": "https://github.com/symfony/polyfill-php80.git", 3879 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608" 3880 }, 3881 "dist": { 3882 "type": "zip", 3883 "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 3884 "reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608", 3885 "shasum": "" 3886 }, 3887 "require": { 3888 "php": ">=7.2" 3889 }, 3890 "type": "library", 3891 "extra": { 3892 "thanks": { 3893 "url": "https://github.com/symfony/polyfill", 3894 "name": "symfony/polyfill" 3895 } 3896 }, 3897 "autoload": { 3898 "files": [ 3899 "bootstrap.php" 3900 ], 3901 "psr-4": { 3902 "Symfony\\Polyfill\\Php80\\": "" 3903 }, 3904 "classmap": [ 3905 "Resources/stubs" 3906 ] 3907 }, 3908 "notification-url": "https://packagist.org/downloads/", 3909 "license": [ 3910 "MIT" 3911 ], 3912 "authors": [ 3913 { 3914 "name": "Ion Bazan", 3915 "email": "ion.bazan@gmail.com" 3916 }, 3917 { 3918 "name": "Nicolas Grekas", 3919 "email": "p@tchwork.com" 3920 }, 3921 { 3922 "name": "Symfony Community", 3923 "homepage": "https://symfony.com/contributors" 3924 } 3925 ], 3926 "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions", 3927 "homepage": "https://symfony.com", 3928 "keywords": [ 3929 "compatibility", 3930 "polyfill", 3931 "portable", 3932 "shim" 3933 ], 3934 "support": { 3935 "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0" 3936 }, 3937 "funding": [ 3938 { 3939 "url": "https://symfony.com/sponsor", 3940 "type": "custom" 3941 }, 3942 { 3943 "url": "https://github.com/fabpot", 3944 "type": "github" 3945 }, 3946 { 3947 "url": "https://github.com/nicolas-grekas", 3948 "type": "github" 3949 }, 3950 { 3951 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 3952 "type": "tidelift" 3953 } 3954 ], 3955 "time": "2025-01-02T08:10:11+00:00" 3956 }, 3957 { 3958 "name": "symfony/polyfill-php81", 3959 "version": "v1.33.0", 3960 "source": { 3961 "type": "git", 3962 "url": "https://github.com/symfony/polyfill-php81.git", 3963 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c" 3964 }, 3965 "dist": { 3966 "type": "zip", 3967 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", 3968 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c", 3969 "shasum": "" 3970 }, 3971 "require": { 3972 "php": ">=7.2" 3973 }, 3974 "type": "library", 3975 "extra": { 3976 "thanks": { 3977 "url": "https://github.com/symfony/polyfill", 3978 "name": "symfony/polyfill" 3979 } 3980 }, 3981 "autoload": { 3982 "files": [ 3983 "bootstrap.php" 3984 ], 3985 "psr-4": { 3986 "Symfony\\Polyfill\\Php81\\": "" 3987 }, 3988 "classmap": [ 3989 "Resources/stubs" 3990 ] 3991 }, 3992 "notification-url": "https://packagist.org/downloads/", 3993 "license": [ 3994 "MIT" 3995 ], 3996 "authors": [ 3997 { 3998 "name": "Nicolas Grekas", 3999 "email": "p@tchwork.com" 4000 }, 4001 { 4002 "name": "Symfony Community", 4003 "homepage": "https://symfony.com/contributors" 4004 } 4005 ], 4006 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions", 4007 "homepage": "https://symfony.com", 4008 "keywords": [ 4009 "compatibility", 4010 "polyfill", 4011 "portable", 4012 "shim" 4013 ], 4014 "support": { 4015 "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0" 4016 }, 4017 "funding": [ 4018 { 4019 "url": "https://symfony.com/sponsor", 4020 "type": "custom" 4021 }, 4022 { 4023 "url": "https://github.com/fabpot", 4024 "type": "github" 4025 }, 4026 { 4027 "url": "https://github.com/nicolas-grekas", 4028 "type": "github" 4029 }, 4030 { 4031 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4032 "type": "tidelift" 4033 } 4034 ], 4035 "time": "2024-09-09T11:45:10+00:00" 4036 }, 4037 { 4038 "name": "symfony/polyfill-php84", 4039 "version": "v1.33.0", 4040 "source": { 4041 "type": "git", 4042 "url": "https://github.com/symfony/polyfill-php84.git", 4043 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" 4044 }, 4045 "dist": { 4046 "type": "zip", 4047 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", 4048 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", 4049 "shasum": "" 4050 }, 4051 "require": { 4052 "php": ">=7.2" 4053 }, 4054 "type": "library", 4055 "extra": { 4056 "thanks": { 4057 "url": "https://github.com/symfony/polyfill", 4058 "name": "symfony/polyfill" 4059 } 4060 }, 4061 "autoload": { 4062 "files": [ 4063 "bootstrap.php" 4064 ], 4065 "psr-4": { 4066 "Symfony\\Polyfill\\Php84\\": "" 4067 }, 4068 "classmap": [ 4069 "Resources/stubs" 4070 ] 4071 }, 4072 "notification-url": "https://packagist.org/downloads/", 4073 "license": [ 4074 "MIT" 4075 ], 4076 "authors": [ 4077 { 4078 "name": "Nicolas Grekas", 4079 "email": "p@tchwork.com" 4080 }, 4081 { 4082 "name": "Symfony Community", 4083 "homepage": "https://symfony.com/contributors" 4084 } 4085 ], 4086 "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions", 4087 "homepage": "https://symfony.com", 4088 "keywords": [ 4089 "compatibility", 4090 "polyfill", 4091 "portable", 4092 "shim" 4093 ], 4094 "support": { 4095 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" 4096 }, 4097 "funding": [ 4098 { 4099 "url": "https://symfony.com/sponsor", 4100 "type": "custom" 4101 }, 4102 { 4103 "url": "https://github.com/fabpot", 4104 "type": "github" 4105 }, 4106 { 4107 "url": "https://github.com/nicolas-grekas", 4108 "type": "github" 4109 }, 4110 { 4111 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4112 "type": "tidelift" 4113 } 4114 ], 4115 "time": "2025-06-24T13:30:11+00:00" 4116 }, 4117 { 4118 "name": "symfony/process", 4119 "version": "v5.4.51", 4120 "source": { 4121 "type": "git", 4122 "url": "https://github.com/symfony/process.git", 4123 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f" 4124 }, 4125 "dist": { 4126 "type": "zip", 4127 "url": "https://api.github.com/repos/symfony/process/zipball/467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 4128 "reference": "467bfc56f18f5ef6d5ccb09324d7e988c1c0a98f", 4129 "shasum": "" 4130 }, 4131 "require": { 4132 "php": ">=7.2.5", 4133 "symfony/polyfill-php80": "^1.16" 4134 }, 4135 "type": "library", 4136 "autoload": { 4137 "psr-4": { 4138 "Symfony\\Component\\Process\\": "" 4139 }, 4140 "exclude-from-classmap": [ 4141 "/Tests/" 4142 ] 4143 }, 4144 "notification-url": "https://packagist.org/downloads/", 4145 "license": [ 4146 "MIT" 4147 ], 4148 "authors": [ 4149 { 4150 "name": "Fabien Potencier", 4151 "email": "fabien@symfony.com" 4152 }, 4153 { 4154 "name": "Symfony Community", 4155 "homepage": "https://symfony.com/contributors" 4156 } 4157 ], 4158 "description": "Executes commands in sub-processes", 4159 "homepage": "https://symfony.com", 4160 "support": { 4161 "source": "https://github.com/symfony/process/tree/v5.4.51" 4162 }, 4163 "funding": [ 4164 { 4165 "url": "https://symfony.com/sponsor", 4166 "type": "custom" 4167 }, 4168 { 4169 "url": "https://github.com/fabpot", 4170 "type": "github" 4171 }, 4172 { 4173 "url": "https://github.com/nicolas-grekas", 4174 "type": "github" 4175 }, 4176 { 4177 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4178 "type": "tidelift" 4179 } 4180 ], 4181 "time": "2026-01-26T15:53:37+00:00" 4182 }, 4183 { 4184 "name": "symfony/service-contracts", 4185 "version": "v2.5.4", 4186 "source": { 4187 "type": "git", 4188 "url": "https://github.com/symfony/service-contracts.git", 4189 "reference": "f37b419f7aea2e9abf10abd261832cace12e3300" 4190 }, 4191 "dist": { 4192 "type": "zip", 4193 "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300", 4194 "reference": "f37b419f7aea2e9abf10abd261832cace12e3300", 4195 "shasum": "" 4196 }, 4197 "require": { 4198 "php": ">=7.2.5", 4199 "psr/container": "^1.1", 4200 "symfony/deprecation-contracts": "^2.1|^3" 4201 }, 4202 "conflict": { 4203 "ext-psr": "<1.1|>=2" 4204 }, 4205 "suggest": { 4206 "symfony/service-implementation": "" 4207 }, 4208 "type": "library", 4209 "extra": { 4210 "thanks": { 4211 "url": "https://github.com/symfony/contracts", 4212 "name": "symfony/contracts" 4213 }, 4214 "branch-alias": { 4215 "dev-main": "2.5-dev" 4216 } 4217 }, 4218 "autoload": { 4219 "psr-4": { 4220 "Symfony\\Contracts\\Service\\": "" 4221 } 4222 }, 4223 "notification-url": "https://packagist.org/downloads/", 4224 "license": [ 4225 "MIT" 4226 ], 4227 "authors": [ 4228 { 4229 "name": "Nicolas Grekas", 4230 "email": "p@tchwork.com" 4231 }, 4232 { 4233 "name": "Symfony Community", 4234 "homepage": "https://symfony.com/contributors" 4235 } 4236 ], 4237 "description": "Generic abstractions related to writing services", 4238 "homepage": "https://symfony.com", 4239 "keywords": [ 4240 "abstractions", 4241 "contracts", 4242 "decoupling", 4243 "interfaces", 4244 "interoperability", 4245 "standards" 4246 ], 4247 "support": { 4248 "source": "https://github.com/symfony/service-contracts/tree/v2.5.4" 4249 }, 4250 "funding": [ 4251 { 4252 "url": "https://symfony.com/sponsor", 4253 "type": "custom" 4254 }, 4255 { 4256 "url": "https://github.com/fabpot", 4257 "type": "github" 4258 }, 4259 { 4260 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4261 "type": "tidelift" 4262 } 4263 ], 4264 "time": "2024-09-25T14:11:13+00:00" 4265 }, 4266 { 4267 "name": "symfony/string", 4268 "version": "v5.4.47", 4269 "source": { 4270 "type": "git", 4271 "url": "https://github.com/symfony/string.git", 4272 "reference": "136ca7d72f72b599f2631aca474a4f8e26719799" 4273 }, 4274 "dist": { 4275 "type": "zip", 4276 "url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799", 4277 "reference": "136ca7d72f72b599f2631aca474a4f8e26719799", 4278 "shasum": "" 4279 }, 4280 "require": { 4281 "php": ">=7.2.5", 4282 "symfony/polyfill-ctype": "~1.8", 4283 "symfony/polyfill-intl-grapheme": "~1.0", 4284 "symfony/polyfill-intl-normalizer": "~1.0", 4285 "symfony/polyfill-mbstring": "~1.0", 4286 "symfony/polyfill-php80": "~1.15" 4287 }, 4288 "conflict": { 4289 "symfony/translation-contracts": ">=3.0" 4290 }, 4291 "require-dev": { 4292 "symfony/error-handler": "^4.4|^5.0|^6.0", 4293 "symfony/http-client": "^4.4|^5.0|^6.0", 4294 "symfony/translation-contracts": "^1.1|^2", 4295 "symfony/var-exporter": "^4.4|^5.0|^6.0" 4296 }, 4297 "type": "library", 4298 "autoload": { 4299 "files": [ 4300 "Resources/functions.php" 4301 ], 4302 "psr-4": { 4303 "Symfony\\Component\\String\\": "" 4304 }, 4305 "exclude-from-classmap": [ 4306 "/Tests/" 4307 ] 4308 }, 4309 "notification-url": "https://packagist.org/downloads/", 4310 "license": [ 4311 "MIT" 4312 ], 4313 "authors": [ 4314 { 4315 "name": "Nicolas Grekas", 4316 "email": "p@tchwork.com" 4317 }, 4318 { 4319 "name": "Symfony Community", 4320 "homepage": "https://symfony.com/contributors" 4321 } 4322 ], 4323 "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way", 4324 "homepage": "https://symfony.com", 4325 "keywords": [ 4326 "grapheme", 4327 "i18n", 4328 "string", 4329 "unicode", 4330 "utf-8", 4331 "utf8" 4332 ], 4333 "support": { 4334 "source": "https://github.com/symfony/string/tree/v5.4.47" 4335 }, 4336 "funding": [ 4337 { 4338 "url": "https://symfony.com/sponsor", 4339 "type": "custom" 4340 }, 4341 { 4342 "url": "https://github.com/fabpot", 4343 "type": "github" 4344 }, 4345 { 4346 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4347 "type": "tidelift" 4348 } 4349 ], 4350 "time": "2024-11-10T20:33:58+00:00" 4351 }, 4352 { 4353 "name": "symfony/translation", 4354 "version": "v5.4.45", 4355 "source": { 4356 "type": "git", 4357 "url": "https://github.com/symfony/translation.git", 4358 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed" 4359 }, 4360 "dist": { 4361 "type": "zip", 4362 "url": "https://api.github.com/repos/symfony/translation/zipball/98f26acc99341ca4bab345fb14d7b1d7cb825bed", 4363 "reference": "98f26acc99341ca4bab345fb14d7b1d7cb825bed", 4364 "shasum": "" 4365 }, 4366 "require": { 4367 "php": ">=7.2.5", 4368 "symfony/deprecation-contracts": "^2.1|^3", 4369 "symfony/polyfill-mbstring": "~1.0", 4370 "symfony/polyfill-php80": "^1.16", 4371 "symfony/translation-contracts": "^2.3" 4372 }, 4373 "conflict": { 4374 "symfony/config": "<4.4", 4375 "symfony/console": "<5.3", 4376 "symfony/dependency-injection": "<5.0", 4377 "symfony/http-kernel": "<5.0", 4378 "symfony/twig-bundle": "<5.0", 4379 "symfony/yaml": "<4.4" 4380 }, 4381 "provide": { 4382 "symfony/translation-implementation": "2.3" 4383 }, 4384 "require-dev": { 4385 "psr/log": "^1|^2|^3", 4386 "symfony/config": "^4.4|^5.0|^6.0", 4387 "symfony/console": "^5.4|^6.0", 4388 "symfony/dependency-injection": "^5.0|^6.0", 4389 "symfony/finder": "^4.4|^5.0|^6.0", 4390 "symfony/http-client-contracts": "^1.1|^2.0|^3.0", 4391 "symfony/http-kernel": "^5.0|^6.0", 4392 "symfony/intl": "^4.4|^5.0|^6.0", 4393 "symfony/polyfill-intl-icu": "^1.21", 4394 "symfony/service-contracts": "^1.1.2|^2|^3", 4395 "symfony/yaml": "^4.4|^5.0|^6.0" 4396 }, 4397 "suggest": { 4398 "psr/log-implementation": "To use logging capability in translator", 4399 "symfony/config": "", 4400 "symfony/yaml": "" 4401 }, 4402 "type": "library", 4403 "autoload": { 4404 "files": [ 4405 "Resources/functions.php" 4406 ], 4407 "psr-4": { 4408 "Symfony\\Component\\Translation\\": "" 4409 }, 4410 "exclude-from-classmap": [ 4411 "/Tests/" 4412 ] 4413 }, 4414 "notification-url": "https://packagist.org/downloads/", 4415 "license": [ 4416 "MIT" 4417 ], 4418 "authors": [ 4419 { 4420 "name": "Fabien Potencier", 4421 "email": "fabien@symfony.com" 4422 }, 4423 { 4424 "name": "Symfony Community", 4425 "homepage": "https://symfony.com/contributors" 4426 } 4427 ], 4428 "description": "Provides tools to internationalize your application", 4429 "homepage": "https://symfony.com", 4430 "support": { 4431 "source": "https://github.com/symfony/translation/tree/v5.4.45" 4432 }, 4433 "funding": [ 4434 { 4435 "url": "https://symfony.com/sponsor", 4436 "type": "custom" 4437 }, 4438 { 4439 "url": "https://github.com/fabpot", 4440 "type": "github" 4441 }, 4442 { 4443 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4444 "type": "tidelift" 4445 } 4446 ], 4447 "time": "2024-09-25T14:11:13+00:00" 4448 }, 4449 { 4450 "name": "symfony/translation-contracts", 4451 "version": "v2.5.4", 4452 "source": { 4453 "type": "git", 4454 "url": "https://github.com/symfony/translation-contracts.git", 4455 "reference": "450d4172653f38818657022252f9d81be89ee9a8" 4456 }, 4457 "dist": { 4458 "type": "zip", 4459 "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/450d4172653f38818657022252f9d81be89ee9a8", 4460 "reference": "450d4172653f38818657022252f9d81be89ee9a8", 4461 "shasum": "" 4462 }, 4463 "require": { 4464 "php": ">=7.2.5" 4465 }, 4466 "suggest": { 4467 "symfony/translation-implementation": "" 4468 }, 4469 "type": "library", 4470 "extra": { 4471 "thanks": { 4472 "url": "https://github.com/symfony/contracts", 4473 "name": "symfony/contracts" 4474 }, 4475 "branch-alias": { 4476 "dev-main": "2.5-dev" 4477 } 4478 }, 4479 "autoload": { 4480 "psr-4": { 4481 "Symfony\\Contracts\\Translation\\": "" 4482 } 4483 }, 4484 "notification-url": "https://packagist.org/downloads/", 4485 "license": [ 4486 "MIT" 4487 ], 4488 "authors": [ 4489 { 4490 "name": "Nicolas Grekas", 4491 "email": "p@tchwork.com" 4492 }, 4493 { 4494 "name": "Symfony Community", 4495 "homepage": "https://symfony.com/contributors" 4496 } 4497 ], 4498 "description": "Generic abstractions related to translation", 4499 "homepage": "https://symfony.com", 4500 "keywords": [ 4501 "abstractions", 4502 "contracts", 4503 "decoupling", 4504 "interfaces", 4505 "interoperability", 4506 "standards" 4507 ], 4508 "support": { 4509 "source": "https://github.com/symfony/translation-contracts/tree/v2.5.4" 4510 }, 4511 "funding": [ 4512 { 4513 "url": "https://symfony.com/sponsor", 4514 "type": "custom" 4515 }, 4516 { 4517 "url": "https://github.com/fabpot", 4518 "type": "github" 4519 }, 4520 { 4521 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4522 "type": "tidelift" 4523 } 4524 ], 4525 "time": "2024-09-25T14:11:13+00:00" 4526 }, 4527 { 4528 "name": "symfony/var-exporter", 4529 "version": "v5.4.45", 4530 "source": { 4531 "type": "git", 4532 "url": "https://github.com/symfony/var-exporter.git", 4533 "reference": "862700068db0ddfd8c5b850671e029a90246ec75" 4534 }, 4535 "dist": { 4536 "type": "zip", 4537 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/862700068db0ddfd8c5b850671e029a90246ec75", 4538 "reference": "862700068db0ddfd8c5b850671e029a90246ec75", 4539 "shasum": "" 4540 }, 4541 "require": { 4542 "php": ">=7.2.5", 4543 "symfony/polyfill-php80": "^1.16" 4544 }, 4545 "require-dev": { 4546 "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0" 4547 }, 4548 "type": "library", 4549 "autoload": { 4550 "psr-4": { 4551 "Symfony\\Component\\VarExporter\\": "" 4552 }, 4553 "exclude-from-classmap": [ 4554 "/Tests/" 4555 ] 4556 }, 4557 "notification-url": "https://packagist.org/downloads/", 4558 "license": [ 4559 "MIT" 4560 ], 4561 "authors": [ 4562 { 4563 "name": "Nicolas Grekas", 4564 "email": "p@tchwork.com" 4565 }, 4566 { 4567 "name": "Symfony Community", 4568 "homepage": "https://symfony.com/contributors" 4569 } 4570 ], 4571 "description": "Allows exporting any serializable PHP data structure to plain PHP code", 4572 "homepage": "https://symfony.com", 4573 "keywords": [ 4574 "clone", 4575 "construct", 4576 "export", 4577 "hydrate", 4578 "instantiate", 4579 "serialize" 4580 ], 4581 "support": { 4582 "source": "https://github.com/symfony/var-exporter/tree/v5.4.45" 4583 }, 4584 "funding": [ 4585 { 4586 "url": "https://symfony.com/sponsor", 4587 "type": "custom" 4588 }, 4589 { 4590 "url": "https://github.com/fabpot", 4591 "type": "github" 4592 }, 4593 { 4594 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 4595 "type": "tidelift" 4596 } 4597 ], 4598 "time": "2024-09-25T14:11:13+00:00" 4599 }, 4600 { 4601 "name": "tareq1988/wp-eloquent", 4602 "version": "dev-master", 4603 "source": { 4604 "type": "git", 4605 "url": "https://github.com/blobaugh/wp-eloquent.git", 4606 "reference": "6476c083d86c3123bc9587db6266265a25d6d001" 4607 }, 4608 "dist": { 4609 "type": "zip", 4610 "url": "https://api.github.com/repos/blobaugh/wp-eloquent/zipball/6476c083d86c3123bc9587db6266265a25d6d001", 4611 "reference": "6476c083d86c3123bc9587db6266265a25d6d001", 4612 "shasum": "" 4613 }, 4614 "require": { 4615 "illuminate/database": "^8", 4616 "illuminate/pagination": "^8" 4617 }, 4618 "default-branch": true, 4619 "type": "library", 4620 "autoload": { 4621 "psr-4": { 4622 "WeDevs\\ORM\\": "src/" 4623 } 4624 }, 4625 "license": [ 4626 "GPL-2.0-or-later" 4627 ], 4628 "authors": [ 4629 { 4630 "name": "Tareq Hasan", 4631 "email": "tareq@wedevs.com" 4632 } 4633 ], 4634 "description": "Eloquent ORM for WordPress", 4635 "homepage": "https://github.com/tareq1988/wp-eloquent", 4636 "keywords": [ 4637 "eloquent", 4638 "orm", 4639 "plugin", 4640 "sql", 4641 "wordpress" 4642 ], 4643 "support": { 4644 "source": "https://github.com/blobaugh/wp-eloquent/tree/master" 4645 }, 4646 "time": "2024-05-08T17:37:20+00:00" 4647 }, 4648 { 4649 "name": "voku/portable-ascii", 4650 "version": "1.6.1", 4651 "source": { 4652 "type": "git", 4653 "url": "https://github.com/voku/portable-ascii.git", 4654 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a" 4655 }, 4656 "dist": { 4657 "type": "zip", 4658 "url": "https://api.github.com/repos/voku/portable-ascii/zipball/87337c91b9dfacee02452244ee14ab3c43bc485a", 4659 "reference": "87337c91b9dfacee02452244ee14ab3c43bc485a", 4660 "shasum": "" 4661 }, 4662 "require": { 4663 "php": ">=7.0.0" 4664 }, 4665 "require-dev": { 4666 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 4667 }, 4668 "suggest": { 4669 "ext-intl": "Use Intl for transliterator_transliterate() support" 4670 }, 4671 "type": "library", 4672 "autoload": { 4673 "psr-4": { 4674 "voku\\": "src/voku/" 4675 } 4676 }, 4677 "notification-url": "https://packagist.org/downloads/", 4678 "license": [ 4679 "MIT" 4680 ], 4681 "authors": [ 4682 { 4683 "name": "Lars Moelleken", 4684 "homepage": "http://www.moelleken.org/" 4685 } 4686 ], 4687 "description": "Portable ASCII library - performance optimized (ascii) string functions for php.", 4688 "homepage": "https://github.com/voku/portable-ascii", 4689 "keywords": [ 4690 "ascii", 4691 "clean", 4692 "php" 4693 ], 4694 "support": { 4695 "issues": "https://github.com/voku/portable-ascii/issues", 4696 "source": "https://github.com/voku/portable-ascii/tree/1.6.1" 4697 }, 4698 "funding": [ 4699 { 4700 "url": "https://www.paypal.me/moelleken", 4701 "type": "custom" 4702 }, 4703 { 4704 "url": "https://github.com/voku", 4705 "type": "github" 4706 }, 4707 { 4708 "url": "https://opencollective.com/portable-ascii", 4709 "type": "open_collective" 4710 }, 4711 { 4712 "url": "https://www.patreon.com/voku", 4713 "type": "patreon" 4714 }, 4715 { 4716 "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii", 4717 "type": "tidelift" 4718 } 4719 ], 4720 "time": "2022-01-24T18:55:24+00:00" 4721 }, 4722 { 4723 "name": "voku/simple-cache", 4724 "version": "5.0.0", 4725 "source": { 4726 "type": "git", 4727 "url": "https://github.com/voku/simple-cache.git", 4728 "reference": "71531e9a8f4bfb75a120a986ac12867af15c65be" 4729 }, 4730 "dist": { 4731 "type": "zip", 4732 "url": "https://api.github.com/repos/voku/simple-cache/zipball/71531e9a8f4bfb75a120a986ac12867af15c65be", 4733 "reference": "71531e9a8f4bfb75a120a986ac12867af15c65be", 4734 "shasum": "" 4735 }, 4736 "require": { 4737 "php": ">=7.0.0", 4738 "psr/simple-cache": "~1.0 || ~2.0" 4739 }, 4740 "provide": { 4741 "psr/simple-cache-implementation": "1.0" 4742 }, 4743 "require-dev": { 4744 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0" 4745 }, 4746 "suggest": { 4747 "predis/predis": "~1.1 || ~2.0 || ~3.0", 4748 "symfony/var-exporter": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0" 4749 }, 4750 "type": "library", 4751 "autoload": { 4752 "psr-4": { 4753 "voku\\cache\\": "src/voku/cache/" 4754 } 4755 }, 4756 "notification-url": "https://packagist.org/downloads/", 4757 "license": [ 4758 "MIT" 4759 ], 4760 "authors": [ 4761 { 4762 "name": "Lars Moelleken", 4763 "homepage": "https://www.moelleken.org/", 4764 "role": "Developer" 4765 } 4766 ], 4767 "description": "Simple Cache library", 4768 "homepage": "https://github.com/voku/simple-cache", 4769 "keywords": [ 4770 "cache", 4771 "caching", 4772 "php", 4773 "simple cache" 4774 ], 4775 "support": { 4776 "issues": "https://github.com/voku/simple-cache/issues", 4777 "source": "https://github.com/voku/simple-cache/tree/5.0.0" 4778 }, 4779 "funding": [ 4780 { 4781 "url": "https://www.paypal.me/moelleken", 4782 "type": "custom" 4783 }, 4784 { 4785 "url": "https://github.com/voku", 4786 "type": "github" 4787 }, 4788 { 4789 "url": "https://www.patreon.com/voku", 4790 "type": "patreon" 4791 }, 4792 { 4793 "url": "https://tidelift.com/funding/github/packagist/voku/simple-cache", 4794 "type": "tidelift" 4795 } 4796 ], 4797 "time": "2025-10-29T13:00:29+00:00" 4798 }, 4799 { 4800 "name": "webmozart/assert", 4801 "version": "1.12.1", 4802 "source": { 4803 "type": "git", 4804 "url": "https://github.com/webmozarts/assert.git", 4805 "reference": "9be6926d8b485f55b9229203f962b51ed377ba68" 4806 }, 4807 "dist": { 4808 "type": "zip", 4809 "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68", 4810 "reference": "9be6926d8b485f55b9229203f962b51ed377ba68", 4811 "shasum": "" 4812 }, 4813 "require": { 4814 "ext-ctype": "*", 4815 "ext-date": "*", 4816 "ext-filter": "*", 4817 "php": "^7.2 || ^8.0" 4818 }, 4819 "suggest": { 4820 "ext-intl": "", 4821 "ext-simplexml": "", 4822 "ext-spl": "" 4823 }, 4824 "type": "library", 4825 "extra": { 4826 "branch-alias": { 4827 "dev-master": "1.10-dev" 4828 } 4829 }, 4830 "autoload": { 4831 "psr-4": { 4832 "Webmozart\\Assert\\": "src/" 4833 } 4834 }, 4835 "notification-url": "https://packagist.org/downloads/", 4836 "license": [ 4837 "MIT" 4838 ], 4839 "authors": [ 4840 { 4841 "name": "Bernhard Schussek", 4842 "email": "bschussek@gmail.com" 4843 } 4844 ], 4845 "description": "Assertions to validate method input/output with nice error messages.", 4846 "keywords": [ 4847 "assert", 4848 "check", 4849 "validate" 4850 ], 4851 "support": { 4852 "issues": "https://github.com/webmozarts/assert/issues", 4853 "source": "https://github.com/webmozarts/assert/tree/1.12.1" 4854 }, 4855 "time": "2025-10-29T15:56:20+00:00" 4856 } 4857 ], 4858 "packages-dev": [ 4859 { 4860 "name": "doctrine/instantiator", 4861 "version": "1.5.0", 4862 "source": { 4863 "type": "git", 4864 "url": "https://github.com/doctrine/instantiator.git", 4865 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 4866 }, 4867 "dist": { 4868 "type": "zip", 4869 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 4870 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 4871 "shasum": "" 4872 }, 4873 "require": { 4874 "php": "^7.1 || ^8.0" 4875 }, 4876 "require-dev": { 4877 "doctrine/coding-standard": "^9 || ^11", 4878 "ext-pdo": "*", 4879 "ext-phar": "*", 4880 "phpbench/phpbench": "^0.16 || ^1", 4881 "phpstan/phpstan": "^1.4", 4882 "phpstan/phpstan-phpunit": "^1", 4883 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 4884 "vimeo/psalm": "^4.30 || ^5.4" 4885 }, 4886 "type": "library", 4887 "autoload": { 4888 "psr-4": { 4889 "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/" 4890 } 4891 }, 4892 "notification-url": "https://packagist.org/downloads/", 4893 "license": [ 4894 "MIT" 4895 ], 4896 "authors": [ 4897 { 4898 "name": "Marco Pivetta", 4899 "email": "ocramius@gmail.com", 4900 "homepage": "https://ocramius.github.io/" 4901 } 4902 ], 4903 "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors", 4904 "homepage": "https://www.doctrine-project.org/projects/instantiator.html", 4905 "keywords": [ 4906 "constructor", 4907 "instantiate" 4908 ], 4909 "support": { 4910 "issues": "https://github.com/doctrine/instantiator/issues", 4911 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 4912 }, 4913 "funding": [ 4914 { 4915 "url": "https://www.doctrine-project.org/sponsorship.html", 4916 "type": "custom" 4917 }, 4918 { 4919 "url": "https://www.patreon.com/phpdoctrine", 4920 "type": "patreon" 4921 }, 4922 { 4923 "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator", 4924 "type": "tidelift" 4925 } 4926 ], 4927 "time": "2022-12-30T00:15:36+00:00" 4928 }, 4929 { 4930 "name": "myclabs/deep-copy", 4931 "version": "1.13.4", 4932 "source": { 4933 "type": "git", 4934 "url": "https://github.com/myclabs/DeepCopy.git", 4935 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" 4936 }, 4937 "dist": { 4938 "type": "zip", 4939 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", 4940 "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", 4941 "shasum": "" 4942 }, 4943 "require": { 4944 "php": "^7.1 || ^8.0" 4945 }, 4946 "conflict": { 4947 "doctrine/collections": "<1.6.8", 4948 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 4949 }, 4950 "require-dev": { 4951 "doctrine/collections": "^1.6.8", 4952 "doctrine/common": "^2.13.3 || ^3.2.2", 4953 "phpspec/prophecy": "^1.10", 4954 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 4955 }, 4956 "type": "library", 4957 "autoload": { 4958 "files": [ 4959 "src/DeepCopy/deep_copy.php" 4960 ], 4961 "psr-4": { 4962 "DeepCopy\\": "src/DeepCopy/" 4963 } 4964 }, 4965 "notification-url": "https://packagist.org/downloads/", 4966 "license": [ 4967 "MIT" 4968 ], 4969 "description": "Create deep copies (clones) of your objects", 4970 "keywords": [ 4971 "clone", 4972 "copy", 4973 "duplicate", 4974 "object", 4975 "object graph" 4976 ], 4977 "support": { 4978 "issues": "https://github.com/myclabs/DeepCopy/issues", 4979 "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" 4980 }, 4981 "funding": [ 4982 { 4983 "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", 4984 "type": "tidelift" 4985 } 4986 ], 4987 "time": "2025-08-01T08:46:24+00:00" 4988 }, 4989 { 4990 "name": "phar-io/manifest", 4991 "version": "2.0.4", 4992 "source": { 4993 "type": "git", 4994 "url": "https://github.com/phar-io/manifest.git", 4995 "reference": "54750ef60c58e43759730615a392c31c80e23176" 4996 }, 4997 "dist": { 4998 "type": "zip", 4999 "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", 5000 "reference": "54750ef60c58e43759730615a392c31c80e23176", 5001 "shasum": "" 5002 }, 5003 "require": { 5004 "ext-dom": "*", 5005 "ext-libxml": "*", 5006 "ext-phar": "*", 5007 "ext-xmlwriter": "*", 5008 "phar-io/version": "^3.0.1", 5009 "php": "^7.2 || ^8.0" 5010 }, 5011 "type": "library", 5012 "extra": { 5013 "branch-alias": { 5014 "dev-master": "2.0.x-dev" 5015 } 5016 }, 5017 "autoload": { 5018 "classmap": [ 5019 "src/" 5020 ] 5021 }, 5022 "notification-url": "https://packagist.org/downloads/", 5023 "license": [ 5024 "BSD-3-Clause" 5025 ], 5026 "authors": [ 5027 { 5028 "name": "Arne Blankerts", 5029 "email": "arne@blankerts.de", 5030 "role": "Developer" 5031 }, 5032 { 5033 "name": "Sebastian Heuer", 5034 "email": "sebastian@phpeople.de", 5035 "role": "Developer" 5036 }, 5037 { 5038 "name": "Sebastian Bergmann", 5039 "email": "sebastian@phpunit.de", 5040 "role": "Developer" 5041 } 5042 ], 5043 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 5044 "support": { 5045 "issues": "https://github.com/phar-io/manifest/issues", 5046 "source": "https://github.com/phar-io/manifest/tree/2.0.4" 5047 }, 5048 "funding": [ 5049 { 5050 "url": "https://github.com/theseer", 5051 "type": "github" 5052 } 5053 ], 5054 "time": "2024-03-03T12:33:53+00:00" 5055 }, 5056 { 5057 "name": "phar-io/version", 5058 "version": "3.2.1", 5059 "source": { 5060 "type": "git", 5061 "url": "https://github.com/phar-io/version.git", 5062 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 5063 }, 5064 "dist": { 5065 "type": "zip", 5066 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 5067 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 5068 "shasum": "" 5069 }, 5070 "require": { 5071 "php": "^7.2 || ^8.0" 5072 }, 5073 "type": "library", 5074 "autoload": { 5075 "classmap": [ 5076 "src/" 5077 ] 5078 }, 5079 "notification-url": "https://packagist.org/downloads/", 5080 "license": [ 5081 "BSD-3-Clause" 5082 ], 5083 "authors": [ 5084 { 5085 "name": "Arne Blankerts", 5086 "email": "arne@blankerts.de", 5087 "role": "Developer" 5088 }, 5089 { 5090 "name": "Sebastian Heuer", 5091 "email": "sebastian@phpeople.de", 5092 "role": "Developer" 5093 }, 5094 { 5095 "name": "Sebastian Bergmann", 5096 "email": "sebastian@phpunit.de", 5097 "role": "Developer" 5098 } 5099 ], 5100 "description": "Library for handling version information and constraints", 5101 "support": { 5102 "issues": "https://github.com/phar-io/version/issues", 5103 "source": "https://github.com/phar-io/version/tree/3.2.1" 5104 }, 5105 "time": "2022-02-21T01:04:05+00:00" 3968 5106 }, 3969 5107 { … … 4288 5426 { 4289 5427 "name": "phpunit/phpunit", 4290 "version": "9.6.3 1",5428 "version": "9.6.34", 4291 5429 "source": { 4292 5430 "type": "git", 4293 5431 "url": "https://github.com/sebastianbergmann/phpunit.git", 4294 "reference": " 945d0b7f346a084ce5549e95289962972c4272e5"4295 }, 4296 "dist": { 4297 "type": "zip", 4298 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 945d0b7f346a084ce5549e95289962972c4272e5",4299 "reference": " 945d0b7f346a084ce5549e95289962972c4272e5",5432 "reference": "b36f02317466907a230d3aa1d34467041271ef4a" 5433 }, 5434 "dist": { 5435 "type": "zip", 5436 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/b36f02317466907a230d3aa1d34467041271ef4a", 5437 "reference": "b36f02317466907a230d3aa1d34467041271ef4a", 4300 5438 "shasum": "" 4301 5439 }, … … 4319 5457 "sebastian/cli-parser": "^1.0.2", 4320 5458 "sebastian/code-unit": "^1.0.8", 4321 "sebastian/comparator": "^4.0. 9",5459 "sebastian/comparator": "^4.0.10", 4322 5460 "sebastian/diff": "^4.0.6", 4323 5461 "sebastian/environment": "^5.1.5", … … 4371 5509 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 4372 5510 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 4373 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.3 1"5511 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.34" 4374 5512 }, 4375 5513 "funding": [ … … 4395 5533 } 4396 5534 ], 4397 "time": "2025-12-06T07:45:52+00:00" 4398 }, 4399 { 4400 "name": "pimple/pimple", 4401 "version": "v3.6.0", 4402 "source": { 4403 "type": "git", 4404 "url": "https://github.com/silexphp/Pimple.git", 4405 "reference": "a70f552d338f9266eec6606c1f0b324da5514c96" 4406 }, 4407 "dist": { 4408 "type": "zip", 4409 "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a70f552d338f9266eec6606c1f0b324da5514c96", 4410 "reference": "a70f552d338f9266eec6606c1f0b324da5514c96", 4411 "shasum": "" 4412 }, 4413 "require": { 4414 "php": ">=7.2.5", 4415 "psr/container": "^1.1 || ^2.0" 4416 }, 4417 "require-dev": { 4418 "phpunit/phpunit": "*" 4419 }, 4420 "type": "library", 4421 "extra": { 4422 "branch-alias": { 4423 "dev-master": "3.4.x-dev" 4424 } 4425 }, 4426 "autoload": { 4427 "psr-0": { 4428 "Pimple": "src/" 4429 } 4430 }, 4431 "notification-url": "https://packagist.org/downloads/", 4432 "license": [ 4433 "MIT" 4434 ], 4435 "authors": [ 4436 { 4437 "name": "Fabien Potencier", 4438 "email": "fabien@symfony.com" 4439 } 4440 ], 4441 "description": "Pimple, a simple Dependency Injection Container", 4442 "homepage": "https://pimple.symfony.com", 4443 "keywords": [ 4444 "container", 4445 "dependency injection" 4446 ], 4447 "support": { 4448 "source": "https://github.com/silexphp/Pimple/tree/v3.6.0" 4449 }, 4450 "time": "2025-11-12T12:31:38+00:00" 4451 }, 4452 { 4453 "name": "psr/cache", 4454 "version": "1.0.1", 4455 "source": { 4456 "type": "git", 4457 "url": "https://github.com/php-fig/cache.git", 4458 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8" 4459 }, 4460 "dist": { 4461 "type": "zip", 4462 "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8", 4463 "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8", 4464 "shasum": "" 4465 }, 4466 "require": { 4467 "php": ">=5.3.0" 4468 }, 4469 "type": "library", 4470 "extra": { 4471 "branch-alias": { 4472 "dev-master": "1.0.x-dev" 4473 } 4474 }, 4475 "autoload": { 4476 "psr-4": { 4477 "Psr\\Cache\\": "src/" 4478 } 4479 }, 4480 "notification-url": "https://packagist.org/downloads/", 4481 "license": [ 4482 "MIT" 4483 ], 4484 "authors": [ 4485 { 4486 "name": "PHP-FIG", 4487 "homepage": "http://www.php-fig.org/" 4488 } 4489 ], 4490 "description": "Common interface for caching libraries", 4491 "keywords": [ 4492 "cache", 4493 "psr", 4494 "psr-6" 4495 ], 4496 "support": { 4497 "source": "https://github.com/php-fig/cache/tree/master" 4498 }, 4499 "time": "2016-08-06T20:24:11+00:00" 4500 }, 4501 { 4502 "name": "psr/log", 4503 "version": "1.1.4", 4504 "source": { 4505 "type": "git", 4506 "url": "https://github.com/php-fig/log.git", 4507 "reference": "d49695b909c3b7628b6289db5479a1c204601f11" 4508 }, 4509 "dist": { 4510 "type": "zip", 4511 "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", 4512 "reference": "d49695b909c3b7628b6289db5479a1c204601f11", 4513 "shasum": "" 4514 }, 4515 "require": { 4516 "php": ">=5.3.0" 4517 }, 4518 "type": "library", 4519 "extra": { 4520 "branch-alias": { 4521 "dev-master": "1.1.x-dev" 4522 } 4523 }, 4524 "autoload": { 4525 "psr-4": { 4526 "Psr\\Log\\": "Psr/Log/" 4527 } 4528 }, 4529 "notification-url": "https://packagist.org/downloads/", 4530 "license": [ 4531 "MIT" 4532 ], 4533 "authors": [ 4534 { 4535 "name": "PHP-FIG", 4536 "homepage": "https://www.php-fig.org/" 4537 } 4538 ], 4539 "description": "Common interface for logging libraries", 4540 "homepage": "https://github.com/php-fig/log", 4541 "keywords": [ 4542 "log", 4543 "psr", 4544 "psr-3" 4545 ], 4546 "support": { 4547 "source": "https://github.com/php-fig/log/tree/1.1.4" 4548 }, 4549 "time": "2021-05-03T11:20:27+00:00" 4550 }, 4551 { 4552 "name": "react/promise", 4553 "version": "v3.3.0", 4554 "source": { 4555 "type": "git", 4556 "url": "https://github.com/reactphp/promise.git", 4557 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a" 4558 }, 4559 "dist": { 4560 "type": "zip", 4561 "url": "https://api.github.com/repos/reactphp/promise/zipball/23444f53a813a3296c1368bb104793ce8d88f04a", 4562 "reference": "23444f53a813a3296c1368bb104793ce8d88f04a", 4563 "shasum": "" 4564 }, 4565 "require": { 4566 "php": ">=7.1.0" 4567 }, 4568 "require-dev": { 4569 "phpstan/phpstan": "1.12.28 || 1.4.10", 4570 "phpunit/phpunit": "^9.6 || ^7.5" 4571 }, 4572 "type": "library", 4573 "autoload": { 4574 "files": [ 4575 "src/functions_include.php" 4576 ], 4577 "psr-4": { 4578 "React\\Promise\\": "src/" 4579 } 4580 }, 4581 "notification-url": "https://packagist.org/downloads/", 4582 "license": [ 4583 "MIT" 4584 ], 4585 "authors": [ 4586 { 4587 "name": "Jan Sorgalla", 4588 "email": "jsorgalla@gmail.com", 4589 "homepage": "https://sorgalla.com/" 4590 }, 4591 { 4592 "name": "Christian Lück", 4593 "email": "christian@clue.engineering", 4594 "homepage": "https://clue.engineering/" 4595 }, 4596 { 4597 "name": "Cees-Jan Kiewiet", 4598 "email": "reactphp@ceesjankiewiet.nl", 4599 "homepage": "https://wyrihaximus.net/" 4600 }, 4601 { 4602 "name": "Chris Boden", 4603 "email": "cboden@gmail.com", 4604 "homepage": "https://cboden.dev/" 4605 } 4606 ], 4607 "description": "A lightweight implementation of CommonJS Promises/A for PHP", 4608 "keywords": [ 4609 "promise", 4610 "promises" 4611 ], 4612 "support": { 4613 "issues": "https://github.com/reactphp/promise/issues", 4614 "source": "https://github.com/reactphp/promise/tree/v3.3.0" 4615 }, 4616 "funding": [ 4617 { 4618 "url": "https://opencollective.com/reactphp", 4619 "type": "open_collective" 4620 } 4621 ], 4622 "time": "2025-08-19T18:57:03+00:00" 5535 "time": "2026-01-27T05:45:00+00:00" 4623 5536 }, 4624 5537 { … … 4791 5704 { 4792 5705 "name": "sebastian/comparator", 4793 "version": "4.0. 9",5706 "version": "4.0.10", 4794 5707 "source": { 4795 5708 "type": "git", 4796 5709 "url": "https://github.com/sebastianbergmann/comparator.git", 4797 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5"4798 }, 4799 "dist": { 4800 "type": "zip", 4801 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",4802 "reference": " 67a2df3a62639eab2cc5906065e9805d4fd5dfc5",5710 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d" 5711 }, 5712 "dist": { 5713 "type": "zip", 5714 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e4df00b9b3571187db2831ae9aada2c6efbd715d", 5715 "reference": "e4df00b9b3571187db2831ae9aada2c6efbd715d", 4803 5716 "shasum": "" 4804 5717 }, … … 4853 5766 "support": { 4854 5767 "issues": "https://github.com/sebastianbergmann/comparator/issues", 4855 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0. 9"5768 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.10" 4856 5769 }, 4857 5770 "funding": [ … … 4873 5786 } 4874 5787 ], 4875 "time": "202 5-08-10T06:51:50+00:00"5788 "time": "2026-01-24T09:22:56+00:00" 4876 5789 }, 4877 5790 { … … 5634 6547 }, 5635 6548 { 5636 "name": "seld/jsonlint",5637 "version": "1.11.0",5638 "source": {5639 "type": "git",5640 "url": "https://github.com/Seldaek/jsonlint.git",5641 "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2"5642 },5643 "dist": {5644 "type": "zip",5645 "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/1748aaf847fc731cfad7725aec413ee46f0cc3a2",5646 "reference": "1748aaf847fc731cfad7725aec413ee46f0cc3a2",5647 "shasum": ""5648 },5649 "require": {5650 "php": "^5.3 || ^7.0 || ^8.0"5651 },5652 "require-dev": {5653 "phpstan/phpstan": "^1.11",5654 "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"5655 },5656 "bin": [5657 "bin/jsonlint"5658 ],5659 "type": "library",5660 "autoload": {5661 "psr-4": {5662 "Seld\\JsonLint\\": "src/Seld/JsonLint/"5663 }5664 },5665 "notification-url": "https://packagist.org/downloads/",5666 "license": [5667 "MIT"5668 ],5669 "authors": [5670 {5671 "name": "Jordi Boggiano",5672 "email": "j.boggiano@seld.be",5673 "homepage": "https://seld.be"5674 }5675 ],5676 "description": "JSON Linter",5677 "keywords": [5678 "json",5679 "linter",5680 "parser",5681 "validator"5682 ],5683 "support": {5684 "issues": "https://github.com/Seldaek/jsonlint/issues",5685 "source": "https://github.com/Seldaek/jsonlint/tree/1.11.0"5686 },5687 "funding": [5688 {5689 "url": "https://github.com/Seldaek",5690 "type": "github"5691 },5692 {5693 "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",5694 "type": "tidelift"5695 }5696 ],5697 "time": "2024-07-11T14:55:45+00:00"5698 },5699 {5700 "name": "seld/phar-utils",5701 "version": "1.2.1",5702 "source": {5703 "type": "git",5704 "url": "https://github.com/Seldaek/phar-utils.git",5705 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c"5706 },5707 "dist": {5708 "type": "zip",5709 "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",5710 "reference": "ea2f4014f163c1be4c601b9b7bd6af81ba8d701c",5711 "shasum": ""5712 },5713 "require": {5714 "php": ">=5.3"5715 },5716 "type": "library",5717 "extra": {5718 "branch-alias": {5719 "dev-master": "1.x-dev"5720 }5721 },5722 "autoload": {5723 "psr-4": {5724 "Seld\\PharUtils\\": "src/"5725 }5726 },5727 "notification-url": "https://packagist.org/downloads/",5728 "license": [5729 "MIT"5730 ],5731 "authors": [5732 {5733 "name": "Jordi Boggiano",5734 "email": "j.boggiano@seld.be"5735 }5736 ],5737 "description": "PHAR file format utilities, for when PHP phars you up",5738 "keywords": [5739 "phar"5740 ],5741 "support": {5742 "issues": "https://github.com/Seldaek/phar-utils/issues",5743 "source": "https://github.com/Seldaek/phar-utils/tree/1.2.1"5744 },5745 "time": "2022-08-31T10:31:18+00:00"5746 },5747 {5748 "name": "seld/signal-handler",5749 "version": "2.0.2",5750 "source": {5751 "type": "git",5752 "url": "https://github.com/Seldaek/signal-handler.git",5753 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98"5754 },5755 "dist": {5756 "type": "zip",5757 "url": "https://api.github.com/repos/Seldaek/signal-handler/zipball/04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",5758 "reference": "04a6112e883ad76c0ada8e4a9f7520bbfdb6bb98",5759 "shasum": ""5760 },5761 "require": {5762 "php": ">=7.2.0"5763 },5764 "require-dev": {5765 "phpstan/phpstan": "^1",5766 "phpstan/phpstan-deprecation-rules": "^1.0",5767 "phpstan/phpstan-phpunit": "^1",5768 "phpstan/phpstan-strict-rules": "^1.3",5769 "phpunit/phpunit": "^7.5.20 || ^8.5.23",5770 "psr/log": "^1 || ^2 || ^3"5771 },5772 "type": "library",5773 "extra": {5774 "branch-alias": {5775 "dev-main": "2.x-dev"5776 }5777 },5778 "autoload": {5779 "psr-4": {5780 "Seld\\Signal\\": "src/"5781 }5782 },5783 "notification-url": "https://packagist.org/downloads/",5784 "license": [5785 "MIT"5786 ],5787 "authors": [5788 {5789 "name": "Jordi Boggiano",5790 "email": "j.boggiano@seld.be",5791 "homepage": "http://seld.be"5792 }5793 ],5794 "description": "Simple unix signal handler that silently fails where signals are not supported for easy cross-platform development",5795 "keywords": [5796 "posix",5797 "sigint",5798 "signal",5799 "sigterm",5800 "unix"5801 ],5802 "support": {5803 "issues": "https://github.com/Seldaek/signal-handler/issues",5804 "source": "https://github.com/Seldaek/signal-handler/tree/2.0.2"5805 },5806 "time": "2023-09-03T09:24:00+00:00"5807 },5808 {5809 "name": "symfony/cache",5810 "version": "v5.4.46",5811 "source": {5812 "type": "git",5813 "url": "https://github.com/symfony/cache.git",5814 "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b"5815 },5816 "dist": {5817 "type": "zip",5818 "url": "https://api.github.com/repos/symfony/cache/zipball/0fe08ee32cec2748fbfea10c52d3ee02049e0f6b",5819 "reference": "0fe08ee32cec2748fbfea10c52d3ee02049e0f6b",5820 "shasum": ""5821 },5822 "require": {5823 "php": ">=7.2.5",5824 "psr/cache": "^1.0|^2.0",5825 "psr/log": "^1.1|^2|^3",5826 "symfony/cache-contracts": "^1.1.7|^2",5827 "symfony/deprecation-contracts": "^2.1|^3",5828 "symfony/polyfill-php73": "^1.9",5829 "symfony/polyfill-php80": "^1.16",5830 "symfony/service-contracts": "^1.1|^2|^3",5831 "symfony/var-exporter": "^4.4|^5.0|^6.0"5832 },5833 "conflict": {5834 "doctrine/dbal": "<2.13.1",5835 "symfony/dependency-injection": "<4.4",5836 "symfony/http-kernel": "<4.4",5837 "symfony/var-dumper": "<4.4"5838 },5839 "provide": {5840 "psr/cache-implementation": "1.0|2.0",5841 "psr/simple-cache-implementation": "1.0|2.0",5842 "symfony/cache-implementation": "1.0|2.0"5843 },5844 "require-dev": {5845 "cache/integration-tests": "dev-master",5846 "doctrine/cache": "^1.6|^2.0",5847 "doctrine/dbal": "^2.13.1|^3|^4",5848 "predis/predis": "^1.1|^2.0",5849 "psr/simple-cache": "^1.0|^2.0",5850 "symfony/config": "^4.4|^5.0|^6.0",5851 "symfony/dependency-injection": "^4.4|^5.0|^6.0",5852 "symfony/filesystem": "^4.4|^5.0|^6.0",5853 "symfony/http-kernel": "^4.4|^5.0|^6.0",5854 "symfony/messenger": "^4.4|^5.0|^6.0",5855 "symfony/var-dumper": "^4.4|^5.0|^6.0"5856 },5857 "type": "library",5858 "autoload": {5859 "psr-4": {5860 "Symfony\\Component\\Cache\\": ""5861 },5862 "exclude-from-classmap": [5863 "/Tests/"5864 ]5865 },5866 "notification-url": "https://packagist.org/downloads/",5867 "license": [5868 "MIT"5869 ],5870 "authors": [5871 {5872 "name": "Nicolas Grekas",5873 "email": "p@tchwork.com"5874 },5875 {5876 "name": "Symfony Community",5877 "homepage": "https://symfony.com/contributors"5878 }5879 ],5880 "description": "Provides extended PSR-6, PSR-16 (and tags) implementations",5881 "homepage": "https://symfony.com",5882 "keywords": [5883 "caching",5884 "psr6"5885 ],5886 "support": {5887 "source": "https://github.com/symfony/cache/tree/v5.4.46"5888 },5889 "funding": [5890 {5891 "url": "https://symfony.com/sponsor",5892 "type": "custom"5893 },5894 {5895 "url": "https://github.com/fabpot",5896 "type": "github"5897 },5898 {5899 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",5900 "type": "tidelift"5901 }5902 ],5903 "time": "2024-11-04T11:43:55+00:00"5904 },5905 {5906 "name": "symfony/cache-contracts",5907 "version": "v2.5.4",5908 "source": {5909 "type": "git",5910 "url": "https://github.com/symfony/cache-contracts.git",5911 "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e"5912 },5913 "dist": {5914 "type": "zip",5915 "url": "https://api.github.com/repos/symfony/cache-contracts/zipball/517c3a3619dadfa6952c4651767fcadffb4df65e",5916 "reference": "517c3a3619dadfa6952c4651767fcadffb4df65e",5917 "shasum": ""5918 },5919 "require": {5920 "php": ">=7.2.5",5921 "psr/cache": "^1.0|^2.0|^3.0"5922 },5923 "suggest": {5924 "symfony/cache-implementation": ""5925 },5926 "type": "library",5927 "extra": {5928 "thanks": {5929 "url": "https://github.com/symfony/contracts",5930 "name": "symfony/contracts"5931 },5932 "branch-alias": {5933 "dev-main": "2.5-dev"5934 }5935 },5936 "autoload": {5937 "psr-4": {5938 "Symfony\\Contracts\\Cache\\": ""5939 }5940 },5941 "notification-url": "https://packagist.org/downloads/",5942 "license": [5943 "MIT"5944 ],5945 "authors": [5946 {5947 "name": "Nicolas Grekas",5948 "email": "p@tchwork.com"5949 },5950 {5951 "name": "Symfony Community",5952 "homepage": "https://symfony.com/contributors"5953 }5954 ],5955 "description": "Generic abstractions related to caching",5956 "homepage": "https://symfony.com",5957 "keywords": [5958 "abstractions",5959 "contracts",5960 "decoupling",5961 "interfaces",5962 "interoperability",5963 "standards"5964 ],5965 "support": {5966 "source": "https://github.com/symfony/cache-contracts/tree/v2.5.4"5967 },5968 "funding": [5969 {5970 "url": "https://symfony.com/sponsor",5971 "type": "custom"5972 },5973 {5974 "url": "https://github.com/fabpot",5975 "type": "github"5976 },5977 {5978 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",5979 "type": "tidelift"5980 }5981 ],5982 "time": "2024-09-25T14:11:13+00:00"5983 },5984 {5985 "name": "symfony/filesystem",5986 "version": "v5.4.45",5987 "source": {5988 "type": "git",5989 "url": "https://github.com/symfony/filesystem.git",5990 "reference": "57c8294ed37d4a055b77057827c67f9558c95c54"5991 },5992 "dist": {5993 "type": "zip",5994 "url": "https://api.github.com/repos/symfony/filesystem/zipball/57c8294ed37d4a055b77057827c67f9558c95c54",5995 "reference": "57c8294ed37d4a055b77057827c67f9558c95c54",5996 "shasum": ""5997 },5998 "require": {5999 "php": ">=7.2.5",6000 "symfony/polyfill-ctype": "~1.8",6001 "symfony/polyfill-mbstring": "~1.8",6002 "symfony/polyfill-php80": "^1.16"6003 },6004 "require-dev": {6005 "symfony/process": "^5.4|^6.4"6006 },6007 "type": "library",6008 "autoload": {6009 "psr-4": {6010 "Symfony\\Component\\Filesystem\\": ""6011 },6012 "exclude-from-classmap": [6013 "/Tests/"6014 ]6015 },6016 "notification-url": "https://packagist.org/downloads/",6017 "license": [6018 "MIT"6019 ],6020 "authors": [6021 {6022 "name": "Fabien Potencier",6023 "email": "fabien@symfony.com"6024 },6025 {6026 "name": "Symfony Community",6027 "homepage": "https://symfony.com/contributors"6028 }6029 ],6030 "description": "Provides basic utilities for the filesystem",6031 "homepage": "https://symfony.com",6032 "support": {6033 "source": "https://github.com/symfony/filesystem/tree/v5.4.45"6034 },6035 "funding": [6036 {6037 "url": "https://symfony.com/sponsor",6038 "type": "custom"6039 },6040 {6041 "url": "https://github.com/fabpot",6042 "type": "github"6043 },6044 {6045 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6046 "type": "tidelift"6047 }6048 ],6049 "time": "2024-10-22T13:05:35+00:00"6050 },6051 {6052 "name": "symfony/finder",6053 "version": "v5.4.45",6054 "source": {6055 "type": "git",6056 "url": "https://github.com/symfony/finder.git",6057 "reference": "63741784cd7b9967975eec610b256eed3ede022b"6058 },6059 "dist": {6060 "type": "zip",6061 "url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",6062 "reference": "63741784cd7b9967975eec610b256eed3ede022b",6063 "shasum": ""6064 },6065 "require": {6066 "php": ">=7.2.5",6067 "symfony/deprecation-contracts": "^2.1|^3",6068 "symfony/polyfill-php80": "^1.16"6069 },6070 "type": "library",6071 "autoload": {6072 "psr-4": {6073 "Symfony\\Component\\Finder\\": ""6074 },6075 "exclude-from-classmap": [6076 "/Tests/"6077 ]6078 },6079 "notification-url": "https://packagist.org/downloads/",6080 "license": [6081 "MIT"6082 ],6083 "authors": [6084 {6085 "name": "Fabien Potencier",6086 "email": "fabien@symfony.com"6087 },6088 {6089 "name": "Symfony Community",6090 "homepage": "https://symfony.com/contributors"6091 }6092 ],6093 "description": "Finds files and directories via an intuitive fluent interface",6094 "homepage": "https://symfony.com",6095 "support": {6096 "source": "https://github.com/symfony/finder/tree/v5.4.45"6097 },6098 "funding": [6099 {6100 "url": "https://symfony.com/sponsor",6101 "type": "custom"6102 },6103 {6104 "url": "https://github.com/fabpot",6105 "type": "github"6106 },6107 {6108 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6109 "type": "tidelift"6110 }6111 ],6112 "time": "2024-09-28T13:32:08+00:00"6113 },6114 {6115 "name": "symfony/polyfill-php81",6116 "version": "v1.33.0",6117 "source": {6118 "type": "git",6119 "url": "https://github.com/symfony/polyfill-php81.git",6120 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c"6121 },6122 "dist": {6123 "type": "zip",6124 "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",6125 "reference": "4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c",6126 "shasum": ""6127 },6128 "require": {6129 "php": ">=7.2"6130 },6131 "type": "library",6132 "extra": {6133 "thanks": {6134 "url": "https://github.com/symfony/polyfill",6135 "name": "symfony/polyfill"6136 }6137 },6138 "autoload": {6139 "files": [6140 "bootstrap.php"6141 ],6142 "psr-4": {6143 "Symfony\\Polyfill\\Php81\\": ""6144 },6145 "classmap": [6146 "Resources/stubs"6147 ]6148 },6149 "notification-url": "https://packagist.org/downloads/",6150 "license": [6151 "MIT"6152 ],6153 "authors": [6154 {6155 "name": "Nicolas Grekas",6156 "email": "p@tchwork.com"6157 },6158 {6159 "name": "Symfony Community",6160 "homepage": "https://symfony.com/contributors"6161 }6162 ],6163 "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",6164 "homepage": "https://symfony.com",6165 "keywords": [6166 "compatibility",6167 "polyfill",6168 "portable",6169 "shim"6170 ],6171 "support": {6172 "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0"6173 },6174 "funding": [6175 {6176 "url": "https://symfony.com/sponsor",6177 "type": "custom"6178 },6179 {6180 "url": "https://github.com/fabpot",6181 "type": "github"6182 },6183 {6184 "url": "https://github.com/nicolas-grekas",6185 "type": "github"6186 },6187 {6188 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6189 "type": "tidelift"6190 }6191 ],6192 "time": "2024-09-09T11:45:10+00:00"6193 },6194 {6195 "name": "symfony/polyfill-php84",6196 "version": "v1.33.0",6197 "source": {6198 "type": "git",6199 "url": "https://github.com/symfony/polyfill-php84.git",6200 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191"6201 },6202 "dist": {6203 "type": "zip",6204 "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191",6205 "reference": "d8ced4d875142b6a7426000426b8abc631d6b191",6206 "shasum": ""6207 },6208 "require": {6209 "php": ">=7.2"6210 },6211 "type": "library",6212 "extra": {6213 "thanks": {6214 "url": "https://github.com/symfony/polyfill",6215 "name": "symfony/polyfill"6216 }6217 },6218 "autoload": {6219 "files": [6220 "bootstrap.php"6221 ],6222 "psr-4": {6223 "Symfony\\Polyfill\\Php84\\": ""6224 },6225 "classmap": [6226 "Resources/stubs"6227 ]6228 },6229 "notification-url": "https://packagist.org/downloads/",6230 "license": [6231 "MIT"6232 ],6233 "authors": [6234 {6235 "name": "Nicolas Grekas",6236 "email": "p@tchwork.com"6237 },6238 {6239 "name": "Symfony Community",6240 "homepage": "https://symfony.com/contributors"6241 }6242 ],6243 "description": "Symfony polyfill backporting some PHP 8.4+ features to lower PHP versions",6244 "homepage": "https://symfony.com",6245 "keywords": [6246 "compatibility",6247 "polyfill",6248 "portable",6249 "shim"6250 ],6251 "support": {6252 "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0"6253 },6254 "funding": [6255 {6256 "url": "https://symfony.com/sponsor",6257 "type": "custom"6258 },6259 {6260 "url": "https://github.com/fabpot",6261 "type": "github"6262 },6263 {6264 "url": "https://github.com/nicolas-grekas",6265 "type": "github"6266 },6267 {6268 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6269 "type": "tidelift"6270 }6271 ],6272 "time": "2025-06-24T13:30:11+00:00"6273 },6274 {6275 "name": "symfony/process",6276 "version": "v5.4.47",6277 "source": {6278 "type": "git",6279 "url": "https://github.com/symfony/process.git",6280 "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d"6281 },6282 "dist": {6283 "type": "zip",6284 "url": "https://api.github.com/repos/symfony/process/zipball/5d1662fb32ebc94f17ddb8d635454a776066733d",6285 "reference": "5d1662fb32ebc94f17ddb8d635454a776066733d",6286 "shasum": ""6287 },6288 "require": {6289 "php": ">=7.2.5",6290 "symfony/polyfill-php80": "^1.16"6291 },6292 "type": "library",6293 "autoload": {6294 "psr-4": {6295 "Symfony\\Component\\Process\\": ""6296 },6297 "exclude-from-classmap": [6298 "/Tests/"6299 ]6300 },6301 "notification-url": "https://packagist.org/downloads/",6302 "license": [6303 "MIT"6304 ],6305 "authors": [6306 {6307 "name": "Fabien Potencier",6308 "email": "fabien@symfony.com"6309 },6310 {6311 "name": "Symfony Community",6312 "homepage": "https://symfony.com/contributors"6313 }6314 ],6315 "description": "Executes commands in sub-processes",6316 "homepage": "https://symfony.com",6317 "support": {6318 "source": "https://github.com/symfony/process/tree/v5.4.47"6319 },6320 "funding": [6321 {6322 "url": "https://symfony.com/sponsor",6323 "type": "custom"6324 },6325 {6326 "url": "https://github.com/fabpot",6327 "type": "github"6328 },6329 {6330 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6331 "type": "tidelift"6332 }6333 ],6334 "time": "2024-11-06T11:36:42+00:00"6335 },6336 {6337 "name": "symfony/var-exporter",6338 "version": "v5.4.45",6339 "source": {6340 "type": "git",6341 "url": "https://github.com/symfony/var-exporter.git",6342 "reference": "862700068db0ddfd8c5b850671e029a90246ec75"6343 },6344 "dist": {6345 "type": "zip",6346 "url": "https://api.github.com/repos/symfony/var-exporter/zipball/862700068db0ddfd8c5b850671e029a90246ec75",6347 "reference": "862700068db0ddfd8c5b850671e029a90246ec75",6348 "shasum": ""6349 },6350 "require": {6351 "php": ">=7.2.5",6352 "symfony/polyfill-php80": "^1.16"6353 },6354 "require-dev": {6355 "symfony/var-dumper": "^4.4.9|^5.0.9|^6.0"6356 },6357 "type": "library",6358 "autoload": {6359 "psr-4": {6360 "Symfony\\Component\\VarExporter\\": ""6361 },6362 "exclude-from-classmap": [6363 "/Tests/"6364 ]6365 },6366 "notification-url": "https://packagist.org/downloads/",6367 "license": [6368 "MIT"6369 ],6370 "authors": [6371 {6372 "name": "Nicolas Grekas",6373 "email": "p@tchwork.com"6374 },6375 {6376 "name": "Symfony Community",6377 "homepage": "https://symfony.com/contributors"6378 }6379 ],6380 "description": "Allows exporting any serializable PHP data structure to plain PHP code",6381 "homepage": "https://symfony.com",6382 "keywords": [6383 "clone",6384 "construct",6385 "export",6386 "hydrate",6387 "instantiate",6388 "serialize"6389 ],6390 "support": {6391 "source": "https://github.com/symfony/var-exporter/tree/v5.4.45"6392 },6393 "funding": [6394 {6395 "url": "https://symfony.com/sponsor",6396 "type": "custom"6397 },6398 {6399 "url": "https://github.com/fabpot",6400 "type": "github"6401 },6402 {6403 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",6404 "type": "tidelift"6405 }6406 ],6407 "time": "2024-09-25T14:11:13+00:00"6408 },6409 {6410 6549 "name": "theseer/tokenizer", 6411 6550 "version": "1.3.1", … … 6456 6595 ], 6457 6596 "time": "2025-11-17T20:03:58+00:00" 6458 },6459 {6460 "name": "voku/simple-cache",6461 "version": "5.0.0",6462 "source": {6463 "type": "git",6464 "url": "https://github.com/voku/simple-cache.git",6465 "reference": "71531e9a8f4bfb75a120a986ac12867af15c65be"6466 },6467 "dist": {6468 "type": "zip",6469 "url": "https://api.github.com/repos/voku/simple-cache/zipball/71531e9a8f4bfb75a120a986ac12867af15c65be",6470 "reference": "71531e9a8f4bfb75a120a986ac12867af15c65be",6471 "shasum": ""6472 },6473 "require": {6474 "php": ">=7.0.0",6475 "psr/simple-cache": "~1.0 || ~2.0"6476 },6477 "provide": {6478 "psr/simple-cache-implementation": "1.0"6479 },6480 "require-dev": {6481 "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"6482 },6483 "suggest": {6484 "predis/predis": "~1.1 || ~2.0 || ~3.0",6485 "symfony/var-exporter": "~3.0 || ~4.0 || ~5.0 || ~6.0 || ~7.0"6486 },6487 "type": "library",6488 "autoload": {6489 "psr-4": {6490 "voku\\cache\\": "src/voku/cache/"6491 }6492 },6493 "notification-url": "https://packagist.org/downloads/",6494 "license": [6495 "MIT"6496 ],6497 "authors": [6498 {6499 "name": "Lars Moelleken",6500 "homepage": "https://www.moelleken.org/",6501 "role": "Developer"6502 }6503 ],6504 "description": "Simple Cache library",6505 "homepage": "https://github.com/voku/simple-cache",6506 "keywords": [6507 "cache",6508 "caching",6509 "php",6510 "simple cache"6511 ],6512 "support": {6513 "issues": "https://github.com/voku/simple-cache/issues",6514 "source": "https://github.com/voku/simple-cache/tree/5.0.0"6515 },6516 "funding": [6517 {6518 "url": "https://www.paypal.me/moelleken",6519 "type": "custom"6520 },6521 {6522 "url": "https://github.com/voku",6523 "type": "github"6524 },6525 {6526 "url": "https://www.patreon.com/voku",6527 "type": "patreon"6528 },6529 {6530 "url": "https://tidelift.com/funding/github/packagist/voku/simple-cache",6531 "type": "tidelift"6532 }6533 ],6534 "time": "2025-10-29T13:00:29+00:00"6535 },6536 {6537 "name": "webmozart/assert",6538 "version": "1.12.1",6539 "source": {6540 "type": "git",6541 "url": "https://github.com/webmozarts/assert.git",6542 "reference": "9be6926d8b485f55b9229203f962b51ed377ba68"6543 },6544 "dist": {6545 "type": "zip",6546 "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",6547 "reference": "9be6926d8b485f55b9229203f962b51ed377ba68",6548 "shasum": ""6549 },6550 "require": {6551 "ext-ctype": "*",6552 "ext-date": "*",6553 "ext-filter": "*",6554 "php": "^7.2 || ^8.0"6555 },6556 "suggest": {6557 "ext-intl": "",6558 "ext-simplexml": "",6559 "ext-spl": ""6560 },6561 "type": "library",6562 "extra": {6563 "branch-alias": {6564 "dev-master": "1.10-dev"6565 }6566 },6567 "autoload": {6568 "psr-4": {6569 "Webmozart\\Assert\\": "src/"6570 }6571 },6572 "notification-url": "https://packagist.org/downloads/",6573 "license": [6574 "MIT"6575 ],6576 "authors": [6577 {6578 "name": "Bernhard Schussek",6579 "email": "bschussek@gmail.com"6580 }6581 ],6582 "description": "Assertions to validate method input/output with nice error messages.",6583 "keywords": [6584 "assert",6585 "check",6586 "validate"6587 ],6588 "support": {6589 "issues": "https://github.com/webmozarts/assert/issues",6590 "source": "https://github.com/webmozarts/assert/tree/1.12.1"6591 },6592 "time": "2025-10-29T15:56:20+00:00"6593 6597 } 6594 6598 ], -
simple-feature-requests/trunk/inc/class-submission.php
r3418487 r3463921 26 26 $nonce = filter_input( INPUT_POST, 'sfr-submission-nonce', FILTER_SANITIZE_SPECIAL_CHARS ); 27 27 $title = SFR_Helpers::trim_if_string( filter_input( INPUT_POST, 'sfr-submission-title', FILTER_SANITIZE_SPECIAL_CHARS ) ); 28 $description = SFR_Helpers::trim_if_string( filter_input( INPUT_POST, 'sfr-submission-description', FILTER_SANITIZE_SPECIAL_CHARS) );28 $description = SFR_Helpers::trim_if_string( sanitize_textarea_field( wp_unslash( $_POST['sfr-submission-description'] ?? '' ) ) ); 29 29 $username = SFR_Helpers::trim_if_string( filter_input( INPUT_POST, 'sfr-login-username', FILTER_SANITIZE_SPECIAL_CHARS ) ); 30 30 $email = SFR_Helpers::trim_if_string( filter_input( INPUT_POST, 'sfr-login-email', FILTER_SANITIZE_SPECIAL_CHARS ) ); -
simple-feature-requests/trunk/inc/class-template-hooks.php
r3418487 r3463921 238 238 * Loop item text. 239 239 * 240 * Outputs the feature request description with proper paragraph formatting. 241 * Explicitly applies wpautop for single view (some themes remove it from the_content filter). 242 * Archive view uses wpautop() on excerpt since the_excerpt doesn't add paragraphs. 243 * 240 244 * @param SFR_Feature_Request $feature_request 241 245 */ 242 246 public static function loop_item_text( $feature_request ) { 243 247 if ( $feature_request->is_single() ) { 244 the_content(); 248 $content = $feature_request->post->post_content; 249 // Ensure wpautop runs - some themes/plugins remove it from the_content filter 250 if ( !has_filter( 'the_content', 'wpautop' ) ) { 251 $content = wpautop( $content ); 252 } 253 echo apply_filters( 'the_content', $content ); 245 254 } else { 246 the_excerpt();255 echo wp_kses_post( wpautop( get_the_excerpt() ) ); 247 256 } 248 257 } -
simple-feature-requests/trunk/languages/simple-feature-requests.pot
r3438195 r3463921 3 3 msgid "" 4 4 msgstr "" 5 "Project-Id-Version: Simple Feature Requests Pro 2.4.9. 2\n"5 "Project-Id-Version: Simple Feature Requests Pro 2.4.9.3\n" 6 6 "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/simple-feature-requests\n" 7 7 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 10 10 "Content-Type: text/plain; charset=UTF-8\n" 11 11 "Content-Transfer-Encoding: 8bit\n" 12 "POT-Creation-Date: 2026-0 1-12T15:25:18+00:00\n"12 "POT-Creation-Date: 2026-02-17T19:29:22+00:00\n" 13 13 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 14 14 "X-Generator: WP-CLI 2.12.0\n" -
simple-feature-requests/trunk/plugin-data.json
r3438195 r3463921 1 1 { 2 "version": "2.4.9. 2",2 "version": "2.4.9.3", 3 3 "wp": "6.8.2", 4 4 "wp_requires": "6.0", -
simple-feature-requests/trunk/readme.txt
r3438195 r3463921 4 4 Tags: feature request, customer feedback, user feedback, roadmap, idea management 5 5 Requires at least: 6.0 6 Tested up to: 6.9 7 Stable tag: 2.4.9. 26 Tested up to: 6.9.1 7 Stable tag: 2.4.9.3 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 151 151 152 152 == Changelog == 153 **v2.4.9.3 (2026-02-17)** 154 Bugfix: Newlines were being stripped from the new request description field 155 153 156 **v2.4.9.2 (2026-01-12)** 154 157 Bugfix: Resolved a race condition that moved the focus of the form input on requests out of the current box -
simple-feature-requests/trunk/simple-feature-requests.php
r3438195 r3463921 2 2 3 3 /** 4 * Plugin Name: Simple Feature Requests Pro4 * Plugin Name: Simple Feature Requests 5 5 * Plugin URI: https://simplefeaturerequests.com 6 6 * Description: Collect and manage user feedback using your existing WordPress website. Prioritize the product features important to you and your customers. 7 * Version: 2.4.9. 27 * Version: 2.4.9.3 8 8 * Author: Mindsize 9 9 * Author URI: https://mindsize.com … … 24 24 * @var string 25 25 */ 26 public static $version = '2.4.9. 2';26 public static $version = '2.4.9.3'; 27 27 28 28 /** -
simple-feature-requests/trunk/templates/archive/submission-form.php
r3418487 r3463921 11 11 12 12 $title = empty( $_POST ) ? ( filter_input( INPUT_GET, 'search', FILTER_SANITIZE_SPECIAL_CHARS ) ?? '' ) : ( filter_input( INPUT_POST, 'sfr-submission-title', FILTER_SANITIZE_SPECIAL_CHARS ) ?? '' ); 13 $description = filter_input( INPUT_POST, 'sfr-submission-description', FILTER_SANITIZE_SPECIAL_CHARS ) ??'';13 $description = isset( $_POST['sfr-submission-description'] ) ? sanitize_textarea_field( wp_unslash( $_POST['sfr-submission-description'] ) ) : ''; 14 14 $search = filter_input( INPUT_GET, 'search', FILTER_SANITIZE_SPECIAL_CHARS ) ?? ''; 15 15 $submission = isset( $submission ) ? $submission : true;
Note: See TracChangeset
for help on using the changeset viewer.