Changeset 2909059
- Timestamp:
- 05/07/2023 12:59:50 PM (3 years ago)
- Location:
- email-fields-for-woocommerce
- Files:
-
- 2 added
- 16 edited
- 1 copied
-
tags/1.3.0 (copied) (copied from email-fields-for-woocommerce/trunk)
-
tags/1.3.0/composer.lock (modified) (73 diffs)
-
tags/1.3.0/index.php (modified) (2 diffs)
-
tags/1.3.0/phpunit.xml.dist (added)
-
tags/1.3.0/src/GeneralFields.php (modified) (3 diffs)
-
tags/1.3.0/vendor/autoload.php (modified) (1 diff)
-
tags/1.3.0/vendor/composer/InstalledVersions.php (modified) (4 diffs)
-
tags/1.3.0/vendor/composer/autoload_real.php (modified) (2 diffs)
-
tags/1.3.0/vendor/composer/autoload_static.php (modified) (2 diffs)
-
tags/1.3.0/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/composer.lock (modified) (73 diffs)
-
trunk/index.php (modified) (2 diffs)
-
trunk/phpunit.xml.dist (added)
-
trunk/src/GeneralFields.php (modified) (3 diffs)
-
trunk/vendor/autoload.php (modified) (1 diff)
-
trunk/vendor/composer/InstalledVersions.php (modified) (4 diffs)
-
trunk/vendor/composer/autoload_real.php (modified) (2 diffs)
-
trunk/vendor/composer/autoload_static.php (modified) (2 diffs)
-
trunk/vendor/composer/installed.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
email-fields-for-woocommerce/tags/1.3.0/composer.lock
r2571884 r2909059 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 12a6adfe7df7dacf0832bb804f3021cf",7 "content-hash": "cbd2671039d9cd71fe9fec53e543dab3", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "antecedent/patchwork", 12 "version": "2.1. 12",12 "version": "2.1.25", 13 13 "source": { 14 14 "type": "git", 15 15 "url": "https://github.com/antecedent/patchwork.git", 16 "reference": " b98e046dd4c0acc34a0846604f06f6111654d9ea"17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/ b98e046dd4c0acc34a0846604f06f6111654d9ea",21 "reference": " b98e046dd4c0acc34a0846604f06f6111654d9ea",16 "reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/17314e042d45e0dacb0a494c2d1ef50e7621136a", 21 "reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a", 22 22 "shasum": "" 23 23 }, … … 50 50 "testing" 51 51 ], 52 "time": "2019-12-22T17:52:09+00:00" 52 "support": { 53 "issues": "https://github.com/antecedent/patchwork/issues", 54 "source": "https://github.com/antecedent/patchwork/tree/2.1.25" 55 }, 56 "time": "2023-02-19T12:51:24+00:00" 53 57 }, 54 58 { … … 92 96 ], 93 97 "description": "A set of phpcs sniffs for modern php development.", 98 "support": { 99 "issues": "https://github.com/sirbrillig/phpcs-neutron-standard/issues", 100 "source": "https://github.com/sirbrillig/phpcs-neutron-standard", 101 "wiki": "https://github.com/sirbrillig/phpcs-neutron-standard/wiki" 102 }, 94 103 "time": "2021-02-15T22:42:03+00:00" 104 }, 105 { 106 "name": "automattic/vipwpcs", 107 "version": "2.3.3", 108 "source": { 109 "type": "git", 110 "url": "https://github.com/Automattic/VIP-Coding-Standards.git", 111 "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b" 112 }, 113 "dist": { 114 "type": "zip", 115 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", 116 "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", 117 "shasum": "" 118 }, 119 "require": { 120 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", 121 "php": ">=5.4", 122 "sirbrillig/phpcs-variable-analysis": "^2.11.1", 123 "squizlabs/php_codesniffer": "^3.5.5", 124 "wp-coding-standards/wpcs": "^2.3" 125 }, 126 "require-dev": { 127 "php-parallel-lint/php-console-highlighter": "^0.5", 128 "php-parallel-lint/php-parallel-lint": "^1.0", 129 "phpcompatibility/php-compatibility": "^9", 130 "phpcsstandards/phpcsdevtools": "^1.0", 131 "phpunit/phpunit": "^4 || ^5 || ^6 || ^7" 132 }, 133 "type": "phpcodesniffer-standard", 134 "notification-url": "https://packagist.org/downloads/", 135 "license": [ 136 "MIT" 137 ], 138 "authors": [ 139 { 140 "name": "Contributors", 141 "homepage": "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors" 142 } 143 ], 144 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", 145 "keywords": [ 146 "phpcs", 147 "standards", 148 "wordpress" 149 ], 150 "support": { 151 "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues", 152 "source": "https://github.com/Automattic/VIP-Coding-Standards", 153 "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki" 154 }, 155 "time": "2021-09-29T16:20:23+00:00" 95 156 }, 96 157 { … … 100 161 "type": "git", 101 162 "url": "https://github.com/Brain-WP/BrainMonkey.git", 102 "reference": " f3d4c37903b3cb4bdf88bcfb87fb3b323949f690"103 }, 104 "dist": { 105 "type": "zip", 106 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ f3d4c37903b3cb4bdf88bcfb87fb3b323949f690",107 "reference": " f3d4c37903b3cb4bdf88bcfb87fb3b323949f690",108 "shasum": "" 109 }, 110 "require": { 111 "antecedent/patchwork": "^2. 0",112 "mockery/mockery": " >=0.9 <2",163 "reference": "26b83e93933458e7b32614b4e730d1f4b0e53f38" 164 }, 165 "dist": { 166 "type": "zip", 167 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/26b83e93933458e7b32614b4e730d1f4b0e53f38", 168 "reference": "26b83e93933458e7b32614b4e730d1f4b0e53f38", 169 "shasum": "" 170 }, 171 "require": { 172 "antecedent/patchwork": "^2.1.17", 173 "mockery/mockery": "^1.3.5 || ^1.4.4", 113 174 "php": ">=5.6.0" 114 175 }, 115 176 "require-dev": { 116 "dealerdirect/phpcodesniffer-composer-installer": "^0. 6 || ^0.7",177 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", 117 178 "phpcompatibility/php-compatibility": "^9.3.0", 118 "phpunit/phpunit": "^5.7.9 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 119 }, 179 "phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0" 180 }, 181 "default-branch": true, 120 182 "type": "library", 121 183 "extra": { 122 184 "branch-alias": { 123 185 "dev-version/1": "1.x-dev", 124 "dev-master": "2.0.x-dev" 125 } 126 }, 127 "autoload": { 186 "dev-master": "2.x-dev" 187 } 188 }, 189 "autoload": { 190 "files": [ 191 "inc/api.php" 192 ], 128 193 "psr-4": { 129 194 "Brain\\Monkey\\": "src/" 130 }, 131 "files": [ 132 "inc/api.php" 133 ] 195 } 134 196 }, 135 197 "notification-url": "https://packagist.org/downloads/", … … 158 220 "testing" 159 221 ], 160 "time": "2021-06-22T09:12:46+00:00" 222 "support": { 223 "issues": "https://github.com/Brain-WP/BrainMonkey/issues", 224 "source": "https://github.com/Brain-WP/BrainMonkey" 225 }, 226 "time": "2023-05-01T16:33:47+00:00" 161 227 }, 162 228 { 163 229 "name": "dealerdirect/phpcodesniffer-composer-installer", 164 "version": "v0. 4.4",230 "version": "v0.7.2", 165 231 "source": { 166 232 "type": "git", 167 233 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 168 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08"169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/ 2e41850d5f7797cbb1af7b030d245b3b24e63a08",173 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08",174 "shasum": "" 175 }, 176 "require": { 177 "composer-plugin-api": "^1.0 ",178 "php": " ^5.3|^7",179 "squizlabs/php_codesniffer": " *"234 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" 235 }, 236 "dist": { 237 "type": "zip", 238 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 239 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 240 "shasum": "" 241 }, 242 "require": { 243 "composer-plugin-api": "^1.0 || ^2.0", 244 "php": ">=5.3", 245 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 180 246 }, 181 247 "require-dev": { 182 248 "composer/composer": "*", 183 "wimg/php-compatibility": "^8.0" 184 }, 185 "suggest": { 186 "dealerdirect/qa-tools": "All the PHP QA tools you'll need" 249 "php-parallel-lint/php-parallel-lint": "^1.3.1", 250 "phpcompatibility/php-compatibility": "^9.0" 187 251 }, 188 252 "type": "composer-plugin", … … 202 266 { 203 267 "name": "Franck Nijhof", 204 "email": "f.nijhof@dealerdirect.nl", 205 "homepage": "http://workingatdealerdirect.eu", 206 "role": "Developer" 268 "email": "franck.nijhof@dealerdirect.com", 269 "homepage": "http://www.frenck.nl", 270 "role": "Developer / IT Manager" 271 }, 272 { 273 "name": "Contributors", 274 "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" 207 275 } 208 276 ], 209 277 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 210 "homepage": "http://w orkingatdealerdirect.eu",278 "homepage": "http://www.dealerdirect.com", 211 279 "keywords": [ 212 280 "PHPCodeSniffer", … … 216 284 "composer", 217 285 "installer", 286 "phpcbf", 218 287 "phpcs", 219 288 "plugin", … … 226 295 "tests" 227 296 ], 228 "time": "2017-12-06T16:27:17+00:00" 297 "support": { 298 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", 299 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" 300 }, 301 "time": "2022-02-04T12:51:07+00:00" 229 302 }, 230 303 { … … 234 307 "type": "git", 235 308 "url": "https://github.com/doctrine/instantiator.git", 236 "reference": " 6410c4b8352cb64218641457cef64997e6b784fb"237 }, 238 "dist": { 239 "type": "zip", 240 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ 6410c4b8352cb64218641457cef64997e6b784fb",241 "reference": " 6410c4b8352cb64218641457cef64997e6b784fb",309 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 310 }, 311 "dist": { 312 "type": "zip", 313 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 314 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 242 315 "shasum": "" 243 316 }, … … 246 319 }, 247 320 "require-dev": { 248 "doctrine/coding-standard": "^ 8.0",321 "doctrine/coding-standard": "^9 || ^11", 249 322 "ext-pdo": "*", 250 323 "ext-phar": "*", 251 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 252 "phpstan/phpstan": "^0.12", 253 "phpstan/phpstan-phpunit": "^0.12", 254 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 324 "phpbench/phpbench": "^0.16 || ^1", 325 "phpstan/phpstan": "^1.4", 326 "phpstan/phpstan-phpunit": "^1", 327 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 328 "vimeo/psalm": "^4.30 || ^5.4" 255 329 }, 256 330 "type": "library", … … 277 351 "instantiate" 278 352 ], 353 "support": { 354 "issues": "https://github.com/doctrine/instantiator/issues", 355 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 356 }, 279 357 "funding": [ 280 358 { … … 291 369 } 292 370 ], 293 "time": "202 0-11-10T19:05:51+00:00"371 "time": "2022-12-30T00:15:36+00:00" 294 372 }, 295 373 { … … 299 377 "type": "git", 300 378 "url": "https://github.com/hamcrest/hamcrest-php.git", 301 "reference": " 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"302 }, 303 "dist": { 304 "type": "zip", 305 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/ 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",306 "reference": " 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",379 "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb" 380 }, 381 "dist": { 382 "type": "zip", 383 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/d34238d1651eb62fc39ab4efe26df74dc293ebbb", 384 "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb", 307 385 "shasum": "" 308 386 }, … … 319 397 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" 320 398 }, 399 "default-branch": true, 321 400 "type": "library", 322 401 "extra": { … … 338 417 "test" 339 418 ], 340 "time": "2020-07-09T08:09:16+00:00" 419 "support": { 420 "issues": "https://github.com/hamcrest/hamcrest-php/issues", 421 "source": "https://github.com/hamcrest/hamcrest-php/tree/master" 422 }, 423 "time": "2022-11-06T05:05:05+00:00" 341 424 }, 342 425 { 343 426 "name": "inpsyde/php-coding-standards", 344 "version": " 0.13.4",427 "version": "dev-master", 345 428 "source": { 346 429 "type": "git", 347 430 "url": "https://github.com/inpsyde/php-coding-standards.git", 348 "reference": "1c6c12d585e5cee4aa2fa6e0a732166644b018b5" 349 }, 350 "dist": { 351 "type": "zip", 352 "url": "https://api.github.com/repos/inpsyde/php-coding-standards/zipball/1c6c12d585e5cee4aa2fa6e0a732166644b018b5", 353 "reference": "1c6c12d585e5cee4aa2fa6e0a732166644b018b5", 354 "shasum": "" 355 }, 356 "require": { 357 "automattic/phpcs-neutron-standard": "^1", 358 "dealerdirect/phpcodesniffer-composer-installer": "^0.4", 359 "php": ">=7.0", 360 "phpcompatibility/php-compatibility": "^9.0", 361 "squizlabs/php_codesniffer": "^3", 362 "wp-coding-standards/wpcs": "^0.14" 363 }, 364 "require-dev": { 365 "phpunit/phpunit": "6.0.*" 366 }, 431 "reference": "7880c1e0ad1099c5fa8613626ac2544336625327" 432 }, 433 "dist": { 434 "type": "zip", 435 "url": "https://api.github.com/repos/inpsyde/php-coding-standards/zipball/7880c1e0ad1099c5fa8613626ac2544336625327", 436 "reference": "7880c1e0ad1099c5fa8613626ac2544336625327", 437 "shasum": "" 438 }, 439 "require": { 440 "automattic/phpcs-neutron-standard": "^1.6.0", 441 "automattic/vipwpcs": "^2.2", 442 "dealerdirect/phpcodesniffer-composer-installer": "~0.7.0", 443 "php": ">=7", 444 "phpcompatibility/php-compatibility": "^9.3.5", 445 "squizlabs/php_codesniffer": "^3.6.0", 446 "wp-coding-standards/wpcs": "^2.3" 447 }, 448 "require-dev": { 449 "phpunit/phpunit": "~6.5.0 || ~9.5.0", 450 "vimeo/psalm": "@stable" 451 }, 452 "default-branch": true, 367 453 "type": "phpcodesniffer-standard", 368 454 "extra": { 369 455 "branch-alias": { 370 "dev-master": " 0.13.x-dev"456 "dev-master": "1.x-dev" 371 457 } 372 458 }, … … 389 475 "Inpsyde", 390 476 "PHP standards", 477 "PSR-2", 391 478 "WordPress standards", 392 479 "code standards", … … 394 481 "object calisthenics", 395 482 "phpcs", 396 "psr 2",483 "psr-12", 397 484 "standards", 485 "static analysis", 398 486 "wordpress" 399 487 ], 400 "time": "2019-02-19T10:23:48+00:00" 488 "support": { 489 "issues": "https://github.com/inpsyde/php-coding-standards/issues", 490 "source": "https://github.com/inpsyde/php-coding-standards/tree/master" 491 }, 492 "time": "2022-12-21T13:29:27+00:00" 401 493 }, 402 494 { 403 495 "name": "mockery/mockery", 404 "version": " dev-master",496 "version": "1.6.x-dev", 405 497 "source": { 406 498 "type": "git", 407 499 "url": "https://github.com/mockery/mockery.git", 408 "reference": " ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3"409 }, 410 "dist": { 411 "type": "zip", 412 "url": "https://api.github.com/repos/mockery/mockery/zipball/ ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3",413 "reference": " ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3",500 "reference": "bac1765cb52bbd3364a870e920cb69cd859ee302" 501 }, 502 "dist": { 503 "type": "zip", 504 "url": "https://api.github.com/repos/mockery/mockery/zipball/bac1765cb52bbd3364a870e920cb69cd859ee302", 505 "reference": "bac1765cb52bbd3364a870e920cb69cd859ee302", 414 506 "shasum": "" 415 507 }, … … 423 515 }, 424 516 "require-dev": { 425 "phpunit/phpunit": "^8.5 || ^9.3" 517 "phpunit/phpunit": "^8.5 || ^9.3", 518 "psalm/plugin-phpunit": "^0.18", 519 "vimeo/psalm": "^5.9" 426 520 }, 427 521 "type": "library", … … 432 526 }, 433 527 "autoload": { 434 "psr-0": { 435 "Mockery": "library/" 528 "files": [ 529 "library/helpers.php", 530 "library/Mockery.php" 531 ], 532 "psr-4": { 533 "Mockery\\": "library/Mockery" 436 534 } 437 535 }, … … 466 564 "testing" 467 565 ], 468 "time": "2021-07-19T08:40:21+00:00" 566 "support": { 567 "issues": "https://github.com/mockery/mockery/issues", 568 "source": "https://github.com/mockery/mockery/tree/1.6.x" 569 }, 570 "time": "2023-05-03T12:55:29+00:00" 469 571 }, 470 572 { … … 474 576 "type": "git", 475 577 "url": "https://github.com/myclabs/DeepCopy.git", 476 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220"477 }, 478 "dist": { 479 "type": "zip", 480 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 776f831124e9c62e1a2c601ecc52e776d8bb7220",481 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220",578 "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5" 579 }, 580 "dist": { 581 "type": "zip", 582 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/928a96f585b86224ebc78f8f09d0482cf15b04f5", 583 "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5", 482 584 "shasum": "" 483 585 }, … … 485 587 "php": "^7.1 || ^8.0" 486 588 }, 487 "replace": { 488 "myclabs/deep-copy": "self.version" 489 }, 490 "require-dev": { 491 "doctrine/collections": "^1.0", 492 "doctrine/common": "^2.6", 493 "phpunit/phpunit": "^7.1" 494 }, 495 "type": "library", 496 "autoload": { 589 "conflict": { 590 "doctrine/collections": "<1.6.8", 591 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 592 }, 593 "require-dev": { 594 "doctrine/collections": "^1.6.8", 595 "doctrine/common": "^2.13.3 || ^3.2.2", 596 "phpspec/prophecy": "^1.10", 597 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 598 }, 599 "default-branch": true, 600 "type": "library", 601 "autoload": { 602 "files": [ 603 "src/DeepCopy/deep_copy.php" 604 ], 497 605 "psr-4": { 498 606 "DeepCopy\\": "src/DeepCopy/" 499 }, 500 "files": [ 501 "src/DeepCopy/deep_copy.php" 502 ] 607 } 503 608 }, 504 609 "notification-url": "https://packagist.org/downloads/", … … 514 619 "object graph" 515 620 ], 621 "support": { 622 "issues": "https://github.com/myclabs/DeepCopy/issues", 623 "source": "https://github.com/myclabs/DeepCopy/tree/1.x" 624 }, 516 625 "funding": [ 517 626 { … … 520 629 } 521 630 ], 522 "time": "2020-11-13T09:40:50+00:00" 631 "time": "2023-03-08T17:24:01+00:00" 632 }, 633 { 634 "name": "nikic/php-parser", 635 "version": "4.x-dev", 636 "source": { 637 "type": "git", 638 "url": "https://github.com/nikic/PHP-Parser.git", 639 "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01" 640 }, 641 "dist": { 642 "type": "zip", 643 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ffddce52d816f72d0efc4d9b02e276d3309ef01", 644 "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01", 645 "shasum": "" 646 }, 647 "require": { 648 "ext-tokenizer": "*", 649 "php": ">=7.0" 650 }, 651 "require-dev": { 652 "ircmaxell/php-yacc": "^0.0.7", 653 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 654 }, 655 "default-branch": true, 656 "bin": [ 657 "bin/php-parse" 658 ], 659 "type": "library", 660 "extra": { 661 "branch-alias": { 662 "dev-master": "4.9-dev" 663 } 664 }, 665 "autoload": { 666 "psr-4": { 667 "PhpParser\\": "lib/PhpParser" 668 } 669 }, 670 "notification-url": "https://packagist.org/downloads/", 671 "license": [ 672 "BSD-3-Clause" 673 ], 674 "authors": [ 675 { 676 "name": "Nikita Popov" 677 } 678 ], 679 "description": "A PHP parser written in PHP", 680 "keywords": [ 681 "parser", 682 "php" 683 ], 684 "support": { 685 "issues": "https://github.com/nikic/PHP-Parser/issues", 686 "source": "https://github.com/nikic/PHP-Parser/tree/4.x" 687 }, 688 "time": "2023-03-06T22:12:36+00:00" 523 689 }, 524 690 { … … 528 694 "type": "git", 529 695 "url": "https://github.com/phar-io/manifest.git", 530 "reference": " 97803eca37d319dfa7826cc2437fc020857acb53"531 }, 532 "dist": { 533 "type": "zip", 534 "url": "https://api.github.com/repos/phar-io/manifest/zipball/ 97803eca37d319dfa7826cc2437fc020857acb53",535 "reference": " 97803eca37d319dfa7826cc2437fc020857acb53",696 "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138" 697 }, 698 "dist": { 699 "type": "zip", 700 "url": "https://api.github.com/repos/phar-io/manifest/zipball/36d8a21e851a9512db2b086dc5ac2c61308f0138", 701 "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138", 536 702 "shasum": "" 537 703 }, 538 704 "require": { 539 705 "ext-dom": "*", 706 "ext-libxml": "*", 540 707 "ext-phar": "*", 541 708 "ext-xmlwriter": "*", … … 543 710 "php": "^7.2 || ^8.0" 544 711 }, 712 "default-branch": true, 545 713 "type": "library", 546 714 "extra": { … … 576 744 ], 577 745 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 578 "time": "2021-07-20T11:28:43+00:00" 746 "support": { 747 "issues": "https://github.com/phar-io/manifest/issues", 748 "source": "https://github.com/phar-io/manifest/tree/master" 749 }, 750 "funding": [ 751 { 752 "url": "https://github.com/theseer", 753 "type": "github" 754 } 755 ], 756 "time": "2022-02-21T19:55:33+00:00" 579 757 }, 580 758 { 581 759 "name": "phar-io/version", 582 "version": "3. 1.0",760 "version": "3.2.1", 583 761 "source": { 584 762 "type": "git", 585 763 "url": "https://github.com/phar-io/version.git", 586 "reference": " bae7c545bef187884426f042434e561ab1ddb182"587 }, 588 "dist": { 589 "type": "zip", 590 "url": "https://api.github.com/repos/phar-io/version/zipball/ bae7c545bef187884426f042434e561ab1ddb182",591 "reference": " bae7c545bef187884426f042434e561ab1ddb182",764 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 765 }, 766 "dist": { 767 "type": "zip", 768 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 769 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 592 770 "shasum": "" 593 771 }, … … 623 801 ], 624 802 "description": "Library for handling version information and constraints", 625 "time": "2021-02-23T14:00:09+00:00" 803 "support": { 804 "issues": "https://github.com/phar-io/version/issues", 805 "source": "https://github.com/phar-io/version/tree/3.2.1" 806 }, 807 "time": "2022-02-21T01:04:05+00:00" 626 808 }, 627 809 { … … 681 863 "standards" 682 864 ], 865 "support": { 866 "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", 867 "source": "https://github.com/PHPCompatibility/PHPCompatibility" 868 }, 683 869 "time": "2019-12-27T09:44:58+00:00" 684 870 }, 685 871 { 686 "name": "phpdocumentor/reflection-common",687 "version": "dev-master",688 "source": {689 "type": "git",690 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",691 "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6"692 },693 "dist": {694 "type": "zip",695 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6",696 "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6",697 "shasum": ""698 },699 "require": {700 "php": ">=7.1"701 },702 "type": "library",703 "extra": {704 "branch-alias": {705 "dev-master": "2.x-dev"706 }707 },708 "autoload": {709 "psr-4": {710 "phpDocumentor\\Reflection\\": "src/"711 }712 },713 "notification-url": "https://packagist.org/downloads/",714 "license": [715 "MIT"716 ],717 "authors": [718 {719 "name": "Jaap van Otterdijk",720 "email": "opensource@ijaap.nl"721 }722 ],723 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",724 "homepage": "http://www.phpdoc.org",725 "keywords": [726 "FQSEN",727 "phpDocumentor",728 "phpdoc",729 "reflection",730 "static analysis"731 ],732 "time": "2021-06-25T13:47:51+00:00"733 },734 {735 "name": "phpdocumentor/reflection-docblock",736 "version": "dev-master",737 "source": {738 "type": "git",739 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",740 "reference": "8719cc12e2a57ec3432a76989bb4ef773ac75b63"741 },742 "dist": {743 "type": "zip",744 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8719cc12e2a57ec3432a76989bb4ef773ac75b63",745 "reference": "8719cc12e2a57ec3432a76989bb4ef773ac75b63",746 "shasum": ""747 },748 "require": {749 "ext-filter": "*",750 "php": "^7.2 || ^8.0",751 "phpdocumentor/reflection-common": "^2.2",752 "phpdocumentor/type-resolver": "^1.3",753 "webmozart/assert": "^1.9.1"754 },755 "require-dev": {756 "mockery/mockery": "~1.3.2"757 },758 "type": "library",759 "extra": {760 "branch-alias": {761 "dev-master": "5.x-dev"762 }763 },764 "autoload": {765 "psr-4": {766 "phpDocumentor\\Reflection\\": "src"767 }768 },769 "notification-url": "https://packagist.org/downloads/",770 "license": [771 "MIT"772 ],773 "authors": [774 {775 "name": "Mike van Riel",776 "email": "me@mikevanriel.com"777 },778 {779 "name": "Jaap van Otterdijk",780 "email": "account@ijaap.nl"781 }782 ],783 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",784 "time": "2021-04-23T09:50:58+00:00"785 },786 {787 "name": "phpdocumentor/type-resolver",788 "version": "1.x-dev",789 "source": {790 "type": "git",791 "url": "https://github.com/phpDocumentor/TypeResolver.git",792 "reference": "550e0fb7efa2f7a361d47ea1e30921989a43e41d"793 },794 "dist": {795 "type": "zip",796 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/550e0fb7efa2f7a361d47ea1e30921989a43e41d",797 "reference": "550e0fb7efa2f7a361d47ea1e30921989a43e41d",798 "shasum": ""799 },800 "require": {801 "php": "^7.2 || ^8.0",802 "phpdocumentor/reflection-common": "^2.0"803 },804 "require-dev": {805 "ext-tokenizer": "*",806 "psalm/phar": "^4.8"807 },808 "type": "library",809 "extra": {810 "branch-alias": {811 "dev-1.x": "1.x-dev"812 }813 },814 "autoload": {815 "psr-4": {816 "phpDocumentor\\Reflection\\": "src"817 }818 },819 "notification-url": "https://packagist.org/downloads/",820 "license": [821 "MIT"822 ],823 "authors": [824 {825 "name": "Mike van Riel",826 "email": "me@mikevanriel.com"827 }828 ],829 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",830 "time": "2021-07-24T09:21:39+00:00"831 },832 {833 "name": "phpspec/prophecy",834 "version": "1.13.0",835 "source": {836 "type": "git",837 "url": "https://github.com/phpspec/prophecy.git",838 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"839 },840 "dist": {841 "type": "zip",842 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",843 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",844 "shasum": ""845 },846 "require": {847 "doctrine/instantiator": "^1.2",848 "php": "^7.2 || ~8.0, <8.1",849 "phpdocumentor/reflection-docblock": "^5.2",850 "sebastian/comparator": "^3.0 || ^4.0",851 "sebastian/recursion-context": "^3.0 || ^4.0"852 },853 "require-dev": {854 "phpspec/phpspec": "^6.0",855 "phpunit/phpunit": "^8.0 || ^9.0"856 },857 "type": "library",858 "extra": {859 "branch-alias": {860 "dev-master": "1.11.x-dev"861 }862 },863 "autoload": {864 "psr-4": {865 "Prophecy\\": "src/Prophecy"866 }867 },868 "notification-url": "https://packagist.org/downloads/",869 "license": [870 "MIT"871 ],872 "authors": [873 {874 "name": "Konstantin Kudryashov",875 "email": "ever.zet@gmail.com",876 "homepage": "http://everzet.com"877 },878 {879 "name": "Marcello Duarte",880 "email": "marcello.duarte@gmail.com"881 }882 ],883 "description": "Highly opinionated mocking framework for PHP 5.3+",884 "homepage": "https://github.com/phpspec/prophecy",885 "keywords": [886 "Double",887 "Dummy",888 "fake",889 "mock",890 "spy",891 "stub"892 ],893 "time": "2021-03-17T13:42:18+00:00"894 },895 {896 872 "name": "phpunit/php-code-coverage", 897 "version": " 7.0.x-dev",873 "version": "9.2.x-dev", 898 874 "source": { 899 875 "type": "git", 900 876 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 901 "reference": " bb7c9a210c72e4709cdde67f8b7362f672f2225c"902 }, 903 "dist": { 904 "type": "zip", 905 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ bb7c9a210c72e4709cdde67f8b7362f672f2225c",906 "reference": " bb7c9a210c72e4709cdde67f8b7362f672f2225c",877 "reference": "565b4df47bb8992d1adbe06cb4c2e36df5517f54" 878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/565b4df47bb8992d1adbe06cb4c2e36df5517f54", 882 "reference": "565b4df47bb8992d1adbe06cb4c2e36df5517f54", 907 883 "shasum": "" 908 884 }, 909 885 "require": { 910 886 "ext-dom": "*", 887 "ext-libxml": "*", 911 888 "ext-xmlwriter": "*", 912 "php": ">=7.2", 913 "phpunit/php-file-iterator": "^2.0.2", 914 "phpunit/php-text-template": "^1.2.1", 915 "phpunit/php-token-stream": "^3.1.1 || ^4.0", 916 "sebastian/code-unit-reverse-lookup": "^1.0.1", 917 "sebastian/environment": "^4.2.2", 918 "sebastian/version": "^2.0.1", 919 "theseer/tokenizer": "^1.1.3" 920 }, 921 "require-dev": { 922 "phpunit/phpunit": "^8.2.2" 889 "nikic/php-parser": "^4.15", 890 "php": ">=7.3", 891 "phpunit/php-file-iterator": "^3.0.3", 892 "phpunit/php-text-template": "^2.0.2", 893 "sebastian/code-unit-reverse-lookup": "^2.0.2", 894 "sebastian/complexity": "^2.0", 895 "sebastian/environment": "^5.1.2", 896 "sebastian/lines-of-code": "^1.0.3", 897 "sebastian/version": "^3.0.1", 898 "theseer/tokenizer": "^1.2.0" 899 }, 900 "require-dev": { 901 "phpunit/phpunit": "^9.3" 923 902 }, 924 903 "suggest": { 925 "ext-xdebug": "^2.7.2" 926 }, 927 "type": "library", 928 "extra": { 929 "branch-alias": { 930 "dev-master": "7.0-dev" 904 "ext-pcov": "PHP extension that provides line coverage", 905 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 906 }, 907 "type": "library", 908 "extra": { 909 "branch-alias": { 910 "dev-master": "9.2-dev" 931 911 } 932 912 }, … … 954 934 "xunit" 955 935 ], 936 "support": { 937 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 938 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 939 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2" 940 }, 956 941 "funding": [ 957 942 { … … 960 945 } 961 946 ], 962 "time": "202 0-12-02T13:39:03+00:00"947 "time": "2023-05-07T06:58:20+00:00" 963 948 }, 964 949 { 965 950 "name": "phpunit/php-file-iterator", 966 "version": " 2.0.x-dev",951 "version": "3.0.x-dev", 967 952 "source": { 968 953 "type": "git", 969 954 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 970 "reference": " 28af674ff175d0768a5a978e6de83f697d4a7f05"971 }, 972 "dist": { 973 "type": "zip", 974 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/ 28af674ff175d0768a5a978e6de83f697d4a7f05",975 "reference": " 28af674ff175d0768a5a978e6de83f697d4a7f05",976 "shasum": "" 977 }, 978 "require": { 979 "php": ">=7. 1"980 }, 981 "require-dev": { 982 "phpunit/phpunit": "^ 8.5"983 }, 984 "type": "library", 985 "extra": { 986 "branch-alias": { 987 "dev-master": " 2.0.x-dev"955 "reference": "38b24367e1b340aa78b96d7cab042942d917bb84" 956 }, 957 "dist": { 958 "type": "zip", 959 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/38b24367e1b340aa78b96d7cab042942d917bb84", 960 "reference": "38b24367e1b340aa78b96d7cab042942d917bb84", 961 "shasum": "" 962 }, 963 "require": { 964 "php": ">=7.3" 965 }, 966 "require-dev": { 967 "phpunit/phpunit": "^9.3" 968 }, 969 "type": "library", 970 "extra": { 971 "branch-alias": { 972 "dev-master": "3.0-dev" 988 973 } 989 974 }, … … 1010 995 "iterator" 1011 996 ], 997 "support": { 998 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 999 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0" 1000 }, 1012 1001 "funding": [ 1013 1002 { … … 1016 1005 } 1017 1006 ], 1018 "time": "2021-07-19T06:46:01+00:00" 1007 "time": "2022-02-11T16:23:04+00:00" 1008 }, 1009 { 1010 "name": "phpunit/php-invoker", 1011 "version": "3.1.1", 1012 "source": { 1013 "type": "git", 1014 "url": "https://github.com/sebastianbergmann/php-invoker.git", 1015 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 1016 }, 1017 "dist": { 1018 "type": "zip", 1019 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 1020 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 1021 "shasum": "" 1022 }, 1023 "require": { 1024 "php": ">=7.3" 1025 }, 1026 "require-dev": { 1027 "ext-pcntl": "*", 1028 "phpunit/phpunit": "^9.3" 1029 }, 1030 "suggest": { 1031 "ext-pcntl": "*" 1032 }, 1033 "type": "library", 1034 "extra": { 1035 "branch-alias": { 1036 "dev-master": "3.1-dev" 1037 } 1038 }, 1039 "autoload": { 1040 "classmap": [ 1041 "src/" 1042 ] 1043 }, 1044 "notification-url": "https://packagist.org/downloads/", 1045 "license": [ 1046 "BSD-3-Clause" 1047 ], 1048 "authors": [ 1049 { 1050 "name": "Sebastian Bergmann", 1051 "email": "sebastian@phpunit.de", 1052 "role": "lead" 1053 } 1054 ], 1055 "description": "Invoke callables with a timeout", 1056 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 1057 "keywords": [ 1058 "process" 1059 ], 1060 "support": { 1061 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 1062 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 1063 }, 1064 "funding": [ 1065 { 1066 "url": "https://github.com/sebastianbergmann", 1067 "type": "github" 1068 } 1069 ], 1070 "time": "2020-09-28T05:58:55+00:00" 1019 1071 }, 1020 1072 { 1021 1073 "name": "phpunit/php-text-template", 1022 "version": " 1.2.1",1074 "version": "2.0.4", 1023 1075 "source": { 1024 1076 "type": "git", 1025 1077 "url": "https://github.com/sebastianbergmann/php-text-template.git", 1026 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 1027 }, 1028 "dist": { 1029 "type": "zip", 1030 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1031 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1032 "shasum": "" 1033 }, 1034 "require": { 1035 "php": ">=5.3.3" 1036 }, 1037 "type": "library", 1078 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 1079 }, 1080 "dist": { 1081 "type": "zip", 1082 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 1083 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 1084 "shasum": "" 1085 }, 1086 "require": { 1087 "php": ">=7.3" 1088 }, 1089 "require-dev": { 1090 "phpunit/phpunit": "^9.3" 1091 }, 1092 "type": "library", 1093 "extra": { 1094 "branch-alias": { 1095 "dev-master": "2.0-dev" 1096 } 1097 }, 1038 1098 "autoload": { 1039 1099 "classmap": [ … … 1057 1117 "template" 1058 1118 ], 1059 "time": "2015-06-21T13:50:34+00:00" 1119 "support": { 1120 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 1121 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 1122 }, 1123 "funding": [ 1124 { 1125 "url": "https://github.com/sebastianbergmann", 1126 "type": "github" 1127 } 1128 ], 1129 "time": "2020-10-26T05:33:50+00:00" 1060 1130 }, 1061 1131 { 1062 1132 "name": "phpunit/php-timer", 1063 "version": " 2.1.x-dev",1133 "version": "5.0.3", 1064 1134 "source": { 1065 1135 "type": "git", 1066 1136 "url": "https://github.com/sebastianbergmann/php-timer.git", 1067 "reference": " 2454ae1765516d20c4ffe103d85a58a9a3bd5662"1068 }, 1069 "dist": { 1070 "type": "zip", 1071 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/ 2454ae1765516d20c4ffe103d85a58a9a3bd5662",1072 "reference": " 2454ae1765516d20c4ffe103d85a58a9a3bd5662",1073 "shasum": "" 1074 }, 1075 "require": { 1076 "php": ">=7. 1"1077 }, 1078 "require-dev": { 1079 "phpunit/phpunit": "^ 8.5"1080 }, 1081 "type": "library", 1082 "extra": { 1083 "branch-alias": { 1084 "dev-master": " 2.1-dev"1137 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 1138 }, 1139 "dist": { 1140 "type": "zip", 1141 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 1142 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 1143 "shasum": "" 1144 }, 1145 "require": { 1146 "php": ">=7.3" 1147 }, 1148 "require-dev": { 1149 "phpunit/phpunit": "^9.3" 1150 }, 1151 "type": "library", 1152 "extra": { 1153 "branch-alias": { 1154 "dev-master": "5.0-dev" 1085 1155 } 1086 1156 }, … … 1106 1176 "timer" 1107 1177 ], 1178 "support": { 1179 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 1180 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 1181 }, 1108 1182 "funding": [ 1109 1183 { … … 1112 1186 } 1113 1187 ], 1114 "time": "2020-11-30T08:20:02+00:00" 1115 }, 1116 { 1117 "name": "phpunit/php-token-stream", 1118 "version": "dev-master", 1119 "source": { 1120 "type": "git", 1121 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 1122 "reference": "76fc0567751d177847112bd3e26e4890529c98da" 1123 }, 1124 "dist": { 1125 "type": "zip", 1126 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/76fc0567751d177847112bd3e26e4890529c98da", 1127 "reference": "76fc0567751d177847112bd3e26e4890529c98da", 1128 "shasum": "" 1129 }, 1130 "require": { 1131 "ext-tokenizer": "*", 1132 "php": "^7.3 || ^8.0" 1133 }, 1134 "require-dev": { 1135 "phpunit/phpunit": "^9.0" 1136 }, 1137 "type": "library", 1138 "extra": { 1139 "branch-alias": { 1140 "dev-master": "4.0-dev" 1141 } 1142 }, 1143 "autoload": { 1144 "classmap": [ 1145 "src/" 1146 ] 1147 }, 1148 "notification-url": "https://packagist.org/downloads/", 1149 "license": [ 1150 "BSD-3-Clause" 1151 ], 1152 "authors": [ 1153 { 1154 "name": "Sebastian Bergmann", 1155 "email": "sebastian@phpunit.de" 1156 } 1157 ], 1158 "description": "Wrapper around PHP's tokenizer extension.", 1159 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 1160 "keywords": [ 1161 "tokenizer" 1162 ], 1163 "funding": [ 1164 { 1165 "url": "https://github.com/sebastianbergmann", 1166 "type": "github" 1167 } 1168 ], 1169 "abandoned": true, 1170 "time": "2020-08-06T06:03:05+00:00" 1188 "time": "2020-10-26T13:16:10+00:00" 1171 1189 }, 1172 1190 { 1173 1191 "name": "phpunit/phpunit", 1174 "version": " 8.5.x-dev",1192 "version": "9.6.x-dev", 1175 1193 "source": { 1176 1194 "type": "git", 1177 1195 "url": "https://github.com/sebastianbergmann/phpunit.git", 1178 "reference": " 7dce842af51d17fc94b384b0e796d6902dbdc94d"1179 }, 1180 "dist": { 1181 "type": "zip", 1182 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 7dce842af51d17fc94b384b0e796d6902dbdc94d",1183 "reference": " 7dce842af51d17fc94b384b0e796d6902dbdc94d",1184 "shasum": "" 1185 }, 1186 "require": { 1187 "doctrine/instantiator": "^1.3.1 ",1196 "reference": "4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a" 1197 }, 1198 "dist": { 1199 "type": "zip", 1200 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a", 1201 "reference": "4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a", 1202 "shasum": "" 1203 }, 1204 "require": { 1205 "doctrine/instantiator": "^1.3.1 || ^2", 1188 1206 "ext-dom": "*", 1189 1207 "ext-json": "*", … … 1192 1210 "ext-xml": "*", 1193 1211 "ext-xmlwriter": "*", 1194 "myclabs/deep-copy": "^1.10. 0",1212 "myclabs/deep-copy": "^1.10.1", 1195 1213 "phar-io/manifest": "^2.0.3", 1196 1214 "phar-io/version": "^3.0.2", 1197 "php": ">=7.2", 1198 "phpspec/prophecy": "^1.10.3", 1199 "phpunit/php-code-coverage": "^7.0.12", 1200 "phpunit/php-file-iterator": "^2.0.4", 1201 "phpunit/php-text-template": "^1.2.1", 1202 "phpunit/php-timer": "^2.1.2", 1203 "sebastian/comparator": "^3.0.2", 1204 "sebastian/diff": "^3.0.2", 1205 "sebastian/environment": "^4.2.3", 1206 "sebastian/exporter": "^3.1.2", 1207 "sebastian/global-state": "^3.0.0", 1208 "sebastian/object-enumerator": "^3.0.3", 1209 "sebastian/resource-operations": "^2.0.1", 1210 "sebastian/type": "^1.1.3", 1211 "sebastian/version": "^2.0.1" 1212 }, 1213 "require-dev": { 1214 "ext-pdo": "*" 1215 "php": ">=7.3", 1216 "phpunit/php-code-coverage": "^9.2.13", 1217 "phpunit/php-file-iterator": "^3.0.5", 1218 "phpunit/php-invoker": "^3.1.1", 1219 "phpunit/php-text-template": "^2.0.3", 1220 "phpunit/php-timer": "^5.0.2", 1221 "sebastian/cli-parser": "^1.0.1", 1222 "sebastian/code-unit": "^1.0.6", 1223 "sebastian/comparator": "^4.0.8", 1224 "sebastian/diff": "^4.0.3", 1225 "sebastian/environment": "^5.1.3", 1226 "sebastian/exporter": "^4.0.5", 1227 "sebastian/global-state": "^5.0.1", 1228 "sebastian/object-enumerator": "^4.0.3", 1229 "sebastian/resource-operations": "^3.0.3", 1230 "sebastian/type": "^3.2", 1231 "sebastian/version": "^3.0.2" 1215 1232 }, 1216 1233 "suggest": { 1217 "ext-soap": "*", 1218 "ext-xdebug": "*", 1219 "phpunit/php-invoker": "^2.0.0" 1234 "ext-soap": "To be able to generate mocks based on WSDL files", 1235 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 1220 1236 }, 1221 1237 "bin": [ … … 1225 1241 "extra": { 1226 1242 "branch-alias": { 1227 "dev-master": "8.5-dev" 1228 } 1229 }, 1230 "autoload": { 1243 "dev-master": "9.6-dev" 1244 } 1245 }, 1246 "autoload": { 1247 "files": [ 1248 "src/Framework/Assert/Functions.php" 1249 ], 1231 1250 "classmap": [ 1232 1251 "src/" … … 1251 1270 "xunit" 1252 1271 ], 1253 "funding": [ 1254 { 1255 "url": "https://phpunit.de/donate.html", 1272 "support": { 1273 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1274 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 1275 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6" 1276 }, 1277 "funding": [ 1278 { 1279 "url": "https://phpunit.de/sponsors.html", 1256 1280 "type": "custom" 1257 1281 }, … … 1259 1283 "url": "https://github.com/sebastianbergmann", 1260 1284 "type": "github" 1261 } 1262 ], 1263 "time": "2021-07-25T08:39:54+00:00" 1285 }, 1286 { 1287 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 1288 "type": "tidelift" 1289 } 1290 ], 1291 "time": "2023-05-07T07:03:49+00:00" 1292 }, 1293 { 1294 "name": "sebastian/cli-parser", 1295 "version": "1.0.1", 1296 "source": { 1297 "type": "git", 1298 "url": "https://github.com/sebastianbergmann/cli-parser.git", 1299 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 1300 }, 1301 "dist": { 1302 "type": "zip", 1303 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 1304 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 1305 "shasum": "" 1306 }, 1307 "require": { 1308 "php": ">=7.3" 1309 }, 1310 "require-dev": { 1311 "phpunit/phpunit": "^9.3" 1312 }, 1313 "type": "library", 1314 "extra": { 1315 "branch-alias": { 1316 "dev-master": "1.0-dev" 1317 } 1318 }, 1319 "autoload": { 1320 "classmap": [ 1321 "src/" 1322 ] 1323 }, 1324 "notification-url": "https://packagist.org/downloads/", 1325 "license": [ 1326 "BSD-3-Clause" 1327 ], 1328 "authors": [ 1329 { 1330 "name": "Sebastian Bergmann", 1331 "email": "sebastian@phpunit.de", 1332 "role": "lead" 1333 } 1334 ], 1335 "description": "Library for parsing CLI options", 1336 "homepage": "https://github.com/sebastianbergmann/cli-parser", 1337 "support": { 1338 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 1339 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 1340 }, 1341 "funding": [ 1342 { 1343 "url": "https://github.com/sebastianbergmann", 1344 "type": "github" 1345 } 1346 ], 1347 "time": "2020-09-28T06:08:49+00:00" 1348 }, 1349 { 1350 "name": "sebastian/code-unit", 1351 "version": "1.0.8", 1352 "source": { 1353 "type": "git", 1354 "url": "https://github.com/sebastianbergmann/code-unit.git", 1355 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 1356 }, 1357 "dist": { 1358 "type": "zip", 1359 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 1360 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 1361 "shasum": "" 1362 }, 1363 "require": { 1364 "php": ">=7.3" 1365 }, 1366 "require-dev": { 1367 "phpunit/phpunit": "^9.3" 1368 }, 1369 "type": "library", 1370 "extra": { 1371 "branch-alias": { 1372 "dev-master": "1.0-dev" 1373 } 1374 }, 1375 "autoload": { 1376 "classmap": [ 1377 "src/" 1378 ] 1379 }, 1380 "notification-url": "https://packagist.org/downloads/", 1381 "license": [ 1382 "BSD-3-Clause" 1383 ], 1384 "authors": [ 1385 { 1386 "name": "Sebastian Bergmann", 1387 "email": "sebastian@phpunit.de", 1388 "role": "lead" 1389 } 1390 ], 1391 "description": "Collection of value objects that represent the PHP code units", 1392 "homepage": "https://github.com/sebastianbergmann/code-unit", 1393 "support": { 1394 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 1395 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 1396 }, 1397 "funding": [ 1398 { 1399 "url": "https://github.com/sebastianbergmann", 1400 "type": "github" 1401 } 1402 ], 1403 "time": "2020-10-26T13:08:54+00:00" 1264 1404 }, 1265 1405 { 1266 1406 "name": "sebastian/code-unit-reverse-lookup", 1267 "version": " 1.0.x-dev",1407 "version": "2.0.3", 1268 1408 "source": { 1269 1409 "type": "git", 1270 1410 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 1271 "reference": " 1de8cd5c010cb153fcd68b8d0f64606f523f7619"1272 }, 1273 "dist": { 1274 "type": "zip", 1275 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ 1de8cd5c010cb153fcd68b8d0f64606f523f7619",1276 "reference": " 1de8cd5c010cb153fcd68b8d0f64606f523f7619",1277 "shasum": "" 1278 }, 1279 "require": { 1280 "php": ">= 5.6"1281 }, 1282 "require-dev": { 1283 "phpunit/phpunit": "^ 8.5"1284 }, 1285 "type": "library", 1286 "extra": { 1287 "branch-alias": { 1288 "dev-master": " 1.0.x-dev"1411 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 1412 }, 1413 "dist": { 1414 "type": "zip", 1415 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 1416 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 1417 "shasum": "" 1418 }, 1419 "require": { 1420 "php": ">=7.3" 1421 }, 1422 "require-dev": { 1423 "phpunit/phpunit": "^9.3" 1424 }, 1425 "type": "library", 1426 "extra": { 1427 "branch-alias": { 1428 "dev-master": "2.0-dev" 1289 1429 } 1290 1430 }, … … 1306 1446 "description": "Looks up which function or method a line of code belongs to", 1307 1447 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 1448 "support": { 1449 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 1450 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 1451 }, 1308 1452 "funding": [ 1309 1453 { … … 1312 1456 } 1313 1457 ], 1314 "time": "2020- 11-30T08:15:22+00:00"1458 "time": "2020-09-28T05:30:19+00:00" 1315 1459 }, 1316 1460 { 1317 1461 "name": "sebastian/comparator", 1318 "version": " 3.0.x-dev",1462 "version": "4.0.x-dev", 1319 1463 "source": { 1320 1464 "type": "git", 1321 1465 "url": "https://github.com/sebastianbergmann/comparator.git", 1322 "reference": " 1071dfcef776a57013124ff35e1fc41ccd294758"1323 }, 1324 "dist": { 1325 "type": "zip", 1326 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 1071dfcef776a57013124ff35e1fc41ccd294758",1327 "reference": " 1071dfcef776a57013124ff35e1fc41ccd294758",1328 "shasum": "" 1329 }, 1330 "require": { 1331 "php": ">=7. 1",1332 "sebastian/diff": "^ 3.0",1333 "sebastian/exporter": "^ 3.1"1334 }, 1335 "require-dev": { 1336 "phpunit/phpunit": "^ 8.5"1337 }, 1338 "type": "library", 1339 "extra": { 1340 "branch-alias": { 1341 "dev-master": " 3.0-dev"1466 "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1" 1467 }, 1468 "dist": { 1469 "type": "zip", 1470 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b247957a1c8dc81a671770f74b479c0a78a818f1", 1471 "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1", 1472 "shasum": "" 1473 }, 1474 "require": { 1475 "php": ">=7.3", 1476 "sebastian/diff": "^4.0", 1477 "sebastian/exporter": "^4.0" 1478 }, 1479 "require-dev": { 1480 "phpunit/phpunit": "^9.3" 1481 }, 1482 "type": "library", 1483 "extra": { 1484 "branch-alias": { 1485 "dev-master": "4.0-dev" 1342 1486 } 1343 1487 }, … … 1376 1520 "equality" 1377 1521 ], 1522 "support": { 1523 "issues": "https://github.com/sebastianbergmann/comparator/issues", 1524 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0" 1525 }, 1378 1526 "funding": [ 1379 1527 { … … 1382 1530 } 1383 1531 ], 1384 "time": "2020-11-30T08:04:30+00:00" 1532 "time": "2022-09-14T12:46:14+00:00" 1533 }, 1534 { 1535 "name": "sebastian/complexity", 1536 "version": "2.0.2", 1537 "source": { 1538 "type": "git", 1539 "url": "https://github.com/sebastianbergmann/complexity.git", 1540 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" 1541 }, 1542 "dist": { 1543 "type": "zip", 1544 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", 1545 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", 1546 "shasum": "" 1547 }, 1548 "require": { 1549 "nikic/php-parser": "^4.7", 1550 "php": ">=7.3" 1551 }, 1552 "require-dev": { 1553 "phpunit/phpunit": "^9.3" 1554 }, 1555 "type": "library", 1556 "extra": { 1557 "branch-alias": { 1558 "dev-master": "2.0-dev" 1559 } 1560 }, 1561 "autoload": { 1562 "classmap": [ 1563 "src/" 1564 ] 1565 }, 1566 "notification-url": "https://packagist.org/downloads/", 1567 "license": [ 1568 "BSD-3-Clause" 1569 ], 1570 "authors": [ 1571 { 1572 "name": "Sebastian Bergmann", 1573 "email": "sebastian@phpunit.de", 1574 "role": "lead" 1575 } 1576 ], 1577 "description": "Library for calculating the complexity of PHP code units", 1578 "homepage": "https://github.com/sebastianbergmann/complexity", 1579 "support": { 1580 "issues": "https://github.com/sebastianbergmann/complexity/issues", 1581 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" 1582 }, 1583 "funding": [ 1584 { 1585 "url": "https://github.com/sebastianbergmann", 1586 "type": "github" 1587 } 1588 ], 1589 "time": "2020-10-26T15:52:27+00:00" 1385 1590 }, 1386 1591 { 1387 1592 "name": "sebastian/diff", 1388 "version": " 3.0.x-dev",1593 "version": "4.0.x-dev", 1389 1594 "source": { 1390 1595 "type": "git", 1391 1596 "url": "https://github.com/sebastianbergmann/diff.git", 1392 "reference": " 14f72dd46eaf2f2293cbe79c93cc0bc43161a211"1393 }, 1394 "dist": { 1395 "type": "zip", 1396 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 14f72dd46eaf2f2293cbe79c93cc0bc43161a211",1397 "reference": " 14f72dd46eaf2f2293cbe79c93cc0bc43161a211",1398 "shasum": "" 1399 }, 1400 "require": { 1401 "php": ">=7. 1"1402 }, 1403 "require-dev": { 1404 "phpunit/phpunit": "^ 7.5 || ^8.0",1405 "symfony/process": "^ 2 || ^3.3 || ^4"1406 }, 1407 "type": "library", 1408 "extra": { 1409 "branch-alias": { 1410 "dev-master": " 3.0-dev"1597 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" 1598 }, 1599 "dist": { 1600 "type": "zip", 1601 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 1602 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 1603 "shasum": "" 1604 }, 1605 "require": { 1606 "php": ">=7.3" 1607 }, 1608 "require-dev": { 1609 "phpunit/phpunit": "^9.3", 1610 "symfony/process": "^4.2 || ^5" 1611 }, 1612 "type": "library", 1613 "extra": { 1614 "branch-alias": { 1615 "dev-master": "4.0-dev" 1411 1616 } 1412 1617 }, … … 1438 1643 "unified diff" 1439 1644 ], 1645 "support": { 1646 "issues": "https://github.com/sebastianbergmann/diff/issues", 1647 "source": "https://github.com/sebastianbergmann/diff/tree/4.0" 1648 }, 1440 1649 "funding": [ 1441 1650 { … … 1444 1653 } 1445 1654 ], 1446 "time": "202 0-11-30T07:59:04+00:00"1655 "time": "2023-05-07T05:35:17+00:00" 1447 1656 }, 1448 1657 { 1449 1658 "name": "sebastian/environment", 1450 "version": " 4.2.x-dev",1659 "version": "5.1.x-dev", 1451 1660 "source": { 1452 1661 "type": "git", 1453 1662 "url": "https://github.com/sebastianbergmann/environment.git", 1454 "reference": " d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"1455 }, 1456 "dist": { 1457 "type": "zip", 1458 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/ d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",1459 "reference": " d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",1460 "shasum": "" 1461 }, 1462 "require": { 1463 "php": ">=7. 1"1464 }, 1465 "require-dev": { 1466 "phpunit/phpunit": "^ 7.5"1663 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" 1664 }, 1665 "dist": { 1666 "type": "zip", 1667 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1668 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1669 "shasum": "" 1670 }, 1671 "require": { 1672 "php": ">=7.3" 1673 }, 1674 "require-dev": { 1675 "phpunit/phpunit": "^9.3" 1467 1676 }, 1468 1677 "suggest": { … … 1472 1681 "extra": { 1473 1682 "branch-alias": { 1474 "dev-master": " 4.2-dev"1683 "dev-master": "5.1-dev" 1475 1684 } 1476 1685 }, … … 1497 1706 "hhvm" 1498 1707 ], 1708 "support": { 1709 "issues": "https://github.com/sebastianbergmann/environment/issues", 1710 "source": "https://github.com/sebastianbergmann/environment/tree/5.1" 1711 }, 1499 1712 "funding": [ 1500 1713 { … … 1503 1716 } 1504 1717 ], 1505 "time": "202 0-11-30T07:53:42+00:00"1718 "time": "2023-02-03T06:03:51+00:00" 1506 1719 }, 1507 1720 { 1508 1721 "name": "sebastian/exporter", 1509 "version": " 3.1.x-dev",1722 "version": "4.0.x-dev", 1510 1723 "source": { 1511 1724 "type": "git", 1512 1725 "url": "https://github.com/sebastianbergmann/exporter.git", 1513 "reference": " 6b853149eab67d4da22291d36f5b0631c0fd856e"1514 }, 1515 "dist": { 1516 "type": "zip", 1517 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ 6b853149eab67d4da22291d36f5b0631c0fd856e",1518 "reference": " 6b853149eab67d4da22291d36f5b0631c0fd856e",1519 "shasum": "" 1520 }, 1521 "require": { 1522 "php": ">=7. 0",1523 "sebastian/recursion-context": "^ 3.0"1726 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" 1727 }, 1728 "dist": { 1729 "type": "zip", 1730 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1731 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1732 "shasum": "" 1733 }, 1734 "require": { 1735 "php": ">=7.3", 1736 "sebastian/recursion-context": "^4.0" 1524 1737 }, 1525 1738 "require-dev": { 1526 1739 "ext-mbstring": "*", 1527 "phpunit/phpunit": "^ 6.0"1528 }, 1529 "type": "library", 1530 "extra": { 1531 "branch-alias": { 1532 "dev-master": " 3.1.x-dev"1740 "phpunit/phpunit": "^9.3" 1741 }, 1742 "type": "library", 1743 "extra": { 1744 "branch-alias": { 1745 "dev-master": "4.0-dev" 1533 1746 } 1534 1747 }, … … 1565 1778 ], 1566 1779 "description": "Provides the functionality to export PHP variables for visualization", 1567 "homepage": "http ://www.github.com/sebastianbergmann/exporter",1780 "homepage": "https://www.github.com/sebastianbergmann/exporter", 1568 1781 "keywords": [ 1569 1782 "export", 1570 1783 "exporter" 1571 1784 ], 1785 "support": { 1786 "issues": "https://github.com/sebastianbergmann/exporter/issues", 1787 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0" 1788 }, 1572 1789 "funding": [ 1573 1790 { … … 1576 1793 } 1577 1794 ], 1578 "time": "202 0-11-30T07:47:53+00:00"1795 "time": "2022-09-14T06:03:37+00:00" 1579 1796 }, 1580 1797 { 1581 1798 "name": "sebastian/global-state", 1582 "version": " 3.0.x-dev",1799 "version": "5.0.x-dev", 1583 1800 "source": { 1584 1801 "type": "git", 1585 1802 "url": "https://github.com/sebastianbergmann/global-state.git", 1586 "reference": " 474fb9edb7ab891665d3bfc6317f42a0a150454b"1587 }, 1588 "dist": { 1589 "type": "zip", 1590 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ 474fb9edb7ab891665d3bfc6317f42a0a150454b",1591 "reference": " 474fb9edb7ab891665d3bfc6317f42a0a150454b",1592 "shasum": "" 1593 }, 1594 "require": { 1595 "php": ">=7. 2",1596 "sebastian/object-reflector": "^ 1.1.1",1597 "sebastian/recursion-context": "^ 3.0"1803 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" 1804 }, 1805 "dist": { 1806 "type": "zip", 1807 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", 1808 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", 1809 "shasum": "" 1810 }, 1811 "require": { 1812 "php": ">=7.3", 1813 "sebastian/object-reflector": "^2.0", 1814 "sebastian/recursion-context": "^4.0" 1598 1815 }, 1599 1816 "require-dev": { 1600 1817 "ext-dom": "*", 1601 "phpunit/phpunit": "^ 8.0"1818 "phpunit/phpunit": "^9.3" 1602 1819 }, 1603 1820 "suggest": { … … 1607 1824 "extra": { 1608 1825 "branch-alias": { 1609 "dev-master": " 3.0-dev"1826 "dev-master": "5.0-dev" 1610 1827 } 1611 1828 }, … … 1630 1847 "global state" 1631 1848 ], 1849 "support": { 1850 "issues": "https://github.com/sebastianbergmann/global-state/issues", 1851 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" 1852 }, 1632 1853 "funding": [ 1633 1854 { … … 1636 1857 } 1637 1858 ], 1638 "time": "2020-11-30T07:43:24+00:00" 1859 "time": "2022-02-14T08:28:10+00:00" 1860 }, 1861 { 1862 "name": "sebastian/lines-of-code", 1863 "version": "1.0.3", 1864 "source": { 1865 "type": "git", 1866 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 1867 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" 1868 }, 1869 "dist": { 1870 "type": "zip", 1871 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", 1872 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", 1873 "shasum": "" 1874 }, 1875 "require": { 1876 "nikic/php-parser": "^4.6", 1877 "php": ">=7.3" 1878 }, 1879 "require-dev": { 1880 "phpunit/phpunit": "^9.3" 1881 }, 1882 "type": "library", 1883 "extra": { 1884 "branch-alias": { 1885 "dev-master": "1.0-dev" 1886 } 1887 }, 1888 "autoload": { 1889 "classmap": [ 1890 "src/" 1891 ] 1892 }, 1893 "notification-url": "https://packagist.org/downloads/", 1894 "license": [ 1895 "BSD-3-Clause" 1896 ], 1897 "authors": [ 1898 { 1899 "name": "Sebastian Bergmann", 1900 "email": "sebastian@phpunit.de", 1901 "role": "lead" 1902 } 1903 ], 1904 "description": "Library for counting the lines of code in PHP source code", 1905 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 1906 "support": { 1907 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 1908 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" 1909 }, 1910 "funding": [ 1911 { 1912 "url": "https://github.com/sebastianbergmann", 1913 "type": "github" 1914 } 1915 ], 1916 "time": "2020-11-28T06:42:11+00:00" 1639 1917 }, 1640 1918 { 1641 1919 "name": "sebastian/object-enumerator", 1642 "version": " 3.0.x-dev",1920 "version": "4.0.4", 1643 1921 "source": { 1644 1922 "type": "git", 1645 1923 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1646 "reference": " e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"1647 }, 1648 "dist": { 1649 "type": "zip", 1650 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",1651 "reference": " e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",1652 "shasum": "" 1653 }, 1654 "require": { 1655 "php": ">=7. 0",1656 "sebastian/object-reflector": "^ 1.1.1",1657 "sebastian/recursion-context": "^ 3.0"1658 }, 1659 "require-dev": { 1660 "phpunit/phpunit": "^ 6.0"1661 }, 1662 "type": "library", 1663 "extra": { 1664 "branch-alias": { 1665 "dev-master": " 3.0.x-dev"1924 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 1925 }, 1926 "dist": { 1927 "type": "zip", 1928 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 1929 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 1930 "shasum": "" 1931 }, 1932 "require": { 1933 "php": ">=7.3", 1934 "sebastian/object-reflector": "^2.0", 1935 "sebastian/recursion-context": "^4.0" 1936 }, 1937 "require-dev": { 1938 "phpunit/phpunit": "^9.3" 1939 }, 1940 "type": "library", 1941 "extra": { 1942 "branch-alias": { 1943 "dev-master": "4.0-dev" 1666 1944 } 1667 1945 }, … … 1683 1961 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1684 1962 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1963 "support": { 1964 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 1965 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 1966 }, 1685 1967 "funding": [ 1686 1968 { … … 1689 1971 } 1690 1972 ], 1691 "time": "2020-1 1-30T07:40:27+00:00"1973 "time": "2020-10-26T13:12:34+00:00" 1692 1974 }, 1693 1975 { 1694 1976 "name": "sebastian/object-reflector", 1695 "version": " 1.1.x-dev",1977 "version": "2.0.4", 1696 1978 "source": { 1697 1979 "type": "git", 1698 1980 "url": "https://github.com/sebastianbergmann/object-reflector.git", 1699 "reference": " 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"1700 }, 1701 "dist": { 1702 "type": "zip", 1703 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/ 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",1704 "reference": " 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",1705 "shasum": "" 1706 }, 1707 "require": { 1708 "php": ">=7. 0"1709 }, 1710 "require-dev": { 1711 "phpunit/phpunit": "^ 6.0"1712 }, 1713 "type": "library", 1714 "extra": { 1715 "branch-alias": { 1716 "dev-master": " 1.1-dev"1981 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 1982 }, 1983 "dist": { 1984 "type": "zip", 1985 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1986 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1987 "shasum": "" 1988 }, 1989 "require": { 1990 "php": ">=7.3" 1991 }, 1992 "require-dev": { 1993 "phpunit/phpunit": "^9.3" 1994 }, 1995 "type": "library", 1996 "extra": { 1997 "branch-alias": { 1998 "dev-master": "2.0-dev" 1717 1999 } 1718 2000 }, … … 1734 2016 "description": "Allows reflection of object attributes, including inherited and non-public ones", 1735 2017 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2018 "support": { 2019 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 2020 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 2021 }, 1736 2022 "funding": [ 1737 2023 { … … 1740 2026 } 1741 2027 ], 1742 "time": "2020-1 1-30T07:37:18+00:00"2028 "time": "2020-10-26T13:14:26+00:00" 1743 2029 }, 1744 2030 { 1745 2031 "name": "sebastian/recursion-context", 1746 "version": " 3.0.x-dev",2032 "version": "4.0.x-dev", 1747 2033 "source": { 1748 2034 "type": "git", 1749 2035 "url": "https://github.com/sebastianbergmann/recursion-context.git", 1750 "reference": " 367dcba38d6e1977be014dc4b22f47a484dac7fb"1751 }, 1752 "dist": { 1753 "type": "zip", 1754 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 367dcba38d6e1977be014dc4b22f47a484dac7fb",1755 "reference": " 367dcba38d6e1977be014dc4b22f47a484dac7fb",1756 "shasum": "" 1757 }, 1758 "require": { 1759 "php": ">=7. 0"1760 }, 1761 "require-dev": { 1762 "phpunit/phpunit": "^ 6.0"1763 }, 1764 "type": "library", 1765 "extra": { 1766 "branch-alias": { 1767 "dev-master": " 3.0.x-dev"2036 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" 2037 }, 2038 "dist": { 2039 "type": "zip", 2040 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 2041 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 2042 "shasum": "" 2043 }, 2044 "require": { 2045 "php": ">=7.3" 2046 }, 2047 "require-dev": { 2048 "phpunit/phpunit": "^9.3" 2049 }, 2050 "type": "library", 2051 "extra": { 2052 "branch-alias": { 2053 "dev-master": "4.0-dev" 1768 2054 } 1769 2055 }, … … 1792 2078 ], 1793 2079 "description": "Provides functionality to recursively process PHP variables", 1794 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2080 "homepage": "https://github.com/sebastianbergmann/recursion-context", 2081 "support": { 2082 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 2083 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" 2084 }, 1795 2085 "funding": [ 1796 2086 { … … 1799 2089 } 1800 2090 ], 1801 "time": "202 0-11-30T07:34:24+00:00"2091 "time": "2023-02-03T06:07:39+00:00" 1802 2092 }, 1803 2093 { 1804 2094 "name": "sebastian/resource-operations", 1805 "version": " 2.0.x-dev",2095 "version": "dev-main", 1806 2096 "source": { 1807 2097 "type": "git", 1808 2098 "url": "https://github.com/sebastianbergmann/resource-operations.git", 1809 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 1810 }, 1811 "dist": { 1812 "type": "zip", 1813 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1814 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1815 "shasum": "" 1816 }, 1817 "require": { 1818 "php": ">=7.1" 1819 }, 1820 "type": "library", 1821 "extra": { 1822 "branch-alias": { 1823 "dev-master": "2.0-dev" 2099 "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4" 2100 }, 2101 "dist": { 2102 "type": "zip", 2103 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/20bdda85c7c585ab265c0c37ec052a019bae29c4", 2104 "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4", 2105 "shasum": "" 2106 }, 2107 "require": { 2108 "php": ">=7.3" 2109 }, 2110 "require-dev": { 2111 "phpunit/phpunit": "^9.0" 2112 }, 2113 "default-branch": true, 2114 "type": "library", 2115 "extra": { 2116 "branch-alias": { 2117 "dev-main": "3.0-dev" 1824 2118 } 1825 2119 }, … … 1841 2135 "description": "Provides a list of PHP built-in functions that operate on resources", 1842 2136 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 2137 "support": { 2138 "source": "https://github.com/sebastianbergmann/resource-operations/tree/main" 2139 }, 1843 2140 "funding": [ 1844 2141 { … … 1847 2144 } 1848 2145 ], 1849 "abandoned": true, 1850 "time": "2020-11-30T07:30:19+00:00" 2146 "time": "2023-03-25T08:11:39+00:00" 1851 2147 }, 1852 2148 { 1853 2149 "name": "sebastian/type", 1854 "version": " 1.1.x-dev",2150 "version": "3.2.x-dev", 1855 2151 "source": { 1856 2152 "type": "git", 1857 2153 "url": "https://github.com/sebastianbergmann/type.git", 1858 "reference": " 0150cfbc4495ed2df3872fb31b26781e4e077eb4"1859 }, 1860 "dist": { 1861 "type": "zip", 1862 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/ 0150cfbc4495ed2df3872fb31b26781e4e077eb4",1863 "reference": " 0150cfbc4495ed2df3872fb31b26781e4e077eb4",1864 "shasum": "" 1865 }, 1866 "require": { 1867 "php": ">=7. 2"1868 }, 1869 "require-dev": { 1870 "phpunit/phpunit": "^ 8.2"1871 }, 1872 "type": "library", 1873 "extra": { 1874 "branch-alias": { 1875 "dev-master": " 1.1-dev"2154 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" 2155 }, 2156 "dist": { 2157 "type": "zip", 2158 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 2159 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 2160 "shasum": "" 2161 }, 2162 "require": { 2163 "php": ">=7.3" 2164 }, 2165 "require-dev": { 2166 "phpunit/phpunit": "^9.5" 2167 }, 2168 "type": "library", 2169 "extra": { 2170 "branch-alias": { 2171 "dev-master": "3.2-dev" 1876 2172 } 1877 2173 }, … … 1894 2190 "description": "Collection of value objects that represent the types of the PHP type system", 1895 2191 "homepage": "https://github.com/sebastianbergmann/type", 2192 "support": { 2193 "issues": "https://github.com/sebastianbergmann/type/issues", 2194 "source": "https://github.com/sebastianbergmann/type/tree/3.2" 2195 }, 1896 2196 "funding": [ 1897 2197 { … … 1900 2200 } 1901 2201 ], 1902 "time": "202 0-11-30T07:25:11+00:00"2202 "time": "2023-02-03T06:13:03+00:00" 1903 2203 }, 1904 2204 { 1905 2205 "name": "sebastian/version", 1906 "version": " 2.0.1",2206 "version": "3.0.x-dev", 1907 2207 "source": { 1908 2208 "type": "git", 1909 2209 "url": "https://github.com/sebastianbergmann/version.git", 1910 "reference": " 99732be0ddb3361e16ad77b68ba41efc8e979019"1911 }, 1912 "dist": { 1913 "type": "zip", 1914 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ 99732be0ddb3361e16ad77b68ba41efc8e979019",1915 "reference": " 99732be0ddb3361e16ad77b68ba41efc8e979019",1916 "shasum": "" 1917 }, 1918 "require": { 1919 "php": ">= 5.6"1920 }, 1921 "type": "library", 1922 "extra": { 1923 "branch-alias": { 1924 "dev-master": " 2.0.x-dev"2210 "reference": "c6c1022351a901512170118436c764e473f6de8c" 2211 }, 2212 "dist": { 2213 "type": "zip", 2214 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 2215 "reference": "c6c1022351a901512170118436c764e473f6de8c", 2216 "shasum": "" 2217 }, 2218 "require": { 2219 "php": ">=7.3" 2220 }, 2221 "type": "library", 2222 "extra": { 2223 "branch-alias": { 2224 "dev-master": "3.0-dev" 1925 2225 } 1926 2226 }, … … 1943 2243 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1944 2244 "homepage": "https://github.com/sebastianbergmann/version", 1945 "time": "2016-10-03T07:35:21+00:00" 2245 "support": { 2246 "issues": "https://github.com/sebastianbergmann/version/issues", 2247 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 2248 }, 2249 "funding": [ 2250 { 2251 "url": "https://github.com/sebastianbergmann", 2252 "type": "github" 2253 } 2254 ], 2255 "time": "2020-09-28T06:39:44+00:00" 2256 }, 2257 { 2258 "name": "sirbrillig/phpcs-variable-analysis", 2259 "version": "2.x-dev", 2260 "source": { 2261 "type": "git", 2262 "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", 2263 "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88" 2264 }, 2265 "dist": { 2266 "type": "zip", 2267 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/dc5582dc5a93a235557af73e523c389aac9a8e88", 2268 "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88", 2269 "shasum": "" 2270 }, 2271 "require": { 2272 "php": ">=5.4.0", 2273 "squizlabs/php_codesniffer": "^3.5.6" 2274 }, 2275 "require-dev": { 2276 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", 2277 "phpcsstandards/phpcsdevcs": "^1.1", 2278 "phpstan/phpstan": "^1.7", 2279 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", 2280 "sirbrillig/phpcs-import-detection": "^1.1", 2281 "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" 2282 }, 2283 "default-branch": true, 2284 "type": "phpcodesniffer-standard", 2285 "autoload": { 2286 "psr-4": { 2287 "VariableAnalysis\\": "VariableAnalysis/" 2288 } 2289 }, 2290 "notification-url": "https://packagist.org/downloads/", 2291 "license": [ 2292 "BSD-2-Clause" 2293 ], 2294 "authors": [ 2295 { 2296 "name": "Sam Graham", 2297 "email": "php-codesniffer-variableanalysis@illusori.co.uk" 2298 }, 2299 { 2300 "name": "Payton Swick", 2301 "email": "payton@foolord.com" 2302 } 2303 ], 2304 "description": "A PHPCS sniff to detect problems with variables.", 2305 "keywords": [ 2306 "phpcs", 2307 "static analysis" 2308 ], 2309 "support": { 2310 "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", 2311 "source": "https://github.com/sirbrillig/phpcs-variable-analysis", 2312 "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" 2313 }, 2314 "time": "2023-03-31T16:46:32+00:00" 1946 2315 }, 1947 2316 { … … 1951 2320 "type": "git", 1952 2321 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1953 "reference": " d5c1cf755070447305e6e847db0299bc4e4c0190"1954 }, 1955 "dist": { 1956 "type": "zip", 1957 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ d5c1cf755070447305e6e847db0299bc4e4c0190",1958 "reference": " d5c1cf755070447305e6e847db0299bc4e4c0190",2322 "reference": "a26c071d00b415bba26cedd8f835fca6288cf6b9" 2323 }, 2324 "dist": { 2325 "type": "zip", 2326 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/a26c071d00b415bba26cedd8f835fca6288cf6b9", 2327 "reference": "a26c071d00b415bba26cedd8f835fca6288cf6b9", 1959 2328 "shasum": "" 1960 2329 }, … … 1968 2337 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 1969 2338 }, 2339 "default-branch": true, 1970 2340 "bin": [ 1971 2341 "bin/phpcs", … … 1992 2362 "keywords": [ 1993 2363 "phpcs", 1994 "standards" 1995 ], 1996 "time": "2021-07-20T22:16:30+00:00" 1997 }, 1998 { 1999 "name": "symfony/polyfill-ctype", 2000 "version": "dev-main", 2001 "source": { 2002 "type": "git", 2003 "url": "https://github.com/symfony/polyfill-ctype.git", 2004 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" 2005 }, 2006 "dist": { 2007 "type": "zip", 2008 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", 2009 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", 2010 "shasum": "" 2011 }, 2012 "require": { 2013 "php": ">=7.1" 2014 }, 2015 "suggest": { 2016 "ext-ctype": "For best performance" 2017 }, 2018 "type": "library", 2019 "extra": { 2020 "branch-alias": { 2021 "dev-main": "1.23-dev" 2022 }, 2023 "thanks": { 2024 "name": "symfony/polyfill", 2025 "url": "https://github.com/symfony/polyfill" 2026 } 2027 }, 2028 "autoload": { 2029 "psr-4": { 2030 "Symfony\\Polyfill\\Ctype\\": "" 2031 }, 2032 "files": [ 2033 "bootstrap.php" 2034 ] 2035 }, 2036 "notification-url": "https://packagist.org/downloads/", 2037 "license": [ 2038 "MIT" 2039 ], 2040 "authors": [ 2041 { 2042 "name": "Gert de Pagter", 2043 "email": "BackEndTea@gmail.com" 2044 }, 2045 { 2046 "name": "Symfony Community", 2047 "homepage": "https://symfony.com/contributors" 2048 } 2049 ], 2050 "description": "Symfony polyfill for ctype functions", 2051 "homepage": "https://symfony.com", 2052 "keywords": [ 2053 "compatibility", 2054 "ctype", 2055 "polyfill", 2056 "portable" 2057 ], 2058 "funding": [ 2059 { 2060 "url": "https://symfony.com/sponsor", 2061 "type": "custom" 2062 }, 2063 { 2064 "url": "https://github.com/fabpot", 2065 "type": "github" 2066 }, 2067 { 2068 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2069 "type": "tidelift" 2070 } 2071 ], 2072 "time": "2021-02-19T12:13:01+00:00" 2364 "standards", 2365 "static analysis" 2366 ], 2367 "support": { 2368 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 2369 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 2370 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 2371 }, 2372 "time": "2023-05-07T04:45:11+00:00" 2073 2373 }, 2074 2374 { 2075 2375 "name": "theseer/tokenizer", 2076 "version": "1.2. 0",2376 "version": "1.2.1", 2077 2377 "source": { 2078 2378 "type": "git", 2079 2379 "url": "https://github.com/theseer/tokenizer.git", 2080 "reference": " 75a63c33a8577608444246075ea0af0d052e452a"2081 }, 2082 "dist": { 2083 "type": "zip", 2084 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/ 75a63c33a8577608444246075ea0af0d052e452a",2085 "reference": " 75a63c33a8577608444246075ea0af0d052e452a",2380 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 2381 }, 2382 "dist": { 2383 "type": "zip", 2384 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 2385 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 2086 2386 "shasum": "" 2087 2387 }, … … 2110 2410 ], 2111 2411 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 2412 "support": { 2413 "issues": "https://github.com/theseer/tokenizer/issues", 2414 "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 2415 }, 2112 2416 "funding": [ 2113 2417 { … … 2116 2420 } 2117 2421 ], 2118 "time": "2020-07-12T23:59:07+00:00" 2119 }, 2120 { 2121 "name": "webmozart/assert", 2122 "version": "dev-master", 2123 "source": { 2124 "type": "git", 2125 "url": "https://github.com/webmozarts/assert.git", 2126 "reference": "b419d648592b0b8911cbbe10d450fe314f4fd262" 2127 }, 2128 "dist": { 2129 "type": "zip", 2130 "url": "https://api.github.com/repos/webmozarts/assert/zipball/b419d648592b0b8911cbbe10d450fe314f4fd262", 2131 "reference": "b419d648592b0b8911cbbe10d450fe314f4fd262", 2132 "shasum": "" 2133 }, 2134 "require": { 2135 "php": "^7.2 || ^8.0", 2136 "symfony/polyfill-ctype": "^1.8" 2137 }, 2138 "conflict": { 2139 "phpstan/phpstan": "<0.12.20", 2140 "vimeo/psalm": "<4.6.1 || 4.6.2" 2141 }, 2142 "require-dev": { 2143 "phpunit/phpunit": "^8.5.13" 2144 }, 2145 "type": "library", 2146 "extra": { 2147 "branch-alias": { 2148 "dev-master": "1.10-dev" 2149 } 2150 }, 2151 "autoload": { 2152 "psr-4": { 2153 "Webmozart\\Assert\\": "src/" 2154 } 2155 }, 2422 "time": "2021-07-28T10:34:58+00:00" 2423 }, 2424 { 2425 "name": "wp-coding-standards/wpcs", 2426 "version": "2.3.0", 2427 "source": { 2428 "type": "git", 2429 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 2430 "reference": "7da1894633f168fe244afc6de00d141f27517b62" 2431 }, 2432 "dist": { 2433 "type": "zip", 2434 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", 2435 "reference": "7da1894633f168fe244afc6de00d141f27517b62", 2436 "shasum": "" 2437 }, 2438 "require": { 2439 "php": ">=5.4", 2440 "squizlabs/php_codesniffer": "^3.3.1" 2441 }, 2442 "require-dev": { 2443 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", 2444 "phpcompatibility/php-compatibility": "^9.0", 2445 "phpcsstandards/phpcsdevtools": "^1.0", 2446 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 2447 }, 2448 "suggest": { 2449 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 2450 }, 2451 "type": "phpcodesniffer-standard", 2156 2452 "notification-url": "https://packagist.org/downloads/", 2157 2453 "license": [ … … 2160 2456 "authors": [ 2161 2457 { 2162 "name": "Bernhard Schussek",2163 "email": "bschussek@gmail.com"2164 }2165 ],2166 "description": "Assertions to validate method input/output with nice error messages.",2167 "keywords": [2168 "assert",2169 "check",2170 "validate"2171 ],2172 "time": "2021-06-19T13:45:26+00:00"2173 },2174 {2175 "name": "wp-coding-standards/wpcs",2176 "version": "0.14.1",2177 "source": {2178 "type": "git",2179 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",2180 "reference": "cf6b310caad735816caef7573295f8a534374706"2181 },2182 "dist": {2183 "type": "zip",2184 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706",2185 "reference": "cf6b310caad735816caef7573295f8a534374706",2186 "shasum": ""2187 },2188 "require": {2189 "php": ">=5.3",2190 "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"2191 },2192 "suggest": {2193 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"2194 },2195 "type": "phpcodesniffer-standard",2196 "notification-url": "https://packagist.org/downloads/",2197 "license": [2198 "MIT"2199 ],2200 "authors": [2201 {2202 2458 "name": "Contributors", 2203 "homepage": "https://github.com/WordPress -Coding-Standards/WordPress-Coding-Standards/graphs/contributors"2459 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" 2204 2460 } 2205 2461 ], … … 2210 2466 "wordpress" 2211 2467 ], 2212 "time": "2018-02-16T01:57:48+00:00" 2468 "support": { 2469 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", 2470 "source": "https://github.com/WordPress/WordPress-Coding-Standards", 2471 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 2472 }, 2473 "time": "2020-05-13T23:57:56+00:00" 2213 2474 } 2214 2475 ], … … 2222 2483 }, 2223 2484 "platform-dev": [], 2224 "plugin-api-version": " 1.1.0"2485 "plugin-api-version": "2.3.0" 2225 2486 } -
email-fields-for-woocommerce/tags/1.3.0/index.php
r2867746 r2909059 2 2 /** 3 3 * Plugin Name: Email Fields for WooCommerce 4 * Plugin URI: https:// www.penguinet.it/progetti/email-fields-for-woocommerce4 * Plugin URI: https://tetracube.red 5 5 * Description: Manage Reply To and BCC of the WooCommerce emails 6 6 * Author: Erika Gili 7 * Author URI: https:// www.penguinet.it7 * Author URI: https://tetracube.red 8 8 * Text Domain: email-fields-for-woocommerce 9 9 * Domain Path: /languages … … 24 24 require_once __DIR__ . '/vendor/autoload.php'; 25 25 26 GeneralFields::instance();26 new GeneralFields(); -
email-fields-for-woocommerce/tags/1.3.0/src/GeneralFields.php
r2478313 r2909059 7 7 class GeneralFields 8 8 { 9 private static $instance;10 11 9 const OPTION_REPLY_TO_NAME = 'effw_reply_to_name'; 12 10 … … 15 13 const OPTION_BCC_EMAIL = 'effw_bcc_address'; 16 14 17 p rivatefunction __construct()15 public function __construct() 18 16 { 19 17 add_filter('woocommerce_email_settings', [$this, 'addReplyToSettings']); … … 21 19 add_filter('woocommerce_email_headers', [$this, 'addReplyToHeader'], 90); 22 20 add_filter('woocommerce_email_headers', [$this, 'addBccHeader'], 90); 23 }24 25 public static function instance(): GeneralFields26 {27 if (is_null(self::$instance)) {28 self::$instance = new self();29 }30 31 return self::$instance;32 21 } 33 22 -
email-fields-for-woocommerce/tags/1.3.0/vendor/autoload.php
r2867746 r2909059 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614::getLoader();25 return ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241::getLoader(); -
email-fields-for-woocommerce/tags/1.3.0/vendor/composer/InstalledVersions.php
r2867746 r2909059 99 99 foreach (self::getInstalled() as $installed) { 100 100 if (isset($installed['versions'][$packageName])) { 101 return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);101 return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false; 102 102 } 103 103 } … … 120 120 public static function satisfies(VersionParser $parser, $packageName, $constraint) 121 121 { 122 $constraint = $parser->parseConstraints( $constraint);122 $constraint = $parser->parseConstraints((string) $constraint); 123 123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); 124 124 … … 329 329 $installed[] = self::$installedByVendor[$vendorDir]; 330 330 } elseif (is_file($vendorDir.'/composer/installed.php')) { 331 $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; 331 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 332 $required = require $vendorDir.'/composer/installed.php'; 333 $installed[] = self::$installedByVendor[$vendorDir] = $required; 332 334 if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { 333 335 self::$installed = $installed[count($installed) - 1]; … … 341 343 // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 342 344 if (substr(__DIR__, -8, 1) !== 'C') { 343 self::$installed = require __DIR__ . '/installed.php'; 345 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 346 $required = require __DIR__ . '/installed.php'; 347 self::$installed = $required; 344 348 } else { 345 349 self::$installed = array(); 346 350 } 347 351 } 348 $installed[] = self::$installed; 352 353 if (self::$installed !== array()) { 354 $installed[] = self::$installed; 355 } 349 356 350 357 return $installed; -
email-fields-for-woocommerce/tags/1.3.0/vendor/composer/autoload_real.php
r2867746 r2909059 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d6145 class ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
email-fields-for-woocommerce/tags/1.3.0/vendor/composer/autoload_static.php
r2867746 r2909059 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit fdb12ce6c7aabf005a8163d07777d6147 class ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 29 29 { 30 30 return \Closure::bind(function () use ($loader) { 31 $loader->prefixLengthsPsr4 = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$prefixLengthsPsr4;32 $loader->prefixDirsPsr4 = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$prefixDirsPsr4;33 $loader->classMap = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$classMap;31 $loader->prefixLengthsPsr4 = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$prefixLengthsPsr4; 32 $loader->prefixDirsPsr4 = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$prefixDirsPsr4; 33 $loader->classMap = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$classMap; 34 34 35 35 }, null, ClassLoader::class); -
email-fields-for-woocommerce/tags/1.3.0/vendor/composer/installed.php
r2867746 r2909059 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => '6 b95be6df540d48c5694e3baa90eeaf022ccc00e',6 'reference' => '61241ff8be6f2a7301ea7926b4417fe5f29c1d07', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => '6 b95be6df540d48c5694e3baa90eeaf022ccc00e',16 'reference' => '61241ff8be6f2a7301ea7926b4417fe5f29c1d07', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../', -
email-fields-for-woocommerce/trunk/composer.lock
r2571884 r2909059 5 5 "This file is @generated automatically" 6 6 ], 7 "content-hash": " 12a6adfe7df7dacf0832bb804f3021cf",7 "content-hash": "cbd2671039d9cd71fe9fec53e543dab3", 8 8 "packages": [], 9 9 "packages-dev": [ 10 10 { 11 11 "name": "antecedent/patchwork", 12 "version": "2.1. 12",12 "version": "2.1.25", 13 13 "source": { 14 14 "type": "git", 15 15 "url": "https://github.com/antecedent/patchwork.git", 16 "reference": " b98e046dd4c0acc34a0846604f06f6111654d9ea"17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/ b98e046dd4c0acc34a0846604f06f6111654d9ea",21 "reference": " b98e046dd4c0acc34a0846604f06f6111654d9ea",16 "reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a" 17 }, 18 "dist": { 19 "type": "zip", 20 "url": "https://api.github.com/repos/antecedent/patchwork/zipball/17314e042d45e0dacb0a494c2d1ef50e7621136a", 21 "reference": "17314e042d45e0dacb0a494c2d1ef50e7621136a", 22 22 "shasum": "" 23 23 }, … … 50 50 "testing" 51 51 ], 52 "time": "2019-12-22T17:52:09+00:00" 52 "support": { 53 "issues": "https://github.com/antecedent/patchwork/issues", 54 "source": "https://github.com/antecedent/patchwork/tree/2.1.25" 55 }, 56 "time": "2023-02-19T12:51:24+00:00" 53 57 }, 54 58 { … … 92 96 ], 93 97 "description": "A set of phpcs sniffs for modern php development.", 98 "support": { 99 "issues": "https://github.com/sirbrillig/phpcs-neutron-standard/issues", 100 "source": "https://github.com/sirbrillig/phpcs-neutron-standard", 101 "wiki": "https://github.com/sirbrillig/phpcs-neutron-standard/wiki" 102 }, 94 103 "time": "2021-02-15T22:42:03+00:00" 104 }, 105 { 106 "name": "automattic/vipwpcs", 107 "version": "2.3.3", 108 "source": { 109 "type": "git", 110 "url": "https://github.com/Automattic/VIP-Coding-Standards.git", 111 "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b" 112 }, 113 "dist": { 114 "type": "zip", 115 "url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", 116 "reference": "6cd0a6a82bc0ac988dbf9d6a7c2e293dc8ac640b", 117 "shasum": "" 118 }, 119 "require": { 120 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7", 121 "php": ">=5.4", 122 "sirbrillig/phpcs-variable-analysis": "^2.11.1", 123 "squizlabs/php_codesniffer": "^3.5.5", 124 "wp-coding-standards/wpcs": "^2.3" 125 }, 126 "require-dev": { 127 "php-parallel-lint/php-console-highlighter": "^0.5", 128 "php-parallel-lint/php-parallel-lint": "^1.0", 129 "phpcompatibility/php-compatibility": "^9", 130 "phpcsstandards/phpcsdevtools": "^1.0", 131 "phpunit/phpunit": "^4 || ^5 || ^6 || ^7" 132 }, 133 "type": "phpcodesniffer-standard", 134 "notification-url": "https://packagist.org/downloads/", 135 "license": [ 136 "MIT" 137 ], 138 "authors": [ 139 { 140 "name": "Contributors", 141 "homepage": "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors" 142 } 143 ], 144 "description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions", 145 "keywords": [ 146 "phpcs", 147 "standards", 148 "wordpress" 149 ], 150 "support": { 151 "issues": "https://github.com/Automattic/VIP-Coding-Standards/issues", 152 "source": "https://github.com/Automattic/VIP-Coding-Standards", 153 "wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki" 154 }, 155 "time": "2021-09-29T16:20:23+00:00" 95 156 }, 96 157 { … … 100 161 "type": "git", 101 162 "url": "https://github.com/Brain-WP/BrainMonkey.git", 102 "reference": " f3d4c37903b3cb4bdf88bcfb87fb3b323949f690"103 }, 104 "dist": { 105 "type": "zip", 106 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/ f3d4c37903b3cb4bdf88bcfb87fb3b323949f690",107 "reference": " f3d4c37903b3cb4bdf88bcfb87fb3b323949f690",108 "shasum": "" 109 }, 110 "require": { 111 "antecedent/patchwork": "^2. 0",112 "mockery/mockery": " >=0.9 <2",163 "reference": "26b83e93933458e7b32614b4e730d1f4b0e53f38" 164 }, 165 "dist": { 166 "type": "zip", 167 "url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/26b83e93933458e7b32614b4e730d1f4b0e53f38", 168 "reference": "26b83e93933458e7b32614b4e730d1f4b0e53f38", 169 "shasum": "" 170 }, 171 "require": { 172 "antecedent/patchwork": "^2.1.17", 173 "mockery/mockery": "^1.3.5 || ^1.4.4", 113 174 "php": ">=5.6.0" 114 175 }, 115 176 "require-dev": { 116 "dealerdirect/phpcodesniffer-composer-installer": "^0. 6 || ^0.7",177 "dealerdirect/phpcodesniffer-composer-installer": "^0.7.1", 117 178 "phpcompatibility/php-compatibility": "^9.3.0", 118 "phpunit/phpunit": "^5.7.9 || ^6.0 || ^7.0 || ^8.0 || ^9.0" 119 }, 179 "phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0" 180 }, 181 "default-branch": true, 120 182 "type": "library", 121 183 "extra": { 122 184 "branch-alias": { 123 185 "dev-version/1": "1.x-dev", 124 "dev-master": "2.0.x-dev" 125 } 126 }, 127 "autoload": { 186 "dev-master": "2.x-dev" 187 } 188 }, 189 "autoload": { 190 "files": [ 191 "inc/api.php" 192 ], 128 193 "psr-4": { 129 194 "Brain\\Monkey\\": "src/" 130 }, 131 "files": [ 132 "inc/api.php" 133 ] 195 } 134 196 }, 135 197 "notification-url": "https://packagist.org/downloads/", … … 158 220 "testing" 159 221 ], 160 "time": "2021-06-22T09:12:46+00:00" 222 "support": { 223 "issues": "https://github.com/Brain-WP/BrainMonkey/issues", 224 "source": "https://github.com/Brain-WP/BrainMonkey" 225 }, 226 "time": "2023-05-01T16:33:47+00:00" 161 227 }, 162 228 { 163 229 "name": "dealerdirect/phpcodesniffer-composer-installer", 164 "version": "v0. 4.4",230 "version": "v0.7.2", 165 231 "source": { 166 232 "type": "git", 167 233 "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git", 168 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08"169 }, 170 "dist": { 171 "type": "zip", 172 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/ 2e41850d5f7797cbb1af7b030d245b3b24e63a08",173 "reference": " 2e41850d5f7797cbb1af7b030d245b3b24e63a08",174 "shasum": "" 175 }, 176 "require": { 177 "composer-plugin-api": "^1.0 ",178 "php": " ^5.3|^7",179 "squizlabs/php_codesniffer": " *"234 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db" 235 }, 236 "dist": { 237 "type": "zip", 238 "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 239 "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db", 240 "shasum": "" 241 }, 242 "require": { 243 "composer-plugin-api": "^1.0 || ^2.0", 244 "php": ">=5.3", 245 "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0" 180 246 }, 181 247 "require-dev": { 182 248 "composer/composer": "*", 183 "wimg/php-compatibility": "^8.0" 184 }, 185 "suggest": { 186 "dealerdirect/qa-tools": "All the PHP QA tools you'll need" 249 "php-parallel-lint/php-parallel-lint": "^1.3.1", 250 "phpcompatibility/php-compatibility": "^9.0" 187 251 }, 188 252 "type": "composer-plugin", … … 202 266 { 203 267 "name": "Franck Nijhof", 204 "email": "f.nijhof@dealerdirect.nl", 205 "homepage": "http://workingatdealerdirect.eu", 206 "role": "Developer" 268 "email": "franck.nijhof@dealerdirect.com", 269 "homepage": "http://www.frenck.nl", 270 "role": "Developer / IT Manager" 271 }, 272 { 273 "name": "Contributors", 274 "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors" 207 275 } 208 276 ], 209 277 "description": "PHP_CodeSniffer Standards Composer Installer Plugin", 210 "homepage": "http://w orkingatdealerdirect.eu",278 "homepage": "http://www.dealerdirect.com", 211 279 "keywords": [ 212 280 "PHPCodeSniffer", … … 216 284 "composer", 217 285 "installer", 286 "phpcbf", 218 287 "phpcs", 219 288 "plugin", … … 226 295 "tests" 227 296 ], 228 "time": "2017-12-06T16:27:17+00:00" 297 "support": { 298 "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues", 299 "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer" 300 }, 301 "time": "2022-02-04T12:51:07+00:00" 229 302 }, 230 303 { … … 234 307 "type": "git", 235 308 "url": "https://github.com/doctrine/instantiator.git", 236 "reference": " 6410c4b8352cb64218641457cef64997e6b784fb"237 }, 238 "dist": { 239 "type": "zip", 240 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/ 6410c4b8352cb64218641457cef64997e6b784fb",241 "reference": " 6410c4b8352cb64218641457cef64997e6b784fb",309 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b" 310 }, 311 "dist": { 312 "type": "zip", 313 "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b", 314 "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b", 242 315 "shasum": "" 243 316 }, … … 246 319 }, 247 320 "require-dev": { 248 "doctrine/coding-standard": "^ 8.0",321 "doctrine/coding-standard": "^9 || ^11", 249 322 "ext-pdo": "*", 250 323 "ext-phar": "*", 251 "phpbench/phpbench": "^0.13 || 1.0.0-alpha2", 252 "phpstan/phpstan": "^0.12", 253 "phpstan/phpstan-phpunit": "^0.12", 254 "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0" 324 "phpbench/phpbench": "^0.16 || ^1", 325 "phpstan/phpstan": "^1.4", 326 "phpstan/phpstan-phpunit": "^1", 327 "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5", 328 "vimeo/psalm": "^4.30 || ^5.4" 255 329 }, 256 330 "type": "library", … … 277 351 "instantiate" 278 352 ], 353 "support": { 354 "issues": "https://github.com/doctrine/instantiator/issues", 355 "source": "https://github.com/doctrine/instantiator/tree/1.5.0" 356 }, 279 357 "funding": [ 280 358 { … … 291 369 } 292 370 ], 293 "time": "202 0-11-10T19:05:51+00:00"371 "time": "2022-12-30T00:15:36+00:00" 294 372 }, 295 373 { … … 299 377 "type": "git", 300 378 "url": "https://github.com/hamcrest/hamcrest-php.git", 301 "reference": " 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"302 }, 303 "dist": { 304 "type": "zip", 305 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/ 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",306 "reference": " 8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",379 "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb" 380 }, 381 "dist": { 382 "type": "zip", 383 "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/d34238d1651eb62fc39ab4efe26df74dc293ebbb", 384 "reference": "d34238d1651eb62fc39ab4efe26df74dc293ebbb", 307 385 "shasum": "" 308 386 }, … … 319 397 "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0" 320 398 }, 399 "default-branch": true, 321 400 "type": "library", 322 401 "extra": { … … 338 417 "test" 339 418 ], 340 "time": "2020-07-09T08:09:16+00:00" 419 "support": { 420 "issues": "https://github.com/hamcrest/hamcrest-php/issues", 421 "source": "https://github.com/hamcrest/hamcrest-php/tree/master" 422 }, 423 "time": "2022-11-06T05:05:05+00:00" 341 424 }, 342 425 { 343 426 "name": "inpsyde/php-coding-standards", 344 "version": " 0.13.4",427 "version": "dev-master", 345 428 "source": { 346 429 "type": "git", 347 430 "url": "https://github.com/inpsyde/php-coding-standards.git", 348 "reference": "1c6c12d585e5cee4aa2fa6e0a732166644b018b5" 349 }, 350 "dist": { 351 "type": "zip", 352 "url": "https://api.github.com/repos/inpsyde/php-coding-standards/zipball/1c6c12d585e5cee4aa2fa6e0a732166644b018b5", 353 "reference": "1c6c12d585e5cee4aa2fa6e0a732166644b018b5", 354 "shasum": "" 355 }, 356 "require": { 357 "automattic/phpcs-neutron-standard": "^1", 358 "dealerdirect/phpcodesniffer-composer-installer": "^0.4", 359 "php": ">=7.0", 360 "phpcompatibility/php-compatibility": "^9.0", 361 "squizlabs/php_codesniffer": "^3", 362 "wp-coding-standards/wpcs": "^0.14" 363 }, 364 "require-dev": { 365 "phpunit/phpunit": "6.0.*" 366 }, 431 "reference": "7880c1e0ad1099c5fa8613626ac2544336625327" 432 }, 433 "dist": { 434 "type": "zip", 435 "url": "https://api.github.com/repos/inpsyde/php-coding-standards/zipball/7880c1e0ad1099c5fa8613626ac2544336625327", 436 "reference": "7880c1e0ad1099c5fa8613626ac2544336625327", 437 "shasum": "" 438 }, 439 "require": { 440 "automattic/phpcs-neutron-standard": "^1.6.0", 441 "automattic/vipwpcs": "^2.2", 442 "dealerdirect/phpcodesniffer-composer-installer": "~0.7.0", 443 "php": ">=7", 444 "phpcompatibility/php-compatibility": "^9.3.5", 445 "squizlabs/php_codesniffer": "^3.6.0", 446 "wp-coding-standards/wpcs": "^2.3" 447 }, 448 "require-dev": { 449 "phpunit/phpunit": "~6.5.0 || ~9.5.0", 450 "vimeo/psalm": "@stable" 451 }, 452 "default-branch": true, 367 453 "type": "phpcodesniffer-standard", 368 454 "extra": { 369 455 "branch-alias": { 370 "dev-master": " 0.13.x-dev"456 "dev-master": "1.x-dev" 371 457 } 372 458 }, … … 389 475 "Inpsyde", 390 476 "PHP standards", 477 "PSR-2", 391 478 "WordPress standards", 392 479 "code standards", … … 394 481 "object calisthenics", 395 482 "phpcs", 396 "psr 2",483 "psr-12", 397 484 "standards", 485 "static analysis", 398 486 "wordpress" 399 487 ], 400 "time": "2019-02-19T10:23:48+00:00" 488 "support": { 489 "issues": "https://github.com/inpsyde/php-coding-standards/issues", 490 "source": "https://github.com/inpsyde/php-coding-standards/tree/master" 491 }, 492 "time": "2022-12-21T13:29:27+00:00" 401 493 }, 402 494 { 403 495 "name": "mockery/mockery", 404 "version": " dev-master",496 "version": "1.6.x-dev", 405 497 "source": { 406 498 "type": "git", 407 499 "url": "https://github.com/mockery/mockery.git", 408 "reference": " ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3"409 }, 410 "dist": { 411 "type": "zip", 412 "url": "https://api.github.com/repos/mockery/mockery/zipball/ ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3",413 "reference": " ef4ba5b7cd76d582ef82bdecb0be5429f943dbc3",500 "reference": "bac1765cb52bbd3364a870e920cb69cd859ee302" 501 }, 502 "dist": { 503 "type": "zip", 504 "url": "https://api.github.com/repos/mockery/mockery/zipball/bac1765cb52bbd3364a870e920cb69cd859ee302", 505 "reference": "bac1765cb52bbd3364a870e920cb69cd859ee302", 414 506 "shasum": "" 415 507 }, … … 423 515 }, 424 516 "require-dev": { 425 "phpunit/phpunit": "^8.5 || ^9.3" 517 "phpunit/phpunit": "^8.5 || ^9.3", 518 "psalm/plugin-phpunit": "^0.18", 519 "vimeo/psalm": "^5.9" 426 520 }, 427 521 "type": "library", … … 432 526 }, 433 527 "autoload": { 434 "psr-0": { 435 "Mockery": "library/" 528 "files": [ 529 "library/helpers.php", 530 "library/Mockery.php" 531 ], 532 "psr-4": { 533 "Mockery\\": "library/Mockery" 436 534 } 437 535 }, … … 466 564 "testing" 467 565 ], 468 "time": "2021-07-19T08:40:21+00:00" 566 "support": { 567 "issues": "https://github.com/mockery/mockery/issues", 568 "source": "https://github.com/mockery/mockery/tree/1.6.x" 569 }, 570 "time": "2023-05-03T12:55:29+00:00" 469 571 }, 470 572 { … … 474 576 "type": "git", 475 577 "url": "https://github.com/myclabs/DeepCopy.git", 476 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220"477 }, 478 "dist": { 479 "type": "zip", 480 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/ 776f831124e9c62e1a2c601ecc52e776d8bb7220",481 "reference": " 776f831124e9c62e1a2c601ecc52e776d8bb7220",578 "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5" 579 }, 580 "dist": { 581 "type": "zip", 582 "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/928a96f585b86224ebc78f8f09d0482cf15b04f5", 583 "reference": "928a96f585b86224ebc78f8f09d0482cf15b04f5", 482 584 "shasum": "" 483 585 }, … … 485 587 "php": "^7.1 || ^8.0" 486 588 }, 487 "replace": { 488 "myclabs/deep-copy": "self.version" 489 }, 490 "require-dev": { 491 "doctrine/collections": "^1.0", 492 "doctrine/common": "^2.6", 493 "phpunit/phpunit": "^7.1" 494 }, 495 "type": "library", 496 "autoload": { 589 "conflict": { 590 "doctrine/collections": "<1.6.8", 591 "doctrine/common": "<2.13.3 || >=3 <3.2.2" 592 }, 593 "require-dev": { 594 "doctrine/collections": "^1.6.8", 595 "doctrine/common": "^2.13.3 || ^3.2.2", 596 "phpspec/prophecy": "^1.10", 597 "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13" 598 }, 599 "default-branch": true, 600 "type": "library", 601 "autoload": { 602 "files": [ 603 "src/DeepCopy/deep_copy.php" 604 ], 497 605 "psr-4": { 498 606 "DeepCopy\\": "src/DeepCopy/" 499 }, 500 "files": [ 501 "src/DeepCopy/deep_copy.php" 502 ] 607 } 503 608 }, 504 609 "notification-url": "https://packagist.org/downloads/", … … 514 619 "object graph" 515 620 ], 621 "support": { 622 "issues": "https://github.com/myclabs/DeepCopy/issues", 623 "source": "https://github.com/myclabs/DeepCopy/tree/1.x" 624 }, 516 625 "funding": [ 517 626 { … … 520 629 } 521 630 ], 522 "time": "2020-11-13T09:40:50+00:00" 631 "time": "2023-03-08T17:24:01+00:00" 632 }, 633 { 634 "name": "nikic/php-parser", 635 "version": "4.x-dev", 636 "source": { 637 "type": "git", 638 "url": "https://github.com/nikic/PHP-Parser.git", 639 "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01" 640 }, 641 "dist": { 642 "type": "zip", 643 "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/0ffddce52d816f72d0efc4d9b02e276d3309ef01", 644 "reference": "0ffddce52d816f72d0efc4d9b02e276d3309ef01", 645 "shasum": "" 646 }, 647 "require": { 648 "ext-tokenizer": "*", 649 "php": ">=7.0" 650 }, 651 "require-dev": { 652 "ircmaxell/php-yacc": "^0.0.7", 653 "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0" 654 }, 655 "default-branch": true, 656 "bin": [ 657 "bin/php-parse" 658 ], 659 "type": "library", 660 "extra": { 661 "branch-alias": { 662 "dev-master": "4.9-dev" 663 } 664 }, 665 "autoload": { 666 "psr-4": { 667 "PhpParser\\": "lib/PhpParser" 668 } 669 }, 670 "notification-url": "https://packagist.org/downloads/", 671 "license": [ 672 "BSD-3-Clause" 673 ], 674 "authors": [ 675 { 676 "name": "Nikita Popov" 677 } 678 ], 679 "description": "A PHP parser written in PHP", 680 "keywords": [ 681 "parser", 682 "php" 683 ], 684 "support": { 685 "issues": "https://github.com/nikic/PHP-Parser/issues", 686 "source": "https://github.com/nikic/PHP-Parser/tree/4.x" 687 }, 688 "time": "2023-03-06T22:12:36+00:00" 523 689 }, 524 690 { … … 528 694 "type": "git", 529 695 "url": "https://github.com/phar-io/manifest.git", 530 "reference": " 97803eca37d319dfa7826cc2437fc020857acb53"531 }, 532 "dist": { 533 "type": "zip", 534 "url": "https://api.github.com/repos/phar-io/manifest/zipball/ 97803eca37d319dfa7826cc2437fc020857acb53",535 "reference": " 97803eca37d319dfa7826cc2437fc020857acb53",696 "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138" 697 }, 698 "dist": { 699 "type": "zip", 700 "url": "https://api.github.com/repos/phar-io/manifest/zipball/36d8a21e851a9512db2b086dc5ac2c61308f0138", 701 "reference": "36d8a21e851a9512db2b086dc5ac2c61308f0138", 536 702 "shasum": "" 537 703 }, 538 704 "require": { 539 705 "ext-dom": "*", 706 "ext-libxml": "*", 540 707 "ext-phar": "*", 541 708 "ext-xmlwriter": "*", … … 543 710 "php": "^7.2 || ^8.0" 544 711 }, 712 "default-branch": true, 545 713 "type": "library", 546 714 "extra": { … … 576 744 ], 577 745 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)", 578 "time": "2021-07-20T11:28:43+00:00" 746 "support": { 747 "issues": "https://github.com/phar-io/manifest/issues", 748 "source": "https://github.com/phar-io/manifest/tree/master" 749 }, 750 "funding": [ 751 { 752 "url": "https://github.com/theseer", 753 "type": "github" 754 } 755 ], 756 "time": "2022-02-21T19:55:33+00:00" 579 757 }, 580 758 { 581 759 "name": "phar-io/version", 582 "version": "3. 1.0",760 "version": "3.2.1", 583 761 "source": { 584 762 "type": "git", 585 763 "url": "https://github.com/phar-io/version.git", 586 "reference": " bae7c545bef187884426f042434e561ab1ddb182"587 }, 588 "dist": { 589 "type": "zip", 590 "url": "https://api.github.com/repos/phar-io/version/zipball/ bae7c545bef187884426f042434e561ab1ddb182",591 "reference": " bae7c545bef187884426f042434e561ab1ddb182",764 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74" 765 }, 766 "dist": { 767 "type": "zip", 768 "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 769 "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74", 592 770 "shasum": "" 593 771 }, … … 623 801 ], 624 802 "description": "Library for handling version information and constraints", 625 "time": "2021-02-23T14:00:09+00:00" 803 "support": { 804 "issues": "https://github.com/phar-io/version/issues", 805 "source": "https://github.com/phar-io/version/tree/3.2.1" 806 }, 807 "time": "2022-02-21T01:04:05+00:00" 626 808 }, 627 809 { … … 681 863 "standards" 682 864 ], 865 "support": { 866 "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues", 867 "source": "https://github.com/PHPCompatibility/PHPCompatibility" 868 }, 683 869 "time": "2019-12-27T09:44:58+00:00" 684 870 }, 685 871 { 686 "name": "phpdocumentor/reflection-common",687 "version": "dev-master",688 "source": {689 "type": "git",690 "url": "https://github.com/phpDocumentor/ReflectionCommon.git",691 "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6"692 },693 "dist": {694 "type": "zip",695 "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/a0eeab580cbdf4414fef6978732510a36ed0a9d6",696 "reference": "a0eeab580cbdf4414fef6978732510a36ed0a9d6",697 "shasum": ""698 },699 "require": {700 "php": ">=7.1"701 },702 "type": "library",703 "extra": {704 "branch-alias": {705 "dev-master": "2.x-dev"706 }707 },708 "autoload": {709 "psr-4": {710 "phpDocumentor\\Reflection\\": "src/"711 }712 },713 "notification-url": "https://packagist.org/downloads/",714 "license": [715 "MIT"716 ],717 "authors": [718 {719 "name": "Jaap van Otterdijk",720 "email": "opensource@ijaap.nl"721 }722 ],723 "description": "Common reflection classes used by phpdocumentor to reflect the code structure",724 "homepage": "http://www.phpdoc.org",725 "keywords": [726 "FQSEN",727 "phpDocumentor",728 "phpdoc",729 "reflection",730 "static analysis"731 ],732 "time": "2021-06-25T13:47:51+00:00"733 },734 {735 "name": "phpdocumentor/reflection-docblock",736 "version": "dev-master",737 "source": {738 "type": "git",739 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",740 "reference": "8719cc12e2a57ec3432a76989bb4ef773ac75b63"741 },742 "dist": {743 "type": "zip",744 "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/8719cc12e2a57ec3432a76989bb4ef773ac75b63",745 "reference": "8719cc12e2a57ec3432a76989bb4ef773ac75b63",746 "shasum": ""747 },748 "require": {749 "ext-filter": "*",750 "php": "^7.2 || ^8.0",751 "phpdocumentor/reflection-common": "^2.2",752 "phpdocumentor/type-resolver": "^1.3",753 "webmozart/assert": "^1.9.1"754 },755 "require-dev": {756 "mockery/mockery": "~1.3.2"757 },758 "type": "library",759 "extra": {760 "branch-alias": {761 "dev-master": "5.x-dev"762 }763 },764 "autoload": {765 "psr-4": {766 "phpDocumentor\\Reflection\\": "src"767 }768 },769 "notification-url": "https://packagist.org/downloads/",770 "license": [771 "MIT"772 ],773 "authors": [774 {775 "name": "Mike van Riel",776 "email": "me@mikevanriel.com"777 },778 {779 "name": "Jaap van Otterdijk",780 "email": "account@ijaap.nl"781 }782 ],783 "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",784 "time": "2021-04-23T09:50:58+00:00"785 },786 {787 "name": "phpdocumentor/type-resolver",788 "version": "1.x-dev",789 "source": {790 "type": "git",791 "url": "https://github.com/phpDocumentor/TypeResolver.git",792 "reference": "550e0fb7efa2f7a361d47ea1e30921989a43e41d"793 },794 "dist": {795 "type": "zip",796 "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/550e0fb7efa2f7a361d47ea1e30921989a43e41d",797 "reference": "550e0fb7efa2f7a361d47ea1e30921989a43e41d",798 "shasum": ""799 },800 "require": {801 "php": "^7.2 || ^8.0",802 "phpdocumentor/reflection-common": "^2.0"803 },804 "require-dev": {805 "ext-tokenizer": "*",806 "psalm/phar": "^4.8"807 },808 "type": "library",809 "extra": {810 "branch-alias": {811 "dev-1.x": "1.x-dev"812 }813 },814 "autoload": {815 "psr-4": {816 "phpDocumentor\\Reflection\\": "src"817 }818 },819 "notification-url": "https://packagist.org/downloads/",820 "license": [821 "MIT"822 ],823 "authors": [824 {825 "name": "Mike van Riel",826 "email": "me@mikevanriel.com"827 }828 ],829 "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",830 "time": "2021-07-24T09:21:39+00:00"831 },832 {833 "name": "phpspec/prophecy",834 "version": "1.13.0",835 "source": {836 "type": "git",837 "url": "https://github.com/phpspec/prophecy.git",838 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea"839 },840 "dist": {841 "type": "zip",842 "url": "https://api.github.com/repos/phpspec/prophecy/zipball/be1996ed8adc35c3fd795488a653f4b518be70ea",843 "reference": "be1996ed8adc35c3fd795488a653f4b518be70ea",844 "shasum": ""845 },846 "require": {847 "doctrine/instantiator": "^1.2",848 "php": "^7.2 || ~8.0, <8.1",849 "phpdocumentor/reflection-docblock": "^5.2",850 "sebastian/comparator": "^3.0 || ^4.0",851 "sebastian/recursion-context": "^3.0 || ^4.0"852 },853 "require-dev": {854 "phpspec/phpspec": "^6.0",855 "phpunit/phpunit": "^8.0 || ^9.0"856 },857 "type": "library",858 "extra": {859 "branch-alias": {860 "dev-master": "1.11.x-dev"861 }862 },863 "autoload": {864 "psr-4": {865 "Prophecy\\": "src/Prophecy"866 }867 },868 "notification-url": "https://packagist.org/downloads/",869 "license": [870 "MIT"871 ],872 "authors": [873 {874 "name": "Konstantin Kudryashov",875 "email": "ever.zet@gmail.com",876 "homepage": "http://everzet.com"877 },878 {879 "name": "Marcello Duarte",880 "email": "marcello.duarte@gmail.com"881 }882 ],883 "description": "Highly opinionated mocking framework for PHP 5.3+",884 "homepage": "https://github.com/phpspec/prophecy",885 "keywords": [886 "Double",887 "Dummy",888 "fake",889 "mock",890 "spy",891 "stub"892 ],893 "time": "2021-03-17T13:42:18+00:00"894 },895 {896 872 "name": "phpunit/php-code-coverage", 897 "version": " 7.0.x-dev",873 "version": "9.2.x-dev", 898 874 "source": { 899 875 "type": "git", 900 876 "url": "https://github.com/sebastianbergmann/php-code-coverage.git", 901 "reference": " bb7c9a210c72e4709cdde67f8b7362f672f2225c"902 }, 903 "dist": { 904 "type": "zip", 905 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ bb7c9a210c72e4709cdde67f8b7362f672f2225c",906 "reference": " bb7c9a210c72e4709cdde67f8b7362f672f2225c",877 "reference": "565b4df47bb8992d1adbe06cb4c2e36df5517f54" 878 }, 879 "dist": { 880 "type": "zip", 881 "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/565b4df47bb8992d1adbe06cb4c2e36df5517f54", 882 "reference": "565b4df47bb8992d1adbe06cb4c2e36df5517f54", 907 883 "shasum": "" 908 884 }, 909 885 "require": { 910 886 "ext-dom": "*", 887 "ext-libxml": "*", 911 888 "ext-xmlwriter": "*", 912 "php": ">=7.2", 913 "phpunit/php-file-iterator": "^2.0.2", 914 "phpunit/php-text-template": "^1.2.1", 915 "phpunit/php-token-stream": "^3.1.1 || ^4.0", 916 "sebastian/code-unit-reverse-lookup": "^1.0.1", 917 "sebastian/environment": "^4.2.2", 918 "sebastian/version": "^2.0.1", 919 "theseer/tokenizer": "^1.1.3" 920 }, 921 "require-dev": { 922 "phpunit/phpunit": "^8.2.2" 889 "nikic/php-parser": "^4.15", 890 "php": ">=7.3", 891 "phpunit/php-file-iterator": "^3.0.3", 892 "phpunit/php-text-template": "^2.0.2", 893 "sebastian/code-unit-reverse-lookup": "^2.0.2", 894 "sebastian/complexity": "^2.0", 895 "sebastian/environment": "^5.1.2", 896 "sebastian/lines-of-code": "^1.0.3", 897 "sebastian/version": "^3.0.1", 898 "theseer/tokenizer": "^1.2.0" 899 }, 900 "require-dev": { 901 "phpunit/phpunit": "^9.3" 923 902 }, 924 903 "suggest": { 925 "ext-xdebug": "^2.7.2" 926 }, 927 "type": "library", 928 "extra": { 929 "branch-alias": { 930 "dev-master": "7.0-dev" 904 "ext-pcov": "PHP extension that provides line coverage", 905 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 906 }, 907 "type": "library", 908 "extra": { 909 "branch-alias": { 910 "dev-master": "9.2-dev" 931 911 } 932 912 }, … … 954 934 "xunit" 955 935 ], 936 "support": { 937 "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues", 938 "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy", 939 "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2" 940 }, 956 941 "funding": [ 957 942 { … … 960 945 } 961 946 ], 962 "time": "202 0-12-02T13:39:03+00:00"947 "time": "2023-05-07T06:58:20+00:00" 963 948 }, 964 949 { 965 950 "name": "phpunit/php-file-iterator", 966 "version": " 2.0.x-dev",951 "version": "3.0.x-dev", 967 952 "source": { 968 953 "type": "git", 969 954 "url": "https://github.com/sebastianbergmann/php-file-iterator.git", 970 "reference": " 28af674ff175d0768a5a978e6de83f697d4a7f05"971 }, 972 "dist": { 973 "type": "zip", 974 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/ 28af674ff175d0768a5a978e6de83f697d4a7f05",975 "reference": " 28af674ff175d0768a5a978e6de83f697d4a7f05",976 "shasum": "" 977 }, 978 "require": { 979 "php": ">=7. 1"980 }, 981 "require-dev": { 982 "phpunit/phpunit": "^ 8.5"983 }, 984 "type": "library", 985 "extra": { 986 "branch-alias": { 987 "dev-master": " 2.0.x-dev"955 "reference": "38b24367e1b340aa78b96d7cab042942d917bb84" 956 }, 957 "dist": { 958 "type": "zip", 959 "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/38b24367e1b340aa78b96d7cab042942d917bb84", 960 "reference": "38b24367e1b340aa78b96d7cab042942d917bb84", 961 "shasum": "" 962 }, 963 "require": { 964 "php": ">=7.3" 965 }, 966 "require-dev": { 967 "phpunit/phpunit": "^9.3" 968 }, 969 "type": "library", 970 "extra": { 971 "branch-alias": { 972 "dev-master": "3.0-dev" 988 973 } 989 974 }, … … 1010 995 "iterator" 1011 996 ], 997 "support": { 998 "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues", 999 "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0" 1000 }, 1012 1001 "funding": [ 1013 1002 { … … 1016 1005 } 1017 1006 ], 1018 "time": "2021-07-19T06:46:01+00:00" 1007 "time": "2022-02-11T16:23:04+00:00" 1008 }, 1009 { 1010 "name": "phpunit/php-invoker", 1011 "version": "3.1.1", 1012 "source": { 1013 "type": "git", 1014 "url": "https://github.com/sebastianbergmann/php-invoker.git", 1015 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67" 1016 }, 1017 "dist": { 1018 "type": "zip", 1019 "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 1020 "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67", 1021 "shasum": "" 1022 }, 1023 "require": { 1024 "php": ">=7.3" 1025 }, 1026 "require-dev": { 1027 "ext-pcntl": "*", 1028 "phpunit/phpunit": "^9.3" 1029 }, 1030 "suggest": { 1031 "ext-pcntl": "*" 1032 }, 1033 "type": "library", 1034 "extra": { 1035 "branch-alias": { 1036 "dev-master": "3.1-dev" 1037 } 1038 }, 1039 "autoload": { 1040 "classmap": [ 1041 "src/" 1042 ] 1043 }, 1044 "notification-url": "https://packagist.org/downloads/", 1045 "license": [ 1046 "BSD-3-Clause" 1047 ], 1048 "authors": [ 1049 { 1050 "name": "Sebastian Bergmann", 1051 "email": "sebastian@phpunit.de", 1052 "role": "lead" 1053 } 1054 ], 1055 "description": "Invoke callables with a timeout", 1056 "homepage": "https://github.com/sebastianbergmann/php-invoker/", 1057 "keywords": [ 1058 "process" 1059 ], 1060 "support": { 1061 "issues": "https://github.com/sebastianbergmann/php-invoker/issues", 1062 "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1" 1063 }, 1064 "funding": [ 1065 { 1066 "url": "https://github.com/sebastianbergmann", 1067 "type": "github" 1068 } 1069 ], 1070 "time": "2020-09-28T05:58:55+00:00" 1019 1071 }, 1020 1072 { 1021 1073 "name": "phpunit/php-text-template", 1022 "version": " 1.2.1",1074 "version": "2.0.4", 1023 1075 "source": { 1024 1076 "type": "git", 1025 1077 "url": "https://github.com/sebastianbergmann/php-text-template.git", 1026 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 1027 }, 1028 "dist": { 1029 "type": "zip", 1030 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1031 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 1032 "shasum": "" 1033 }, 1034 "require": { 1035 "php": ">=5.3.3" 1036 }, 1037 "type": "library", 1078 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28" 1079 }, 1080 "dist": { 1081 "type": "zip", 1082 "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 1083 "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28", 1084 "shasum": "" 1085 }, 1086 "require": { 1087 "php": ">=7.3" 1088 }, 1089 "require-dev": { 1090 "phpunit/phpunit": "^9.3" 1091 }, 1092 "type": "library", 1093 "extra": { 1094 "branch-alias": { 1095 "dev-master": "2.0-dev" 1096 } 1097 }, 1038 1098 "autoload": { 1039 1099 "classmap": [ … … 1057 1117 "template" 1058 1118 ], 1059 "time": "2015-06-21T13:50:34+00:00" 1119 "support": { 1120 "issues": "https://github.com/sebastianbergmann/php-text-template/issues", 1121 "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4" 1122 }, 1123 "funding": [ 1124 { 1125 "url": "https://github.com/sebastianbergmann", 1126 "type": "github" 1127 } 1128 ], 1129 "time": "2020-10-26T05:33:50+00:00" 1060 1130 }, 1061 1131 { 1062 1132 "name": "phpunit/php-timer", 1063 "version": " 2.1.x-dev",1133 "version": "5.0.3", 1064 1134 "source": { 1065 1135 "type": "git", 1066 1136 "url": "https://github.com/sebastianbergmann/php-timer.git", 1067 "reference": " 2454ae1765516d20c4ffe103d85a58a9a3bd5662"1068 }, 1069 "dist": { 1070 "type": "zip", 1071 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/ 2454ae1765516d20c4ffe103d85a58a9a3bd5662",1072 "reference": " 2454ae1765516d20c4ffe103d85a58a9a3bd5662",1073 "shasum": "" 1074 }, 1075 "require": { 1076 "php": ">=7. 1"1077 }, 1078 "require-dev": { 1079 "phpunit/phpunit": "^ 8.5"1080 }, 1081 "type": "library", 1082 "extra": { 1083 "branch-alias": { 1084 "dev-master": " 2.1-dev"1137 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2" 1138 }, 1139 "dist": { 1140 "type": "zip", 1141 "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 1142 "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2", 1143 "shasum": "" 1144 }, 1145 "require": { 1146 "php": ">=7.3" 1147 }, 1148 "require-dev": { 1149 "phpunit/phpunit": "^9.3" 1150 }, 1151 "type": "library", 1152 "extra": { 1153 "branch-alias": { 1154 "dev-master": "5.0-dev" 1085 1155 } 1086 1156 }, … … 1106 1176 "timer" 1107 1177 ], 1178 "support": { 1179 "issues": "https://github.com/sebastianbergmann/php-timer/issues", 1180 "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3" 1181 }, 1108 1182 "funding": [ 1109 1183 { … … 1112 1186 } 1113 1187 ], 1114 "time": "2020-11-30T08:20:02+00:00" 1115 }, 1116 { 1117 "name": "phpunit/php-token-stream", 1118 "version": "dev-master", 1119 "source": { 1120 "type": "git", 1121 "url": "https://github.com/sebastianbergmann/php-token-stream.git", 1122 "reference": "76fc0567751d177847112bd3e26e4890529c98da" 1123 }, 1124 "dist": { 1125 "type": "zip", 1126 "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/76fc0567751d177847112bd3e26e4890529c98da", 1127 "reference": "76fc0567751d177847112bd3e26e4890529c98da", 1128 "shasum": "" 1129 }, 1130 "require": { 1131 "ext-tokenizer": "*", 1132 "php": "^7.3 || ^8.0" 1133 }, 1134 "require-dev": { 1135 "phpunit/phpunit": "^9.0" 1136 }, 1137 "type": "library", 1138 "extra": { 1139 "branch-alias": { 1140 "dev-master": "4.0-dev" 1141 } 1142 }, 1143 "autoload": { 1144 "classmap": [ 1145 "src/" 1146 ] 1147 }, 1148 "notification-url": "https://packagist.org/downloads/", 1149 "license": [ 1150 "BSD-3-Clause" 1151 ], 1152 "authors": [ 1153 { 1154 "name": "Sebastian Bergmann", 1155 "email": "sebastian@phpunit.de" 1156 } 1157 ], 1158 "description": "Wrapper around PHP's tokenizer extension.", 1159 "homepage": "https://github.com/sebastianbergmann/php-token-stream/", 1160 "keywords": [ 1161 "tokenizer" 1162 ], 1163 "funding": [ 1164 { 1165 "url": "https://github.com/sebastianbergmann", 1166 "type": "github" 1167 } 1168 ], 1169 "abandoned": true, 1170 "time": "2020-08-06T06:03:05+00:00" 1188 "time": "2020-10-26T13:16:10+00:00" 1171 1189 }, 1172 1190 { 1173 1191 "name": "phpunit/phpunit", 1174 "version": " 8.5.x-dev",1192 "version": "9.6.x-dev", 1175 1193 "source": { 1176 1194 "type": "git", 1177 1195 "url": "https://github.com/sebastianbergmann/phpunit.git", 1178 "reference": " 7dce842af51d17fc94b384b0e796d6902dbdc94d"1179 }, 1180 "dist": { 1181 "type": "zip", 1182 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ 7dce842af51d17fc94b384b0e796d6902dbdc94d",1183 "reference": " 7dce842af51d17fc94b384b0e796d6902dbdc94d",1184 "shasum": "" 1185 }, 1186 "require": { 1187 "doctrine/instantiator": "^1.3.1 ",1196 "reference": "4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a" 1197 }, 1198 "dist": { 1199 "type": "zip", 1200 "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a", 1201 "reference": "4b4e628791a0a89f5a367beb03ba0c1d1fae4c6a", 1202 "shasum": "" 1203 }, 1204 "require": { 1205 "doctrine/instantiator": "^1.3.1 || ^2", 1188 1206 "ext-dom": "*", 1189 1207 "ext-json": "*", … … 1192 1210 "ext-xml": "*", 1193 1211 "ext-xmlwriter": "*", 1194 "myclabs/deep-copy": "^1.10. 0",1212 "myclabs/deep-copy": "^1.10.1", 1195 1213 "phar-io/manifest": "^2.0.3", 1196 1214 "phar-io/version": "^3.0.2", 1197 "php": ">=7.2", 1198 "phpspec/prophecy": "^1.10.3", 1199 "phpunit/php-code-coverage": "^7.0.12", 1200 "phpunit/php-file-iterator": "^2.0.4", 1201 "phpunit/php-text-template": "^1.2.1", 1202 "phpunit/php-timer": "^2.1.2", 1203 "sebastian/comparator": "^3.0.2", 1204 "sebastian/diff": "^3.0.2", 1205 "sebastian/environment": "^4.2.3", 1206 "sebastian/exporter": "^3.1.2", 1207 "sebastian/global-state": "^3.0.0", 1208 "sebastian/object-enumerator": "^3.0.3", 1209 "sebastian/resource-operations": "^2.0.1", 1210 "sebastian/type": "^1.1.3", 1211 "sebastian/version": "^2.0.1" 1212 }, 1213 "require-dev": { 1214 "ext-pdo": "*" 1215 "php": ">=7.3", 1216 "phpunit/php-code-coverage": "^9.2.13", 1217 "phpunit/php-file-iterator": "^3.0.5", 1218 "phpunit/php-invoker": "^3.1.1", 1219 "phpunit/php-text-template": "^2.0.3", 1220 "phpunit/php-timer": "^5.0.2", 1221 "sebastian/cli-parser": "^1.0.1", 1222 "sebastian/code-unit": "^1.0.6", 1223 "sebastian/comparator": "^4.0.8", 1224 "sebastian/diff": "^4.0.3", 1225 "sebastian/environment": "^5.1.3", 1226 "sebastian/exporter": "^4.0.5", 1227 "sebastian/global-state": "^5.0.1", 1228 "sebastian/object-enumerator": "^4.0.3", 1229 "sebastian/resource-operations": "^3.0.3", 1230 "sebastian/type": "^3.2", 1231 "sebastian/version": "^3.0.2" 1215 1232 }, 1216 1233 "suggest": { 1217 "ext-soap": "*", 1218 "ext-xdebug": "*", 1219 "phpunit/php-invoker": "^2.0.0" 1234 "ext-soap": "To be able to generate mocks based on WSDL files", 1235 "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" 1220 1236 }, 1221 1237 "bin": [ … … 1225 1241 "extra": { 1226 1242 "branch-alias": { 1227 "dev-master": "8.5-dev" 1228 } 1229 }, 1230 "autoload": { 1243 "dev-master": "9.6-dev" 1244 } 1245 }, 1246 "autoload": { 1247 "files": [ 1248 "src/Framework/Assert/Functions.php" 1249 ], 1231 1250 "classmap": [ 1232 1251 "src/" … … 1251 1270 "xunit" 1252 1271 ], 1253 "funding": [ 1254 { 1255 "url": "https://phpunit.de/donate.html", 1272 "support": { 1273 "issues": "https://github.com/sebastianbergmann/phpunit/issues", 1274 "security": "https://github.com/sebastianbergmann/phpunit/security/policy", 1275 "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6" 1276 }, 1277 "funding": [ 1278 { 1279 "url": "https://phpunit.de/sponsors.html", 1256 1280 "type": "custom" 1257 1281 }, … … 1259 1283 "url": "https://github.com/sebastianbergmann", 1260 1284 "type": "github" 1261 } 1262 ], 1263 "time": "2021-07-25T08:39:54+00:00" 1285 }, 1286 { 1287 "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit", 1288 "type": "tidelift" 1289 } 1290 ], 1291 "time": "2023-05-07T07:03:49+00:00" 1292 }, 1293 { 1294 "name": "sebastian/cli-parser", 1295 "version": "1.0.1", 1296 "source": { 1297 "type": "git", 1298 "url": "https://github.com/sebastianbergmann/cli-parser.git", 1299 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2" 1300 }, 1301 "dist": { 1302 "type": "zip", 1303 "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2", 1304 "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2", 1305 "shasum": "" 1306 }, 1307 "require": { 1308 "php": ">=7.3" 1309 }, 1310 "require-dev": { 1311 "phpunit/phpunit": "^9.3" 1312 }, 1313 "type": "library", 1314 "extra": { 1315 "branch-alias": { 1316 "dev-master": "1.0-dev" 1317 } 1318 }, 1319 "autoload": { 1320 "classmap": [ 1321 "src/" 1322 ] 1323 }, 1324 "notification-url": "https://packagist.org/downloads/", 1325 "license": [ 1326 "BSD-3-Clause" 1327 ], 1328 "authors": [ 1329 { 1330 "name": "Sebastian Bergmann", 1331 "email": "sebastian@phpunit.de", 1332 "role": "lead" 1333 } 1334 ], 1335 "description": "Library for parsing CLI options", 1336 "homepage": "https://github.com/sebastianbergmann/cli-parser", 1337 "support": { 1338 "issues": "https://github.com/sebastianbergmann/cli-parser/issues", 1339 "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1" 1340 }, 1341 "funding": [ 1342 { 1343 "url": "https://github.com/sebastianbergmann", 1344 "type": "github" 1345 } 1346 ], 1347 "time": "2020-09-28T06:08:49+00:00" 1348 }, 1349 { 1350 "name": "sebastian/code-unit", 1351 "version": "1.0.8", 1352 "source": { 1353 "type": "git", 1354 "url": "https://github.com/sebastianbergmann/code-unit.git", 1355 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120" 1356 }, 1357 "dist": { 1358 "type": "zip", 1359 "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120", 1360 "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120", 1361 "shasum": "" 1362 }, 1363 "require": { 1364 "php": ">=7.3" 1365 }, 1366 "require-dev": { 1367 "phpunit/phpunit": "^9.3" 1368 }, 1369 "type": "library", 1370 "extra": { 1371 "branch-alias": { 1372 "dev-master": "1.0-dev" 1373 } 1374 }, 1375 "autoload": { 1376 "classmap": [ 1377 "src/" 1378 ] 1379 }, 1380 "notification-url": "https://packagist.org/downloads/", 1381 "license": [ 1382 "BSD-3-Clause" 1383 ], 1384 "authors": [ 1385 { 1386 "name": "Sebastian Bergmann", 1387 "email": "sebastian@phpunit.de", 1388 "role": "lead" 1389 } 1390 ], 1391 "description": "Collection of value objects that represent the PHP code units", 1392 "homepage": "https://github.com/sebastianbergmann/code-unit", 1393 "support": { 1394 "issues": "https://github.com/sebastianbergmann/code-unit/issues", 1395 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8" 1396 }, 1397 "funding": [ 1398 { 1399 "url": "https://github.com/sebastianbergmann", 1400 "type": "github" 1401 } 1402 ], 1403 "time": "2020-10-26T13:08:54+00:00" 1264 1404 }, 1265 1405 { 1266 1406 "name": "sebastian/code-unit-reverse-lookup", 1267 "version": " 1.0.x-dev",1407 "version": "2.0.3", 1268 1408 "source": { 1269 1409 "type": "git", 1270 1410 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", 1271 "reference": " 1de8cd5c010cb153fcd68b8d0f64606f523f7619"1272 }, 1273 "dist": { 1274 "type": "zip", 1275 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ 1de8cd5c010cb153fcd68b8d0f64606f523f7619",1276 "reference": " 1de8cd5c010cb153fcd68b8d0f64606f523f7619",1277 "shasum": "" 1278 }, 1279 "require": { 1280 "php": ">= 5.6"1281 }, 1282 "require-dev": { 1283 "phpunit/phpunit": "^ 8.5"1284 }, 1285 "type": "library", 1286 "extra": { 1287 "branch-alias": { 1288 "dev-master": " 1.0.x-dev"1411 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5" 1412 }, 1413 "dist": { 1414 "type": "zip", 1415 "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 1416 "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5", 1417 "shasum": "" 1418 }, 1419 "require": { 1420 "php": ">=7.3" 1421 }, 1422 "require-dev": { 1423 "phpunit/phpunit": "^9.3" 1424 }, 1425 "type": "library", 1426 "extra": { 1427 "branch-alias": { 1428 "dev-master": "2.0-dev" 1289 1429 } 1290 1430 }, … … 1306 1446 "description": "Looks up which function or method a line of code belongs to", 1307 1447 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/", 1448 "support": { 1449 "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", 1450 "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3" 1451 }, 1308 1452 "funding": [ 1309 1453 { … … 1312 1456 } 1313 1457 ], 1314 "time": "2020- 11-30T08:15:22+00:00"1458 "time": "2020-09-28T05:30:19+00:00" 1315 1459 }, 1316 1460 { 1317 1461 "name": "sebastian/comparator", 1318 "version": " 3.0.x-dev",1462 "version": "4.0.x-dev", 1319 1463 "source": { 1320 1464 "type": "git", 1321 1465 "url": "https://github.com/sebastianbergmann/comparator.git", 1322 "reference": " 1071dfcef776a57013124ff35e1fc41ccd294758"1323 }, 1324 "dist": { 1325 "type": "zip", 1326 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/ 1071dfcef776a57013124ff35e1fc41ccd294758",1327 "reference": " 1071dfcef776a57013124ff35e1fc41ccd294758",1328 "shasum": "" 1329 }, 1330 "require": { 1331 "php": ">=7. 1",1332 "sebastian/diff": "^ 3.0",1333 "sebastian/exporter": "^ 3.1"1334 }, 1335 "require-dev": { 1336 "phpunit/phpunit": "^ 8.5"1337 }, 1338 "type": "library", 1339 "extra": { 1340 "branch-alias": { 1341 "dev-master": " 3.0-dev"1466 "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1" 1467 }, 1468 "dist": { 1469 "type": "zip", 1470 "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/b247957a1c8dc81a671770f74b479c0a78a818f1", 1471 "reference": "b247957a1c8dc81a671770f74b479c0a78a818f1", 1472 "shasum": "" 1473 }, 1474 "require": { 1475 "php": ">=7.3", 1476 "sebastian/diff": "^4.0", 1477 "sebastian/exporter": "^4.0" 1478 }, 1479 "require-dev": { 1480 "phpunit/phpunit": "^9.3" 1481 }, 1482 "type": "library", 1483 "extra": { 1484 "branch-alias": { 1485 "dev-master": "4.0-dev" 1342 1486 } 1343 1487 }, … … 1376 1520 "equality" 1377 1521 ], 1522 "support": { 1523 "issues": "https://github.com/sebastianbergmann/comparator/issues", 1524 "source": "https://github.com/sebastianbergmann/comparator/tree/4.0" 1525 }, 1378 1526 "funding": [ 1379 1527 { … … 1382 1530 } 1383 1531 ], 1384 "time": "2020-11-30T08:04:30+00:00" 1532 "time": "2022-09-14T12:46:14+00:00" 1533 }, 1534 { 1535 "name": "sebastian/complexity", 1536 "version": "2.0.2", 1537 "source": { 1538 "type": "git", 1539 "url": "https://github.com/sebastianbergmann/complexity.git", 1540 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88" 1541 }, 1542 "dist": { 1543 "type": "zip", 1544 "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88", 1545 "reference": "739b35e53379900cc9ac327b2147867b8b6efd88", 1546 "shasum": "" 1547 }, 1548 "require": { 1549 "nikic/php-parser": "^4.7", 1550 "php": ">=7.3" 1551 }, 1552 "require-dev": { 1553 "phpunit/phpunit": "^9.3" 1554 }, 1555 "type": "library", 1556 "extra": { 1557 "branch-alias": { 1558 "dev-master": "2.0-dev" 1559 } 1560 }, 1561 "autoload": { 1562 "classmap": [ 1563 "src/" 1564 ] 1565 }, 1566 "notification-url": "https://packagist.org/downloads/", 1567 "license": [ 1568 "BSD-3-Clause" 1569 ], 1570 "authors": [ 1571 { 1572 "name": "Sebastian Bergmann", 1573 "email": "sebastian@phpunit.de", 1574 "role": "lead" 1575 } 1576 ], 1577 "description": "Library for calculating the complexity of PHP code units", 1578 "homepage": "https://github.com/sebastianbergmann/complexity", 1579 "support": { 1580 "issues": "https://github.com/sebastianbergmann/complexity/issues", 1581 "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2" 1582 }, 1583 "funding": [ 1584 { 1585 "url": "https://github.com/sebastianbergmann", 1586 "type": "github" 1587 } 1588 ], 1589 "time": "2020-10-26T15:52:27+00:00" 1385 1590 }, 1386 1591 { 1387 1592 "name": "sebastian/diff", 1388 "version": " 3.0.x-dev",1593 "version": "4.0.x-dev", 1389 1594 "source": { 1390 1595 "type": "git", 1391 1596 "url": "https://github.com/sebastianbergmann/diff.git", 1392 "reference": " 14f72dd46eaf2f2293cbe79c93cc0bc43161a211"1393 }, 1394 "dist": { 1395 "type": "zip", 1396 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ 14f72dd46eaf2f2293cbe79c93cc0bc43161a211",1397 "reference": " 14f72dd46eaf2f2293cbe79c93cc0bc43161a211",1398 "shasum": "" 1399 }, 1400 "require": { 1401 "php": ">=7. 1"1402 }, 1403 "require-dev": { 1404 "phpunit/phpunit": "^ 7.5 || ^8.0",1405 "symfony/process": "^ 2 || ^3.3 || ^4"1406 }, 1407 "type": "library", 1408 "extra": { 1409 "branch-alias": { 1410 "dev-master": " 3.0-dev"1597 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131" 1598 }, 1599 "dist": { 1600 "type": "zip", 1601 "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 1602 "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131", 1603 "shasum": "" 1604 }, 1605 "require": { 1606 "php": ">=7.3" 1607 }, 1608 "require-dev": { 1609 "phpunit/phpunit": "^9.3", 1610 "symfony/process": "^4.2 || ^5" 1611 }, 1612 "type": "library", 1613 "extra": { 1614 "branch-alias": { 1615 "dev-master": "4.0-dev" 1411 1616 } 1412 1617 }, … … 1438 1643 "unified diff" 1439 1644 ], 1645 "support": { 1646 "issues": "https://github.com/sebastianbergmann/diff/issues", 1647 "source": "https://github.com/sebastianbergmann/diff/tree/4.0" 1648 }, 1440 1649 "funding": [ 1441 1650 { … … 1444 1653 } 1445 1654 ], 1446 "time": "202 0-11-30T07:59:04+00:00"1655 "time": "2023-05-07T05:35:17+00:00" 1447 1656 }, 1448 1657 { 1449 1658 "name": "sebastian/environment", 1450 "version": " 4.2.x-dev",1659 "version": "5.1.x-dev", 1451 1660 "source": { 1452 1661 "type": "git", 1453 1662 "url": "https://github.com/sebastianbergmann/environment.git", 1454 "reference": " d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"1455 }, 1456 "dist": { 1457 "type": "zip", 1458 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/ d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",1459 "reference": " d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",1460 "shasum": "" 1461 }, 1462 "require": { 1463 "php": ">=7. 1"1464 }, 1465 "require-dev": { 1466 "phpunit/phpunit": "^ 7.5"1663 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed" 1664 }, 1665 "dist": { 1666 "type": "zip", 1667 "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1668 "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed", 1669 "shasum": "" 1670 }, 1671 "require": { 1672 "php": ">=7.3" 1673 }, 1674 "require-dev": { 1675 "phpunit/phpunit": "^9.3" 1467 1676 }, 1468 1677 "suggest": { … … 1472 1681 "extra": { 1473 1682 "branch-alias": { 1474 "dev-master": " 4.2-dev"1683 "dev-master": "5.1-dev" 1475 1684 } 1476 1685 }, … … 1497 1706 "hhvm" 1498 1707 ], 1708 "support": { 1709 "issues": "https://github.com/sebastianbergmann/environment/issues", 1710 "source": "https://github.com/sebastianbergmann/environment/tree/5.1" 1711 }, 1499 1712 "funding": [ 1500 1713 { … … 1503 1716 } 1504 1717 ], 1505 "time": "202 0-11-30T07:53:42+00:00"1718 "time": "2023-02-03T06:03:51+00:00" 1506 1719 }, 1507 1720 { 1508 1721 "name": "sebastian/exporter", 1509 "version": " 3.1.x-dev",1722 "version": "4.0.x-dev", 1510 1723 "source": { 1511 1724 "type": "git", 1512 1725 "url": "https://github.com/sebastianbergmann/exporter.git", 1513 "reference": " 6b853149eab67d4da22291d36f5b0631c0fd856e"1514 }, 1515 "dist": { 1516 "type": "zip", 1517 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ 6b853149eab67d4da22291d36f5b0631c0fd856e",1518 "reference": " 6b853149eab67d4da22291d36f5b0631c0fd856e",1519 "shasum": "" 1520 }, 1521 "require": { 1522 "php": ">=7. 0",1523 "sebastian/recursion-context": "^ 3.0"1726 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d" 1727 }, 1728 "dist": { 1729 "type": "zip", 1730 "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1731 "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d", 1732 "shasum": "" 1733 }, 1734 "require": { 1735 "php": ">=7.3", 1736 "sebastian/recursion-context": "^4.0" 1524 1737 }, 1525 1738 "require-dev": { 1526 1739 "ext-mbstring": "*", 1527 "phpunit/phpunit": "^ 6.0"1528 }, 1529 "type": "library", 1530 "extra": { 1531 "branch-alias": { 1532 "dev-master": " 3.1.x-dev"1740 "phpunit/phpunit": "^9.3" 1741 }, 1742 "type": "library", 1743 "extra": { 1744 "branch-alias": { 1745 "dev-master": "4.0-dev" 1533 1746 } 1534 1747 }, … … 1565 1778 ], 1566 1779 "description": "Provides the functionality to export PHP variables for visualization", 1567 "homepage": "http ://www.github.com/sebastianbergmann/exporter",1780 "homepage": "https://www.github.com/sebastianbergmann/exporter", 1568 1781 "keywords": [ 1569 1782 "export", 1570 1783 "exporter" 1571 1784 ], 1785 "support": { 1786 "issues": "https://github.com/sebastianbergmann/exporter/issues", 1787 "source": "https://github.com/sebastianbergmann/exporter/tree/4.0" 1788 }, 1572 1789 "funding": [ 1573 1790 { … … 1576 1793 } 1577 1794 ], 1578 "time": "202 0-11-30T07:47:53+00:00"1795 "time": "2022-09-14T06:03:37+00:00" 1579 1796 }, 1580 1797 { 1581 1798 "name": "sebastian/global-state", 1582 "version": " 3.0.x-dev",1799 "version": "5.0.x-dev", 1583 1800 "source": { 1584 1801 "type": "git", 1585 1802 "url": "https://github.com/sebastianbergmann/global-state.git", 1586 "reference": " 474fb9edb7ab891665d3bfc6317f42a0a150454b"1587 }, 1588 "dist": { 1589 "type": "zip", 1590 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/ 474fb9edb7ab891665d3bfc6317f42a0a150454b",1591 "reference": " 474fb9edb7ab891665d3bfc6317f42a0a150454b",1592 "shasum": "" 1593 }, 1594 "require": { 1595 "php": ">=7. 2",1596 "sebastian/object-reflector": "^ 1.1.1",1597 "sebastian/recursion-context": "^ 3.0"1803 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2" 1804 }, 1805 "dist": { 1806 "type": "zip", 1807 "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2", 1808 "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2", 1809 "shasum": "" 1810 }, 1811 "require": { 1812 "php": ">=7.3", 1813 "sebastian/object-reflector": "^2.0", 1814 "sebastian/recursion-context": "^4.0" 1598 1815 }, 1599 1816 "require-dev": { 1600 1817 "ext-dom": "*", 1601 "phpunit/phpunit": "^ 8.0"1818 "phpunit/phpunit": "^9.3" 1602 1819 }, 1603 1820 "suggest": { … … 1607 1824 "extra": { 1608 1825 "branch-alias": { 1609 "dev-master": " 3.0-dev"1826 "dev-master": "5.0-dev" 1610 1827 } 1611 1828 }, … … 1630 1847 "global state" 1631 1848 ], 1849 "support": { 1850 "issues": "https://github.com/sebastianbergmann/global-state/issues", 1851 "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5" 1852 }, 1632 1853 "funding": [ 1633 1854 { … … 1636 1857 } 1637 1858 ], 1638 "time": "2020-11-30T07:43:24+00:00" 1859 "time": "2022-02-14T08:28:10+00:00" 1860 }, 1861 { 1862 "name": "sebastian/lines-of-code", 1863 "version": "1.0.3", 1864 "source": { 1865 "type": "git", 1866 "url": "https://github.com/sebastianbergmann/lines-of-code.git", 1867 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc" 1868 }, 1869 "dist": { 1870 "type": "zip", 1871 "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc", 1872 "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc", 1873 "shasum": "" 1874 }, 1875 "require": { 1876 "nikic/php-parser": "^4.6", 1877 "php": ">=7.3" 1878 }, 1879 "require-dev": { 1880 "phpunit/phpunit": "^9.3" 1881 }, 1882 "type": "library", 1883 "extra": { 1884 "branch-alias": { 1885 "dev-master": "1.0-dev" 1886 } 1887 }, 1888 "autoload": { 1889 "classmap": [ 1890 "src/" 1891 ] 1892 }, 1893 "notification-url": "https://packagist.org/downloads/", 1894 "license": [ 1895 "BSD-3-Clause" 1896 ], 1897 "authors": [ 1898 { 1899 "name": "Sebastian Bergmann", 1900 "email": "sebastian@phpunit.de", 1901 "role": "lead" 1902 } 1903 ], 1904 "description": "Library for counting the lines of code in PHP source code", 1905 "homepage": "https://github.com/sebastianbergmann/lines-of-code", 1906 "support": { 1907 "issues": "https://github.com/sebastianbergmann/lines-of-code/issues", 1908 "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3" 1909 }, 1910 "funding": [ 1911 { 1912 "url": "https://github.com/sebastianbergmann", 1913 "type": "github" 1914 } 1915 ], 1916 "time": "2020-11-28T06:42:11+00:00" 1639 1917 }, 1640 1918 { 1641 1919 "name": "sebastian/object-enumerator", 1642 "version": " 3.0.x-dev",1920 "version": "4.0.4", 1643 1921 "source": { 1644 1922 "type": "git", 1645 1923 "url": "https://github.com/sebastianbergmann/object-enumerator.git", 1646 "reference": " e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"1647 }, 1648 "dist": { 1649 "type": "zip", 1650 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/ e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",1651 "reference": " e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",1652 "shasum": "" 1653 }, 1654 "require": { 1655 "php": ">=7. 0",1656 "sebastian/object-reflector": "^ 1.1.1",1657 "sebastian/recursion-context": "^ 3.0"1658 }, 1659 "require-dev": { 1660 "phpunit/phpunit": "^ 6.0"1661 }, 1662 "type": "library", 1663 "extra": { 1664 "branch-alias": { 1665 "dev-master": " 3.0.x-dev"1924 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71" 1925 }, 1926 "dist": { 1927 "type": "zip", 1928 "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71", 1929 "reference": "5c9eeac41b290a3712d88851518825ad78f45c71", 1930 "shasum": "" 1931 }, 1932 "require": { 1933 "php": ">=7.3", 1934 "sebastian/object-reflector": "^2.0", 1935 "sebastian/recursion-context": "^4.0" 1936 }, 1937 "require-dev": { 1938 "phpunit/phpunit": "^9.3" 1939 }, 1940 "type": "library", 1941 "extra": { 1942 "branch-alias": { 1943 "dev-master": "4.0-dev" 1666 1944 } 1667 1945 }, … … 1683 1961 "description": "Traverses array structures and object graphs to enumerate all referenced objects", 1684 1962 "homepage": "https://github.com/sebastianbergmann/object-enumerator/", 1963 "support": { 1964 "issues": "https://github.com/sebastianbergmann/object-enumerator/issues", 1965 "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4" 1966 }, 1685 1967 "funding": [ 1686 1968 { … … 1689 1971 } 1690 1972 ], 1691 "time": "2020-1 1-30T07:40:27+00:00"1973 "time": "2020-10-26T13:12:34+00:00" 1692 1974 }, 1693 1975 { 1694 1976 "name": "sebastian/object-reflector", 1695 "version": " 1.1.x-dev",1977 "version": "2.0.4", 1696 1978 "source": { 1697 1979 "type": "git", 1698 1980 "url": "https://github.com/sebastianbergmann/object-reflector.git", 1699 "reference": " 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"1700 }, 1701 "dist": { 1702 "type": "zip", 1703 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/ 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",1704 "reference": " 9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",1705 "shasum": "" 1706 }, 1707 "require": { 1708 "php": ">=7. 0"1709 }, 1710 "require-dev": { 1711 "phpunit/phpunit": "^ 6.0"1712 }, 1713 "type": "library", 1714 "extra": { 1715 "branch-alias": { 1716 "dev-master": " 1.1-dev"1981 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7" 1982 }, 1983 "dist": { 1984 "type": "zip", 1985 "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1986 "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7", 1987 "shasum": "" 1988 }, 1989 "require": { 1990 "php": ">=7.3" 1991 }, 1992 "require-dev": { 1993 "phpunit/phpunit": "^9.3" 1994 }, 1995 "type": "library", 1996 "extra": { 1997 "branch-alias": { 1998 "dev-master": "2.0-dev" 1717 1999 } 1718 2000 }, … … 1734 2016 "description": "Allows reflection of object attributes, including inherited and non-public ones", 1735 2017 "homepage": "https://github.com/sebastianbergmann/object-reflector/", 2018 "support": { 2019 "issues": "https://github.com/sebastianbergmann/object-reflector/issues", 2020 "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4" 2021 }, 1736 2022 "funding": [ 1737 2023 { … … 1740 2026 } 1741 2027 ], 1742 "time": "2020-1 1-30T07:37:18+00:00"2028 "time": "2020-10-26T13:14:26+00:00" 1743 2029 }, 1744 2030 { 1745 2031 "name": "sebastian/recursion-context", 1746 "version": " 3.0.x-dev",2032 "version": "4.0.x-dev", 1747 2033 "source": { 1748 2034 "type": "git", 1749 2035 "url": "https://github.com/sebastianbergmann/recursion-context.git", 1750 "reference": " 367dcba38d6e1977be014dc4b22f47a484dac7fb"1751 }, 1752 "dist": { 1753 "type": "zip", 1754 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/ 367dcba38d6e1977be014dc4b22f47a484dac7fb",1755 "reference": " 367dcba38d6e1977be014dc4b22f47a484dac7fb",1756 "shasum": "" 1757 }, 1758 "require": { 1759 "php": ">=7. 0"1760 }, 1761 "require-dev": { 1762 "phpunit/phpunit": "^ 6.0"1763 }, 1764 "type": "library", 1765 "extra": { 1766 "branch-alias": { 1767 "dev-master": " 3.0.x-dev"2036 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1" 2037 }, 2038 "dist": { 2039 "type": "zip", 2040 "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 2041 "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1", 2042 "shasum": "" 2043 }, 2044 "require": { 2045 "php": ">=7.3" 2046 }, 2047 "require-dev": { 2048 "phpunit/phpunit": "^9.3" 2049 }, 2050 "type": "library", 2051 "extra": { 2052 "branch-alias": { 2053 "dev-master": "4.0-dev" 1768 2054 } 1769 2055 }, … … 1792 2078 ], 1793 2079 "description": "Provides functionality to recursively process PHP variables", 1794 "homepage": "http://www.github.com/sebastianbergmann/recursion-context", 2080 "homepage": "https://github.com/sebastianbergmann/recursion-context", 2081 "support": { 2082 "issues": "https://github.com/sebastianbergmann/recursion-context/issues", 2083 "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5" 2084 }, 1795 2085 "funding": [ 1796 2086 { … … 1799 2089 } 1800 2090 ], 1801 "time": "202 0-11-30T07:34:24+00:00"2091 "time": "2023-02-03T06:07:39+00:00" 1802 2092 }, 1803 2093 { 1804 2094 "name": "sebastian/resource-operations", 1805 "version": " 2.0.x-dev",2095 "version": "dev-main", 1806 2096 "source": { 1807 2097 "type": "git", 1808 2098 "url": "https://github.com/sebastianbergmann/resource-operations.git", 1809 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" 1810 }, 1811 "dist": { 1812 "type": "zip", 1813 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1814 "reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", 1815 "shasum": "" 1816 }, 1817 "require": { 1818 "php": ">=7.1" 1819 }, 1820 "type": "library", 1821 "extra": { 1822 "branch-alias": { 1823 "dev-master": "2.0-dev" 2099 "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4" 2100 }, 2101 "dist": { 2102 "type": "zip", 2103 "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/20bdda85c7c585ab265c0c37ec052a019bae29c4", 2104 "reference": "20bdda85c7c585ab265c0c37ec052a019bae29c4", 2105 "shasum": "" 2106 }, 2107 "require": { 2108 "php": ">=7.3" 2109 }, 2110 "require-dev": { 2111 "phpunit/phpunit": "^9.0" 2112 }, 2113 "default-branch": true, 2114 "type": "library", 2115 "extra": { 2116 "branch-alias": { 2117 "dev-main": "3.0-dev" 1824 2118 } 1825 2119 }, … … 1841 2135 "description": "Provides a list of PHP built-in functions that operate on resources", 1842 2136 "homepage": "https://www.github.com/sebastianbergmann/resource-operations", 2137 "support": { 2138 "source": "https://github.com/sebastianbergmann/resource-operations/tree/main" 2139 }, 1843 2140 "funding": [ 1844 2141 { … … 1847 2144 } 1848 2145 ], 1849 "abandoned": true, 1850 "time": "2020-11-30T07:30:19+00:00" 2146 "time": "2023-03-25T08:11:39+00:00" 1851 2147 }, 1852 2148 { 1853 2149 "name": "sebastian/type", 1854 "version": " 1.1.x-dev",2150 "version": "3.2.x-dev", 1855 2151 "source": { 1856 2152 "type": "git", 1857 2153 "url": "https://github.com/sebastianbergmann/type.git", 1858 "reference": " 0150cfbc4495ed2df3872fb31b26781e4e077eb4"1859 }, 1860 "dist": { 1861 "type": "zip", 1862 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/ 0150cfbc4495ed2df3872fb31b26781e4e077eb4",1863 "reference": " 0150cfbc4495ed2df3872fb31b26781e4e077eb4",1864 "shasum": "" 1865 }, 1866 "require": { 1867 "php": ">=7. 2"1868 }, 1869 "require-dev": { 1870 "phpunit/phpunit": "^ 8.2"1871 }, 1872 "type": "library", 1873 "extra": { 1874 "branch-alias": { 1875 "dev-master": " 1.1-dev"2154 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7" 2155 }, 2156 "dist": { 2157 "type": "zip", 2158 "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 2159 "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7", 2160 "shasum": "" 2161 }, 2162 "require": { 2163 "php": ">=7.3" 2164 }, 2165 "require-dev": { 2166 "phpunit/phpunit": "^9.5" 2167 }, 2168 "type": "library", 2169 "extra": { 2170 "branch-alias": { 2171 "dev-master": "3.2-dev" 1876 2172 } 1877 2173 }, … … 1894 2190 "description": "Collection of value objects that represent the types of the PHP type system", 1895 2191 "homepage": "https://github.com/sebastianbergmann/type", 2192 "support": { 2193 "issues": "https://github.com/sebastianbergmann/type/issues", 2194 "source": "https://github.com/sebastianbergmann/type/tree/3.2" 2195 }, 1896 2196 "funding": [ 1897 2197 { … … 1900 2200 } 1901 2201 ], 1902 "time": "202 0-11-30T07:25:11+00:00"2202 "time": "2023-02-03T06:13:03+00:00" 1903 2203 }, 1904 2204 { 1905 2205 "name": "sebastian/version", 1906 "version": " 2.0.1",2206 "version": "3.0.x-dev", 1907 2207 "source": { 1908 2208 "type": "git", 1909 2209 "url": "https://github.com/sebastianbergmann/version.git", 1910 "reference": " 99732be0ddb3361e16ad77b68ba41efc8e979019"1911 }, 1912 "dist": { 1913 "type": "zip", 1914 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/ 99732be0ddb3361e16ad77b68ba41efc8e979019",1915 "reference": " 99732be0ddb3361e16ad77b68ba41efc8e979019",1916 "shasum": "" 1917 }, 1918 "require": { 1919 "php": ">= 5.6"1920 }, 1921 "type": "library", 1922 "extra": { 1923 "branch-alias": { 1924 "dev-master": " 2.0.x-dev"2210 "reference": "c6c1022351a901512170118436c764e473f6de8c" 2211 }, 2212 "dist": { 2213 "type": "zip", 2214 "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c", 2215 "reference": "c6c1022351a901512170118436c764e473f6de8c", 2216 "shasum": "" 2217 }, 2218 "require": { 2219 "php": ">=7.3" 2220 }, 2221 "type": "library", 2222 "extra": { 2223 "branch-alias": { 2224 "dev-master": "3.0-dev" 1925 2225 } 1926 2226 }, … … 1943 2243 "description": "Library that helps with managing the version number of Git-hosted PHP projects", 1944 2244 "homepage": "https://github.com/sebastianbergmann/version", 1945 "time": "2016-10-03T07:35:21+00:00" 2245 "support": { 2246 "issues": "https://github.com/sebastianbergmann/version/issues", 2247 "source": "https://github.com/sebastianbergmann/version/tree/3.0.2" 2248 }, 2249 "funding": [ 2250 { 2251 "url": "https://github.com/sebastianbergmann", 2252 "type": "github" 2253 } 2254 ], 2255 "time": "2020-09-28T06:39:44+00:00" 2256 }, 2257 { 2258 "name": "sirbrillig/phpcs-variable-analysis", 2259 "version": "2.x-dev", 2260 "source": { 2261 "type": "git", 2262 "url": "https://github.com/sirbrillig/phpcs-variable-analysis.git", 2263 "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88" 2264 }, 2265 "dist": { 2266 "type": "zip", 2267 "url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/dc5582dc5a93a235557af73e523c389aac9a8e88", 2268 "reference": "dc5582dc5a93a235557af73e523c389aac9a8e88", 2269 "shasum": "" 2270 }, 2271 "require": { 2272 "php": ">=5.4.0", 2273 "squizlabs/php_codesniffer": "^3.5.6" 2274 }, 2275 "require-dev": { 2276 "dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0", 2277 "phpcsstandards/phpcsdevcs": "^1.1", 2278 "phpstan/phpstan": "^1.7", 2279 "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0", 2280 "sirbrillig/phpcs-import-detection": "^1.1", 2281 "vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0@beta" 2282 }, 2283 "default-branch": true, 2284 "type": "phpcodesniffer-standard", 2285 "autoload": { 2286 "psr-4": { 2287 "VariableAnalysis\\": "VariableAnalysis/" 2288 } 2289 }, 2290 "notification-url": "https://packagist.org/downloads/", 2291 "license": [ 2292 "BSD-2-Clause" 2293 ], 2294 "authors": [ 2295 { 2296 "name": "Sam Graham", 2297 "email": "php-codesniffer-variableanalysis@illusori.co.uk" 2298 }, 2299 { 2300 "name": "Payton Swick", 2301 "email": "payton@foolord.com" 2302 } 2303 ], 2304 "description": "A PHPCS sniff to detect problems with variables.", 2305 "keywords": [ 2306 "phpcs", 2307 "static analysis" 2308 ], 2309 "support": { 2310 "issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues", 2311 "source": "https://github.com/sirbrillig/phpcs-variable-analysis", 2312 "wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki" 2313 }, 2314 "time": "2023-03-31T16:46:32+00:00" 1946 2315 }, 1947 2316 { … … 1951 2320 "type": "git", 1952 2321 "url": "https://github.com/squizlabs/PHP_CodeSniffer.git", 1953 "reference": " d5c1cf755070447305e6e847db0299bc4e4c0190"1954 }, 1955 "dist": { 1956 "type": "zip", 1957 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/ d5c1cf755070447305e6e847db0299bc4e4c0190",1958 "reference": " d5c1cf755070447305e6e847db0299bc4e4c0190",2322 "reference": "a26c071d00b415bba26cedd8f835fca6288cf6b9" 2323 }, 2324 "dist": { 2325 "type": "zip", 2326 "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/a26c071d00b415bba26cedd8f835fca6288cf6b9", 2327 "reference": "a26c071d00b415bba26cedd8f835fca6288cf6b9", 1959 2328 "shasum": "" 1960 2329 }, … … 1968 2337 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 1969 2338 }, 2339 "default-branch": true, 1970 2340 "bin": [ 1971 2341 "bin/phpcs", … … 1992 2362 "keywords": [ 1993 2363 "phpcs", 1994 "standards" 1995 ], 1996 "time": "2021-07-20T22:16:30+00:00" 1997 }, 1998 { 1999 "name": "symfony/polyfill-ctype", 2000 "version": "dev-main", 2001 "source": { 2002 "type": "git", 2003 "url": "https://github.com/symfony/polyfill-ctype.git", 2004 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce" 2005 }, 2006 "dist": { 2007 "type": "zip", 2008 "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/46cd95797e9df938fdd2b03693b5fca5e64b01ce", 2009 "reference": "46cd95797e9df938fdd2b03693b5fca5e64b01ce", 2010 "shasum": "" 2011 }, 2012 "require": { 2013 "php": ">=7.1" 2014 }, 2015 "suggest": { 2016 "ext-ctype": "For best performance" 2017 }, 2018 "type": "library", 2019 "extra": { 2020 "branch-alias": { 2021 "dev-main": "1.23-dev" 2022 }, 2023 "thanks": { 2024 "name": "symfony/polyfill", 2025 "url": "https://github.com/symfony/polyfill" 2026 } 2027 }, 2028 "autoload": { 2029 "psr-4": { 2030 "Symfony\\Polyfill\\Ctype\\": "" 2031 }, 2032 "files": [ 2033 "bootstrap.php" 2034 ] 2035 }, 2036 "notification-url": "https://packagist.org/downloads/", 2037 "license": [ 2038 "MIT" 2039 ], 2040 "authors": [ 2041 { 2042 "name": "Gert de Pagter", 2043 "email": "BackEndTea@gmail.com" 2044 }, 2045 { 2046 "name": "Symfony Community", 2047 "homepage": "https://symfony.com/contributors" 2048 } 2049 ], 2050 "description": "Symfony polyfill for ctype functions", 2051 "homepage": "https://symfony.com", 2052 "keywords": [ 2053 "compatibility", 2054 "ctype", 2055 "polyfill", 2056 "portable" 2057 ], 2058 "funding": [ 2059 { 2060 "url": "https://symfony.com/sponsor", 2061 "type": "custom" 2062 }, 2063 { 2064 "url": "https://github.com/fabpot", 2065 "type": "github" 2066 }, 2067 { 2068 "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", 2069 "type": "tidelift" 2070 } 2071 ], 2072 "time": "2021-02-19T12:13:01+00:00" 2364 "standards", 2365 "static analysis" 2366 ], 2367 "support": { 2368 "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues", 2369 "source": "https://github.com/squizlabs/PHP_CodeSniffer", 2370 "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki" 2371 }, 2372 "time": "2023-05-07T04:45:11+00:00" 2073 2373 }, 2074 2374 { 2075 2375 "name": "theseer/tokenizer", 2076 "version": "1.2. 0",2376 "version": "1.2.1", 2077 2377 "source": { 2078 2378 "type": "git", 2079 2379 "url": "https://github.com/theseer/tokenizer.git", 2080 "reference": " 75a63c33a8577608444246075ea0af0d052e452a"2081 }, 2082 "dist": { 2083 "type": "zip", 2084 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/ 75a63c33a8577608444246075ea0af0d052e452a",2085 "reference": " 75a63c33a8577608444246075ea0af0d052e452a",2380 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" 2381 }, 2382 "dist": { 2383 "type": "zip", 2384 "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", 2385 "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", 2086 2386 "shasum": "" 2087 2387 }, … … 2110 2410 ], 2111 2411 "description": "A small library for converting tokenized PHP source code into XML and potentially other formats", 2412 "support": { 2413 "issues": "https://github.com/theseer/tokenizer/issues", 2414 "source": "https://github.com/theseer/tokenizer/tree/1.2.1" 2415 }, 2112 2416 "funding": [ 2113 2417 { … … 2116 2420 } 2117 2421 ], 2118 "time": "2020-07-12T23:59:07+00:00" 2119 }, 2120 { 2121 "name": "webmozart/assert", 2122 "version": "dev-master", 2123 "source": { 2124 "type": "git", 2125 "url": "https://github.com/webmozarts/assert.git", 2126 "reference": "b419d648592b0b8911cbbe10d450fe314f4fd262" 2127 }, 2128 "dist": { 2129 "type": "zip", 2130 "url": "https://api.github.com/repos/webmozarts/assert/zipball/b419d648592b0b8911cbbe10d450fe314f4fd262", 2131 "reference": "b419d648592b0b8911cbbe10d450fe314f4fd262", 2132 "shasum": "" 2133 }, 2134 "require": { 2135 "php": "^7.2 || ^8.0", 2136 "symfony/polyfill-ctype": "^1.8" 2137 }, 2138 "conflict": { 2139 "phpstan/phpstan": "<0.12.20", 2140 "vimeo/psalm": "<4.6.1 || 4.6.2" 2141 }, 2142 "require-dev": { 2143 "phpunit/phpunit": "^8.5.13" 2144 }, 2145 "type": "library", 2146 "extra": { 2147 "branch-alias": { 2148 "dev-master": "1.10-dev" 2149 } 2150 }, 2151 "autoload": { 2152 "psr-4": { 2153 "Webmozart\\Assert\\": "src/" 2154 } 2155 }, 2422 "time": "2021-07-28T10:34:58+00:00" 2423 }, 2424 { 2425 "name": "wp-coding-standards/wpcs", 2426 "version": "2.3.0", 2427 "source": { 2428 "type": "git", 2429 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git", 2430 "reference": "7da1894633f168fe244afc6de00d141f27517b62" 2431 }, 2432 "dist": { 2433 "type": "zip", 2434 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62", 2435 "reference": "7da1894633f168fe244afc6de00d141f27517b62", 2436 "shasum": "" 2437 }, 2438 "require": { 2439 "php": ">=5.4", 2440 "squizlabs/php_codesniffer": "^3.3.1" 2441 }, 2442 "require-dev": { 2443 "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6", 2444 "phpcompatibility/php-compatibility": "^9.0", 2445 "phpcsstandards/phpcsdevtools": "^1.0", 2446 "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0" 2447 }, 2448 "suggest": { 2449 "dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically." 2450 }, 2451 "type": "phpcodesniffer-standard", 2156 2452 "notification-url": "https://packagist.org/downloads/", 2157 2453 "license": [ … … 2160 2456 "authors": [ 2161 2457 { 2162 "name": "Bernhard Schussek",2163 "email": "bschussek@gmail.com"2164 }2165 ],2166 "description": "Assertions to validate method input/output with nice error messages.",2167 "keywords": [2168 "assert",2169 "check",2170 "validate"2171 ],2172 "time": "2021-06-19T13:45:26+00:00"2173 },2174 {2175 "name": "wp-coding-standards/wpcs",2176 "version": "0.14.1",2177 "source": {2178 "type": "git",2179 "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",2180 "reference": "cf6b310caad735816caef7573295f8a534374706"2181 },2182 "dist": {2183 "type": "zip",2184 "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/cf6b310caad735816caef7573295f8a534374706",2185 "reference": "cf6b310caad735816caef7573295f8a534374706",2186 "shasum": ""2187 },2188 "require": {2189 "php": ">=5.3",2190 "squizlabs/php_codesniffer": "^2.9.0 || ^3.0.2"2191 },2192 "suggest": {2193 "dealerdirect/phpcodesniffer-composer-installer": "^0.4.3"2194 },2195 "type": "phpcodesniffer-standard",2196 "notification-url": "https://packagist.org/downloads/",2197 "license": [2198 "MIT"2199 ],2200 "authors": [2201 {2202 2458 "name": "Contributors", 2203 "homepage": "https://github.com/WordPress -Coding-Standards/WordPress-Coding-Standards/graphs/contributors"2459 "homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors" 2204 2460 } 2205 2461 ], … … 2210 2466 "wordpress" 2211 2467 ], 2212 "time": "2018-02-16T01:57:48+00:00" 2468 "support": { 2469 "issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues", 2470 "source": "https://github.com/WordPress/WordPress-Coding-Standards", 2471 "wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki" 2472 }, 2473 "time": "2020-05-13T23:57:56+00:00" 2213 2474 } 2214 2475 ], … … 2222 2483 }, 2223 2484 "platform-dev": [], 2224 "plugin-api-version": " 1.1.0"2485 "plugin-api-version": "2.3.0" 2225 2486 } -
email-fields-for-woocommerce/trunk/index.php
r2867746 r2909059 2 2 /** 3 3 * Plugin Name: Email Fields for WooCommerce 4 * Plugin URI: https:// www.penguinet.it/progetti/email-fields-for-woocommerce4 * Plugin URI: https://tetracube.red 5 5 * Description: Manage Reply To and BCC of the WooCommerce emails 6 6 * Author: Erika Gili 7 * Author URI: https:// www.penguinet.it7 * Author URI: https://tetracube.red 8 8 * Text Domain: email-fields-for-woocommerce 9 9 * Domain Path: /languages … … 24 24 require_once __DIR__ . '/vendor/autoload.php'; 25 25 26 GeneralFields::instance();26 new GeneralFields(); -
email-fields-for-woocommerce/trunk/src/GeneralFields.php
r2478313 r2909059 7 7 class GeneralFields 8 8 { 9 private static $instance;10 11 9 const OPTION_REPLY_TO_NAME = 'effw_reply_to_name'; 12 10 … … 15 13 const OPTION_BCC_EMAIL = 'effw_bcc_address'; 16 14 17 p rivatefunction __construct()15 public function __construct() 18 16 { 19 17 add_filter('woocommerce_email_settings', [$this, 'addReplyToSettings']); … … 21 19 add_filter('woocommerce_email_headers', [$this, 'addReplyToHeader'], 90); 22 20 add_filter('woocommerce_email_headers', [$this, 'addBccHeader'], 90); 23 }24 25 public static function instance(): GeneralFields26 {27 if (is_null(self::$instance)) {28 self::$instance = new self();29 }30 31 return self::$instance;32 21 } 33 22 -
email-fields-for-woocommerce/trunk/vendor/autoload.php
r2867746 r2909059 23 23 require_once __DIR__ . '/composer/autoload_real.php'; 24 24 25 return ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614::getLoader();25 return ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241::getLoader(); -
email-fields-for-woocommerce/trunk/vendor/composer/InstalledVersions.php
r2867746 r2909059 99 99 foreach (self::getInstalled() as $installed) { 100 100 if (isset($installed['versions'][$packageName])) { 101 return $includeDevRequirements || empty($installed['versions'][$packageName]['dev_requirement']);101 return $includeDevRequirements || !isset($installed['versions'][$packageName]['dev_requirement']) || $installed['versions'][$packageName]['dev_requirement'] === false; 102 102 } 103 103 } … … 120 120 public static function satisfies(VersionParser $parser, $packageName, $constraint) 121 121 { 122 $constraint = $parser->parseConstraints( $constraint);122 $constraint = $parser->parseConstraints((string) $constraint); 123 123 $provided = $parser->parseConstraints(self::getVersionRanges($packageName)); 124 124 … … 329 329 $installed[] = self::$installedByVendor[$vendorDir]; 330 330 } elseif (is_file($vendorDir.'/composer/installed.php')) { 331 $installed[] = self::$installedByVendor[$vendorDir] = require $vendorDir.'/composer/installed.php'; 331 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 332 $required = require $vendorDir.'/composer/installed.php'; 333 $installed[] = self::$installedByVendor[$vendorDir] = $required; 332 334 if (null === self::$installed && strtr($vendorDir.'/composer', '\\', '/') === strtr(__DIR__, '\\', '/')) { 333 335 self::$installed = $installed[count($installed) - 1]; … … 341 343 // and not from its source location in the composer/composer package, see https://github.com/composer/composer/issues/9937 342 344 if (substr(__DIR__, -8, 1) !== 'C') { 343 self::$installed = require __DIR__ . '/installed.php'; 345 /** @var array{root: array{name: string, pretty_version: string, version: string, reference: string|null, type: string, install_path: string, aliases: string[], dev: bool}, versions: array<string, array{pretty_version?: string, version?: string, reference?: string|null, type?: string, install_path?: string, aliases?: string[], dev_requirement: bool, replaced?: string[], provided?: string[]}>} $required */ 346 $required = require __DIR__ . '/installed.php'; 347 self::$installed = $required; 344 348 } else { 345 349 self::$installed = array(); 346 350 } 347 351 } 348 $installed[] = self::$installed; 352 353 if (self::$installed !== array()) { 354 $installed[] = self::$installed; 355 } 349 356 350 357 return $installed; -
email-fields-for-woocommerce/trunk/vendor/composer/autoload_real.php
r2867746 r2909059 3 3 // autoload_real.php @generated by Composer 4 4 5 class ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d6145 class ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241 6 6 { 7 7 private static $loader; … … 25 25 require __DIR__ . '/platform_check.php'; 26 26 27 spl_autoload_register(array('ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614', 'loadClassLoader'), true, true);27 spl_autoload_register(array('ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241', 'loadClassLoader'), true, true); 28 28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__)); 29 spl_autoload_unregister(array('ComposerAutoloaderInit fdb12ce6c7aabf005a8163d07777d614', 'loadClassLoader'));29 spl_autoload_unregister(array('ComposerAutoloaderInitbc812994b6bcd01a4f13dafb73d61241', 'loadClassLoader')); 30 30 31 31 require __DIR__ . '/autoload_static.php'; 32 call_user_func(\Composer\Autoload\ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::getInitializer($loader));32 call_user_func(\Composer\Autoload\ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::getInitializer($loader)); 33 33 34 34 $loader->register(true); -
email-fields-for-woocommerce/trunk/vendor/composer/autoload_static.php
r2867746 r2909059 5 5 namespace Composer\Autoload; 6 6 7 class ComposerStaticInit fdb12ce6c7aabf005a8163d07777d6147 class ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241 8 8 { 9 9 public static $prefixLengthsPsr4 = array ( … … 29 29 { 30 30 return \Closure::bind(function () use ($loader) { 31 $loader->prefixLengthsPsr4 = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$prefixLengthsPsr4;32 $loader->prefixDirsPsr4 = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$prefixDirsPsr4;33 $loader->classMap = ComposerStaticInit fdb12ce6c7aabf005a8163d07777d614::$classMap;31 $loader->prefixLengthsPsr4 = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$prefixLengthsPsr4; 32 $loader->prefixDirsPsr4 = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$prefixDirsPsr4; 33 $loader->classMap = ComposerStaticInitbc812994b6bcd01a4f13dafb73d61241::$classMap; 34 34 35 35 }, null, ClassLoader::class); -
email-fields-for-woocommerce/trunk/vendor/composer/installed.php
r2867746 r2909059 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => '6 b95be6df540d48c5694e3baa90eeaf022ccc00e',6 'reference' => '61241ff8be6f2a7301ea7926b4417fe5f29c1d07', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../', … … 14 14 'pretty_version' => 'dev-master', 15 15 'version' => 'dev-master', 16 'reference' => '6 b95be6df540d48c5694e3baa90eeaf022ccc00e',16 'reference' => '61241ff8be6f2a7301ea7926b4417fe5f29c1d07', 17 17 'type' => 'wordpress-plugin', 18 18 'install_path' => __DIR__ . '/../../',
Note: See TracChangeset
for help on using the changeset viewer.