@automattic/newspack-blocks 4.31.1 → 4.32.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (97) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/composer.lock +73 -994
  3. package/dist/blocks/checkout-button/block.json +3 -0
  4. package/dist/carousel/view-rtl.css +1 -1
  5. package/dist/carousel/view.asset.php +1 -1
  6. package/dist/carousel/view.css +1 -1
  7. package/dist/editor-rtl.css +20 -16
  8. package/dist/editor.asset.php +1 -1
  9. package/dist/editor.css +20 -16
  10. package/dist/editor.js +32 -28
  11. package/dist/homepage-articles/view-rtl.css +1 -1
  12. package/dist/homepage-articles/view.asset.php +1 -1
  13. package/dist/homepage-articles/view.css +1 -1
  14. package/dist/modal.asset.php +1 -1
  15. package/dist/modal.js +1 -1
  16. package/dist/modalCheckout-rtl.css +1 -1
  17. package/dist/modalCheckout.asset.php +1 -1
  18. package/dist/modalCheckout.css +1 -1
  19. package/dist/modalCheckout.js +1 -1
  20. package/dist/tiersBased.asset.php +1 -1
  21. package/dist/tiersBased.js +1 -1
  22. package/includes/class-modal-checkout.php +354 -5
  23. package/includes/modal-checkout/class-checkout-data.php +30 -6
  24. package/languages/newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
  25. package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  26. package/languages/newspack-blocks-de_DE-5c566531829f64486c13d7d8df1d6151.json +1 -0
  27. package/languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  28. package/languages/newspack-blocks-de_DE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -1
  29. package/languages/newspack-blocks-de_DE-fef17c08abbcd3d3c4cdc0fd13a9bff5.json +1 -0
  30. package/languages/newspack-blocks-de_DE.po +427 -322
  31. package/languages/newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
  32. package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  33. package/languages/newspack-blocks-es_ES-5c566531829f64486c13d7d8df1d6151.json +1 -0
  34. package/languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  35. package/languages/newspack-blocks-es_ES-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -1
  36. package/languages/newspack-blocks-es_ES-fef17c08abbcd3d3c4cdc0fd13a9bff5.json +1 -0
  37. package/languages/newspack-blocks-es_ES.po +425 -322
  38. package/languages/newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
  39. package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  40. package/languages/newspack-blocks-fr_BE-5c566531829f64486c13d7d8df1d6151.json +1 -0
  41. package/languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  42. package/languages/newspack-blocks-fr_BE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -1
  43. package/languages/newspack-blocks-fr_BE-fef17c08abbcd3d3c4cdc0fd13a9bff5.json +1 -0
  44. package/languages/newspack-blocks-fr_BE.po +427 -322
  45. package/languages/newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
  46. package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  47. package/languages/newspack-blocks-nb_NO-5c566531829f64486c13d7d8df1d6151.json +1 -0
  48. package/languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  49. package/languages/newspack-blocks-nb_NO-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -1
  50. package/languages/newspack-blocks-nb_NO-fef17c08abbcd3d3c4cdc0fd13a9bff5.json +1 -0
  51. package/languages/newspack-blocks-nb_NO.po +426 -322
  52. package/languages/newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json +1 -1
  53. package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -1
  54. package/languages/newspack-blocks-pt_PT-5c566531829f64486c13d7d8df1d6151.json +1 -0
  55. package/languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json +1 -1
  56. package/languages/newspack-blocks-pt_PT-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -1
  57. package/languages/newspack-blocks-pt_PT-fef17c08abbcd3d3c4cdc0fd13a9bff5.json +1 -0
  58. package/languages/newspack-blocks-pt_PT.po +426 -322
  59. package/languages/newspack-blocks.pot +506 -379
  60. package/newspack-blocks.php +2 -2
  61. package/package.json +3 -2
  62. package/src/blocks/carousel/edit.js +1 -1
  63. package/src/blocks/carousel/view.scss +5 -1
  64. package/src/blocks/checkout-button/block.json +3 -0
  65. package/src/blocks/checkout-button/edit.js +32 -5
  66. package/src/blocks/checkout-button/view.php +37 -0
  67. package/src/blocks/donate/consts.ts +2 -1
  68. package/src/blocks/donate/frequency-slugs.js +10 -0
  69. package/src/blocks/donate/tiers-based/view.ts +8 -0
  70. package/src/blocks/homepage-articles/edit.tsx +1 -1
  71. package/src/blocks/homepage-articles/editor.scss +2 -1
  72. package/src/blocks/homepage-articles/view.scss +15 -5
  73. package/src/components/autocomplete-tokenfield.js +21 -7
  74. package/src/components/autocomplete-tokenfield.scss +1 -1
  75. package/src/components/autocomplete-tokenfield.test.js +58 -0
  76. package/src/components/query-controls.js +28 -6
  77. package/src/components/query-controls.test.js +56 -0
  78. package/src/components/reorder-modal.js +382 -0
  79. package/src/components/reorder-modal.scss +87 -0
  80. package/src/components/reorder-modal.test.js +487 -0
  81. package/src/components/specific-posts-control.js +91 -0
  82. package/src/components/specific-posts-control.scss +5 -0
  83. package/src/components/specific-posts-control.test.js +173 -0
  84. package/src/modal-checkout/analytics/ga4/utils/index.js +1 -0
  85. package/src/modal-checkout/checkout-button-trigger.js +29 -2
  86. package/src/modal-checkout/checkout-button-trigger.test.js +37 -0
  87. package/src/modal-checkout/checkout.scss +28 -0
  88. package/src/modal-checkout/donate-trigger.js +134 -0
  89. package/src/modal-checkout/donate-trigger.test.js +233 -0
  90. package/src/modal-checkout/index.js +91 -0
  91. package/src/modal-checkout/modal.js +129 -45
  92. package/src/modal-checkout/utils.test.js +49 -0
  93. package/src/shared/js/tiers-based-ready.js +26 -0
  94. package/vendor/autoload.php +1 -1
  95. package/vendor/composer/autoload_real.php +4 -4
  96. package/vendor/composer/autoload_static.php +2 -2
  97. package/vendor/composer/installed.php +2 -2
