@automattic/newspack-blocks 1.0.0-hotfix-cap-count-user-posts-dedup.1
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.
- package/.eslintrc.js +3 -0
- package/.hooks/pre-push +8 -0
- package/.nvmrc +1 -0
- package/.prettierignore +4 -0
- package/.prettierrc.js +5 -0
- package/.stylelintrc.js +3 -0
- package/AGENTS.md +275 -0
- package/CHANGELOG.md +3971 -0
- package/CLAUDE.md +1 -0
- package/README.md +43 -0
- package/babel.config.js +6 -0
- package/bin/install-wp-tests.sh +155 -0
- package/bin/update-translations.sh +13 -0
- package/block-list.json +12 -0
- package/composer.json +46 -0
- package/composer.lock +3632 -0
- package/dist/author-list/view-rtl.css +1 -0
- package/dist/author-list/view.asset.php +1 -0
- package/dist/author-list/view.css +1 -0
- package/dist/author-list/view.js +0 -0
- package/dist/author-profile/view-rtl.css +1 -0
- package/dist/author-profile/view.asset.php +1 -0
- package/dist/author-profile/view.css +1 -0
- package/dist/author-profile/view.js +0 -0
- package/dist/block_styles-rtl.css +2 -0
- package/dist/block_styles.asset.php +1 -0
- package/dist/block_styles.css +2 -0
- package/dist/block_styles.js +0 -0
- package/dist/blocks/author-list/block.json +89 -0
- package/dist/blocks/author-profile/block.json +80 -0
- package/dist/blocks/carousel/block.json +125 -0
- package/dist/blocks/checkout-button/block.json +117 -0
- package/dist/blocks/donate/block.json +103 -0
- package/dist/blocks/homepage-articles/block.json +260 -0
- package/dist/blocks/iframe/block.json +36 -0
- package/dist/carousel/view-rtl.css +2 -0
- package/dist/carousel/view.asset.php +1 -0
- package/dist/carousel/view.css +2 -0
- package/dist/carousel/view.js +3 -0
- package/dist/checkout-button/view-rtl.css +1 -0
- package/dist/checkout-button/view.asset.php +1 -0
- package/dist/checkout-button/view.css +1 -0
- package/dist/checkout-button/view.js +0 -0
- package/dist/donate/view-rtl.css +1 -0
- package/dist/donate/view.asset.php +1 -0
- package/dist/donate/view.css +1 -0
- package/dist/donate/view.js +1 -0
- package/dist/editor-rtl.css +66 -0
- package/dist/editor.asset.php +1 -0
- package/dist/editor.css +66 -0
- package/dist/editor.js +57 -0
- package/dist/frequencyBased-rtl.css +1 -0
- package/dist/frequencyBased.asset.php +1 -0
- package/dist/frequencyBased.css +1 -0
- package/dist/frequencyBased.js +1 -0
- package/dist/homepage-articles/view-rtl.css +1 -0
- package/dist/homepage-articles/view.asset.php +1 -0
- package/dist/homepage-articles/view.css +1 -0
- package/dist/homepage-articles/view.js +1 -0
- package/dist/iframe/view-rtl.css +1 -0
- package/dist/iframe/view.asset.php +1 -0
- package/dist/iframe/view.css +1 -0
- package/dist/iframe/view.js +1 -0
- package/dist/modal-rtl.css +1 -0
- package/dist/modal.asset.php +1 -0
- package/dist/modal.css +1 -0
- package/dist/modal.js +1 -0
- package/dist/modalCheckout-rtl.css +1 -0
- package/dist/modalCheckout.asset.php +1 -0
- package/dist/modalCheckout.css +1 -0
- package/dist/modalCheckout.js +1 -0
- package/dist/placeholder_blocks.asset.php +1 -0
- package/dist/placeholder_blocks.js +4 -0
- package/dist/tiersBased-rtl.css +1 -0
- package/dist/tiersBased.asset.php +1 -0
- package/dist/tiersBased.css +1 -0
- package/dist/tiersBased.js +1 -0
- package/includes/class-modal-checkout.php +2324 -0
- package/includes/class-newspack-blocks-api.php +347 -0
- package/includes/class-newspack-blocks-caching.php +291 -0
- package/includes/class-newspack-blocks-patterns.php +167 -0
- package/includes/class-newspack-blocks.php +1581 -0
- package/includes/modal-checkout/class-change-payment-gateway.php +86 -0
- package/includes/modal-checkout/class-checkout-data.php +406 -0
- package/includes/plugins/class-the-events-calendar.php +84 -0
- package/includes/tracking/class-data-events.php +83 -0
- package/languages/newspack-blocks-de_DE-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-de_DE-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-de_DE-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-de_DE-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-de_DE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-de_DE-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-de_DE-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-de_DE-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-de_DE-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-de_DE-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-de_DE-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-de_DE-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-de_DE-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-de_DE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-de_DE-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-de_DE-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-de_DE-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-de_DE-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-de_DE-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-de_DE-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-de_DE-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-de_DE-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-de_DE-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-de_DE-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-de_DE-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-de_DE-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-de_DE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-de_DE-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-de_DE-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-de_DE-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-de_DE-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-de_DE-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-de_DE-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-de_DE-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-de_DE-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-de_DE-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-de_DE-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-de_DE-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-de_DE-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-de_DE-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-de_DE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-de_DE-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-de_DE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-de_DE-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-de_DE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-de_DE-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-de_DE-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-de_DE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-de_DE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-de_DE-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-de_DE.mo +0 -0
- package/languages/newspack-blocks-de_DE.po +2088 -0
- package/languages/newspack-blocks-es_ES-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-es_ES-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-es_ES-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-es_ES-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-es_ES-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-es_ES-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-es_ES-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-es_ES-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-es_ES-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-es_ES-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-es_ES-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-es_ES-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-es_ES-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-es_ES-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-es_ES-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-es_ES-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-es_ES-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-es_ES-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-es_ES-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-es_ES-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-es_ES-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-es_ES-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-es_ES-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-es_ES-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-es_ES-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-es_ES-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-es_ES-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-es_ES-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-es_ES-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-es_ES-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-es_ES-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-es_ES-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-es_ES-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-es_ES-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-es_ES-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-es_ES-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-es_ES-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-es_ES-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-es_ES-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-es_ES-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-es_ES-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-es_ES-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-es_ES-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-es_ES-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-es_ES-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-es_ES-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-es_ES-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-es_ES-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-es_ES-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-es_ES-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-es_ES.mo +0 -0
- package/languages/newspack-blocks-es_ES.po +2080 -0
- package/languages/newspack-blocks-fr_BE-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-fr_BE-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-fr_BE-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-fr_BE-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-fr_BE-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-fr_BE-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-fr_BE-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-fr_BE-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-fr_BE-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-fr_BE-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-fr_BE-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-fr_BE-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-fr_BE-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-fr_BE-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-fr_BE-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-fr_BE-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-fr_BE-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-fr_BE-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-fr_BE-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-fr_BE-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-fr_BE-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-fr_BE-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-fr_BE-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-fr_BE-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-fr_BE-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-fr_BE-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-fr_BE-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-fr_BE-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-fr_BE-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-fr_BE-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-fr_BE-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-fr_BE-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-fr_BE-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-fr_BE-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-fr_BE-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-fr_BE-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-fr_BE-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-fr_BE-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-fr_BE-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-fr_BE-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-fr_BE-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-fr_BE-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-fr_BE-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-fr_BE-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-fr_BE-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-fr_BE-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-fr_BE-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-fr_BE-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-fr_BE-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-fr_BE-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-fr_BE.mo +0 -0
- package/languages/newspack-blocks-fr_BE.po +2079 -0
- package/languages/newspack-blocks-nb_NO-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-nb_NO-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-nb_NO-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-nb_NO-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-nb_NO-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-nb_NO-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-nb_NO-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-nb_NO-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-nb_NO-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-nb_NO-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-nb_NO-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-nb_NO-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-nb_NO-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-nb_NO-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-nb_NO-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-nb_NO-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-nb_NO-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-nb_NO-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-nb_NO-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-nb_NO-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-nb_NO-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-nb_NO-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-nb_NO-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-nb_NO-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-nb_NO-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-nb_NO-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-nb_NO-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-nb_NO-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-nb_NO-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-nb_NO-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-nb_NO-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-nb_NO-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-nb_NO-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-nb_NO-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-nb_NO-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-nb_NO-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-nb_NO-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-nb_NO-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-nb_NO-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-nb_NO-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-nb_NO-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-nb_NO-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-nb_NO-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-nb_NO-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-nb_NO-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-nb_NO-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-nb_NO-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-nb_NO-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-nb_NO-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-nb_NO.mo +0 -0
- package/languages/newspack-blocks-nb_NO.po +2078 -0
- package/languages/newspack-blocks-pt_PT-01a5b44b8bc8d20f62541de420aa61ab.json +1 -0
- package/languages/newspack-blocks-pt_PT-0662222bf15e7a1a7b74db2dabb48d6c.json +1 -0
- package/languages/newspack-blocks-pt_PT-0c8dad524e2a57cee4f8efb6e35387c1.json +1 -0
- package/languages/newspack-blocks-pt_PT-10754bc02d28d4301c103f26dbf519ce.json +1 -0
- package/languages/newspack-blocks-pt_PT-2d52b39fdbc5d6c94b3514803f3720b8.json +1 -0
- package/languages/newspack-blocks-pt_PT-34e5c64f90b1444f3fc735376442eada.json +1 -0
- package/languages/newspack-blocks-pt_PT-351fd022e077061b5796bf7042446bfc.json +1 -0
- package/languages/newspack-blocks-pt_PT-37552bb09e2a9fceec1970e3c6d46557.json +1 -0
- package/languages/newspack-blocks-pt_PT-4b2ccb4e4dc8b3491228b2feb54872f2.json +1 -0
- package/languages/newspack-blocks-pt_PT-4cecf783e091d36284a3e0cdafcd0fd5.json +1 -0
- package/languages/newspack-blocks-pt_PT-4f16e21047908d19937bc10ced63acd1.json +1 -0
- package/languages/newspack-blocks-pt_PT-4fdea541976076f02d56139fb35e5b42.json +1 -0
- package/languages/newspack-blocks-pt_PT-501b38ac90d35730a620fb0d483702fa.json +1 -0
- package/languages/newspack-blocks-pt_PT-53e2a1d5945b8d2b1c35e81ae1e532f3.json +1 -0
- package/languages/newspack-blocks-pt_PT-5d4055f484eeb00e3ea0f9d8aace0897.json +1 -0
- package/languages/newspack-blocks-pt_PT-5f70538e0223bc8a05b922cba67da6fb.json +1 -0
- package/languages/newspack-blocks-pt_PT-6c2e53bab28419c30e1eaee70ba599cf.json +1 -0
- package/languages/newspack-blocks-pt_PT-6ed95fb4873e6e2b81351177a44995f6.json +1 -0
- package/languages/newspack-blocks-pt_PT-727631509ad8eec8e2cbe740c6dad199.json +1 -0
- package/languages/newspack-blocks-pt_PT-73c6d3bde805172d1993f75397e9832d.json +1 -0
- package/languages/newspack-blocks-pt_PT-78456b164809d080adecb4d2b3895802.json +1 -0
- package/languages/newspack-blocks-pt_PT-7b1aa64ce2d962decc04666ab86c53de.json +1 -0
- package/languages/newspack-blocks-pt_PT-7c29764d5ef91723f5ce454f66431b9e.json +1 -0
- package/languages/newspack-blocks-pt_PT-912a2876091ef0dca9b26f3cfc01fc9c.json +1 -0
- package/languages/newspack-blocks-pt_PT-91a7ac8017d6e2159be1c5a3c1e372e4.json +1 -0
- package/languages/newspack-blocks-pt_PT-969286d51bb0afe10983b9aec317b5ee.json +1 -0
- package/languages/newspack-blocks-pt_PT-9ef9b2c60c897ad79f92951e6e9949a1.json +1 -0
- package/languages/newspack-blocks-pt_PT-a822c3d210c89af3cb7da28eaaef929c.json +1 -0
- package/languages/newspack-blocks-pt_PT-aa9f9057c77a46b31d7e325a4322f2da.json +1 -0
- package/languages/newspack-blocks-pt_PT-b6d3cfc30bb16d88d7bc5384bc775543.json +1 -0
- package/languages/newspack-blocks-pt_PT-b712270cd4eb3cae7899b50b57bdd576.json +1 -0
- package/languages/newspack-blocks-pt_PT-babcc0ca24e7f0145b1c8f647049f085.json +1 -0
- package/languages/newspack-blocks-pt_PT-bb66d96d450663284550bed5a3e9113e.json +1 -0
- package/languages/newspack-blocks-pt_PT-c810378e74f20906b8193ea76adb6bc0.json +1 -0
- package/languages/newspack-blocks-pt_PT-d3a1c55a07efd1a65e227bf120840752.json +1 -0
- package/languages/newspack-blocks-pt_PT-d5f23a52ecbfd492ebf819c14206a9e2.json +1 -0
- package/languages/newspack-blocks-pt_PT-d684e5c5ac51934ba20811c2f588e1d5.json +1 -0
- package/languages/newspack-blocks-pt_PT-dd56360b115d1b39c48033c1e0749a11.json +1 -0
- package/languages/newspack-blocks-pt_PT-e0e4434aee4db01e71268ce3edf1dd97.json +1 -0
- package/languages/newspack-blocks-pt_PT-e58126c278611ed6c17684ba8e7459b4.json +1 -0
- package/languages/newspack-blocks-pt_PT-ea3e2a660753c7bfa13b5bbd8a46bdd0.json +1 -0
- package/languages/newspack-blocks-pt_PT-eccbc51a43c04f59165364eda71e0be7.json +1 -0
- package/languages/newspack-blocks-pt_PT-eeb28f99adedd5fad3081d2756d6f4a4.json +1 -0
- package/languages/newspack-blocks-pt_PT-f03802d9ac1ae8f3b85caee4347b93a7.json +1 -0
- package/languages/newspack-blocks-pt_PT-f32a4d8bd8f1f1e03b6523dfaa4c9f73.json +1 -0
- package/languages/newspack-blocks-pt_PT-f5f8db76788e4079ddfa743333708b88.json +1 -0
- package/languages/newspack-blocks-pt_PT-f8b1589c450689398f90b179f47e74ee.json +1 -0
- package/languages/newspack-blocks-pt_PT-f9d0b05d4d6ddd3273f1f3fb2eb2ca50.json +1 -0
- package/languages/newspack-blocks-pt_PT-fbe7f8c598cf05d4603ba49fec909ded.json +1 -0
- package/languages/newspack-blocks-pt_PT-fcc93143c1f2b74671f595454b971f44.json +1 -0
- package/languages/newspack-blocks-pt_PT.mo +0 -0
- package/languages/newspack-blocks-pt_PT.po +2078 -0
- package/languages/newspack-blocks.pot +2370 -0
- package/newspack-blocks.php +96 -0
- package/package.json +64 -0
- package/phpcs.xml +38 -0
- package/release.config.js +1 -0
- package/src/assets/placeholder-1024x536.jpg +0 -0
- package/src/assets/placeholder-600x800.jpg +0 -0
- package/src/assets/placeholder-800x600.jpg +0 -0
- package/src/assets/placeholder-800x800.jpg +0 -0
- package/src/assets/placeholder-donations-cover.jpg +0 -0
- package/src/assets/placeholder-donations-image.jpg +0 -0
- package/src/assets/placeholder-subscribe-cover.jpg +0 -0
- package/src/assets/placeholder-subscribe-image.jpg +0 -0
- package/src/block-patterns/donations-1.php +13 -0
- package/src/block-patterns/donations-2.php +13 -0
- package/src/block-patterns/donations-3.php +13 -0
- package/src/block-patterns/donations-4.php +13 -0
- package/src/block-patterns/donations-5.php +13 -0
- package/src/block-patterns/homepage-posts-1.php +13 -0
- package/src/block-patterns/homepage-posts-10.php +13 -0
- package/src/block-patterns/homepage-posts-11.php +13 -0
- package/src/block-patterns/homepage-posts-12.php +13 -0
- package/src/block-patterns/homepage-posts-13.php +13 -0
- package/src/block-patterns/homepage-posts-14.php +13 -0
- package/src/block-patterns/homepage-posts-15.php +13 -0
- package/src/block-patterns/homepage-posts-16.php +13 -0
- package/src/block-patterns/homepage-posts-17.php +13 -0
- package/src/block-patterns/homepage-posts-18.php +13 -0
- package/src/block-patterns/homepage-posts-19.php +13 -0
- package/src/block-patterns/homepage-posts-2.php +13 -0
- package/src/block-patterns/homepage-posts-20.php +13 -0
- package/src/block-patterns/homepage-posts-21.php +13 -0
- package/src/block-patterns/homepage-posts-22.php +13 -0
- package/src/block-patterns/homepage-posts-23.php +13 -0
- package/src/block-patterns/homepage-posts-24.php +13 -0
- package/src/block-patterns/homepage-posts-25.php +13 -0
- package/src/block-patterns/homepage-posts-26.php +13 -0
- package/src/block-patterns/homepage-posts-27.php +13 -0
- package/src/block-patterns/homepage-posts-28.php +13 -0
- package/src/block-patterns/homepage-posts-29.php +13 -0
- package/src/block-patterns/homepage-posts-3.php +13 -0
- package/src/block-patterns/homepage-posts-30.php +13 -0
- package/src/block-patterns/homepage-posts-31.php +13 -0
- package/src/block-patterns/homepage-posts-4.php +13 -0
- package/src/block-patterns/homepage-posts-5.php +13 -0
- package/src/block-patterns/homepage-posts-6.php +13 -0
- package/src/block-patterns/homepage-posts-7.php +13 -0
- package/src/block-patterns/homepage-posts-8.php +13 -0
- package/src/block-patterns/homepage-posts-9.php +13 -0
- package/src/block-patterns/subscribe-1.php +13 -0
- package/src/block-patterns/subscribe-2.php +13 -0
- package/src/block-patterns/subscribe-3.php +13 -0
- package/src/block-patterns/subscribe-4.php +13 -0
- package/src/block-patterns/subscribe-5.php +13 -0
- package/src/block-patterns/subscribe-6.php +13 -0
- package/src/block-patterns/subscribe-7.php +13 -0
- package/src/block-styles/core/columns/editor.scss +90 -0
- package/src/block-styles/core/columns/index.js +20 -0
- package/src/block-styles/core/columns/view.scss +131 -0
- package/src/block-styles/core/group/editor.scss +24 -0
- package/src/block-styles/core/group/index.js +25 -0
- package/src/block-styles/core/group/view.scss +13 -0
- package/src/block-styles/view.js +5 -0
- package/src/blocks/author-list/block.json +84 -0
- package/src/blocks/author-list/class-wp-rest-newspack-author-list-controller.php +381 -0
- package/src/blocks/author-list/edit.js +456 -0
- package/src/blocks/author-list/editor.js +7 -0
- package/src/blocks/author-list/editor.scss +1 -0
- package/src/blocks/author-list/index.js +60 -0
- package/src/blocks/author-list/view.js +5 -0
- package/src/blocks/author-list/view.php +180 -0
- package/src/blocks/author-list/view.scss +46 -0
- package/src/blocks/author-profile/README.md +105 -0
- package/src/blocks/author-profile/block.json +77 -0
- package/src/blocks/author-profile/class-wp-rest-newspack-authors-controller.php +618 -0
- package/src/blocks/author-profile/context.js +26 -0
- package/src/blocks/author-profile/edit.js +1031 -0
- package/src/blocks/author-profile/editor.js +7 -0
- package/src/blocks/author-profile/editor.scss +61 -0
- package/src/blocks/author-profile/index.js +66 -0
- package/src/blocks/author-profile/single-author.js +106 -0
- package/src/blocks/author-profile/templates.js +263 -0
- package/src/blocks/author-profile/variations.js +86 -0
- package/src/blocks/author-profile/view.js +5 -0
- package/src/blocks/author-profile/view.php +501 -0
- package/src/blocks/author-profile/view.scss +159 -0
- package/src/blocks/carousel/block.json +121 -0
- package/src/blocks/carousel/create-swiper.js +230 -0
- package/src/blocks/carousel/edit.js +469 -0
- package/src/blocks/carousel/editor.js +7 -0
- package/src/blocks/carousel/editor.scss +54 -0
- package/src/blocks/carousel/index.js +55 -0
- package/src/blocks/carousel/view.js +49 -0
- package/src/blocks/carousel/view.php +417 -0
- package/src/blocks/carousel/view.scss +397 -0
- package/src/blocks/checkout-button/block.json +117 -0
- package/src/blocks/checkout-button/deprecated.js +81 -0
- package/src/blocks/checkout-button/edit.js +385 -0
- package/src/blocks/checkout-button/edit.scss +67 -0
- package/src/blocks/checkout-button/editor.js +19 -0
- package/src/blocks/checkout-button/index.js +32 -0
- package/src/blocks/checkout-button/view.js +4 -0
- package/src/blocks/checkout-button/view.php +178 -0
- package/src/blocks/checkout-button/view.scss +39 -0
- package/src/blocks/donate/block.json +103 -0
- package/src/blocks/donate/consts.ts +25 -0
- package/src/blocks/donate/edit/FrequencyBasedLayout.tsx +255 -0
- package/src/blocks/donate/edit/TierBasedLayout.tsx +133 -0
- package/src/blocks/donate/edit/components/AmountValueInput.tsx +62 -0
- package/src/blocks/donate/edit/components/index.tsx +1 -0
- package/src/blocks/donate/edit/index.tsx +445 -0
- package/src/blocks/donate/editor.js +7 -0
- package/src/blocks/donate/frequency-based/index.ts +135 -0
- package/src/blocks/donate/frequency-based/style.scss +245 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-base.php +225 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-frequency-based.php +341 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer-tiers-based.php +184 -0
- package/src/blocks/donate/frontend/class-newspack-blocks-donate-renderer.php +117 -0
- package/src/blocks/donate/index.js +72 -0
- package/src/blocks/donate/styles/editor.scss +230 -0
- package/src/blocks/donate/styles/style-variations.scss +792 -0
- package/src/blocks/donate/styles/view.scss +45 -0
- package/src/blocks/donate/tiers-based/index.ts +36 -0
- package/src/blocks/donate/tiers-based/slider.ts +64 -0
- package/src/blocks/donate/tiers-based/style.scss +185 -0
- package/src/blocks/donate/tiers-based/types.ts +3 -0
- package/src/blocks/donate/tiers-based/utils.test.js +38 -0
- package/src/blocks/donate/tiers-based/utils.ts +21 -0
- package/src/blocks/donate/tiers-based/view.ts +132 -0
- package/src/blocks/donate/types.ts +96 -0
- package/src/blocks/donate/utils.ts +108 -0
- package/src/blocks/donate/view.php +29 -0
- package/src/blocks/donate/view.ts +44 -0
- package/src/blocks/homepage-articles/block.json +260 -0
- package/src/blocks/homepage-articles/class-wp-rest-newspack-articles-controller.php +231 -0
- package/src/blocks/homepage-articles/edit.tsx +730 -0
- package/src/blocks/homepage-articles/editor.js +16 -0
- package/src/blocks/homepage-articles/editor.scss +226 -0
- package/src/blocks/homepage-articles/index.js +102 -0
- package/src/blocks/homepage-articles/store.js +193 -0
- package/src/blocks/homepage-articles/templates/article.php +290 -0
- package/src/blocks/homepage-articles/templates/articles-list.php +21 -0
- package/src/blocks/homepage-articles/templates/articles-loop.php +35 -0
- package/src/blocks/homepage-articles/utils.ts +270 -0
- package/src/blocks/homepage-articles/view.js +242 -0
- package/src/blocks/homepage-articles/view.php +561 -0
- package/src/blocks/homepage-articles/view.scss +784 -0
- package/src/blocks/iframe/block.json +36 -0
- package/src/blocks/iframe/class-wp-rest-newspack-iframe-controller.php +586 -0
- package/src/blocks/iframe/edit.js +232 -0
- package/src/blocks/iframe/editor.js +7 -0
- package/src/blocks/iframe/editor.scss +84 -0
- package/src/blocks/iframe/iframe-placeholder.js +166 -0
- package/src/blocks/iframe/index.js +54 -0
- package/src/blocks/iframe/view.js +49 -0
- package/src/blocks/iframe/view.php +116 -0
- package/src/blocks/iframe/view.scss +9 -0
- package/src/blocks/shared/author.js +47 -0
- package/src/blocks/video-playlist/edit.js +222 -0
- package/src/blocks/video-playlist/editor.js +7 -0
- package/src/blocks/video-playlist/editor.scss +23 -0
- package/src/blocks/video-playlist/index.js +54 -0
- package/src/blocks/video-playlist/view.php +188 -0
- package/src/components/autocomplete-tokenfield.js +189 -0
- package/src/components/autocomplete-tokenfield.scss +27 -0
- package/src/components/editor-panels.js +90 -0
- package/src/components/query-controls.js +450 -0
- package/src/components/redirect-after-success.tsx +50 -0
- package/src/modal-checkout/accessibility.js +73 -0
- package/src/modal-checkout/analytics/ga4/README.md +45 -0
- package/src/modal-checkout/analytics/ga4/checkout-attempt.js +18 -0
- package/src/modal-checkout/analytics/ga4/checkout-success.js +17 -0
- package/src/modal-checkout/analytics/ga4/dismissed.js +17 -0
- package/src/modal-checkout/analytics/ga4/loaded.js +17 -0
- package/src/modal-checkout/analytics/ga4/opened.js +37 -0
- package/src/modal-checkout/analytics/ga4/pagination.js +59 -0
- package/src/modal-checkout/analytics/ga4/utils/index.js +64 -0
- package/src/modal-checkout/analytics/index.js +6 -0
- package/src/modal-checkout/checkout.scss +1064 -0
- package/src/modal-checkout/index.js +929 -0
- package/src/modal-checkout/modal.js +983 -0
- package/src/modal-checkout/modal.scss +265 -0
- package/src/modal-checkout/templates/empty-html-add-recipient.php +15 -0
- package/src/modal-checkout/templates/empty-order-details.php +16 -0
- package/src/modal-checkout/templates/form-change-payment-method.php +99 -0
- package/src/modal-checkout/templates/form-checkout.php +74 -0
- package/src/modal-checkout/templates/form-coupon.php +22 -0
- package/src/modal-checkout/templates/form-gift-subscription.php +34 -0
- package/src/modal-checkout/templates/payment-method.php +29 -0
- package/src/modal-checkout/templates/thankyou.php +94 -0
- package/src/modal-checkout/utils.js +309 -0
- package/src/setup/block-styles.js +2 -0
- package/src/setup/category.js +18 -0
- package/src/setup/editor.js +7 -0
- package/src/setup/editor.scss +56 -0
- package/src/setup/newspack-logo.js +26 -0
- package/src/setup/placeholder-blocks.js +84 -0
- package/src/setup/unregister-blocks.js +14 -0
- package/src/shared/authors.php +63 -0
- package/src/shared/js/newspack-icon.js +31 -0
- package/src/shared/js/utils.js +50 -0
- package/src/shared/sass/_mixins.scss +42 -0
- package/src/shared/sass/_placeholder.scss +5 -0
- package/src/shared/sass/_preview.scss +12 -0
- package/src/shared/sass/_variables.scss +24 -0
- package/src/templates/author-profile-card.php +145 -0
- package/src/types/@wordpress/block-editor.d.ts +1 -0
- package/src/types/@wordpress/components.d.ts +1 -0
- package/src/types/index.d.ts +170 -0
- package/src/types/newspack-components.d.ts +7 -0
- package/tsconfig.json +7 -0
- package/vendor/autoload.php +22 -0
- package/vendor/composer/ClassLoader.php +579 -0
- package/vendor/composer/InstalledVersions.php +396 -0
- package/vendor/composer/LICENSE +21 -0
- package/vendor/composer/autoload_classmap.php +10 -0
- package/vendor/composer/autoload_namespaces.php +9 -0
- package/vendor/composer/autoload_psr4.php +9 -0
- package/vendor/composer/autoload_real.php +36 -0
- package/vendor/composer/autoload_static.php +20 -0
- package/vendor/composer/installed.json +5 -0
- package/vendor/composer/installed.php +23 -0
- package/webpack.config.js +82 -0
package/composer.lock
ADDED
|
@@ -0,0 +1,3632 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_readme": [
|
|
3
|
+
"This file locks the dependencies of your project to a known state",
|
|
4
|
+
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
|
5
|
+
"This file is @generated automatically"
|
|
6
|
+
],
|
|
7
|
+
"content-hash": "bdd1eb82bc1b47a7a740ce3604011dad",
|
|
8
|
+
"packages": [],
|
|
9
|
+
"packages-dev": [
|
|
10
|
+
{
|
|
11
|
+
"name": "automattic/vipwpcs",
|
|
12
|
+
"version": "3.0.1",
|
|
13
|
+
"source": {
|
|
14
|
+
"type": "git",
|
|
15
|
+
"url": "https://github.com/Automattic/VIP-Coding-Standards.git",
|
|
16
|
+
"reference": "2b1d206d81b74ed999023cffd924f862ff2753c8"
|
|
17
|
+
},
|
|
18
|
+
"dist": {
|
|
19
|
+
"type": "zip",
|
|
20
|
+
"url": "https://api.github.com/repos/Automattic/VIP-Coding-Standards/zipball/2b1d206d81b74ed999023cffd924f862ff2753c8",
|
|
21
|
+
"reference": "2b1d206d81b74ed999023cffd924f862ff2753c8",
|
|
22
|
+
"shasum": ""
|
|
23
|
+
},
|
|
24
|
+
"require": {
|
|
25
|
+
"php": ">=5.4",
|
|
26
|
+
"phpcsstandards/phpcsextra": "^1.2.1",
|
|
27
|
+
"phpcsstandards/phpcsutils": "^1.0.11",
|
|
28
|
+
"sirbrillig/phpcs-variable-analysis": "^2.11.18",
|
|
29
|
+
"squizlabs/php_codesniffer": "^3.9.2",
|
|
30
|
+
"wp-coding-standards/wpcs": "^3.1.0"
|
|
31
|
+
},
|
|
32
|
+
"require-dev": {
|
|
33
|
+
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
34
|
+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
35
|
+
"phpcompatibility/php-compatibility": "^9",
|
|
36
|
+
"phpcsstandards/phpcsdevtools": "^1.0",
|
|
37
|
+
"phpunit/phpunit": "^4 || ^5 || ^6 || ^7 || ^8 || ^9"
|
|
38
|
+
},
|
|
39
|
+
"type": "phpcodesniffer-standard",
|
|
40
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
41
|
+
"license": [
|
|
42
|
+
"MIT"
|
|
43
|
+
],
|
|
44
|
+
"authors": [
|
|
45
|
+
{
|
|
46
|
+
"name": "Contributors",
|
|
47
|
+
"homepage": "https://github.com/Automattic/VIP-Coding-Standards/graphs/contributors"
|
|
48
|
+
}
|
|
49
|
+
],
|
|
50
|
+
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress VIP minimum coding conventions",
|
|
51
|
+
"keywords": [
|
|
52
|
+
"phpcs",
|
|
53
|
+
"standards",
|
|
54
|
+
"static analysis",
|
|
55
|
+
"wordpress"
|
|
56
|
+
],
|
|
57
|
+
"support": {
|
|
58
|
+
"issues": "https://github.com/Automattic/VIP-Coding-Standards/issues",
|
|
59
|
+
"source": "https://github.com/Automattic/VIP-Coding-Standards",
|
|
60
|
+
"wiki": "https://github.com/Automattic/VIP-Coding-Standards/wiki"
|
|
61
|
+
},
|
|
62
|
+
"time": "2024-05-10T20:31:09+00:00"
|
|
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
|
+
{
|
|
138
|
+
"name": "composer/installers",
|
|
139
|
+
"version": "v2.3.0",
|
|
140
|
+
"source": {
|
|
141
|
+
"type": "git",
|
|
142
|
+
"url": "https://github.com/composer/installers.git",
|
|
143
|
+
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e"
|
|
144
|
+
},
|
|
145
|
+
"dist": {
|
|
146
|
+
"type": "zip",
|
|
147
|
+
"url": "https://api.github.com/repos/composer/installers/zipball/12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
148
|
+
"reference": "12fb2dfe5e16183de69e784a7b84046c43d97e8e",
|
|
149
|
+
"shasum": ""
|
|
150
|
+
},
|
|
151
|
+
"require": {
|
|
152
|
+
"composer-plugin-api": "^1.0 || ^2.0",
|
|
153
|
+
"php": "^7.2 || ^8.0"
|
|
154
|
+
},
|
|
155
|
+
"require-dev": {
|
|
156
|
+
"composer/composer": "^1.10.27 || ^2.7",
|
|
157
|
+
"composer/semver": "^1.7.2 || ^3.4.0",
|
|
158
|
+
"phpstan/phpstan": "^1.11",
|
|
159
|
+
"phpstan/phpstan-phpunit": "^1",
|
|
160
|
+
"symfony/phpunit-bridge": "^7.1.1",
|
|
161
|
+
"symfony/process": "^5 || ^6 || ^7"
|
|
162
|
+
},
|
|
163
|
+
"type": "composer-plugin",
|
|
164
|
+
"extra": {
|
|
165
|
+
"class": "Composer\\Installers\\Plugin",
|
|
166
|
+
"branch-alias": {
|
|
167
|
+
"dev-main": "2.x-dev"
|
|
168
|
+
},
|
|
169
|
+
"plugin-modifies-install-path": true
|
|
170
|
+
},
|
|
171
|
+
"autoload": {
|
|
172
|
+
"psr-4": {
|
|
173
|
+
"Composer\\Installers\\": "src/Composer/Installers"
|
|
174
|
+
}
|
|
175
|
+
},
|
|
176
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
177
|
+
"license": [
|
|
178
|
+
"MIT"
|
|
179
|
+
],
|
|
180
|
+
"authors": [
|
|
181
|
+
{
|
|
182
|
+
"name": "Kyle Robinson Young",
|
|
183
|
+
"email": "kyle@dontkry.com",
|
|
184
|
+
"homepage": "https://github.com/shama"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"description": "A multi-framework Composer library installer",
|
|
188
|
+
"homepage": "https://composer.github.io/installers/",
|
|
189
|
+
"keywords": [
|
|
190
|
+
"Dolibarr",
|
|
191
|
+
"Eliasis",
|
|
192
|
+
"Hurad",
|
|
193
|
+
"ImageCMS",
|
|
194
|
+
"Kanboard",
|
|
195
|
+
"Lan Management System",
|
|
196
|
+
"MODX Evo",
|
|
197
|
+
"MantisBT",
|
|
198
|
+
"Mautic",
|
|
199
|
+
"Maya",
|
|
200
|
+
"OXID",
|
|
201
|
+
"Plentymarkets",
|
|
202
|
+
"Porto",
|
|
203
|
+
"RadPHP",
|
|
204
|
+
"SMF",
|
|
205
|
+
"Starbug",
|
|
206
|
+
"Thelia",
|
|
207
|
+
"Whmcs",
|
|
208
|
+
"WolfCMS",
|
|
209
|
+
"agl",
|
|
210
|
+
"annotatecms",
|
|
211
|
+
"attogram",
|
|
212
|
+
"bitrix",
|
|
213
|
+
"cakephp",
|
|
214
|
+
"chef",
|
|
215
|
+
"cockpit",
|
|
216
|
+
"codeigniter",
|
|
217
|
+
"concrete5",
|
|
218
|
+
"concreteCMS",
|
|
219
|
+
"croogo",
|
|
220
|
+
"dokuwiki",
|
|
221
|
+
"drupal",
|
|
222
|
+
"eZ Platform",
|
|
223
|
+
"elgg",
|
|
224
|
+
"expressionengine",
|
|
225
|
+
"fuelphp",
|
|
226
|
+
"grav",
|
|
227
|
+
"installer",
|
|
228
|
+
"itop",
|
|
229
|
+
"known",
|
|
230
|
+
"kohana",
|
|
231
|
+
"laravel",
|
|
232
|
+
"lavalite",
|
|
233
|
+
"lithium",
|
|
234
|
+
"magento",
|
|
235
|
+
"majima",
|
|
236
|
+
"mako",
|
|
237
|
+
"matomo",
|
|
238
|
+
"mediawiki",
|
|
239
|
+
"miaoxing",
|
|
240
|
+
"modulework",
|
|
241
|
+
"modx",
|
|
242
|
+
"moodle",
|
|
243
|
+
"osclass",
|
|
244
|
+
"pantheon",
|
|
245
|
+
"phpbb",
|
|
246
|
+
"piwik",
|
|
247
|
+
"ppi",
|
|
248
|
+
"processwire",
|
|
249
|
+
"puppet",
|
|
250
|
+
"pxcms",
|
|
251
|
+
"reindex",
|
|
252
|
+
"roundcube",
|
|
253
|
+
"shopware",
|
|
254
|
+
"silverstripe",
|
|
255
|
+
"sydes",
|
|
256
|
+
"sylius",
|
|
257
|
+
"tastyigniter",
|
|
258
|
+
"wordpress",
|
|
259
|
+
"yawik",
|
|
260
|
+
"zend",
|
|
261
|
+
"zikula"
|
|
262
|
+
],
|
|
263
|
+
"support": {
|
|
264
|
+
"issues": "https://github.com/composer/installers/issues",
|
|
265
|
+
"source": "https://github.com/composer/installers/tree/v2.3.0"
|
|
266
|
+
},
|
|
267
|
+
"funding": [
|
|
268
|
+
{
|
|
269
|
+
"url": "https://packagist.com",
|
|
270
|
+
"type": "custom"
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"url": "https://github.com/composer",
|
|
274
|
+
"type": "github"
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
|
|
278
|
+
"type": "tidelift"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"time": "2024-06-24T20:46:46+00:00"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"name": "dealerdirect/phpcodesniffer-composer-installer",
|
|
285
|
+
"version": "v1.2.1",
|
|
286
|
+
"source": {
|
|
287
|
+
"type": "git",
|
|
288
|
+
"url": "https://github.com/PHPCSStandards/composer-installer.git",
|
|
289
|
+
"reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd"
|
|
290
|
+
},
|
|
291
|
+
"dist": {
|
|
292
|
+
"type": "zip",
|
|
293
|
+
"url": "https://api.github.com/repos/PHPCSStandards/composer-installer/zipball/963f0c67bffde0eac41b56be71ac0e8ba132f0bd",
|
|
294
|
+
"reference": "963f0c67bffde0eac41b56be71ac0e8ba132f0bd",
|
|
295
|
+
"shasum": ""
|
|
296
|
+
},
|
|
297
|
+
"require": {
|
|
298
|
+
"composer-plugin-api": "^2.2",
|
|
299
|
+
"php": ">=5.4",
|
|
300
|
+
"squizlabs/php_codesniffer": "^3.1.0 || ^4.0"
|
|
301
|
+
},
|
|
302
|
+
"require-dev": {
|
|
303
|
+
"composer/composer": "^2.2",
|
|
304
|
+
"ext-json": "*",
|
|
305
|
+
"ext-zip": "*",
|
|
306
|
+
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
307
|
+
"phpcompatibility/php-compatibility": "^9.0 || ^10.0.0@dev",
|
|
308
|
+
"yoast/phpunit-polyfills": "^1.0"
|
|
309
|
+
},
|
|
310
|
+
"type": "composer-plugin",
|
|
311
|
+
"extra": {
|
|
312
|
+
"class": "PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
|
|
313
|
+
},
|
|
314
|
+
"autoload": {
|
|
315
|
+
"psr-4": {
|
|
316
|
+
"PHPCSStandards\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
|
|
317
|
+
}
|
|
318
|
+
},
|
|
319
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
320
|
+
"license": [
|
|
321
|
+
"MIT"
|
|
322
|
+
],
|
|
323
|
+
"authors": [
|
|
324
|
+
{
|
|
325
|
+
"name": "Franck Nijhof",
|
|
326
|
+
"email": "opensource@frenck.dev",
|
|
327
|
+
"homepage": "https://frenck.dev",
|
|
328
|
+
"role": "Open source developer"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"name": "Contributors",
|
|
332
|
+
"homepage": "https://github.com/PHPCSStandards/composer-installer/graphs/contributors"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
|
|
336
|
+
"keywords": [
|
|
337
|
+
"PHPCodeSniffer",
|
|
338
|
+
"PHP_CodeSniffer",
|
|
339
|
+
"code quality",
|
|
340
|
+
"codesniffer",
|
|
341
|
+
"composer",
|
|
342
|
+
"installer",
|
|
343
|
+
"phpcbf",
|
|
344
|
+
"phpcs",
|
|
345
|
+
"plugin",
|
|
346
|
+
"qa",
|
|
347
|
+
"quality",
|
|
348
|
+
"standard",
|
|
349
|
+
"standards",
|
|
350
|
+
"style guide",
|
|
351
|
+
"stylecheck",
|
|
352
|
+
"tests"
|
|
353
|
+
],
|
|
354
|
+
"support": {
|
|
355
|
+
"issues": "https://github.com/PHPCSStandards/composer-installer/issues",
|
|
356
|
+
"security": "https://github.com/PHPCSStandards/composer-installer/security/policy",
|
|
357
|
+
"source": "https://github.com/PHPCSStandards/composer-installer"
|
|
358
|
+
},
|
|
359
|
+
"funding": [
|
|
360
|
+
{
|
|
361
|
+
"url": "https://github.com/PHPCSStandards",
|
|
362
|
+
"type": "github"
|
|
363
|
+
},
|
|
364
|
+
{
|
|
365
|
+
"url": "https://github.com/jrfnl",
|
|
366
|
+
"type": "github"
|
|
367
|
+
},
|
|
368
|
+
{
|
|
369
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
370
|
+
"type": "open_collective"
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
374
|
+
"type": "thanks_dev"
|
|
375
|
+
}
|
|
376
|
+
],
|
|
377
|
+
"time": "2026-05-06T08:26:05+00:00"
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
"name": "doctrine/instantiator",
|
|
381
|
+
"version": "1.5.0",
|
|
382
|
+
"source": {
|
|
383
|
+
"type": "git",
|
|
384
|
+
"url": "https://github.com/doctrine/instantiator.git",
|
|
385
|
+
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
|
386
|
+
},
|
|
387
|
+
"dist": {
|
|
388
|
+
"type": "zip",
|
|
389
|
+
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
390
|
+
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
391
|
+
"shasum": ""
|
|
392
|
+
},
|
|
393
|
+
"require": {
|
|
394
|
+
"php": "^7.1 || ^8.0"
|
|
395
|
+
},
|
|
396
|
+
"require-dev": {
|
|
397
|
+
"doctrine/coding-standard": "^9 || ^11",
|
|
398
|
+
"ext-pdo": "*",
|
|
399
|
+
"ext-phar": "*",
|
|
400
|
+
"phpbench/phpbench": "^0.16 || ^1",
|
|
401
|
+
"phpstan/phpstan": "^1.4",
|
|
402
|
+
"phpstan/phpstan-phpunit": "^1",
|
|
403
|
+
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
404
|
+
"vimeo/psalm": "^4.30 || ^5.4"
|
|
405
|
+
},
|
|
406
|
+
"type": "library",
|
|
407
|
+
"autoload": {
|
|
408
|
+
"psr-4": {
|
|
409
|
+
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
410
|
+
}
|
|
411
|
+
},
|
|
412
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
413
|
+
"license": [
|
|
414
|
+
"MIT"
|
|
415
|
+
],
|
|
416
|
+
"authors": [
|
|
417
|
+
{
|
|
418
|
+
"name": "Marco Pivetta",
|
|
419
|
+
"email": "ocramius@gmail.com",
|
|
420
|
+
"homepage": "https://ocramius.github.io/"
|
|
421
|
+
}
|
|
422
|
+
],
|
|
423
|
+
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
424
|
+
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
425
|
+
"keywords": [
|
|
426
|
+
"constructor",
|
|
427
|
+
"instantiate"
|
|
428
|
+
],
|
|
429
|
+
"support": {
|
|
430
|
+
"issues": "https://github.com/doctrine/instantiator/issues",
|
|
431
|
+
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
|
432
|
+
},
|
|
433
|
+
"funding": [
|
|
434
|
+
{
|
|
435
|
+
"url": "https://www.doctrine-project.org/sponsorship.html",
|
|
436
|
+
"type": "custom"
|
|
437
|
+
},
|
|
438
|
+
{
|
|
439
|
+
"url": "https://www.patreon.com/phpdoctrine",
|
|
440
|
+
"type": "patreon"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
444
|
+
"type": "tidelift"
|
|
445
|
+
}
|
|
446
|
+
],
|
|
447
|
+
"time": "2022-12-30T00:15:36+00:00"
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
"name": "myclabs/deep-copy",
|
|
451
|
+
"version": "1.12.1",
|
|
452
|
+
"source": {
|
|
453
|
+
"type": "git",
|
|
454
|
+
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
455
|
+
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845"
|
|
456
|
+
},
|
|
457
|
+
"dist": {
|
|
458
|
+
"type": "zip",
|
|
459
|
+
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/123267b2c49fbf30d78a7b2d333f6be754b94845",
|
|
460
|
+
"reference": "123267b2c49fbf30d78a7b2d333f6be754b94845",
|
|
461
|
+
"shasum": ""
|
|
462
|
+
},
|
|
463
|
+
"require": {
|
|
464
|
+
"php": "^7.1 || ^8.0"
|
|
465
|
+
},
|
|
466
|
+
"conflict": {
|
|
467
|
+
"doctrine/collections": "<1.6.8",
|
|
468
|
+
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
|
469
|
+
},
|
|
470
|
+
"require-dev": {
|
|
471
|
+
"doctrine/collections": "^1.6.8",
|
|
472
|
+
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
473
|
+
"phpspec/prophecy": "^1.10",
|
|
474
|
+
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
|
475
|
+
},
|
|
476
|
+
"type": "library",
|
|
477
|
+
"autoload": {
|
|
478
|
+
"files": [
|
|
479
|
+
"src/DeepCopy/deep_copy.php"
|
|
480
|
+
],
|
|
481
|
+
"psr-4": {
|
|
482
|
+
"DeepCopy\\": "src/DeepCopy/"
|
|
483
|
+
}
|
|
484
|
+
},
|
|
485
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
486
|
+
"license": [
|
|
487
|
+
"MIT"
|
|
488
|
+
],
|
|
489
|
+
"description": "Create deep copies (clones) of your objects",
|
|
490
|
+
"keywords": [
|
|
491
|
+
"clone",
|
|
492
|
+
"copy",
|
|
493
|
+
"duplicate",
|
|
494
|
+
"object",
|
|
495
|
+
"object graph"
|
|
496
|
+
],
|
|
497
|
+
"support": {
|
|
498
|
+
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
499
|
+
"source": "https://github.com/myclabs/DeepCopy/tree/1.12.1"
|
|
500
|
+
},
|
|
501
|
+
"funding": [
|
|
502
|
+
{
|
|
503
|
+
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
504
|
+
"type": "tidelift"
|
|
505
|
+
}
|
|
506
|
+
],
|
|
507
|
+
"time": "2024-11-08T17:47:46+00:00"
|
|
508
|
+
},
|
|
509
|
+
{
|
|
510
|
+
"name": "nikic/php-parser",
|
|
511
|
+
"version": "v5.4.0",
|
|
512
|
+
"source": {
|
|
513
|
+
"type": "git",
|
|
514
|
+
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
515
|
+
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
|
|
516
|
+
},
|
|
517
|
+
"dist": {
|
|
518
|
+
"type": "zip",
|
|
519
|
+
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
|
|
520
|
+
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
|
|
521
|
+
"shasum": ""
|
|
522
|
+
},
|
|
523
|
+
"require": {
|
|
524
|
+
"ext-ctype": "*",
|
|
525
|
+
"ext-json": "*",
|
|
526
|
+
"ext-tokenizer": "*",
|
|
527
|
+
"php": ">=7.4"
|
|
528
|
+
},
|
|
529
|
+
"require-dev": {
|
|
530
|
+
"ircmaxell/php-yacc": "^0.0.7",
|
|
531
|
+
"phpunit/phpunit": "^9.0"
|
|
532
|
+
},
|
|
533
|
+
"bin": [
|
|
534
|
+
"bin/php-parse"
|
|
535
|
+
],
|
|
536
|
+
"type": "library",
|
|
537
|
+
"extra": {
|
|
538
|
+
"branch-alias": {
|
|
539
|
+
"dev-master": "5.0-dev"
|
|
540
|
+
}
|
|
541
|
+
},
|
|
542
|
+
"autoload": {
|
|
543
|
+
"psr-4": {
|
|
544
|
+
"PhpParser\\": "lib/PhpParser"
|
|
545
|
+
}
|
|
546
|
+
},
|
|
547
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
548
|
+
"license": [
|
|
549
|
+
"BSD-3-Clause"
|
|
550
|
+
],
|
|
551
|
+
"authors": [
|
|
552
|
+
{
|
|
553
|
+
"name": "Nikita Popov"
|
|
554
|
+
}
|
|
555
|
+
],
|
|
556
|
+
"description": "A PHP parser written in PHP",
|
|
557
|
+
"keywords": [
|
|
558
|
+
"parser",
|
|
559
|
+
"php"
|
|
560
|
+
],
|
|
561
|
+
"support": {
|
|
562
|
+
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
563
|
+
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
|
|
564
|
+
},
|
|
565
|
+
"time": "2024-12-30T11:07:19+00:00"
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"name": "phar-io/manifest",
|
|
569
|
+
"version": "2.0.4",
|
|
570
|
+
"source": {
|
|
571
|
+
"type": "git",
|
|
572
|
+
"url": "https://github.com/phar-io/manifest.git",
|
|
573
|
+
"reference": "54750ef60c58e43759730615a392c31c80e23176"
|
|
574
|
+
},
|
|
575
|
+
"dist": {
|
|
576
|
+
"type": "zip",
|
|
577
|
+
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
|
|
578
|
+
"reference": "54750ef60c58e43759730615a392c31c80e23176",
|
|
579
|
+
"shasum": ""
|
|
580
|
+
},
|
|
581
|
+
"require": {
|
|
582
|
+
"ext-dom": "*",
|
|
583
|
+
"ext-libxml": "*",
|
|
584
|
+
"ext-phar": "*",
|
|
585
|
+
"ext-xmlwriter": "*",
|
|
586
|
+
"phar-io/version": "^3.0.1",
|
|
587
|
+
"php": "^7.2 || ^8.0"
|
|
588
|
+
},
|
|
589
|
+
"type": "library",
|
|
590
|
+
"extra": {
|
|
591
|
+
"branch-alias": {
|
|
592
|
+
"dev-master": "2.0.x-dev"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
"autoload": {
|
|
596
|
+
"classmap": [
|
|
597
|
+
"src/"
|
|
598
|
+
]
|
|
599
|
+
},
|
|
600
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
601
|
+
"license": [
|
|
602
|
+
"BSD-3-Clause"
|
|
603
|
+
],
|
|
604
|
+
"authors": [
|
|
605
|
+
{
|
|
606
|
+
"name": "Arne Blankerts",
|
|
607
|
+
"email": "arne@blankerts.de",
|
|
608
|
+
"role": "Developer"
|
|
609
|
+
},
|
|
610
|
+
{
|
|
611
|
+
"name": "Sebastian Heuer",
|
|
612
|
+
"email": "sebastian@phpeople.de",
|
|
613
|
+
"role": "Developer"
|
|
614
|
+
},
|
|
615
|
+
{
|
|
616
|
+
"name": "Sebastian Bergmann",
|
|
617
|
+
"email": "sebastian@phpunit.de",
|
|
618
|
+
"role": "Developer"
|
|
619
|
+
}
|
|
620
|
+
],
|
|
621
|
+
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
|
|
622
|
+
"support": {
|
|
623
|
+
"issues": "https://github.com/phar-io/manifest/issues",
|
|
624
|
+
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
|
|
625
|
+
},
|
|
626
|
+
"funding": [
|
|
627
|
+
{
|
|
628
|
+
"url": "https://github.com/theseer",
|
|
629
|
+
"type": "github"
|
|
630
|
+
}
|
|
631
|
+
],
|
|
632
|
+
"time": "2024-03-03T12:33:53+00:00"
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
"name": "phar-io/version",
|
|
636
|
+
"version": "3.2.1",
|
|
637
|
+
"source": {
|
|
638
|
+
"type": "git",
|
|
639
|
+
"url": "https://github.com/phar-io/version.git",
|
|
640
|
+
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
|
|
641
|
+
},
|
|
642
|
+
"dist": {
|
|
643
|
+
"type": "zip",
|
|
644
|
+
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
645
|
+
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
|
|
646
|
+
"shasum": ""
|
|
647
|
+
},
|
|
648
|
+
"require": {
|
|
649
|
+
"php": "^7.2 || ^8.0"
|
|
650
|
+
},
|
|
651
|
+
"type": "library",
|
|
652
|
+
"autoload": {
|
|
653
|
+
"classmap": [
|
|
654
|
+
"src/"
|
|
655
|
+
]
|
|
656
|
+
},
|
|
657
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
658
|
+
"license": [
|
|
659
|
+
"BSD-3-Clause"
|
|
660
|
+
],
|
|
661
|
+
"authors": [
|
|
662
|
+
{
|
|
663
|
+
"name": "Arne Blankerts",
|
|
664
|
+
"email": "arne@blankerts.de",
|
|
665
|
+
"role": "Developer"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"name": "Sebastian Heuer",
|
|
669
|
+
"email": "sebastian@phpeople.de",
|
|
670
|
+
"role": "Developer"
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"name": "Sebastian Bergmann",
|
|
674
|
+
"email": "sebastian@phpunit.de",
|
|
675
|
+
"role": "Developer"
|
|
676
|
+
}
|
|
677
|
+
],
|
|
678
|
+
"description": "Library for handling version information and constraints",
|
|
679
|
+
"support": {
|
|
680
|
+
"issues": "https://github.com/phar-io/version/issues",
|
|
681
|
+
"source": "https://github.com/phar-io/version/tree/3.2.1"
|
|
682
|
+
},
|
|
683
|
+
"time": "2022-02-21T01:04:05+00:00"
|
|
684
|
+
},
|
|
685
|
+
{
|
|
686
|
+
"name": "phpcompatibility/php-compatibility",
|
|
687
|
+
"version": "9.3.5",
|
|
688
|
+
"source": {
|
|
689
|
+
"type": "git",
|
|
690
|
+
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
|
|
691
|
+
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
|
|
692
|
+
},
|
|
693
|
+
"dist": {
|
|
694
|
+
"type": "zip",
|
|
695
|
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
|
|
696
|
+
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
|
|
697
|
+
"shasum": ""
|
|
698
|
+
},
|
|
699
|
+
"require": {
|
|
700
|
+
"php": ">=5.3",
|
|
701
|
+
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
|
|
702
|
+
},
|
|
703
|
+
"conflict": {
|
|
704
|
+
"squizlabs/php_codesniffer": "2.6.2"
|
|
705
|
+
},
|
|
706
|
+
"require-dev": {
|
|
707
|
+
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
|
|
708
|
+
},
|
|
709
|
+
"suggest": {
|
|
710
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
|
|
711
|
+
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
|
712
|
+
},
|
|
713
|
+
"type": "phpcodesniffer-standard",
|
|
714
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
715
|
+
"license": [
|
|
716
|
+
"LGPL-3.0-or-later"
|
|
717
|
+
],
|
|
718
|
+
"authors": [
|
|
719
|
+
{
|
|
720
|
+
"name": "Wim Godden",
|
|
721
|
+
"homepage": "https://github.com/wimg",
|
|
722
|
+
"role": "lead"
|
|
723
|
+
},
|
|
724
|
+
{
|
|
725
|
+
"name": "Juliette Reinders Folmer",
|
|
726
|
+
"homepage": "https://github.com/jrfnl",
|
|
727
|
+
"role": "lead"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"name": "Contributors",
|
|
731
|
+
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
|
|
732
|
+
}
|
|
733
|
+
],
|
|
734
|
+
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
|
|
735
|
+
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
|
|
736
|
+
"keywords": [
|
|
737
|
+
"compatibility",
|
|
738
|
+
"phpcs",
|
|
739
|
+
"standards"
|
|
740
|
+
],
|
|
741
|
+
"support": {
|
|
742
|
+
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
|
|
743
|
+
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
|
|
744
|
+
},
|
|
745
|
+
"time": "2019-12-27T09:44:58+00:00"
|
|
746
|
+
},
|
|
747
|
+
{
|
|
748
|
+
"name": "phpcompatibility/phpcompatibility-paragonie",
|
|
749
|
+
"version": "1.3.4",
|
|
750
|
+
"source": {
|
|
751
|
+
"type": "git",
|
|
752
|
+
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
|
|
753
|
+
"reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf"
|
|
754
|
+
},
|
|
755
|
+
"dist": {
|
|
756
|
+
"type": "zip",
|
|
757
|
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
|
|
758
|
+
"reference": "244d7b04fc4bc2117c15f5abe23eb933b5f02bbf",
|
|
759
|
+
"shasum": ""
|
|
760
|
+
},
|
|
761
|
+
"require": {
|
|
762
|
+
"phpcompatibility/php-compatibility": "^9.0"
|
|
763
|
+
},
|
|
764
|
+
"require-dev": {
|
|
765
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
|
|
766
|
+
"paragonie/random_compat": "dev-master",
|
|
767
|
+
"paragonie/sodium_compat": "dev-master"
|
|
768
|
+
},
|
|
769
|
+
"suggest": {
|
|
770
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
|
|
771
|
+
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
|
772
|
+
},
|
|
773
|
+
"type": "phpcodesniffer-standard",
|
|
774
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
775
|
+
"license": [
|
|
776
|
+
"LGPL-3.0-or-later"
|
|
777
|
+
],
|
|
778
|
+
"authors": [
|
|
779
|
+
{
|
|
780
|
+
"name": "Wim Godden",
|
|
781
|
+
"role": "lead"
|
|
782
|
+
},
|
|
783
|
+
{
|
|
784
|
+
"name": "Juliette Reinders Folmer",
|
|
785
|
+
"role": "lead"
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"description": "A set of rulesets for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by the Paragonie polyfill libraries.",
|
|
789
|
+
"homepage": "http://phpcompatibility.com/",
|
|
790
|
+
"keywords": [
|
|
791
|
+
"compatibility",
|
|
792
|
+
"paragonie",
|
|
793
|
+
"phpcs",
|
|
794
|
+
"polyfill",
|
|
795
|
+
"standards",
|
|
796
|
+
"static analysis"
|
|
797
|
+
],
|
|
798
|
+
"support": {
|
|
799
|
+
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
|
|
800
|
+
"security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
|
|
801
|
+
"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
|
|
802
|
+
},
|
|
803
|
+
"funding": [
|
|
804
|
+
{
|
|
805
|
+
"url": "https://github.com/PHPCompatibility",
|
|
806
|
+
"type": "github"
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"url": "https://github.com/jrfnl",
|
|
810
|
+
"type": "github"
|
|
811
|
+
},
|
|
812
|
+
{
|
|
813
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
814
|
+
"type": "open_collective"
|
|
815
|
+
},
|
|
816
|
+
{
|
|
817
|
+
"url": "https://thanks.dev/u/gh/phpcompatibility",
|
|
818
|
+
"type": "thanks_dev"
|
|
819
|
+
}
|
|
820
|
+
],
|
|
821
|
+
"time": "2025-09-19T17:43:28+00:00"
|
|
822
|
+
},
|
|
823
|
+
{
|
|
824
|
+
"name": "phpcompatibility/phpcompatibility-wp",
|
|
825
|
+
"version": "2.1.8",
|
|
826
|
+
"source": {
|
|
827
|
+
"type": "git",
|
|
828
|
+
"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
|
|
829
|
+
"reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa"
|
|
830
|
+
},
|
|
831
|
+
"dist": {
|
|
832
|
+
"type": "zip",
|
|
833
|
+
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/7c8d18b4d90dac9e86b0869a608fa09158e168fa",
|
|
834
|
+
"reference": "7c8d18b4d90dac9e86b0869a608fa09158e168fa",
|
|
835
|
+
"shasum": ""
|
|
836
|
+
},
|
|
837
|
+
"require": {
|
|
838
|
+
"phpcompatibility/php-compatibility": "^9.0",
|
|
839
|
+
"phpcompatibility/phpcompatibility-paragonie": "^1.0",
|
|
840
|
+
"squizlabs/php_codesniffer": "^3.3"
|
|
841
|
+
},
|
|
842
|
+
"require-dev": {
|
|
843
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
|
|
844
|
+
},
|
|
845
|
+
"suggest": {
|
|
846
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
|
|
847
|
+
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
|
|
848
|
+
},
|
|
849
|
+
"type": "phpcodesniffer-standard",
|
|
850
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
851
|
+
"license": [
|
|
852
|
+
"LGPL-3.0-or-later"
|
|
853
|
+
],
|
|
854
|
+
"authors": [
|
|
855
|
+
{
|
|
856
|
+
"name": "Wim Godden",
|
|
857
|
+
"role": "lead"
|
|
858
|
+
},
|
|
859
|
+
{
|
|
860
|
+
"name": "Juliette Reinders Folmer",
|
|
861
|
+
"role": "lead"
|
|
862
|
+
}
|
|
863
|
+
],
|
|
864
|
+
"description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
|
|
865
|
+
"homepage": "http://phpcompatibility.com/",
|
|
866
|
+
"keywords": [
|
|
867
|
+
"compatibility",
|
|
868
|
+
"phpcs",
|
|
869
|
+
"standards",
|
|
870
|
+
"static analysis",
|
|
871
|
+
"wordpress"
|
|
872
|
+
],
|
|
873
|
+
"support": {
|
|
874
|
+
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
|
|
875
|
+
"security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy",
|
|
876
|
+
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
|
|
877
|
+
},
|
|
878
|
+
"funding": [
|
|
879
|
+
{
|
|
880
|
+
"url": "https://github.com/PHPCompatibility",
|
|
881
|
+
"type": "github"
|
|
882
|
+
},
|
|
883
|
+
{
|
|
884
|
+
"url": "https://github.com/jrfnl",
|
|
885
|
+
"type": "github"
|
|
886
|
+
},
|
|
887
|
+
{
|
|
888
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
889
|
+
"type": "open_collective"
|
|
890
|
+
},
|
|
891
|
+
{
|
|
892
|
+
"url": "https://thanks.dev/u/gh/phpcompatibility",
|
|
893
|
+
"type": "thanks_dev"
|
|
894
|
+
}
|
|
895
|
+
],
|
|
896
|
+
"time": "2025-10-18T00:05:59+00:00"
|
|
897
|
+
},
|
|
898
|
+
{
|
|
899
|
+
"name": "phpcsstandards/phpcsextra",
|
|
900
|
+
"version": "1.2.1",
|
|
901
|
+
"source": {
|
|
902
|
+
"type": "git",
|
|
903
|
+
"url": "https://github.com/PHPCSStandards/PHPCSExtra.git",
|
|
904
|
+
"reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489"
|
|
905
|
+
},
|
|
906
|
+
"dist": {
|
|
907
|
+
"type": "zip",
|
|
908
|
+
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSExtra/zipball/11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
|
|
909
|
+
"reference": "11d387c6642b6e4acaf0bd9bf5203b8cca1ec489",
|
|
910
|
+
"shasum": ""
|
|
911
|
+
},
|
|
912
|
+
"require": {
|
|
913
|
+
"php": ">=5.4",
|
|
914
|
+
"phpcsstandards/phpcsutils": "^1.0.9",
|
|
915
|
+
"squizlabs/php_codesniffer": "^3.8.0"
|
|
916
|
+
},
|
|
917
|
+
"require-dev": {
|
|
918
|
+
"php-parallel-lint/php-console-highlighter": "^1.0",
|
|
919
|
+
"php-parallel-lint/php-parallel-lint": "^1.3.2",
|
|
920
|
+
"phpcsstandards/phpcsdevcs": "^1.1.6",
|
|
921
|
+
"phpcsstandards/phpcsdevtools": "^1.2.1",
|
|
922
|
+
"phpunit/phpunit": "^4.5 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
923
|
+
},
|
|
924
|
+
"type": "phpcodesniffer-standard",
|
|
925
|
+
"extra": {
|
|
926
|
+
"branch-alias": {
|
|
927
|
+
"dev-stable": "1.x-dev",
|
|
928
|
+
"dev-develop": "1.x-dev"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
932
|
+
"license": [
|
|
933
|
+
"LGPL-3.0-or-later"
|
|
934
|
+
],
|
|
935
|
+
"authors": [
|
|
936
|
+
{
|
|
937
|
+
"name": "Juliette Reinders Folmer",
|
|
938
|
+
"homepage": "https://github.com/jrfnl",
|
|
939
|
+
"role": "lead"
|
|
940
|
+
},
|
|
941
|
+
{
|
|
942
|
+
"name": "Contributors",
|
|
943
|
+
"homepage": "https://github.com/PHPCSStandards/PHPCSExtra/graphs/contributors"
|
|
944
|
+
}
|
|
945
|
+
],
|
|
946
|
+
"description": "A collection of sniffs and standards for use with PHP_CodeSniffer.",
|
|
947
|
+
"keywords": [
|
|
948
|
+
"PHP_CodeSniffer",
|
|
949
|
+
"phpcbf",
|
|
950
|
+
"phpcodesniffer-standard",
|
|
951
|
+
"phpcs",
|
|
952
|
+
"standards",
|
|
953
|
+
"static analysis"
|
|
954
|
+
],
|
|
955
|
+
"support": {
|
|
956
|
+
"issues": "https://github.com/PHPCSStandards/PHPCSExtra/issues",
|
|
957
|
+
"security": "https://github.com/PHPCSStandards/PHPCSExtra/security/policy",
|
|
958
|
+
"source": "https://github.com/PHPCSStandards/PHPCSExtra"
|
|
959
|
+
},
|
|
960
|
+
"funding": [
|
|
961
|
+
{
|
|
962
|
+
"url": "https://github.com/PHPCSStandards",
|
|
963
|
+
"type": "github"
|
|
964
|
+
},
|
|
965
|
+
{
|
|
966
|
+
"url": "https://github.com/jrfnl",
|
|
967
|
+
"type": "github"
|
|
968
|
+
},
|
|
969
|
+
{
|
|
970
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
971
|
+
"type": "open_collective"
|
|
972
|
+
}
|
|
973
|
+
],
|
|
974
|
+
"time": "2023-12-08T16:49:07+00:00"
|
|
975
|
+
},
|
|
976
|
+
{
|
|
977
|
+
"name": "phpcsstandards/phpcsutils",
|
|
978
|
+
"version": "1.0.12",
|
|
979
|
+
"source": {
|
|
980
|
+
"type": "git",
|
|
981
|
+
"url": "https://github.com/PHPCSStandards/PHPCSUtils.git",
|
|
982
|
+
"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c"
|
|
983
|
+
},
|
|
984
|
+
"dist": {
|
|
985
|
+
"type": "zip",
|
|
986
|
+
"url": "https://api.github.com/repos/PHPCSStandards/PHPCSUtils/zipball/87b233b00daf83fb70f40c9a28692be017ea7c6c",
|
|
987
|
+
"reference": "87b233b00daf83fb70f40c9a28692be017ea7c6c",
|
|
988
|
+
"shasum": ""
|
|
989
|
+
},
|
|
990
|
+
"require": {
|
|
991
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.1 || ^0.5 || ^0.6.2 || ^0.7 || ^1.0",
|
|
992
|
+
"php": ">=5.4",
|
|
993
|
+
"squizlabs/php_codesniffer": "^3.10.0 || 4.0.x-dev@dev"
|
|
994
|
+
},
|
|
995
|
+
"require-dev": {
|
|
996
|
+
"ext-filter": "*",
|
|
997
|
+
"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"
|
|
1001
|
+
},
|
|
1002
|
+
"type": "phpcodesniffer-standard",
|
|
1003
|
+
"extra": {
|
|
1004
|
+
"branch-alias": {
|
|
1005
|
+
"dev-stable": "1.x-dev",
|
|
1006
|
+
"dev-develop": "1.x-dev"
|
|
1007
|
+
}
|
|
1008
|
+
},
|
|
1009
|
+
"autoload": {
|
|
1010
|
+
"classmap": [
|
|
1011
|
+
"PHPCSUtils/"
|
|
1012
|
+
]
|
|
1013
|
+
},
|
|
1014
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1015
|
+
"license": [
|
|
1016
|
+
"LGPL-3.0-or-later"
|
|
1017
|
+
],
|
|
1018
|
+
"authors": [
|
|
1019
|
+
{
|
|
1020
|
+
"name": "Juliette Reinders Folmer",
|
|
1021
|
+
"homepage": "https://github.com/jrfnl",
|
|
1022
|
+
"role": "lead"
|
|
1023
|
+
},
|
|
1024
|
+
{
|
|
1025
|
+
"name": "Contributors",
|
|
1026
|
+
"homepage": "https://github.com/PHPCSStandards/PHPCSUtils/graphs/contributors"
|
|
1027
|
+
}
|
|
1028
|
+
],
|
|
1029
|
+
"description": "A suite of utility functions for use with PHP_CodeSniffer",
|
|
1030
|
+
"homepage": "https://phpcsutils.com/",
|
|
1031
|
+
"keywords": [
|
|
1032
|
+
"PHP_CodeSniffer",
|
|
1033
|
+
"phpcbf",
|
|
1034
|
+
"phpcodesniffer-standard",
|
|
1035
|
+
"phpcs",
|
|
1036
|
+
"phpcs3",
|
|
1037
|
+
"standards",
|
|
1038
|
+
"static analysis",
|
|
1039
|
+
"tokens",
|
|
1040
|
+
"utility"
|
|
1041
|
+
],
|
|
1042
|
+
"support": {
|
|
1043
|
+
"docs": "https://phpcsutils.com/",
|
|
1044
|
+
"issues": "https://github.com/PHPCSStandards/PHPCSUtils/issues",
|
|
1045
|
+
"security": "https://github.com/PHPCSStandards/PHPCSUtils/security/policy",
|
|
1046
|
+
"source": "https://github.com/PHPCSStandards/PHPCSUtils"
|
|
1047
|
+
},
|
|
1048
|
+
"funding": [
|
|
1049
|
+
{
|
|
1050
|
+
"url": "https://github.com/PHPCSStandards",
|
|
1051
|
+
"type": "github"
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"url": "https://github.com/jrfnl",
|
|
1055
|
+
"type": "github"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
1059
|
+
"type": "open_collective"
|
|
1060
|
+
}
|
|
1061
|
+
],
|
|
1062
|
+
"time": "2024-05-20T13:34:27+00:00"
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "phpunit/php-code-coverage",
|
|
1066
|
+
"version": "9.2.32",
|
|
1067
|
+
"source": {
|
|
1068
|
+
"type": "git",
|
|
1069
|
+
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
1070
|
+
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
|
|
1071
|
+
},
|
|
1072
|
+
"dist": {
|
|
1073
|
+
"type": "zip",
|
|
1074
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
|
1075
|
+
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
|
1076
|
+
"shasum": ""
|
|
1077
|
+
},
|
|
1078
|
+
"require": {
|
|
1079
|
+
"ext-dom": "*",
|
|
1080
|
+
"ext-libxml": "*",
|
|
1081
|
+
"ext-xmlwriter": "*",
|
|
1082
|
+
"nikic/php-parser": "^4.19.1 || ^5.1.0",
|
|
1083
|
+
"php": ">=7.3",
|
|
1084
|
+
"phpunit/php-file-iterator": "^3.0.6",
|
|
1085
|
+
"phpunit/php-text-template": "^2.0.4",
|
|
1086
|
+
"sebastian/code-unit-reverse-lookup": "^2.0.3",
|
|
1087
|
+
"sebastian/complexity": "^2.0.3",
|
|
1088
|
+
"sebastian/environment": "^5.1.5",
|
|
1089
|
+
"sebastian/lines-of-code": "^1.0.4",
|
|
1090
|
+
"sebastian/version": "^3.0.2",
|
|
1091
|
+
"theseer/tokenizer": "^1.2.3"
|
|
1092
|
+
},
|
|
1093
|
+
"require-dev": {
|
|
1094
|
+
"phpunit/phpunit": "^9.6"
|
|
1095
|
+
},
|
|
1096
|
+
"suggest": {
|
|
1097
|
+
"ext-pcov": "PHP extension that provides line coverage",
|
|
1098
|
+
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
|
1099
|
+
},
|
|
1100
|
+
"type": "library",
|
|
1101
|
+
"extra": {
|
|
1102
|
+
"branch-alias": {
|
|
1103
|
+
"dev-main": "9.2.x-dev"
|
|
1104
|
+
}
|
|
1105
|
+
},
|
|
1106
|
+
"autoload": {
|
|
1107
|
+
"classmap": [
|
|
1108
|
+
"src/"
|
|
1109
|
+
]
|
|
1110
|
+
},
|
|
1111
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1112
|
+
"license": [
|
|
1113
|
+
"BSD-3-Clause"
|
|
1114
|
+
],
|
|
1115
|
+
"authors": [
|
|
1116
|
+
{
|
|
1117
|
+
"name": "Sebastian Bergmann",
|
|
1118
|
+
"email": "sebastian@phpunit.de",
|
|
1119
|
+
"role": "lead"
|
|
1120
|
+
}
|
|
1121
|
+
],
|
|
1122
|
+
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
|
|
1123
|
+
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
|
|
1124
|
+
"keywords": [
|
|
1125
|
+
"coverage",
|
|
1126
|
+
"testing",
|
|
1127
|
+
"xunit"
|
|
1128
|
+
],
|
|
1129
|
+
"support": {
|
|
1130
|
+
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
1131
|
+
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
1132
|
+
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
|
|
1133
|
+
},
|
|
1134
|
+
"funding": [
|
|
1135
|
+
{
|
|
1136
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1137
|
+
"type": "github"
|
|
1138
|
+
}
|
|
1139
|
+
],
|
|
1140
|
+
"time": "2024-08-22T04:23:01+00:00"
|
|
1141
|
+
},
|
|
1142
|
+
{
|
|
1143
|
+
"name": "phpunit/php-file-iterator",
|
|
1144
|
+
"version": "3.0.6",
|
|
1145
|
+
"source": {
|
|
1146
|
+
"type": "git",
|
|
1147
|
+
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
|
|
1148
|
+
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
|
|
1149
|
+
},
|
|
1150
|
+
"dist": {
|
|
1151
|
+
"type": "zip",
|
|
1152
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
|
1153
|
+
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
|
|
1154
|
+
"shasum": ""
|
|
1155
|
+
},
|
|
1156
|
+
"require": {
|
|
1157
|
+
"php": ">=7.3"
|
|
1158
|
+
},
|
|
1159
|
+
"require-dev": {
|
|
1160
|
+
"phpunit/phpunit": "^9.3"
|
|
1161
|
+
},
|
|
1162
|
+
"type": "library",
|
|
1163
|
+
"extra": {
|
|
1164
|
+
"branch-alias": {
|
|
1165
|
+
"dev-master": "3.0-dev"
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"autoload": {
|
|
1169
|
+
"classmap": [
|
|
1170
|
+
"src/"
|
|
1171
|
+
]
|
|
1172
|
+
},
|
|
1173
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1174
|
+
"license": [
|
|
1175
|
+
"BSD-3-Clause"
|
|
1176
|
+
],
|
|
1177
|
+
"authors": [
|
|
1178
|
+
{
|
|
1179
|
+
"name": "Sebastian Bergmann",
|
|
1180
|
+
"email": "sebastian@phpunit.de",
|
|
1181
|
+
"role": "lead"
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
|
|
1185
|
+
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
|
|
1186
|
+
"keywords": [
|
|
1187
|
+
"filesystem",
|
|
1188
|
+
"iterator"
|
|
1189
|
+
],
|
|
1190
|
+
"support": {
|
|
1191
|
+
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
1192
|
+
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
|
|
1193
|
+
},
|
|
1194
|
+
"funding": [
|
|
1195
|
+
{
|
|
1196
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1197
|
+
"type": "github"
|
|
1198
|
+
}
|
|
1199
|
+
],
|
|
1200
|
+
"time": "2021-12-02T12:48:52+00:00"
|
|
1201
|
+
},
|
|
1202
|
+
{
|
|
1203
|
+
"name": "phpunit/php-invoker",
|
|
1204
|
+
"version": "3.1.1",
|
|
1205
|
+
"source": {
|
|
1206
|
+
"type": "git",
|
|
1207
|
+
"url": "https://github.com/sebastianbergmann/php-invoker.git",
|
|
1208
|
+
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
|
|
1209
|
+
},
|
|
1210
|
+
"dist": {
|
|
1211
|
+
"type": "zip",
|
|
1212
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
|
1213
|
+
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
|
|
1214
|
+
"shasum": ""
|
|
1215
|
+
},
|
|
1216
|
+
"require": {
|
|
1217
|
+
"php": ">=7.3"
|
|
1218
|
+
},
|
|
1219
|
+
"require-dev": {
|
|
1220
|
+
"ext-pcntl": "*",
|
|
1221
|
+
"phpunit/phpunit": "^9.3"
|
|
1222
|
+
},
|
|
1223
|
+
"suggest": {
|
|
1224
|
+
"ext-pcntl": "*"
|
|
1225
|
+
},
|
|
1226
|
+
"type": "library",
|
|
1227
|
+
"extra": {
|
|
1228
|
+
"branch-alias": {
|
|
1229
|
+
"dev-master": "3.1-dev"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
"autoload": {
|
|
1233
|
+
"classmap": [
|
|
1234
|
+
"src/"
|
|
1235
|
+
]
|
|
1236
|
+
},
|
|
1237
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1238
|
+
"license": [
|
|
1239
|
+
"BSD-3-Clause"
|
|
1240
|
+
],
|
|
1241
|
+
"authors": [
|
|
1242
|
+
{
|
|
1243
|
+
"name": "Sebastian Bergmann",
|
|
1244
|
+
"email": "sebastian@phpunit.de",
|
|
1245
|
+
"role": "lead"
|
|
1246
|
+
}
|
|
1247
|
+
],
|
|
1248
|
+
"description": "Invoke callables with a timeout",
|
|
1249
|
+
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
|
|
1250
|
+
"keywords": [
|
|
1251
|
+
"process"
|
|
1252
|
+
],
|
|
1253
|
+
"support": {
|
|
1254
|
+
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
|
|
1255
|
+
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
|
|
1256
|
+
},
|
|
1257
|
+
"funding": [
|
|
1258
|
+
{
|
|
1259
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1260
|
+
"type": "github"
|
|
1261
|
+
}
|
|
1262
|
+
],
|
|
1263
|
+
"time": "2020-09-28T05:58:55+00:00"
|
|
1264
|
+
},
|
|
1265
|
+
{
|
|
1266
|
+
"name": "phpunit/php-text-template",
|
|
1267
|
+
"version": "2.0.4",
|
|
1268
|
+
"source": {
|
|
1269
|
+
"type": "git",
|
|
1270
|
+
"url": "https://github.com/sebastianbergmann/php-text-template.git",
|
|
1271
|
+
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
|
|
1272
|
+
},
|
|
1273
|
+
"dist": {
|
|
1274
|
+
"type": "zip",
|
|
1275
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
|
1276
|
+
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
|
|
1277
|
+
"shasum": ""
|
|
1278
|
+
},
|
|
1279
|
+
"require": {
|
|
1280
|
+
"php": ">=7.3"
|
|
1281
|
+
},
|
|
1282
|
+
"require-dev": {
|
|
1283
|
+
"phpunit/phpunit": "^9.3"
|
|
1284
|
+
},
|
|
1285
|
+
"type": "library",
|
|
1286
|
+
"extra": {
|
|
1287
|
+
"branch-alias": {
|
|
1288
|
+
"dev-master": "2.0-dev"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"autoload": {
|
|
1292
|
+
"classmap": [
|
|
1293
|
+
"src/"
|
|
1294
|
+
]
|
|
1295
|
+
},
|
|
1296
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1297
|
+
"license": [
|
|
1298
|
+
"BSD-3-Clause"
|
|
1299
|
+
],
|
|
1300
|
+
"authors": [
|
|
1301
|
+
{
|
|
1302
|
+
"name": "Sebastian Bergmann",
|
|
1303
|
+
"email": "sebastian@phpunit.de",
|
|
1304
|
+
"role": "lead"
|
|
1305
|
+
}
|
|
1306
|
+
],
|
|
1307
|
+
"description": "Simple template engine.",
|
|
1308
|
+
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
|
|
1309
|
+
"keywords": [
|
|
1310
|
+
"template"
|
|
1311
|
+
],
|
|
1312
|
+
"support": {
|
|
1313
|
+
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
1314
|
+
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
|
|
1315
|
+
},
|
|
1316
|
+
"funding": [
|
|
1317
|
+
{
|
|
1318
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1319
|
+
"type": "github"
|
|
1320
|
+
}
|
|
1321
|
+
],
|
|
1322
|
+
"time": "2020-10-26T05:33:50+00:00"
|
|
1323
|
+
},
|
|
1324
|
+
{
|
|
1325
|
+
"name": "phpunit/php-timer",
|
|
1326
|
+
"version": "5.0.3",
|
|
1327
|
+
"source": {
|
|
1328
|
+
"type": "git",
|
|
1329
|
+
"url": "https://github.com/sebastianbergmann/php-timer.git",
|
|
1330
|
+
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
|
|
1331
|
+
},
|
|
1332
|
+
"dist": {
|
|
1333
|
+
"type": "zip",
|
|
1334
|
+
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
|
1335
|
+
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
|
|
1336
|
+
"shasum": ""
|
|
1337
|
+
},
|
|
1338
|
+
"require": {
|
|
1339
|
+
"php": ">=7.3"
|
|
1340
|
+
},
|
|
1341
|
+
"require-dev": {
|
|
1342
|
+
"phpunit/phpunit": "^9.3"
|
|
1343
|
+
},
|
|
1344
|
+
"type": "library",
|
|
1345
|
+
"extra": {
|
|
1346
|
+
"branch-alias": {
|
|
1347
|
+
"dev-master": "5.0-dev"
|
|
1348
|
+
}
|
|
1349
|
+
},
|
|
1350
|
+
"autoload": {
|
|
1351
|
+
"classmap": [
|
|
1352
|
+
"src/"
|
|
1353
|
+
]
|
|
1354
|
+
},
|
|
1355
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1356
|
+
"license": [
|
|
1357
|
+
"BSD-3-Clause"
|
|
1358
|
+
],
|
|
1359
|
+
"authors": [
|
|
1360
|
+
{
|
|
1361
|
+
"name": "Sebastian Bergmann",
|
|
1362
|
+
"email": "sebastian@phpunit.de",
|
|
1363
|
+
"role": "lead"
|
|
1364
|
+
}
|
|
1365
|
+
],
|
|
1366
|
+
"description": "Utility class for timing",
|
|
1367
|
+
"homepage": "https://github.com/sebastianbergmann/php-timer/",
|
|
1368
|
+
"keywords": [
|
|
1369
|
+
"timer"
|
|
1370
|
+
],
|
|
1371
|
+
"support": {
|
|
1372
|
+
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
1373
|
+
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
|
|
1374
|
+
},
|
|
1375
|
+
"funding": [
|
|
1376
|
+
{
|
|
1377
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1378
|
+
"type": "github"
|
|
1379
|
+
}
|
|
1380
|
+
],
|
|
1381
|
+
"time": "2020-10-26T13:16:10+00:00"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"name": "phpunit/phpunit",
|
|
1385
|
+
"version": "9.6.22",
|
|
1386
|
+
"source": {
|
|
1387
|
+
"type": "git",
|
|
1388
|
+
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
1389
|
+
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
|
|
1390
|
+
},
|
|
1391
|
+
"dist": {
|
|
1392
|
+
"type": "zip",
|
|
1393
|
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
|
1394
|
+
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
|
1395
|
+
"shasum": ""
|
|
1396
|
+
},
|
|
1397
|
+
"require": {
|
|
1398
|
+
"doctrine/instantiator": "^1.5.0 || ^2",
|
|
1399
|
+
"ext-dom": "*",
|
|
1400
|
+
"ext-json": "*",
|
|
1401
|
+
"ext-libxml": "*",
|
|
1402
|
+
"ext-mbstring": "*",
|
|
1403
|
+
"ext-xml": "*",
|
|
1404
|
+
"ext-xmlwriter": "*",
|
|
1405
|
+
"myclabs/deep-copy": "^1.12.1",
|
|
1406
|
+
"phar-io/manifest": "^2.0.4",
|
|
1407
|
+
"phar-io/version": "^3.2.1",
|
|
1408
|
+
"php": ">=7.3",
|
|
1409
|
+
"phpunit/php-code-coverage": "^9.2.32",
|
|
1410
|
+
"phpunit/php-file-iterator": "^3.0.6",
|
|
1411
|
+
"phpunit/php-invoker": "^3.1.1",
|
|
1412
|
+
"phpunit/php-text-template": "^2.0.4",
|
|
1413
|
+
"phpunit/php-timer": "^5.0.3",
|
|
1414
|
+
"sebastian/cli-parser": "^1.0.2",
|
|
1415
|
+
"sebastian/code-unit": "^1.0.8",
|
|
1416
|
+
"sebastian/comparator": "^4.0.8",
|
|
1417
|
+
"sebastian/diff": "^4.0.6",
|
|
1418
|
+
"sebastian/environment": "^5.1.5",
|
|
1419
|
+
"sebastian/exporter": "^4.0.6",
|
|
1420
|
+
"sebastian/global-state": "^5.0.7",
|
|
1421
|
+
"sebastian/object-enumerator": "^4.0.4",
|
|
1422
|
+
"sebastian/resource-operations": "^3.0.4",
|
|
1423
|
+
"sebastian/type": "^3.2.1",
|
|
1424
|
+
"sebastian/version": "^3.0.2"
|
|
1425
|
+
},
|
|
1426
|
+
"suggest": {
|
|
1427
|
+
"ext-soap": "To be able to generate mocks based on WSDL files",
|
|
1428
|
+
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
|
|
1429
|
+
},
|
|
1430
|
+
"bin": [
|
|
1431
|
+
"phpunit"
|
|
1432
|
+
],
|
|
1433
|
+
"type": "library",
|
|
1434
|
+
"extra": {
|
|
1435
|
+
"branch-alias": {
|
|
1436
|
+
"dev-master": "9.6-dev"
|
|
1437
|
+
}
|
|
1438
|
+
},
|
|
1439
|
+
"autoload": {
|
|
1440
|
+
"files": [
|
|
1441
|
+
"src/Framework/Assert/Functions.php"
|
|
1442
|
+
],
|
|
1443
|
+
"classmap": [
|
|
1444
|
+
"src/"
|
|
1445
|
+
]
|
|
1446
|
+
},
|
|
1447
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1448
|
+
"license": [
|
|
1449
|
+
"BSD-3-Clause"
|
|
1450
|
+
],
|
|
1451
|
+
"authors": [
|
|
1452
|
+
{
|
|
1453
|
+
"name": "Sebastian Bergmann",
|
|
1454
|
+
"email": "sebastian@phpunit.de",
|
|
1455
|
+
"role": "lead"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"description": "The PHP Unit Testing framework.",
|
|
1459
|
+
"homepage": "https://phpunit.de/",
|
|
1460
|
+
"keywords": [
|
|
1461
|
+
"phpunit",
|
|
1462
|
+
"testing",
|
|
1463
|
+
"xunit"
|
|
1464
|
+
],
|
|
1465
|
+
"support": {
|
|
1466
|
+
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
1467
|
+
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
1468
|
+
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
|
|
1469
|
+
},
|
|
1470
|
+
"funding": [
|
|
1471
|
+
{
|
|
1472
|
+
"url": "https://phpunit.de/sponsors.html",
|
|
1473
|
+
"type": "custom"
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1477
|
+
"type": "github"
|
|
1478
|
+
},
|
|
1479
|
+
{
|
|
1480
|
+
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
|
|
1481
|
+
"type": "tidelift"
|
|
1482
|
+
}
|
|
1483
|
+
],
|
|
1484
|
+
"time": "2024-12-05T13:48:26+00:00"
|
|
1485
|
+
},
|
|
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
|
+
{
|
|
1535
|
+
"name": "sebastian/cli-parser",
|
|
1536
|
+
"version": "1.0.2",
|
|
1537
|
+
"source": {
|
|
1538
|
+
"type": "git",
|
|
1539
|
+
"url": "https://github.com/sebastianbergmann/cli-parser.git",
|
|
1540
|
+
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
|
|
1541
|
+
},
|
|
1542
|
+
"dist": {
|
|
1543
|
+
"type": "zip",
|
|
1544
|
+
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
|
1545
|
+
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
|
|
1546
|
+
"shasum": ""
|
|
1547
|
+
},
|
|
1548
|
+
"require": {
|
|
1549
|
+
"php": ">=7.3"
|
|
1550
|
+
},
|
|
1551
|
+
"require-dev": {
|
|
1552
|
+
"phpunit/phpunit": "^9.3"
|
|
1553
|
+
},
|
|
1554
|
+
"type": "library",
|
|
1555
|
+
"extra": {
|
|
1556
|
+
"branch-alias": {
|
|
1557
|
+
"dev-master": "1.0-dev"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"autoload": {
|
|
1561
|
+
"classmap": [
|
|
1562
|
+
"src/"
|
|
1563
|
+
]
|
|
1564
|
+
},
|
|
1565
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1566
|
+
"license": [
|
|
1567
|
+
"BSD-3-Clause"
|
|
1568
|
+
],
|
|
1569
|
+
"authors": [
|
|
1570
|
+
{
|
|
1571
|
+
"name": "Sebastian Bergmann",
|
|
1572
|
+
"email": "sebastian@phpunit.de",
|
|
1573
|
+
"role": "lead"
|
|
1574
|
+
}
|
|
1575
|
+
],
|
|
1576
|
+
"description": "Library for parsing CLI options",
|
|
1577
|
+
"homepage": "https://github.com/sebastianbergmann/cli-parser",
|
|
1578
|
+
"support": {
|
|
1579
|
+
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
|
|
1580
|
+
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
|
|
1581
|
+
},
|
|
1582
|
+
"funding": [
|
|
1583
|
+
{
|
|
1584
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1585
|
+
"type": "github"
|
|
1586
|
+
}
|
|
1587
|
+
],
|
|
1588
|
+
"time": "2024-03-02T06:27:43+00:00"
|
|
1589
|
+
},
|
|
1590
|
+
{
|
|
1591
|
+
"name": "sebastian/code-unit",
|
|
1592
|
+
"version": "1.0.8",
|
|
1593
|
+
"source": {
|
|
1594
|
+
"type": "git",
|
|
1595
|
+
"url": "https://github.com/sebastianbergmann/code-unit.git",
|
|
1596
|
+
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
|
|
1597
|
+
},
|
|
1598
|
+
"dist": {
|
|
1599
|
+
"type": "zip",
|
|
1600
|
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
|
1601
|
+
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
|
|
1602
|
+
"shasum": ""
|
|
1603
|
+
},
|
|
1604
|
+
"require": {
|
|
1605
|
+
"php": ">=7.3"
|
|
1606
|
+
},
|
|
1607
|
+
"require-dev": {
|
|
1608
|
+
"phpunit/phpunit": "^9.3"
|
|
1609
|
+
},
|
|
1610
|
+
"type": "library",
|
|
1611
|
+
"extra": {
|
|
1612
|
+
"branch-alias": {
|
|
1613
|
+
"dev-master": "1.0-dev"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
"autoload": {
|
|
1617
|
+
"classmap": [
|
|
1618
|
+
"src/"
|
|
1619
|
+
]
|
|
1620
|
+
},
|
|
1621
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1622
|
+
"license": [
|
|
1623
|
+
"BSD-3-Clause"
|
|
1624
|
+
],
|
|
1625
|
+
"authors": [
|
|
1626
|
+
{
|
|
1627
|
+
"name": "Sebastian Bergmann",
|
|
1628
|
+
"email": "sebastian@phpunit.de",
|
|
1629
|
+
"role": "lead"
|
|
1630
|
+
}
|
|
1631
|
+
],
|
|
1632
|
+
"description": "Collection of value objects that represent the PHP code units",
|
|
1633
|
+
"homepage": "https://github.com/sebastianbergmann/code-unit",
|
|
1634
|
+
"support": {
|
|
1635
|
+
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
|
|
1636
|
+
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
|
|
1637
|
+
},
|
|
1638
|
+
"funding": [
|
|
1639
|
+
{
|
|
1640
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1641
|
+
"type": "github"
|
|
1642
|
+
}
|
|
1643
|
+
],
|
|
1644
|
+
"time": "2020-10-26T13:08:54+00:00"
|
|
1645
|
+
},
|
|
1646
|
+
{
|
|
1647
|
+
"name": "sebastian/code-unit-reverse-lookup",
|
|
1648
|
+
"version": "2.0.3",
|
|
1649
|
+
"source": {
|
|
1650
|
+
"type": "git",
|
|
1651
|
+
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
|
|
1652
|
+
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
|
|
1653
|
+
},
|
|
1654
|
+
"dist": {
|
|
1655
|
+
"type": "zip",
|
|
1656
|
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
|
1657
|
+
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
|
|
1658
|
+
"shasum": ""
|
|
1659
|
+
},
|
|
1660
|
+
"require": {
|
|
1661
|
+
"php": ">=7.3"
|
|
1662
|
+
},
|
|
1663
|
+
"require-dev": {
|
|
1664
|
+
"phpunit/phpunit": "^9.3"
|
|
1665
|
+
},
|
|
1666
|
+
"type": "library",
|
|
1667
|
+
"extra": {
|
|
1668
|
+
"branch-alias": {
|
|
1669
|
+
"dev-master": "2.0-dev"
|
|
1670
|
+
}
|
|
1671
|
+
},
|
|
1672
|
+
"autoload": {
|
|
1673
|
+
"classmap": [
|
|
1674
|
+
"src/"
|
|
1675
|
+
]
|
|
1676
|
+
},
|
|
1677
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1678
|
+
"license": [
|
|
1679
|
+
"BSD-3-Clause"
|
|
1680
|
+
],
|
|
1681
|
+
"authors": [
|
|
1682
|
+
{
|
|
1683
|
+
"name": "Sebastian Bergmann",
|
|
1684
|
+
"email": "sebastian@phpunit.de"
|
|
1685
|
+
}
|
|
1686
|
+
],
|
|
1687
|
+
"description": "Looks up which function or method a line of code belongs to",
|
|
1688
|
+
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
1689
|
+
"support": {
|
|
1690
|
+
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
1691
|
+
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
|
|
1692
|
+
},
|
|
1693
|
+
"funding": [
|
|
1694
|
+
{
|
|
1695
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1696
|
+
"type": "github"
|
|
1697
|
+
}
|
|
1698
|
+
],
|
|
1699
|
+
"time": "2020-09-28T05:30:19+00:00"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"name": "sebastian/comparator",
|
|
1703
|
+
"version": "4.0.8",
|
|
1704
|
+
"source": {
|
|
1705
|
+
"type": "git",
|
|
1706
|
+
"url": "https://github.com/sebastianbergmann/comparator.git",
|
|
1707
|
+
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
|
|
1708
|
+
},
|
|
1709
|
+
"dist": {
|
|
1710
|
+
"type": "zip",
|
|
1711
|
+
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
|
|
1712
|
+
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
|
|
1713
|
+
"shasum": ""
|
|
1714
|
+
},
|
|
1715
|
+
"require": {
|
|
1716
|
+
"php": ">=7.3",
|
|
1717
|
+
"sebastian/diff": "^4.0",
|
|
1718
|
+
"sebastian/exporter": "^4.0"
|
|
1719
|
+
},
|
|
1720
|
+
"require-dev": {
|
|
1721
|
+
"phpunit/phpunit": "^9.3"
|
|
1722
|
+
},
|
|
1723
|
+
"type": "library",
|
|
1724
|
+
"extra": {
|
|
1725
|
+
"branch-alias": {
|
|
1726
|
+
"dev-master": "4.0-dev"
|
|
1727
|
+
}
|
|
1728
|
+
},
|
|
1729
|
+
"autoload": {
|
|
1730
|
+
"classmap": [
|
|
1731
|
+
"src/"
|
|
1732
|
+
]
|
|
1733
|
+
},
|
|
1734
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1735
|
+
"license": [
|
|
1736
|
+
"BSD-3-Clause"
|
|
1737
|
+
],
|
|
1738
|
+
"authors": [
|
|
1739
|
+
{
|
|
1740
|
+
"name": "Sebastian Bergmann",
|
|
1741
|
+
"email": "sebastian@phpunit.de"
|
|
1742
|
+
},
|
|
1743
|
+
{
|
|
1744
|
+
"name": "Jeff Welch",
|
|
1745
|
+
"email": "whatthejeff@gmail.com"
|
|
1746
|
+
},
|
|
1747
|
+
{
|
|
1748
|
+
"name": "Volker Dusch",
|
|
1749
|
+
"email": "github@wallbash.com"
|
|
1750
|
+
},
|
|
1751
|
+
{
|
|
1752
|
+
"name": "Bernhard Schussek",
|
|
1753
|
+
"email": "bschussek@2bepublished.at"
|
|
1754
|
+
}
|
|
1755
|
+
],
|
|
1756
|
+
"description": "Provides the functionality to compare PHP values for equality",
|
|
1757
|
+
"homepage": "https://github.com/sebastianbergmann/comparator",
|
|
1758
|
+
"keywords": [
|
|
1759
|
+
"comparator",
|
|
1760
|
+
"compare",
|
|
1761
|
+
"equality"
|
|
1762
|
+
],
|
|
1763
|
+
"support": {
|
|
1764
|
+
"issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
1765
|
+
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
|
|
1766
|
+
},
|
|
1767
|
+
"funding": [
|
|
1768
|
+
{
|
|
1769
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1770
|
+
"type": "github"
|
|
1771
|
+
}
|
|
1772
|
+
],
|
|
1773
|
+
"time": "2022-09-14T12:41:17+00:00"
|
|
1774
|
+
},
|
|
1775
|
+
{
|
|
1776
|
+
"name": "sebastian/complexity",
|
|
1777
|
+
"version": "2.0.3",
|
|
1778
|
+
"source": {
|
|
1779
|
+
"type": "git",
|
|
1780
|
+
"url": "https://github.com/sebastianbergmann/complexity.git",
|
|
1781
|
+
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
|
|
1782
|
+
},
|
|
1783
|
+
"dist": {
|
|
1784
|
+
"type": "zip",
|
|
1785
|
+
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
|
|
1786
|
+
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
|
|
1787
|
+
"shasum": ""
|
|
1788
|
+
},
|
|
1789
|
+
"require": {
|
|
1790
|
+
"nikic/php-parser": "^4.18 || ^5.0",
|
|
1791
|
+
"php": ">=7.3"
|
|
1792
|
+
},
|
|
1793
|
+
"require-dev": {
|
|
1794
|
+
"phpunit/phpunit": "^9.3"
|
|
1795
|
+
},
|
|
1796
|
+
"type": "library",
|
|
1797
|
+
"extra": {
|
|
1798
|
+
"branch-alias": {
|
|
1799
|
+
"dev-master": "2.0-dev"
|
|
1800
|
+
}
|
|
1801
|
+
},
|
|
1802
|
+
"autoload": {
|
|
1803
|
+
"classmap": [
|
|
1804
|
+
"src/"
|
|
1805
|
+
]
|
|
1806
|
+
},
|
|
1807
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1808
|
+
"license": [
|
|
1809
|
+
"BSD-3-Clause"
|
|
1810
|
+
],
|
|
1811
|
+
"authors": [
|
|
1812
|
+
{
|
|
1813
|
+
"name": "Sebastian Bergmann",
|
|
1814
|
+
"email": "sebastian@phpunit.de",
|
|
1815
|
+
"role": "lead"
|
|
1816
|
+
}
|
|
1817
|
+
],
|
|
1818
|
+
"description": "Library for calculating the complexity of PHP code units",
|
|
1819
|
+
"homepage": "https://github.com/sebastianbergmann/complexity",
|
|
1820
|
+
"support": {
|
|
1821
|
+
"issues": "https://github.com/sebastianbergmann/complexity/issues",
|
|
1822
|
+
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
|
|
1823
|
+
},
|
|
1824
|
+
"funding": [
|
|
1825
|
+
{
|
|
1826
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1827
|
+
"type": "github"
|
|
1828
|
+
}
|
|
1829
|
+
],
|
|
1830
|
+
"time": "2023-12-22T06:19:30+00:00"
|
|
1831
|
+
},
|
|
1832
|
+
{
|
|
1833
|
+
"name": "sebastian/diff",
|
|
1834
|
+
"version": "4.0.6",
|
|
1835
|
+
"source": {
|
|
1836
|
+
"type": "git",
|
|
1837
|
+
"url": "https://github.com/sebastianbergmann/diff.git",
|
|
1838
|
+
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
|
|
1839
|
+
},
|
|
1840
|
+
"dist": {
|
|
1841
|
+
"type": "zip",
|
|
1842
|
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
|
1843
|
+
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
|
|
1844
|
+
"shasum": ""
|
|
1845
|
+
},
|
|
1846
|
+
"require": {
|
|
1847
|
+
"php": ">=7.3"
|
|
1848
|
+
},
|
|
1849
|
+
"require-dev": {
|
|
1850
|
+
"phpunit/phpunit": "^9.3",
|
|
1851
|
+
"symfony/process": "^4.2 || ^5"
|
|
1852
|
+
},
|
|
1853
|
+
"type": "library",
|
|
1854
|
+
"extra": {
|
|
1855
|
+
"branch-alias": {
|
|
1856
|
+
"dev-master": "4.0-dev"
|
|
1857
|
+
}
|
|
1858
|
+
},
|
|
1859
|
+
"autoload": {
|
|
1860
|
+
"classmap": [
|
|
1861
|
+
"src/"
|
|
1862
|
+
]
|
|
1863
|
+
},
|
|
1864
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1865
|
+
"license": [
|
|
1866
|
+
"BSD-3-Clause"
|
|
1867
|
+
],
|
|
1868
|
+
"authors": [
|
|
1869
|
+
{
|
|
1870
|
+
"name": "Sebastian Bergmann",
|
|
1871
|
+
"email": "sebastian@phpunit.de"
|
|
1872
|
+
},
|
|
1873
|
+
{
|
|
1874
|
+
"name": "Kore Nordmann",
|
|
1875
|
+
"email": "mail@kore-nordmann.de"
|
|
1876
|
+
}
|
|
1877
|
+
],
|
|
1878
|
+
"description": "Diff implementation",
|
|
1879
|
+
"homepage": "https://github.com/sebastianbergmann/diff",
|
|
1880
|
+
"keywords": [
|
|
1881
|
+
"diff",
|
|
1882
|
+
"udiff",
|
|
1883
|
+
"unidiff",
|
|
1884
|
+
"unified diff"
|
|
1885
|
+
],
|
|
1886
|
+
"support": {
|
|
1887
|
+
"issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
1888
|
+
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
|
|
1889
|
+
},
|
|
1890
|
+
"funding": [
|
|
1891
|
+
{
|
|
1892
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1893
|
+
"type": "github"
|
|
1894
|
+
}
|
|
1895
|
+
],
|
|
1896
|
+
"time": "2024-03-02T06:30:58+00:00"
|
|
1897
|
+
},
|
|
1898
|
+
{
|
|
1899
|
+
"name": "sebastian/environment",
|
|
1900
|
+
"version": "5.1.5",
|
|
1901
|
+
"source": {
|
|
1902
|
+
"type": "git",
|
|
1903
|
+
"url": "https://github.com/sebastianbergmann/environment.git",
|
|
1904
|
+
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
|
|
1905
|
+
},
|
|
1906
|
+
"dist": {
|
|
1907
|
+
"type": "zip",
|
|
1908
|
+
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
|
1909
|
+
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
|
|
1910
|
+
"shasum": ""
|
|
1911
|
+
},
|
|
1912
|
+
"require": {
|
|
1913
|
+
"php": ">=7.3"
|
|
1914
|
+
},
|
|
1915
|
+
"require-dev": {
|
|
1916
|
+
"phpunit/phpunit": "^9.3"
|
|
1917
|
+
},
|
|
1918
|
+
"suggest": {
|
|
1919
|
+
"ext-posix": "*"
|
|
1920
|
+
},
|
|
1921
|
+
"type": "library",
|
|
1922
|
+
"extra": {
|
|
1923
|
+
"branch-alias": {
|
|
1924
|
+
"dev-master": "5.1-dev"
|
|
1925
|
+
}
|
|
1926
|
+
},
|
|
1927
|
+
"autoload": {
|
|
1928
|
+
"classmap": [
|
|
1929
|
+
"src/"
|
|
1930
|
+
]
|
|
1931
|
+
},
|
|
1932
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1933
|
+
"license": [
|
|
1934
|
+
"BSD-3-Clause"
|
|
1935
|
+
],
|
|
1936
|
+
"authors": [
|
|
1937
|
+
{
|
|
1938
|
+
"name": "Sebastian Bergmann",
|
|
1939
|
+
"email": "sebastian@phpunit.de"
|
|
1940
|
+
}
|
|
1941
|
+
],
|
|
1942
|
+
"description": "Provides functionality to handle HHVM/PHP environments",
|
|
1943
|
+
"homepage": "http://www.github.com/sebastianbergmann/environment",
|
|
1944
|
+
"keywords": [
|
|
1945
|
+
"Xdebug",
|
|
1946
|
+
"environment",
|
|
1947
|
+
"hhvm"
|
|
1948
|
+
],
|
|
1949
|
+
"support": {
|
|
1950
|
+
"issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
1951
|
+
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
|
|
1952
|
+
},
|
|
1953
|
+
"funding": [
|
|
1954
|
+
{
|
|
1955
|
+
"url": "https://github.com/sebastianbergmann",
|
|
1956
|
+
"type": "github"
|
|
1957
|
+
}
|
|
1958
|
+
],
|
|
1959
|
+
"time": "2023-02-03T06:03:51+00:00"
|
|
1960
|
+
},
|
|
1961
|
+
{
|
|
1962
|
+
"name": "sebastian/exporter",
|
|
1963
|
+
"version": "4.0.6",
|
|
1964
|
+
"source": {
|
|
1965
|
+
"type": "git",
|
|
1966
|
+
"url": "https://github.com/sebastianbergmann/exporter.git",
|
|
1967
|
+
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
|
|
1968
|
+
},
|
|
1969
|
+
"dist": {
|
|
1970
|
+
"type": "zip",
|
|
1971
|
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
|
|
1972
|
+
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
|
|
1973
|
+
"shasum": ""
|
|
1974
|
+
},
|
|
1975
|
+
"require": {
|
|
1976
|
+
"php": ">=7.3",
|
|
1977
|
+
"sebastian/recursion-context": "^4.0"
|
|
1978
|
+
},
|
|
1979
|
+
"require-dev": {
|
|
1980
|
+
"ext-mbstring": "*",
|
|
1981
|
+
"phpunit/phpunit": "^9.3"
|
|
1982
|
+
},
|
|
1983
|
+
"type": "library",
|
|
1984
|
+
"extra": {
|
|
1985
|
+
"branch-alias": {
|
|
1986
|
+
"dev-master": "4.0-dev"
|
|
1987
|
+
}
|
|
1988
|
+
},
|
|
1989
|
+
"autoload": {
|
|
1990
|
+
"classmap": [
|
|
1991
|
+
"src/"
|
|
1992
|
+
]
|
|
1993
|
+
},
|
|
1994
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
1995
|
+
"license": [
|
|
1996
|
+
"BSD-3-Clause"
|
|
1997
|
+
],
|
|
1998
|
+
"authors": [
|
|
1999
|
+
{
|
|
2000
|
+
"name": "Sebastian Bergmann",
|
|
2001
|
+
"email": "sebastian@phpunit.de"
|
|
2002
|
+
},
|
|
2003
|
+
{
|
|
2004
|
+
"name": "Jeff Welch",
|
|
2005
|
+
"email": "whatthejeff@gmail.com"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"name": "Volker Dusch",
|
|
2009
|
+
"email": "github@wallbash.com"
|
|
2010
|
+
},
|
|
2011
|
+
{
|
|
2012
|
+
"name": "Adam Harvey",
|
|
2013
|
+
"email": "aharvey@php.net"
|
|
2014
|
+
},
|
|
2015
|
+
{
|
|
2016
|
+
"name": "Bernhard Schussek",
|
|
2017
|
+
"email": "bschussek@gmail.com"
|
|
2018
|
+
}
|
|
2019
|
+
],
|
|
2020
|
+
"description": "Provides the functionality to export PHP variables for visualization",
|
|
2021
|
+
"homepage": "https://www.github.com/sebastianbergmann/exporter",
|
|
2022
|
+
"keywords": [
|
|
2023
|
+
"export",
|
|
2024
|
+
"exporter"
|
|
2025
|
+
],
|
|
2026
|
+
"support": {
|
|
2027
|
+
"issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
2028
|
+
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
|
|
2029
|
+
},
|
|
2030
|
+
"funding": [
|
|
2031
|
+
{
|
|
2032
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2033
|
+
"type": "github"
|
|
2034
|
+
}
|
|
2035
|
+
],
|
|
2036
|
+
"time": "2024-03-02T06:33:00+00:00"
|
|
2037
|
+
},
|
|
2038
|
+
{
|
|
2039
|
+
"name": "sebastian/global-state",
|
|
2040
|
+
"version": "5.0.7",
|
|
2041
|
+
"source": {
|
|
2042
|
+
"type": "git",
|
|
2043
|
+
"url": "https://github.com/sebastianbergmann/global-state.git",
|
|
2044
|
+
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
|
|
2045
|
+
},
|
|
2046
|
+
"dist": {
|
|
2047
|
+
"type": "zip",
|
|
2048
|
+
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
|
2049
|
+
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
|
|
2050
|
+
"shasum": ""
|
|
2051
|
+
},
|
|
2052
|
+
"require": {
|
|
2053
|
+
"php": ">=7.3",
|
|
2054
|
+
"sebastian/object-reflector": "^2.0",
|
|
2055
|
+
"sebastian/recursion-context": "^4.0"
|
|
2056
|
+
},
|
|
2057
|
+
"require-dev": {
|
|
2058
|
+
"ext-dom": "*",
|
|
2059
|
+
"phpunit/phpunit": "^9.3"
|
|
2060
|
+
},
|
|
2061
|
+
"suggest": {
|
|
2062
|
+
"ext-uopz": "*"
|
|
2063
|
+
},
|
|
2064
|
+
"type": "library",
|
|
2065
|
+
"extra": {
|
|
2066
|
+
"branch-alias": {
|
|
2067
|
+
"dev-master": "5.0-dev"
|
|
2068
|
+
}
|
|
2069
|
+
},
|
|
2070
|
+
"autoload": {
|
|
2071
|
+
"classmap": [
|
|
2072
|
+
"src/"
|
|
2073
|
+
]
|
|
2074
|
+
},
|
|
2075
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2076
|
+
"license": [
|
|
2077
|
+
"BSD-3-Clause"
|
|
2078
|
+
],
|
|
2079
|
+
"authors": [
|
|
2080
|
+
{
|
|
2081
|
+
"name": "Sebastian Bergmann",
|
|
2082
|
+
"email": "sebastian@phpunit.de"
|
|
2083
|
+
}
|
|
2084
|
+
],
|
|
2085
|
+
"description": "Snapshotting of global state",
|
|
2086
|
+
"homepage": "http://www.github.com/sebastianbergmann/global-state",
|
|
2087
|
+
"keywords": [
|
|
2088
|
+
"global state"
|
|
2089
|
+
],
|
|
2090
|
+
"support": {
|
|
2091
|
+
"issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
2092
|
+
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
|
|
2093
|
+
},
|
|
2094
|
+
"funding": [
|
|
2095
|
+
{
|
|
2096
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2097
|
+
"type": "github"
|
|
2098
|
+
}
|
|
2099
|
+
],
|
|
2100
|
+
"time": "2024-03-02T06:35:11+00:00"
|
|
2101
|
+
},
|
|
2102
|
+
{
|
|
2103
|
+
"name": "sebastian/lines-of-code",
|
|
2104
|
+
"version": "1.0.4",
|
|
2105
|
+
"source": {
|
|
2106
|
+
"type": "git",
|
|
2107
|
+
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
|
|
2108
|
+
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
|
|
2109
|
+
},
|
|
2110
|
+
"dist": {
|
|
2111
|
+
"type": "zip",
|
|
2112
|
+
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
|
|
2113
|
+
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
|
|
2114
|
+
"shasum": ""
|
|
2115
|
+
},
|
|
2116
|
+
"require": {
|
|
2117
|
+
"nikic/php-parser": "^4.18 || ^5.0",
|
|
2118
|
+
"php": ">=7.3"
|
|
2119
|
+
},
|
|
2120
|
+
"require-dev": {
|
|
2121
|
+
"phpunit/phpunit": "^9.3"
|
|
2122
|
+
},
|
|
2123
|
+
"type": "library",
|
|
2124
|
+
"extra": {
|
|
2125
|
+
"branch-alias": {
|
|
2126
|
+
"dev-master": "1.0-dev"
|
|
2127
|
+
}
|
|
2128
|
+
},
|
|
2129
|
+
"autoload": {
|
|
2130
|
+
"classmap": [
|
|
2131
|
+
"src/"
|
|
2132
|
+
]
|
|
2133
|
+
},
|
|
2134
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2135
|
+
"license": [
|
|
2136
|
+
"BSD-3-Clause"
|
|
2137
|
+
],
|
|
2138
|
+
"authors": [
|
|
2139
|
+
{
|
|
2140
|
+
"name": "Sebastian Bergmann",
|
|
2141
|
+
"email": "sebastian@phpunit.de",
|
|
2142
|
+
"role": "lead"
|
|
2143
|
+
}
|
|
2144
|
+
],
|
|
2145
|
+
"description": "Library for counting the lines of code in PHP source code",
|
|
2146
|
+
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
|
|
2147
|
+
"support": {
|
|
2148
|
+
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
|
|
2149
|
+
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
|
|
2150
|
+
},
|
|
2151
|
+
"funding": [
|
|
2152
|
+
{
|
|
2153
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2154
|
+
"type": "github"
|
|
2155
|
+
}
|
|
2156
|
+
],
|
|
2157
|
+
"time": "2023-12-22T06:20:34+00:00"
|
|
2158
|
+
},
|
|
2159
|
+
{
|
|
2160
|
+
"name": "sebastian/object-enumerator",
|
|
2161
|
+
"version": "4.0.4",
|
|
2162
|
+
"source": {
|
|
2163
|
+
"type": "git",
|
|
2164
|
+
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
|
|
2165
|
+
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
|
|
2166
|
+
},
|
|
2167
|
+
"dist": {
|
|
2168
|
+
"type": "zip",
|
|
2169
|
+
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
|
|
2170
|
+
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
|
|
2171
|
+
"shasum": ""
|
|
2172
|
+
},
|
|
2173
|
+
"require": {
|
|
2174
|
+
"php": ">=7.3",
|
|
2175
|
+
"sebastian/object-reflector": "^2.0",
|
|
2176
|
+
"sebastian/recursion-context": "^4.0"
|
|
2177
|
+
},
|
|
2178
|
+
"require-dev": {
|
|
2179
|
+
"phpunit/phpunit": "^9.3"
|
|
2180
|
+
},
|
|
2181
|
+
"type": "library",
|
|
2182
|
+
"extra": {
|
|
2183
|
+
"branch-alias": {
|
|
2184
|
+
"dev-master": "4.0-dev"
|
|
2185
|
+
}
|
|
2186
|
+
},
|
|
2187
|
+
"autoload": {
|
|
2188
|
+
"classmap": [
|
|
2189
|
+
"src/"
|
|
2190
|
+
]
|
|
2191
|
+
},
|
|
2192
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2193
|
+
"license": [
|
|
2194
|
+
"BSD-3-Clause"
|
|
2195
|
+
],
|
|
2196
|
+
"authors": [
|
|
2197
|
+
{
|
|
2198
|
+
"name": "Sebastian Bergmann",
|
|
2199
|
+
"email": "sebastian@phpunit.de"
|
|
2200
|
+
}
|
|
2201
|
+
],
|
|
2202
|
+
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
2203
|
+
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
2204
|
+
"support": {
|
|
2205
|
+
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
|
2206
|
+
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
|
|
2207
|
+
},
|
|
2208
|
+
"funding": [
|
|
2209
|
+
{
|
|
2210
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2211
|
+
"type": "github"
|
|
2212
|
+
}
|
|
2213
|
+
],
|
|
2214
|
+
"time": "2020-10-26T13:12:34+00:00"
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"name": "sebastian/object-reflector",
|
|
2218
|
+
"version": "2.0.4",
|
|
2219
|
+
"source": {
|
|
2220
|
+
"type": "git",
|
|
2221
|
+
"url": "https://github.com/sebastianbergmann/object-reflector.git",
|
|
2222
|
+
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
|
|
2223
|
+
},
|
|
2224
|
+
"dist": {
|
|
2225
|
+
"type": "zip",
|
|
2226
|
+
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
|
2227
|
+
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
|
|
2228
|
+
"shasum": ""
|
|
2229
|
+
},
|
|
2230
|
+
"require": {
|
|
2231
|
+
"php": ">=7.3"
|
|
2232
|
+
},
|
|
2233
|
+
"require-dev": {
|
|
2234
|
+
"phpunit/phpunit": "^9.3"
|
|
2235
|
+
},
|
|
2236
|
+
"type": "library",
|
|
2237
|
+
"extra": {
|
|
2238
|
+
"branch-alias": {
|
|
2239
|
+
"dev-master": "2.0-dev"
|
|
2240
|
+
}
|
|
2241
|
+
},
|
|
2242
|
+
"autoload": {
|
|
2243
|
+
"classmap": [
|
|
2244
|
+
"src/"
|
|
2245
|
+
]
|
|
2246
|
+
},
|
|
2247
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2248
|
+
"license": [
|
|
2249
|
+
"BSD-3-Clause"
|
|
2250
|
+
],
|
|
2251
|
+
"authors": [
|
|
2252
|
+
{
|
|
2253
|
+
"name": "Sebastian Bergmann",
|
|
2254
|
+
"email": "sebastian@phpunit.de"
|
|
2255
|
+
}
|
|
2256
|
+
],
|
|
2257
|
+
"description": "Allows reflection of object attributes, including inherited and non-public ones",
|
|
2258
|
+
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
|
|
2259
|
+
"support": {
|
|
2260
|
+
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
|
|
2261
|
+
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
|
|
2262
|
+
},
|
|
2263
|
+
"funding": [
|
|
2264
|
+
{
|
|
2265
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2266
|
+
"type": "github"
|
|
2267
|
+
}
|
|
2268
|
+
],
|
|
2269
|
+
"time": "2020-10-26T13:14:26+00:00"
|
|
2270
|
+
},
|
|
2271
|
+
{
|
|
2272
|
+
"name": "sebastian/recursion-context",
|
|
2273
|
+
"version": "4.0.5",
|
|
2274
|
+
"source": {
|
|
2275
|
+
"type": "git",
|
|
2276
|
+
"url": "https://github.com/sebastianbergmann/recursion-context.git",
|
|
2277
|
+
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
|
|
2278
|
+
},
|
|
2279
|
+
"dist": {
|
|
2280
|
+
"type": "zip",
|
|
2281
|
+
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
|
2282
|
+
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
|
|
2283
|
+
"shasum": ""
|
|
2284
|
+
},
|
|
2285
|
+
"require": {
|
|
2286
|
+
"php": ">=7.3"
|
|
2287
|
+
},
|
|
2288
|
+
"require-dev": {
|
|
2289
|
+
"phpunit/phpunit": "^9.3"
|
|
2290
|
+
},
|
|
2291
|
+
"type": "library",
|
|
2292
|
+
"extra": {
|
|
2293
|
+
"branch-alias": {
|
|
2294
|
+
"dev-master": "4.0-dev"
|
|
2295
|
+
}
|
|
2296
|
+
},
|
|
2297
|
+
"autoload": {
|
|
2298
|
+
"classmap": [
|
|
2299
|
+
"src/"
|
|
2300
|
+
]
|
|
2301
|
+
},
|
|
2302
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2303
|
+
"license": [
|
|
2304
|
+
"BSD-3-Clause"
|
|
2305
|
+
],
|
|
2306
|
+
"authors": [
|
|
2307
|
+
{
|
|
2308
|
+
"name": "Sebastian Bergmann",
|
|
2309
|
+
"email": "sebastian@phpunit.de"
|
|
2310
|
+
},
|
|
2311
|
+
{
|
|
2312
|
+
"name": "Jeff Welch",
|
|
2313
|
+
"email": "whatthejeff@gmail.com"
|
|
2314
|
+
},
|
|
2315
|
+
{
|
|
2316
|
+
"name": "Adam Harvey",
|
|
2317
|
+
"email": "aharvey@php.net"
|
|
2318
|
+
}
|
|
2319
|
+
],
|
|
2320
|
+
"description": "Provides functionality to recursively process PHP variables",
|
|
2321
|
+
"homepage": "https://github.com/sebastianbergmann/recursion-context",
|
|
2322
|
+
"support": {
|
|
2323
|
+
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
2324
|
+
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
|
|
2325
|
+
},
|
|
2326
|
+
"funding": [
|
|
2327
|
+
{
|
|
2328
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2329
|
+
"type": "github"
|
|
2330
|
+
}
|
|
2331
|
+
],
|
|
2332
|
+
"time": "2023-02-03T06:07:39+00:00"
|
|
2333
|
+
},
|
|
2334
|
+
{
|
|
2335
|
+
"name": "sebastian/resource-operations",
|
|
2336
|
+
"version": "3.0.4",
|
|
2337
|
+
"source": {
|
|
2338
|
+
"type": "git",
|
|
2339
|
+
"url": "https://github.com/sebastianbergmann/resource-operations.git",
|
|
2340
|
+
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
|
|
2341
|
+
},
|
|
2342
|
+
"dist": {
|
|
2343
|
+
"type": "zip",
|
|
2344
|
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
|
2345
|
+
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
|
|
2346
|
+
"shasum": ""
|
|
2347
|
+
},
|
|
2348
|
+
"require": {
|
|
2349
|
+
"php": ">=7.3"
|
|
2350
|
+
},
|
|
2351
|
+
"require-dev": {
|
|
2352
|
+
"phpunit/phpunit": "^9.0"
|
|
2353
|
+
},
|
|
2354
|
+
"type": "library",
|
|
2355
|
+
"extra": {
|
|
2356
|
+
"branch-alias": {
|
|
2357
|
+
"dev-main": "3.0-dev"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"autoload": {
|
|
2361
|
+
"classmap": [
|
|
2362
|
+
"src/"
|
|
2363
|
+
]
|
|
2364
|
+
},
|
|
2365
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2366
|
+
"license": [
|
|
2367
|
+
"BSD-3-Clause"
|
|
2368
|
+
],
|
|
2369
|
+
"authors": [
|
|
2370
|
+
{
|
|
2371
|
+
"name": "Sebastian Bergmann",
|
|
2372
|
+
"email": "sebastian@phpunit.de"
|
|
2373
|
+
}
|
|
2374
|
+
],
|
|
2375
|
+
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
2376
|
+
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
2377
|
+
"support": {
|
|
2378
|
+
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
|
|
2379
|
+
},
|
|
2380
|
+
"funding": [
|
|
2381
|
+
{
|
|
2382
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2383
|
+
"type": "github"
|
|
2384
|
+
}
|
|
2385
|
+
],
|
|
2386
|
+
"time": "2024-03-14T16:00:52+00:00"
|
|
2387
|
+
},
|
|
2388
|
+
{
|
|
2389
|
+
"name": "sebastian/type",
|
|
2390
|
+
"version": "3.2.1",
|
|
2391
|
+
"source": {
|
|
2392
|
+
"type": "git",
|
|
2393
|
+
"url": "https://github.com/sebastianbergmann/type.git",
|
|
2394
|
+
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
|
|
2395
|
+
},
|
|
2396
|
+
"dist": {
|
|
2397
|
+
"type": "zip",
|
|
2398
|
+
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
|
2399
|
+
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
|
|
2400
|
+
"shasum": ""
|
|
2401
|
+
},
|
|
2402
|
+
"require": {
|
|
2403
|
+
"php": ">=7.3"
|
|
2404
|
+
},
|
|
2405
|
+
"require-dev": {
|
|
2406
|
+
"phpunit/phpunit": "^9.5"
|
|
2407
|
+
},
|
|
2408
|
+
"type": "library",
|
|
2409
|
+
"extra": {
|
|
2410
|
+
"branch-alias": {
|
|
2411
|
+
"dev-master": "3.2-dev"
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2414
|
+
"autoload": {
|
|
2415
|
+
"classmap": [
|
|
2416
|
+
"src/"
|
|
2417
|
+
]
|
|
2418
|
+
},
|
|
2419
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2420
|
+
"license": [
|
|
2421
|
+
"BSD-3-Clause"
|
|
2422
|
+
],
|
|
2423
|
+
"authors": [
|
|
2424
|
+
{
|
|
2425
|
+
"name": "Sebastian Bergmann",
|
|
2426
|
+
"email": "sebastian@phpunit.de",
|
|
2427
|
+
"role": "lead"
|
|
2428
|
+
}
|
|
2429
|
+
],
|
|
2430
|
+
"description": "Collection of value objects that represent the types of the PHP type system",
|
|
2431
|
+
"homepage": "https://github.com/sebastianbergmann/type",
|
|
2432
|
+
"support": {
|
|
2433
|
+
"issues": "https://github.com/sebastianbergmann/type/issues",
|
|
2434
|
+
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
|
|
2435
|
+
},
|
|
2436
|
+
"funding": [
|
|
2437
|
+
{
|
|
2438
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2439
|
+
"type": "github"
|
|
2440
|
+
}
|
|
2441
|
+
],
|
|
2442
|
+
"time": "2023-02-03T06:13:03+00:00"
|
|
2443
|
+
},
|
|
2444
|
+
{
|
|
2445
|
+
"name": "sebastian/version",
|
|
2446
|
+
"version": "3.0.2",
|
|
2447
|
+
"source": {
|
|
2448
|
+
"type": "git",
|
|
2449
|
+
"url": "https://github.com/sebastianbergmann/version.git",
|
|
2450
|
+
"reference": "c6c1022351a901512170118436c764e473f6de8c"
|
|
2451
|
+
},
|
|
2452
|
+
"dist": {
|
|
2453
|
+
"type": "zip",
|
|
2454
|
+
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
|
|
2455
|
+
"reference": "c6c1022351a901512170118436c764e473f6de8c",
|
|
2456
|
+
"shasum": ""
|
|
2457
|
+
},
|
|
2458
|
+
"require": {
|
|
2459
|
+
"php": ">=7.3"
|
|
2460
|
+
},
|
|
2461
|
+
"type": "library",
|
|
2462
|
+
"extra": {
|
|
2463
|
+
"branch-alias": {
|
|
2464
|
+
"dev-master": "3.0-dev"
|
|
2465
|
+
}
|
|
2466
|
+
},
|
|
2467
|
+
"autoload": {
|
|
2468
|
+
"classmap": [
|
|
2469
|
+
"src/"
|
|
2470
|
+
]
|
|
2471
|
+
},
|
|
2472
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2473
|
+
"license": [
|
|
2474
|
+
"BSD-3-Clause"
|
|
2475
|
+
],
|
|
2476
|
+
"authors": [
|
|
2477
|
+
{
|
|
2478
|
+
"name": "Sebastian Bergmann",
|
|
2479
|
+
"email": "sebastian@phpunit.de",
|
|
2480
|
+
"role": "lead"
|
|
2481
|
+
}
|
|
2482
|
+
],
|
|
2483
|
+
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
2484
|
+
"homepage": "https://github.com/sebastianbergmann/version",
|
|
2485
|
+
"support": {
|
|
2486
|
+
"issues": "https://github.com/sebastianbergmann/version/issues",
|
|
2487
|
+
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
|
|
2488
|
+
},
|
|
2489
|
+
"funding": [
|
|
2490
|
+
{
|
|
2491
|
+
"url": "https://github.com/sebastianbergmann",
|
|
2492
|
+
"type": "github"
|
|
2493
|
+
}
|
|
2494
|
+
],
|
|
2495
|
+
"time": "2020-09-28T06:39:44+00:00"
|
|
2496
|
+
},
|
|
2497
|
+
{
|
|
2498
|
+
"name": "sirbrillig/phpcs-variable-analysis",
|
|
2499
|
+
"version": "v2.13.0",
|
|
2500
|
+
"source": {
|
|
2501
|
+
"type": "git",
|
|
2502
|
+
"url": "https://github.com/sirbrillig/phpcs-variable-analysis.git",
|
|
2503
|
+
"reference": "a15e970b8a0bf64cfa5e86d941f5e6b08855f369"
|
|
2504
|
+
},
|
|
2505
|
+
"dist": {
|
|
2506
|
+
"type": "zip",
|
|
2507
|
+
"url": "https://api.github.com/repos/sirbrillig/phpcs-variable-analysis/zipball/a15e970b8a0bf64cfa5e86d941f5e6b08855f369",
|
|
2508
|
+
"reference": "a15e970b8a0bf64cfa5e86d941f5e6b08855f369",
|
|
2509
|
+
"shasum": ""
|
|
2510
|
+
},
|
|
2511
|
+
"require": {
|
|
2512
|
+
"php": ">=5.4.0",
|
|
2513
|
+
"squizlabs/php_codesniffer": "^3.5.7 || ^4.0.0"
|
|
2514
|
+
},
|
|
2515
|
+
"require-dev": {
|
|
2516
|
+
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.0",
|
|
2517
|
+
"phpstan/phpstan": "^1.7 || ^2.0",
|
|
2518
|
+
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.5 || ^7.0 || ^8.0 || ^9.0 || ^10.5.32 || ^11.3.3",
|
|
2519
|
+
"vimeo/psalm": "^0.2 || ^0.3 || ^1.1 || ^4.24 || ^5.0 || ^6.0 || ^7.0"
|
|
2520
|
+
},
|
|
2521
|
+
"type": "phpcodesniffer-standard",
|
|
2522
|
+
"autoload": {
|
|
2523
|
+
"psr-4": {
|
|
2524
|
+
"VariableAnalysis\\": "VariableAnalysis/"
|
|
2525
|
+
}
|
|
2526
|
+
},
|
|
2527
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2528
|
+
"license": [
|
|
2529
|
+
"BSD-2-Clause"
|
|
2530
|
+
],
|
|
2531
|
+
"authors": [
|
|
2532
|
+
{
|
|
2533
|
+
"name": "Sam Graham",
|
|
2534
|
+
"email": "php-codesniffer-variableanalysis@illusori.co.uk"
|
|
2535
|
+
},
|
|
2536
|
+
{
|
|
2537
|
+
"name": "Payton Swick",
|
|
2538
|
+
"email": "payton@foolord.com"
|
|
2539
|
+
}
|
|
2540
|
+
],
|
|
2541
|
+
"description": "A PHPCS sniff to detect problems with variables.",
|
|
2542
|
+
"keywords": [
|
|
2543
|
+
"phpcs",
|
|
2544
|
+
"static analysis"
|
|
2545
|
+
],
|
|
2546
|
+
"support": {
|
|
2547
|
+
"issues": "https://github.com/sirbrillig/phpcs-variable-analysis/issues",
|
|
2548
|
+
"source": "https://github.com/sirbrillig/phpcs-variable-analysis",
|
|
2549
|
+
"wiki": "https://github.com/sirbrillig/phpcs-variable-analysis/wiki"
|
|
2550
|
+
},
|
|
2551
|
+
"time": "2025-09-30T22:22:48+00:00"
|
|
2552
|
+
},
|
|
2553
|
+
{
|
|
2554
|
+
"name": "squizlabs/php_codesniffer",
|
|
2555
|
+
"version": "3.13.5",
|
|
2556
|
+
"source": {
|
|
2557
|
+
"type": "git",
|
|
2558
|
+
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
2559
|
+
"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
|
|
2560
|
+
},
|
|
2561
|
+
"dist": {
|
|
2562
|
+
"type": "zip",
|
|
2563
|
+
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
|
|
2564
|
+
"reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
|
|
2565
|
+
"shasum": ""
|
|
2566
|
+
},
|
|
2567
|
+
"require": {
|
|
2568
|
+
"ext-simplexml": "*",
|
|
2569
|
+
"ext-tokenizer": "*",
|
|
2570
|
+
"ext-xmlwriter": "*",
|
|
2571
|
+
"php": ">=5.4.0"
|
|
2572
|
+
},
|
|
2573
|
+
"require-dev": {
|
|
2574
|
+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
|
2575
|
+
},
|
|
2576
|
+
"bin": [
|
|
2577
|
+
"bin/phpcbf",
|
|
2578
|
+
"bin/phpcs"
|
|
2579
|
+
],
|
|
2580
|
+
"type": "library",
|
|
2581
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2582
|
+
"license": [
|
|
2583
|
+
"BSD-3-Clause"
|
|
2584
|
+
],
|
|
2585
|
+
"authors": [
|
|
2586
|
+
{
|
|
2587
|
+
"name": "Greg Sherwood",
|
|
2588
|
+
"role": "Former lead"
|
|
2589
|
+
},
|
|
2590
|
+
{
|
|
2591
|
+
"name": "Juliette Reinders Folmer",
|
|
2592
|
+
"role": "Current lead"
|
|
2593
|
+
},
|
|
2594
|
+
{
|
|
2595
|
+
"name": "Contributors",
|
|
2596
|
+
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
|
|
2597
|
+
}
|
|
2598
|
+
],
|
|
2599
|
+
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
2600
|
+
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
2601
|
+
"keywords": [
|
|
2602
|
+
"phpcs",
|
|
2603
|
+
"standards",
|
|
2604
|
+
"static analysis"
|
|
2605
|
+
],
|
|
2606
|
+
"support": {
|
|
2607
|
+
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
|
|
2608
|
+
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
|
|
2609
|
+
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
2610
|
+
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
|
|
2611
|
+
},
|
|
2612
|
+
"funding": [
|
|
2613
|
+
{
|
|
2614
|
+
"url": "https://github.com/PHPCSStandards",
|
|
2615
|
+
"type": "github"
|
|
2616
|
+
},
|
|
2617
|
+
{
|
|
2618
|
+
"url": "https://github.com/jrfnl",
|
|
2619
|
+
"type": "github"
|
|
2620
|
+
},
|
|
2621
|
+
{
|
|
2622
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
2623
|
+
"type": "open_collective"
|
|
2624
|
+
},
|
|
2625
|
+
{
|
|
2626
|
+
"url": "https://thanks.dev/u/gh/phpcsstandards",
|
|
2627
|
+
"type": "thanks_dev"
|
|
2628
|
+
}
|
|
2629
|
+
],
|
|
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"
|
|
2730
|
+
},
|
|
2731
|
+
{
|
|
2732
|
+
"name": "symfony/deprecation-contracts",
|
|
2733
|
+
"version": "v2.5.3",
|
|
2734
|
+
"source": {
|
|
2735
|
+
"type": "git",
|
|
2736
|
+
"url": "https://github.com/symfony/deprecation-contracts.git",
|
|
2737
|
+
"reference": "80d075412b557d41002320b96a096ca65aa2c98d"
|
|
2738
|
+
},
|
|
2739
|
+
"dist": {
|
|
2740
|
+
"type": "zip",
|
|
2741
|
+
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d",
|
|
2742
|
+
"reference": "80d075412b557d41002320b96a096ca65aa2c98d",
|
|
2743
|
+
"shasum": ""
|
|
2744
|
+
},
|
|
2745
|
+
"require": {
|
|
2746
|
+
"php": ">=7.1"
|
|
2747
|
+
},
|
|
2748
|
+
"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
|
+
"autoload": {
|
|
2759
|
+
"files": [
|
|
2760
|
+
"function.php"
|
|
2761
|
+
]
|
|
2762
|
+
},
|
|
2763
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
2764
|
+
"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"
|
|
2839
|
+
],
|
|
2840
|
+
"authors": [
|
|
2841
|
+
{
|
|
2842
|
+
"name": "Gert de Pagter",
|
|
2843
|
+
"email": "BackEndTea@gmail.com"
|
|
2844
|
+
},
|
|
2845
|
+
{
|
|
2846
|
+
"name": "Symfony Community",
|
|
2847
|
+
"homepage": "https://symfony.com/contributors"
|
|
2848
|
+
}
|
|
2849
|
+
],
|
|
2850
|
+
"description": "Symfony polyfill for ctype functions",
|
|
2851
|
+
"homepage": "https://symfony.com",
|
|
2852
|
+
"keywords": [
|
|
2853
|
+
"compatibility",
|
|
2854
|
+
"ctype",
|
|
2855
|
+
"polyfill",
|
|
2856
|
+
"portable"
|
|
2857
|
+
],
|
|
2858
|
+
"support": {
|
|
2859
|
+
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.31.0"
|
|
2860
|
+
},
|
|
2861
|
+
"funding": [
|
|
2862
|
+
{
|
|
2863
|
+
"url": "https://symfony.com/sponsor",
|
|
2864
|
+
"type": "custom"
|
|
2865
|
+
},
|
|
2866
|
+
{
|
|
2867
|
+
"url": "https://github.com/fabpot",
|
|
2868
|
+
"type": "github"
|
|
2869
|
+
},
|
|
2870
|
+
{
|
|
2871
|
+
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
2872
|
+
"type": "tidelift"
|
|
2873
|
+
}
|
|
2874
|
+
],
|
|
2875
|
+
"time": "2024-09-09T11:45:10+00:00"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"name": "symfony/polyfill-intl-grapheme",
|
|
2879
|
+
"version": "v1.30.0",
|
|
2880
|
+
"source": {
|
|
2881
|
+
"type": "git",
|
|
2882
|
+
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
|
|
2883
|
+
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a"
|
|
2884
|
+
},
|
|
2885
|
+
"dist": {
|
|
2886
|
+
"type": "zip",
|
|
2887
|
+
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
|
2888
|
+
"reference": "64647a7c30b2283f5d49b874d84a18fc22054b7a",
|
|
2889
|
+
"shasum": ""
|
|
2890
|
+
},
|
|
2891
|
+
"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"
|
|
3514
|
+
},
|
|
3515
|
+
"require-dev": {
|
|
3516
|
+
"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",
|
|
3519
|
+
"phpcsstandards/phpcsdevtools": "^1.2.0",
|
|
3520
|
+
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
3521
|
+
},
|
|
3522
|
+
"suggest": {
|
|
3523
|
+
"ext-iconv": "For improved results",
|
|
3524
|
+
"ext-mbstring": "For improved results"
|
|
3525
|
+
},
|
|
3526
|
+
"type": "phpcodesniffer-standard",
|
|
3527
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
3528
|
+
"license": [
|
|
3529
|
+
"MIT"
|
|
3530
|
+
],
|
|
3531
|
+
"authors": [
|
|
3532
|
+
{
|
|
3533
|
+
"name": "Contributors",
|
|
3534
|
+
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
|
|
3535
|
+
}
|
|
3536
|
+
],
|
|
3537
|
+
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
|
|
3538
|
+
"keywords": [
|
|
3539
|
+
"phpcs",
|
|
3540
|
+
"standards",
|
|
3541
|
+
"static analysis",
|
|
3542
|
+
"wordpress"
|
|
3543
|
+
],
|
|
3544
|
+
"support": {
|
|
3545
|
+
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
|
|
3546
|
+
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
|
|
3547
|
+
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
|
|
3548
|
+
},
|
|
3549
|
+
"funding": [
|
|
3550
|
+
{
|
|
3551
|
+
"url": "https://opencollective.com/php_codesniffer",
|
|
3552
|
+
"type": "custom"
|
|
3553
|
+
}
|
|
3554
|
+
],
|
|
3555
|
+
"time": "2024-03-25T16:39:00+00:00"
|
|
3556
|
+
},
|
|
3557
|
+
{
|
|
3558
|
+
"name": "yoast/phpunit-polyfills",
|
|
3559
|
+
"version": "3.1.1",
|
|
3560
|
+
"source": {
|
|
3561
|
+
"type": "git",
|
|
3562
|
+
"url": "https://github.com/Yoast/PHPUnit-Polyfills.git",
|
|
3563
|
+
"reference": "e6381c62c4df51677b657fbac79b79dfce7acdab"
|
|
3564
|
+
},
|
|
3565
|
+
"dist": {
|
|
3566
|
+
"type": "zip",
|
|
3567
|
+
"url": "https://api.github.com/repos/Yoast/PHPUnit-Polyfills/zipball/e6381c62c4df51677b657fbac79b79dfce7acdab",
|
|
3568
|
+
"reference": "e6381c62c4df51677b657fbac79b79dfce7acdab",
|
|
3569
|
+
"shasum": ""
|
|
3570
|
+
},
|
|
3571
|
+
"require": {
|
|
3572
|
+
"php": ">=7.0",
|
|
3573
|
+
"phpunit/phpunit": "^6.4.4 || ^7.0 || ^8.0 || ^9.0 || ^11.0"
|
|
3574
|
+
},
|
|
3575
|
+
"require-dev": {
|
|
3576
|
+
"php-parallel-lint/php-console-highlighter": "^1.0.0",
|
|
3577
|
+
"php-parallel-lint/php-parallel-lint": "^1.4.0",
|
|
3578
|
+
"yoast/yoastcs": "^3.1.0"
|
|
3579
|
+
},
|
|
3580
|
+
"type": "library",
|
|
3581
|
+
"extra": {
|
|
3582
|
+
"branch-alias": {
|
|
3583
|
+
"dev-main": "3.x-dev"
|
|
3584
|
+
}
|
|
3585
|
+
},
|
|
3586
|
+
"autoload": {
|
|
3587
|
+
"files": [
|
|
3588
|
+
"phpunitpolyfills-autoload.php"
|
|
3589
|
+
]
|
|
3590
|
+
},
|
|
3591
|
+
"notification-url": "https://packagist.org/downloads/",
|
|
3592
|
+
"license": [
|
|
3593
|
+
"BSD-3-Clause"
|
|
3594
|
+
],
|
|
3595
|
+
"authors": [
|
|
3596
|
+
{
|
|
3597
|
+
"name": "Team Yoast",
|
|
3598
|
+
"email": "support@yoast.com",
|
|
3599
|
+
"homepage": "https://yoast.com"
|
|
3600
|
+
},
|
|
3601
|
+
{
|
|
3602
|
+
"name": "Contributors",
|
|
3603
|
+
"homepage": "https://github.com/Yoast/PHPUnit-Polyfills/graphs/contributors"
|
|
3604
|
+
}
|
|
3605
|
+
],
|
|
3606
|
+
"description": "Set of polyfills for changed PHPUnit functionality to allow for creating PHPUnit cross-version compatible tests",
|
|
3607
|
+
"homepage": "https://github.com/Yoast/PHPUnit-Polyfills",
|
|
3608
|
+
"keywords": [
|
|
3609
|
+
"phpunit",
|
|
3610
|
+
"polyfill",
|
|
3611
|
+
"testing"
|
|
3612
|
+
],
|
|
3613
|
+
"support": {
|
|
3614
|
+
"issues": "https://github.com/Yoast/PHPUnit-Polyfills/issues",
|
|
3615
|
+
"security": "https://github.com/Yoast/PHPUnit-Polyfills/security/policy",
|
|
3616
|
+
"source": "https://github.com/Yoast/PHPUnit-Polyfills"
|
|
3617
|
+
},
|
|
3618
|
+
"time": "2025-01-12T08:41:37+00:00"
|
|
3619
|
+
}
|
|
3620
|
+
],
|
|
3621
|
+
"aliases": [],
|
|
3622
|
+
"minimum-stability": "stable",
|
|
3623
|
+
"stability-flags": {},
|
|
3624
|
+
"prefer-stable": false,
|
|
3625
|
+
"prefer-lowest": false,
|
|
3626
|
+
"platform": {},
|
|
3627
|
+
"platform-dev": {},
|
|
3628
|
+
"platform-overrides": {
|
|
3629
|
+
"php": "8.0"
|
|
3630
|
+
},
|
|
3631
|
+
"plugin-api-version": "2.9.0"
|
|
3632
|
+
}
|