package/composer.lock CHANGED
@@ -4,7 +4,7 @@
4
4
  "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
5
5
  "This file is @generated automatically"
6
6
  ],
7
- "content-hash": "bdd1eb82bc1b47a7a740ce3604011dad",
7
+ "content-hash": "af8be5cb92dffcdc397df3edfbb8d14d",
8
8
  "packages": [],
9
9
  "packages-dev": [
10
10
  {
@@ -61,79 +61,6 @@
61
61
  },
62
62
  "time": "2024-05-10T20:31:09+00:00"
63
63
  },
64
- {
65
- "name": "brainmaestro/composer-git-hooks",
66
- "version": "v3.0.0",
67
- "source": {
68
- "type": "git",
69
- "url": "https://github.com/BrainMaestro/composer-git-hooks.git",
70
- "reference": "684dc85f480268baf5e13f39a3cc494eeb2536e8"
71
- },
72
- "dist": {
73
- "type": "zip",
74
- "url": "https://api.github.com/repos/BrainMaestro/composer-git-hooks/zipball/684dc85f480268baf5e13f39a3cc494eeb2536e8",
75
- "reference": "684dc85f480268baf5e13f39a3cc494eeb2536e8",
76
- "shasum": ""
77
- },
78
- "require": {
79
- "php": "^8.0",
80
- "symfony/console": "^5.0|^6.0|^7.0"
81
- },
82
- "require-dev": {
83
- "ext-json": "*",
84
- "friendsofphp/php-cs-fixer": "^3.0",
85
- "phpunit/phpunit": "^9|^10|^11"
86
- },
87
- "bin": [
88
- "cghooks"
89
- ],
90
- "type": "library",
91
- "extra": {
92
- "hooks": {
93
- "pre-commit": "composer check-style",
94
- "pre-push": [
95
- "composer test",
96
- "appver=$(grep -o -E '[0-9]+\\.[0-9]+\\.[0-9]+(-alpha\\.[0-9]+)?' cghooks)",
97
- "tag=$(git tag | tail -n 1)",
98
- "tag=${tag#v}",
99
- "if [ \"$tag\" != \"$appver\" ]; then",
100
- "echo \"The most recent tag $tag does not match the application version $appver\\n\"",
101
- "sed -i -E \"s/$appver/$tag/\" cghooks",
102
- "exit 1",
103
- "fi"
104
- ]
105
- }
106
- },
107
- "autoload": {
108
- "files": [
109
- "src/helpers.php"
110
- ],
111
- "psr-4": {
112
- "BrainMaestro\\GitHooks\\": "src/"
113
- }
114
- },
115
- "notification-url": "https://packagist.org/downloads/",
116
- "license": [
117
- "MIT"
118
- ],
119
- "authors": [
120
- {
121
- "name": "Ezinwa Okpoechi",
122
- "email": "brainmaestro@outlook.com"
123
- }
124
- ],
125
- "description": "Easily manage git hooks in your composer config",
126
- "keywords": [
127
- "HOOK",
128
- "composer",
129
- "git"
130
- ],
131
- "support": {
132
- "issues": "https://github.com/BrainMaestro/composer-git-hooks/issues",
133
- "source": "https://github.com/BrainMaestro/composer-git-hooks/tree/v3.0.0"
134
- },
135
- "time": "2024-06-22T09:17:59+00:00"
136
- },
137
64
  {
138
65
  "name": "composer/installers",
139
66
  "version": "v2.3.0",
@@ -897,29 +824,29 @@
897
824
  },
898
825
  {
899
826
  "name": "phpcsstandards/phpcsextra",
900
- "version": "1.2.1",
827
+ "version": "1.5.1",
901
828
  "source": {
902
829
  "type": "git",
903
830
  "url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
904
- "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
831
+ "reference": "39467533fdb742446d68c1d10ac33d625ee0311c"
905
832
  },
906
833
  "dist": {
907
834
  "type": "zip",
908
- "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
909
- "reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
835
+ "url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/39467533fdb742446d68c1d10ac33d625ee0311c",
836
+ "reference": "39467533fdb742446d68c1d10ac33d625ee0311c",
910
837
  "shasum": ""
911
838
  },
912
839
  "require": {
913
840
  "php": ">=5.4",
914
- "phpcsstandards/phpcsutils": "^1.0.9",
915
- "squizlabs/php_codesniffer": "^3.8.0"
841
+ "phpcsstandards/phpcsutils": "^1.2.3",
842
+ "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
916
843
  },
917
844
  "require-dev": {
918
845
  "php-parallel-lint/php-console-highlighter": "^1.0",
919
- "php-parallel-lint/php-parallel-lint": "^1.3.2",
920
- "phpcsstandards/phpcsdevcs": "^1.1.6",
846
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
847
+ "phpcsstandards/phpcsdevcs": "^1.2.0",
921
848
  "phpcsstandards/phpcsdevtools": "^1.2.1",
922
- "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
849
+ "phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
923
850
  },
924
851
  "type": "phpcodesniffer-standard",
925
852
  "extra": {
@@ -969,35 +896,39 @@
969
896
  {
970
897
  "url": "https://opencollective.com/php_codesniffer",
971
898
  "type": "open_collective"
899
+ },
900
+ {
901
+ "url": "https://thanks.dev/u/gh/phpcsstandards",
902
+ "type": "thanks_dev"
972
903
  }
973
904
  ],
974
- "time": "2023-12-08T16:49:07+00:00"
905
+ "time": "2026-07-27T11:13:17+00:00"
975
906
  },
976
907
  {
977
908
  "name": "phpcsstandards/phpcsutils",
978
- "version": "1.0.12",
909
+ "version": "1.2.3",
979
910
  "source": {
980
911
  "type": "git",
981
912
  "url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
982
- "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
913
+ "reference": "5f35d9408c54d7b529501f3c688b6eae562aea1f"
983
914
  },
984
915
  "dist": {
985
916
  "type": "zip",
986
- "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
987
- "reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
917
+ "url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/5f35d9408c54d7b529501f3c688b6eae562aea1f",
918
+ "reference": "5f35d9408c54d7b529501f3c688b6eae562aea1f",
988
919
  "shasum": ""
989
920
  },
990
921
  "require": {
991
922
  "dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
992
923
  "php": ">=5.4",
993
- "squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
924
+ "squizlabs/php_codesniffer": "^3.13.5 || ^4.0.1"
994
925
  },
995
926
  "require-dev": {
996
927
  "ext-filter": "*",
997
928
  "php-parallel-lint/php-console-highlighter": "^1.0",
998
- "php-parallel-lint/php-parallel-lint": "^1.3.2",
999
- "phpcsstandards/phpcsdevcs": "^1.1.6",
1000
- "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0"
929
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
930
+ "phpcsstandards/phpcsdevcs": "^1.2.0",
931
+ "yoast/phpunit-polyfills": "^1.1.0 || ^2.0.0 || ^3.0.0"
1001
932
  },
1002
933
  "type": "phpcodesniffer-standard",
1003
934
  "extra": {
@@ -1034,6 +965,7 @@
1034
965
  "phpcodesniffer-standard",
1035
966
  "phpcs",
1036
967
  "phpcs3",
968
+ "phpcs4",
1037
969
  "standards",
1038
970
  "static analysis",
1039
971
  "tokens",
@@ -1057,9 +989,13 @@
1057
989
  {
1058
990
  "url": "https://opencollective.com/php_codesniffer",
1059
991
  "type": "open_collective"
992
+ },
993
+ {
994
+ "url": "https://thanks.dev/u/gh/phpcsstandards",
995
+ "type": "thanks_dev"
1060
996
  }
1061
997
  ],
1062
- "time": "2024-05-20T13:34:27+00:00"
998
+ "time": "2026-07-27T10:28:41+00:00"
1063
999
  },
1064
1000
  {
1065
1001
  "name": "phpunit/php-code-coverage",
@@ -1483,54 +1419,6 @@
1483
1419
  ],
1484
1420
  "time": "2024-12-05T13:48:26+00:00"
1485
1421
  },
1486
- {
1487
- "name": "psr/container",
1488
- "version": "1.1.2",
1489
- "source": {
1490
- "type": "git",
1491
- "url": "https://github.com/php-fig/container.git",
1492
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
1493
- },
1494
- "dist": {
1495
- "type": "zip",
1496
- "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
1497
- "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
1498
- "shasum": ""
1499
- },
1500
- "require": {
1501
- "php": ">=7.4.0"
1502
- },
1503
- "type": "library",
1504
- "autoload": {
1505
- "psr-4": {
1506
- "Psr\\Container\\": "src/"
1507
- }
1508
- },
1509
- "notification-url": "https://packagist.org/downloads/",
1510
- "license": [
1511
- "MIT"
1512
- ],
1513
- "authors": [
1514
- {
1515
- "name": "PHP-FIG",
1516
- "homepage": "https://www.php-fig.org/"
1517
- }
1518
- ],
1519
- "description": "Common Container Interface (PHP FIG PSR-11)",
1520
- "homepage": "https://github.com/php-fig/container",
1521
- "keywords": [
1522
- "PSR-11",
1523
- "container",
1524
- "container-interface",
1525
- "container-interop",
1526
- "psr"
1527
- ],
1528
- "support": {
1529
- "issues": "https://github.com/php-fig/container/issues",
1530
- "source": "https://github.com/php-fig/container/tree/1.1.2"
1531
- },
1532
- "time": "2021-11-05T16:50:12+00:00"
1533
- },
1534
1422
  {
1535
1423
  "name": "sebastian/cli-parser",
1536
1424
  "version": "1.0.2",
@@ -2552,16 +2440,16 @@
2552
2440
  },
2553
2441
  {
2554
2442
  "name": "squizlabs/php_codesniffer",
2555
- "version": "3.13.5",
2443
+ "version": "3.13.6",
2556
2444
  "source": {
2557
2445
  "type": "git",
2558
2446
  "url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
2559
- "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
2447
+ "reference": "4c378e1a528ea066890fc2397cbdd2f94eb2fc91"
2560
2448
  },
2561
2449
  "dist": {
2562
2450
  "type": "zip",
2563
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
2564
- "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
2451
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/4c378e1a528ea066890fc2397cbdd2f94eb2fc91",
2452
+ "reference": "4c378e1a528ea066890fc2397cbdd2f94eb2fc91",
2565
2453
  "shasum": ""
2566
2454
  },
2567
2455
  "require": {
@@ -2627,897 +2515,88 @@
2627
2515
  "type": "thanks_dev"
2628
2516
  }
2629
2517
  ],
2630
- "time": "2025-11-04T16:30:35+00:00"
2631
- },
2632
- {
2633
- "name": "symfony/console",
2634
- "version": "v5.4.42",
2635
- "source": {
2636
- "type": "git",
2637
- "url": "https://github.com/symfony/console.git",
2638
- "reference": "cef62396a0477e94fc52e87a17c6e5c32e226b7f"
2639
- },
2640
- "dist": {
2641
- "type": "zip",
2642
- "url": "https://api.github.com/repos/symfony/console/zipball/cef62396a0477e94fc52e87a17c6e5c32e226b7f",
2643
- "reference": "cef62396a0477e94fc52e87a17c6e5c32e226b7f",
2644
- "shasum": ""
2645
- },
2646
- "require": {
2647
- "php": ">=7.2.5",
2648
- "symfony/deprecation-contracts": "^2.1|^3",
2649
- "symfony/polyfill-mbstring": "~1.0",
2650
- "symfony/polyfill-php73": "^1.9",
2651
- "symfony/polyfill-php80": "^1.16",
2652
- "symfony/service-contracts": "^1.1|^2|^3",
2653
- "symfony/string": "^5.1|^6.0"
2654
- },
2655
- "conflict": {
2656
- "psr/log": ">=3",
2657
- "symfony/dependency-injection": "<4.4",
2658
- "symfony/dotenv": "<5.1",
2659
- "symfony/event-dispatcher": "<4.4",
2660
- "symfony/lock": "<4.4",
2661
- "symfony/process": "<4.4"
2662
- },
2663
- "provide": {
2664
- "psr/log-implementation": "1.0|2.0"
2665
- },
2666
- "require-dev": {
2667
- "psr/log": "^1|^2",
2668
- "symfony/config": "^4.4|^5.0|^6.0",
2669
- "symfony/dependency-injection": "^4.4|^5.0|^6.0",
2670
- "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
2671
- "symfony/lock": "^4.4|^5.0|^6.0",
2672
- "symfony/process": "^4.4|^5.0|^6.0",
2673
- "symfony/var-dumper": "^4.4|^5.0|^6.0"
2674
- },
2675
- "suggest": {
2676
- "psr/log": "For using the console logger",
2677
- "symfony/event-dispatcher": "",
2678
- "symfony/lock": "",
2679
- "symfony/process": ""
2680
- },
2681
- "type": "library",
2682
- "autoload": {
2683
- "psr-4": {
2684
- "Symfony\\Component\\Console\\": ""
2685
- },
2686
- "exclude-from-classmap": [
2687
- "/Tests/"
2688
- ]
2689
- },
2690
- "notification-url": "https://packagist.org/downloads/",
2691
- "license": [
2692
- "MIT"
2693
- ],
2694
- "authors": [
2695
- {
2696
- "name": "Fabien Potencier",
2697
- "email": "fabien@symfony.com"
2698
- },
2699
- {
2700
- "name": "Symfony Community",
2701
- "homepage": "https://symfony.com/contributors"
2702
- }
2703
- ],
2704
- "description": "Eases the creation of beautiful and testable command line interfaces",
2705
- "homepage": "https://symfony.com",
2706
- "keywords": [
2707
- "cli",
2708
- "command-line",
2709
- "console",
2710
- "terminal"
2711
- ],
2712
- "support": {
2713
- "source": "https://github.com/symfony/console/tree/v5.4.42"
2714
- },
2715
- "funding": [
2716
- {
2717
- "url": "https://symfony.com/sponsor",
2718
- "type": "custom"
2719
- },
2720
- {
2721
- "url": "https://github.com/fabpot",
2722
- "type": "github"
2723
- },
2724
- {
2725
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2726
- "type": "tidelift"
2727
- }
2728
- ],
2729
- "time": "2024-07-26T12:21:55+00:00"
2518
+ "time": "2026-08-06T00:17:32+00:00"
2730
2519
  },
2731
2520
  {
2732
- "name": "symfony/deprecation-contracts",
2733
- "version": "v2.5.3",
2521
+ "name": "theseer/tokenizer",
2522
+ "version": "1.2.3",
2734
2523
  "source": {
2735
2524
  "type": "git",
2736
- "url": "https://github.com/symfony/deprecation-contracts.git",
2737
- "reference": "80d075412b557d41002320b96a096ca65aa2c98d"
2525
+ "url": "https://github.com/theseer/tokenizer.git",
2526
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2738
2527
  },
2739
2528
  "dist": {
2740
2529
  "type": "zip",
2741
- "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
2742
- "reference": "80d075412b557d41002320b96a096ca65aa2c98d",
2530
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2531
+ "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2743
2532
  "shasum": ""
2744
2533
  },
2745
2534
  "require": {
2746
- "php": ">=7.1"
2535
+ "ext-dom": "*",
2536
+ "ext-tokenizer": "*",
2537
+ "ext-xmlwriter": "*",
2538
+ "php": "^7.2 || ^8.0"
2747
2539
  },
2748
2540
  "type": "library",
2749
- "extra": {
2750
- "branch-alias": {
2751
- "dev-main": "2.5-dev"
2752
- },
2753
- "thanks": {
2754
- "name": "symfony/contracts",
2755
- "url": "https://github.com/symfony/contracts"
2756
- }
2757
- },
2758
2541
  "autoload": {
2759
- "files": [
2760
- "function.php"
2542
+ "classmap": [
2543
+ "src/"
2761
2544
  ]
2762
2545
  },
2763
2546
  "notification-url": "https://packagist.org/downloads/",
2764
2547
  "license": [
2765
- "MIT"
2766
- ],
2767
- "authors": [
2768
- {
2769
- "name": "Nicolas Grekas",
2770
- "email": "p@tchwork.com"
2771
- },
2772
- {
2773
- "name": "Symfony Community",
2774
- "homepage": "https://symfony.com/contributors"
2775
- }
2776
- ],
2777
- "description": "A generic function and convention to trigger deprecation notices",
2778
- "homepage": "https://symfony.com",
2779
- "support": {
2780
- "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.3"
2781
- },
2782
- "funding": [
2783
- {
2784
- "url": "https://symfony.com/sponsor",
2785
- "type": "custom"
2786
- },
2787
- {
2788
- "url": "https://github.com/fabpot",
2789
- "type": "github"
2790
- },
2791
- {
2792
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2793
- "type": "tidelift"
2794
- }
2795
- ],
2796
- "time": "2023-01-24T14:02:46+00:00"
2797
- },
2798
- {
2799
- "name": "symfony/polyfill-ctype",
2800
- "version": "v1.31.0",
2801
- "source": {
2802
- "type": "git",
2803
- "url": "https://github.com/symfony/polyfill-ctype.git",
2804
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2805
- },
2806
- "dist": {
2807
- "type": "zip",
2808
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
2809
- "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2810
- "shasum": ""
2811
- },
2812
- "require": {
2813
- "php": ">=7.2"
2814
- },
2815
- "provide": {
2816
- "ext-ctype": "*"
2817
- },
2818
- "suggest": {
2819
- "ext-ctype": "For best performance"
2820
- },
2821
- "type": "library",
2822
- "extra": {
2823
- "thanks": {
2824
- "url": "https://github.com/symfony/polyfill",
2825
- "name": "symfony/polyfill"
2826
- }
2827
- },
2828
- "autoload": {
2829
- "files": [
2830
- "bootstrap.php"
2831
- ],
2832
- "psr-4": {
2833
- "Symfony\\Polyfill\\Ctype\\": ""
2834
- }
2835
- },
2836
- "notification-url": "https://packagist.org/downloads/",
2837
- "license": [
2838
- "MIT"
2548
+ "BSD-3-Clause"
2839
2549
  ],
2840
2550
  "authors": [
2841
2551
  {
2842
- "name": "Gert de Pagter",
2843
- "email": "BackEndTea@gmail.com"
2844
- },
2845
- {
2846
- "name": "Symfony Community",
2847
- "homepage": "https://symfony.com/contributors"
2552
+ "name": "Arne Blankerts",
2553
+ "email": "arne@blankerts.de",
2554
+ "role": "Developer"
2848
2555
  }
2849
2556
  ],
2850
- "description": "Symfony polyfill for ctype functions",
2851
- "homepage": "https://symfony.com",
2852
- "keywords": [
2853
- "compatibility",
2854
- "ctype",
2855
- "polyfill",
2856
- "portable"
2857
- ],
2557
+ "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
2858
2558
  "support": {
2859
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
2559
+ "issues": "https://github.com/theseer/tokenizer/issues",
2560
+ "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2860
2561
  },
2861
2562
  "funding": [
2862
2563
  {
2863
- "url": "https://symfony.com/sponsor",
2864
- "type": "custom"
2865
- },
2866
- {
2867
- "url": "https://github.com/fabpot",
2564
+ "url": "https://github.com/theseer",
2868
2565
  "type": "github"
2869
- },
2870
- {
2871
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2872
- "type": "tidelift"
2873
2566
  }
2874
2567
  ],
2875
- "time": "2024-09-09T11:45:10+00:00"
2568
+ "time": "2024-03-03T12:36:25+00:00"
2876
2569
  },
2877
2570
  {
2878
- "name": "symfony/polyfill-intl-grapheme",
2879
- "version": "v1.30.0",
2571
+ "name": "wp-coding-standards/wpcs",
2572
+ "version": "3.4.1",
2880
2573
  "source": {
2881
2574
  "type": "git",
2882
- "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2883
- "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
2575
+ "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
2576
+ "reference": "ec2ff942335f33683a5957a85d138753876a05cf"
2884
2577
  },
2885
2578
  "dist": {
2886
2579
  "type": "zip",
2887
- "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
2888
- "reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
2580
+ "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/ec2ff942335f33683a5957a85d138753876a05cf",
2581
+ "reference": "ec2ff942335f33683a5957a85d138753876a05cf",
2889
2582
  "shasum": ""
2890
2583
  },
2891
2584
  "require": {
2892
- "php": ">=7.1"
2893
- },
2894
- "suggest": {
2895
- "ext-intl": "For best performance"
2896
- },
2897
- "type": "library",
2898
- "extra": {
2899
- "thanks": {
2900
- "name": "symfony/polyfill",
2901
- "url": "https://github.com/symfony/polyfill"
2902
- }
2903
- },
2904
- "autoload": {
2905
- "files": [
2906
- "bootstrap.php"
2907
- ],
2908
- "psr-4": {
2909
- "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
2910
- }
2911
- },
2912
- "notification-url": "https://packagist.org/downloads/",
2913
- "license": [
2914
- "MIT"
2915
- ],
2916
- "authors": [
2917
- {
2918
- "name": "Nicolas Grekas",
2919
- "email": "p@tchwork.com"
2920
- },
2921
- {
2922
- "name": "Symfony Community",
2923
- "homepage": "https://symfony.com/contributors"
2924
- }
2925
- ],
2926
- "description": "Symfony polyfill for intl's grapheme_* functions",
2927
- "homepage": "https://symfony.com",
2928
- "keywords": [
2929
- "compatibility",
2930
- "grapheme",
2931
- "intl",
2932
- "polyfill",
2933
- "portable",
2934
- "shim"
2935
- ],
2936
- "support": {
2937
- "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.30.0"
2938
- },
2939
- "funding": [
2940
- {
2941
- "url": "https://symfony.com/sponsor",
2942
- "type": "custom"
2943
- },
2944
- {
2945
- "url": "https://github.com/fabpot",
2946
- "type": "github"
2947
- },
2948
- {
2949
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
2950
- "type": "tidelift"
2951
- }
2952
- ],
2953
- "time": "2024-05-31T15:07:36+00:00"
2954
- },
2955
- {
2956
- "name": "symfony/polyfill-intl-normalizer",
2957
- "version": "v1.30.0",
2958
- "source": {
2959
- "type": "git",
2960
- "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2961
- "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb"
2962
- },
2963
- "dist": {
2964
- "type": "zip",
2965
- "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/a95281b0be0d9ab48050ebd988b967875cdb9fdb",
2966
- "reference": "a95281b0be0d9ab48050ebd988b967875cdb9fdb",
2967
- "shasum": ""
2968
- },
2969
- "require": {
2970
- "php": ">=7.1"
2971
- },
2972
- "suggest": {
2973
- "ext-intl": "For best performance"
2974
- },
2975
- "type": "library",
2976
- "extra": {
2977
- "thanks": {
2978
- "name": "symfony/polyfill",
2979
- "url": "https://github.com/symfony/polyfill"
2980
- }
2981
- },
2982
- "autoload": {
2983
- "files": [
2984
- "bootstrap.php"
2985
- ],
2986
- "psr-4": {
2987
- "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
2988
- },
2989
- "classmap": [
2990
- "Resources/stubs"
2991
- ]
2992
- },
2993
- "notification-url": "https://packagist.org/downloads/",
2994
- "license": [
2995
- "MIT"
2996
- ],
2997
- "authors": [
2998
- {
2999
- "name": "Nicolas Grekas",
3000
- "email": "p@tchwork.com"
3001
- },
3002
- {
3003
- "name": "Symfony Community",
3004
- "homepage": "https://symfony.com/contributors"
3005
- }
3006
- ],
3007
- "description": "Symfony polyfill for intl's Normalizer class and related functions",
3008
- "homepage": "https://symfony.com",
3009
- "keywords": [
3010
- "compatibility",
3011
- "intl",
3012
- "normalizer",
3013
- "polyfill",
3014
- "portable",
3015
- "shim"
3016
- ],
3017
- "support": {
3018
- "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.30.0"
3019
- },
3020
- "funding": [
3021
- {
3022
- "url": "https://symfony.com/sponsor",
3023
- "type": "custom"
3024
- },
3025
- {
3026
- "url": "https://github.com/fabpot",
3027
- "type": "github"
3028
- },
3029
- {
3030
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3031
- "type": "tidelift"
3032
- }
3033
- ],
3034
- "time": "2024-05-31T15:07:36+00:00"
3035
- },
3036
- {
3037
- "name": "symfony/polyfill-mbstring",
3038
- "version": "v1.30.0",
3039
- "source": {
3040
- "type": "git",
3041
- "url": "https://github.com/symfony/polyfill-mbstring.git",
3042
- "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c"
3043
- },
3044
- "dist": {
3045
- "type": "zip",
3046
- "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fd22ab50000ef01661e2a31d850ebaa297f8e03c",
3047
- "reference": "fd22ab50000ef01661e2a31d850ebaa297f8e03c",
3048
- "shasum": ""
3049
- },
3050
- "require": {
3051
- "php": ">=7.1"
3052
- },
3053
- "provide": {
3054
- "ext-mbstring": "*"
3055
- },
3056
- "suggest": {
3057
- "ext-mbstring": "For best performance"
3058
- },
3059
- "type": "library",
3060
- "extra": {
3061
- "thanks": {
3062
- "name": "symfony/polyfill",
3063
- "url": "https://github.com/symfony/polyfill"
3064
- }
3065
- },
3066
- "autoload": {
3067
- "files": [
3068
- "bootstrap.php"
3069
- ],
3070
- "psr-4": {
3071
- "Symfony\\Polyfill\\Mbstring\\": ""
3072
- }
3073
- },
3074
- "notification-url": "https://packagist.org/downloads/",
3075
- "license": [
3076
- "MIT"
3077
- ],
3078
- "authors": [
3079
- {
3080
- "name": "Nicolas Grekas",
3081
- "email": "p@tchwork.com"
3082
- },
3083
- {
3084
- "name": "Symfony Community",
3085
- "homepage": "https://symfony.com/contributors"
3086
- }
3087
- ],
3088
- "description": "Symfony polyfill for the Mbstring extension",
3089
- "homepage": "https://symfony.com",
3090
- "keywords": [
3091
- "compatibility",
3092
- "mbstring",
3093
- "polyfill",
3094
- "portable",
3095
- "shim"
3096
- ],
3097
- "support": {
3098
- "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.30.0"
3099
- },
3100
- "funding": [
3101
- {
3102
- "url": "https://symfony.com/sponsor",
3103
- "type": "custom"
3104
- },
3105
- {
3106
- "url": "https://github.com/fabpot",
3107
- "type": "github"
3108
- },
3109
- {
3110
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3111
- "type": "tidelift"
3112
- }
3113
- ],
3114
- "time": "2024-06-19T12:30:46+00:00"
3115
- },
3116
- {
3117
- "name": "symfony/polyfill-php73",
3118
- "version": "v1.30.0",
3119
- "source": {
3120
- "type": "git",
3121
- "url": "https://github.com/symfony/polyfill-php73.git",
3122
- "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1"
3123
- },
3124
- "dist": {
3125
- "type": "zip",
3126
- "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/ec444d3f3f6505bb28d11afa41e75faadebc10a1",
3127
- "reference": "ec444d3f3f6505bb28d11afa41e75faadebc10a1",
3128
- "shasum": ""
3129
- },
3130
- "require": {
3131
- "php": ">=7.1"
3132
- },
3133
- "type": "library",
3134
- "extra": {
3135
- "thanks": {
3136
- "name": "symfony/polyfill",
3137
- "url": "https://github.com/symfony/polyfill"
3138
- }
3139
- },
3140
- "autoload": {
3141
- "files": [
3142
- "bootstrap.php"
3143
- ],
3144
- "psr-4": {
3145
- "Symfony\\Polyfill\\Php73\\": ""
3146
- },
3147
- "classmap": [
3148
- "Resources/stubs"
3149
- ]
3150
- },
3151
- "notification-url": "https://packagist.org/downloads/",
3152
- "license": [
3153
- "MIT"
3154
- ],
3155
- "authors": [
3156
- {
3157
- "name": "Nicolas Grekas",
3158
- "email": "p@tchwork.com"
3159
- },
3160
- {
3161
- "name": "Symfony Community",
3162
- "homepage": "https://symfony.com/contributors"
3163
- }
3164
- ],
3165
- "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
3166
- "homepage": "https://symfony.com",
3167
- "keywords": [
3168
- "compatibility",
3169
- "polyfill",
3170
- "portable",
3171
- "shim"
3172
- ],
3173
- "support": {
3174
- "source": "https://github.com/symfony/polyfill-php73/tree/v1.30.0"
3175
- },
3176
- "funding": [
3177
- {
3178
- "url": "https://symfony.com/sponsor",
3179
- "type": "custom"
3180
- },
3181
- {
3182
- "url": "https://github.com/fabpot",
3183
- "type": "github"
3184
- },
3185
- {
3186
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3187
- "type": "tidelift"
3188
- }
3189
- ],
3190
- "time": "2024-05-31T15:07:36+00:00"
3191
- },
3192
- {
3193
- "name": "symfony/polyfill-php80",
3194
- "version": "v1.30.0",
3195
- "source": {
3196
- "type": "git",
3197
- "url": "https://github.com/symfony/polyfill-php80.git",
3198
- "reference": "77fa7995ac1b21ab60769b7323d600a991a90433"
3199
- },
3200
- "dist": {
3201
- "type": "zip",
3202
- "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/77fa7995ac1b21ab60769b7323d600a991a90433",
3203
- "reference": "77fa7995ac1b21ab60769b7323d600a991a90433",
3204
- "shasum": ""
3205
- },
3206
- "require": {
3207
- "php": ">=7.1"
3208
- },
3209
- "type": "library",
3210
- "extra": {
3211
- "thanks": {
3212
- "name": "symfony/polyfill",
3213
- "url": "https://github.com/symfony/polyfill"
3214
- }
3215
- },
3216
- "autoload": {
3217
- "files": [
3218
- "bootstrap.php"
3219
- ],
3220
- "psr-4": {
3221
- "Symfony\\Polyfill\\Php80\\": ""
3222
- },
3223
- "classmap": [
3224
- "Resources/stubs"
3225
- ]
3226
- },
3227
- "notification-url": "https://packagist.org/downloads/",
3228
- "license": [
3229
- "MIT"
3230
- ],
3231
- "authors": [
3232
- {
3233
- "name": "Ion Bazan",
3234
- "email": "ion.bazan@gmail.com"
3235
- },
3236
- {
3237
- "name": "Nicolas Grekas",
3238
- "email": "p@tchwork.com"
3239
- },
3240
- {
3241
- "name": "Symfony Community",
3242
- "homepage": "https://symfony.com/contributors"
3243
- }
3244
- ],
3245
- "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
3246
- "homepage": "https://symfony.com",
3247
- "keywords": [
3248
- "compatibility",
3249
- "polyfill",
3250
- "portable",
3251
- "shim"
3252
- ],
3253
- "support": {
3254
- "source": "https://github.com/symfony/polyfill-php80/tree/v1.30.0"
3255
- },
3256
- "funding": [
3257
- {
3258
- "url": "https://symfony.com/sponsor",
3259
- "type": "custom"
3260
- },
3261
- {
3262
- "url": "https://github.com/fabpot",
3263
- "type": "github"
3264
- },
3265
- {
3266
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3267
- "type": "tidelift"
3268
- }
3269
- ],
3270
- "time": "2024-05-31T15:07:36+00:00"
3271
- },
3272
- {
3273
- "name": "symfony/service-contracts",
3274
- "version": "v2.5.3",
3275
- "source": {
3276
- "type": "git",
3277
- "url": "https://github.com/symfony/service-contracts.git",
3278
- "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3"
3279
- },
3280
- "dist": {
3281
- "type": "zip",
3282
- "url": "https://api.github.com/repos/symfony/service-contracts/zipball/a2329596ddc8fd568900e3fc76cba42489ecc7f3",
3283
- "reference": "a2329596ddc8fd568900e3fc76cba42489ecc7f3",
3284
- "shasum": ""
3285
- },
3286
- "require": {
3287
- "php": ">=7.2.5",
3288
- "psr/container": "^1.1",
3289
- "symfony/deprecation-contracts": "^2.1|^3"
3290
- },
3291
- "conflict": {
3292
- "ext-psr": "<1.1|>=2"
3293
- },
3294
- "suggest": {
3295
- "symfony/service-implementation": ""
3296
- },
3297
- "type": "library",
3298
- "extra": {
3299
- "branch-alias": {
3300
- "dev-main": "2.5-dev"
3301
- },
3302
- "thanks": {
3303
- "name": "symfony/contracts",
3304
- "url": "https://github.com/symfony/contracts"
3305
- }
3306
- },
3307
- "autoload": {
3308
- "psr-4": {
3309
- "Symfony\\Contracts\\Service\\": ""
3310
- }
3311
- },
3312
- "notification-url": "https://packagist.org/downloads/",
3313
- "license": [
3314
- "MIT"
3315
- ],
3316
- "authors": [
3317
- {
3318
- "name": "Nicolas Grekas",
3319
- "email": "p@tchwork.com"
3320
- },
3321
- {
3322
- "name": "Symfony Community",
3323
- "homepage": "https://symfony.com/contributors"
3324
- }
3325
- ],
3326
- "description": "Generic abstractions related to writing services",
3327
- "homepage": "https://symfony.com",
3328
- "keywords": [
3329
- "abstractions",
3330
- "contracts",
3331
- "decoupling",
3332
- "interfaces",
3333
- "interoperability",
3334
- "standards"
3335
- ],
3336
- "support": {
3337
- "source": "https://github.com/symfony/service-contracts/tree/v2.5.3"
3338
- },
3339
- "funding": [
3340
- {
3341
- "url": "https://symfony.com/sponsor",
3342
- "type": "custom"
3343
- },
3344
- {
3345
- "url": "https://github.com/fabpot",
3346
- "type": "github"
3347
- },
3348
- {
3349
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3350
- "type": "tidelift"
3351
- }
3352
- ],
3353
- "time": "2023-04-21T15:04:16+00:00"
3354
- },
3355
- {
3356
- "name": "symfony/string",
3357
- "version": "v5.4.42",
3358
- "source": {
3359
- "type": "git",
3360
- "url": "https://github.com/symfony/string.git",
3361
- "reference": "909cec913edea162a3b2836788228ad45fcab337"
3362
- },
3363
- "dist": {
3364
- "type": "zip",
3365
- "url": "https://api.github.com/repos/symfony/string/zipball/909cec913edea162a3b2836788228ad45fcab337",
3366
- "reference": "909cec913edea162a3b2836788228ad45fcab337",
3367
- "shasum": ""
3368
- },
3369
- "require": {
3370
- "php": ">=7.2.5",
3371
- "symfony/polyfill-ctype": "~1.8",
3372
- "symfony/polyfill-intl-grapheme": "~1.0",
3373
- "symfony/polyfill-intl-normalizer": "~1.0",
3374
- "symfony/polyfill-mbstring": "~1.0",
3375
- "symfony/polyfill-php80": "~1.15"
3376
- },
3377
- "conflict": {
3378
- "symfony/translation-contracts": ">=3.0"
3379
- },
3380
- "require-dev": {
3381
- "symfony/error-handler": "^4.4|^5.0|^6.0",
3382
- "symfony/http-client": "^4.4|^5.0|^6.0",
3383
- "symfony/translation-contracts": "^1.1|^2",
3384
- "symfony/var-exporter": "^4.4|^5.0|^6.0"
3385
- },
3386
- "type": "library",
3387
- "autoload": {
3388
- "files": [
3389
- "Resources/functions.php"
3390
- ],
3391
- "psr-4": {
3392
- "Symfony\\Component\\String\\": ""
3393
- },
3394
- "exclude-from-classmap": [
3395
- "/Tests/"
3396
- ]
3397
- },
3398
- "notification-url": "https://packagist.org/downloads/",
3399
- "license": [
3400
- "MIT"
3401
- ],
3402
- "authors": [
3403
- {
3404
- "name": "Nicolas Grekas",
3405
- "email": "p@tchwork.com"
3406
- },
3407
- {
3408
- "name": "Symfony Community",
3409
- "homepage": "https://symfony.com/contributors"
3410
- }
3411
- ],
3412
- "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
3413
- "homepage": "https://symfony.com",
3414
- "keywords": [
3415
- "grapheme",
3416
- "i18n",
3417
- "string",
3418
- "unicode",
3419
- "utf-8",
3420
- "utf8"
3421
- ],
3422
- "support": {
3423
- "source": "https://github.com/symfony/string/tree/v5.4.42"
3424
- },
3425
- "funding": [
3426
- {
3427
- "url": "https://symfony.com/sponsor",
3428
- "type": "custom"
3429
- },
3430
- {
3431
- "url": "https://github.com/fabpot",
3432
- "type": "github"
3433
- },
3434
- {
3435
- "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
3436
- "type": "tidelift"
3437
- }
3438
- ],
3439
- "time": "2024-07-20T18:38:32+00:00"
3440
- },
3441
- {
3442
- "name": "theseer/tokenizer",
3443
- "version": "1.2.3",
3444
- "source": {
3445
- "type": "git",
3446
- "url": "https://github.com/theseer/tokenizer.git",
3447
- "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
3448
- },
3449
- "dist": {
3450
- "type": "zip",
3451
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
3452
- "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
3453
- "shasum": ""
3454
- },
3455
- "require": {
3456
- "ext-dom": "*",
3457
- "ext-tokenizer": "*",
3458
- "ext-xmlwriter": "*",
3459
- "php": "^7.2 || ^8.0"
3460
- },
3461
- "type": "library",
3462
- "autoload": {
3463
- "classmap": [
3464
- "src/"
3465
- ]
3466
- },
3467
- "notification-url": "https://packagist.org/downloads/",
3468
- "license": [
3469
- "BSD-3-Clause"
3470
- ],
3471
- "authors": [
3472
- {
3473
- "name": "Arne Blankerts",
3474
- "email": "arne@blankerts.de",
3475
- "role": "Developer"
3476
- }
3477
- ],
3478
- "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
3479
- "support": {
3480
- "issues": "https://github.com/theseer/tokenizer/issues",
3481
- "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
3482
- },
3483
- "funding": [
3484
- {
3485
- "url": "https://github.com/theseer",
3486
- "type": "github"
3487
- }
3488
- ],
3489
- "time": "2024-03-03T12:36:25+00:00"
3490
- },
3491
- {
3492
- "name": "wp-coding-standards/wpcs",
3493
- "version": "3.1.0",
3494
- "source": {
3495
- "type": "git",
3496
- "url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
3497
- "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7"
3498
- },
3499
- "dist": {
3500
- "type": "zip",
3501
- "url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/9333efcbff231f10dfd9c56bb7b65818b4733ca7",
3502
- "reference": "9333efcbff231f10dfd9c56bb7b65818b4733ca7",
3503
- "shasum": ""
3504
- },
3505
- "require": {
3506
- "ext-filter": "*",
3507
- "ext-libxml": "*",
3508
- "ext-tokenizer": "*",
3509
- "ext-xmlreader": "*",
3510
- "php": ">=5.4",
3511
- "phpcsstandards/phpcsextra": "^1.2.1",
3512
- "phpcsstandards/phpcsutils": "^1.0.10",
3513
- "squizlabs/php_codesniffer": "^3.9.0"
2585
+ "ext-filter": "*",
2586
+ "ext-libxml": "*",
2587
+ "ext-tokenizer": "*",
2588
+ "ext-xmlreader": "*",
2589
+ "php": ">=7.2",
2590
+ "phpcsstandards/phpcsextra": "^1.5.1",
2591
+ "phpcsstandards/phpcsutils": "^1.2.3",
2592
+ "squizlabs/php_codesniffer": "^3.13.5"
3514
2593
  },
3515
2594
  "require-dev": {
3516
2595
  "php-parallel-lint/php-console-highlighter": "^1.0.0",
3517
- "php-parallel-lint/php-parallel-lint": "^1.3.2",
3518
- "phpcompatibility/php-compatibility": "^9.0",
2596
+ "php-parallel-lint/php-parallel-lint": "^1.4.0",
2597
+ "phpcompatibility/php-compatibility": "^10.0.0@dev",
3519
2598
  "phpcsstandards/phpcsdevtools": "^1.2.0",
3520
- "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
2599
+ "phpunit/phpunit": "^8.0 || ^9.0"
3521
2600
  },
3522
2601
  "suggest": {
3523
2602
  "ext-iconv": "For improved results",
@@ -3552,7 +2631,7 @@
3552
2631
  "type": "custom"
3553
2632
  }
3554
2633
  ],
3555
- "time": "2024-03-25T16:39:00+00:00"
2634
+ "time": "2026-07-27T11:53:23+00:00"
3556
2635
  },
3557
2636
  {
3558
2637
  "name": "yoast/phpunit-polyfills",