woocommerce-paypal-payments/composer.lock

5852 lines
211 KiB
Text
Raw Normal View History

2024-02-16 15:47:39 +04:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2025-07-04 22:05:58 +04:00
"content-hash": "6ca9c2c7864d2649617db6d3850382c5",
2024-02-16 15:47:39 +04:00
"packages": [
{
"name": "container-interop/service-provider",
"version": "v0.4.1",
"source": {
"type": "git",
"url": "https://github.com/container-interop/service-provider.git",
"reference": "e04441ca21ef03e10dce70b0af29269281eec6dc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/container-interop/service-provider/zipball/e04441ca21ef03e10dce70b0af29269281eec6dc",
"reference": "e04441ca21ef03e10dce70b0af29269281eec6dc",
"shasum": ""
},
"require": {
"psr/container": "^1.0 || ^2.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Interop\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Promoting container interoperability through standard service providers",
"homepage": "https://github.com/container-interop/service-provider",
"support": {
"issues": "https://github.com/container-interop/service-provider/issues",
"source": "https://github.com/container-interop/service-provider/tree/v0.4.1"
},
"time": "2023-12-14T14:50:12+00:00"
},
{
"name": "dhii/human-readable-interface",
"version": "v0.2.0-alpha1",
"source": {
"type": "git",
"url": "https://github.com/Dhii/human-readable-interface.git",
"reference": "2b49d664f117faf72fb7af402ad21c0c27c62b6b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/human-readable-interface/zipball/2b49d664f117faf72fb7af402ad21c0c27c62b6b",
"reference": "2b49d664f117faf72fb7af402ad21c0c27c62b6b",
"shasum": ""
},
"require": {
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0 | ^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"symfony/polyfill-php80": "^1.19",
"vimeo/psalm": "^3.11.7 | ^4.0"
},
"suggest": {
"dhii/i18n-interface": "For internationalizing and translating human readable strings.",
"symfony/polyfill-php80": "To add Stringable interface"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Util\\String\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for human readable string interoperation.",
"support": {
"issues": "https://github.com/Dhii/human-readable-interface/issues",
"source": "https://github.com/Dhii/human-readable-interface/tree/v0.2.0-alpha1"
},
"time": "2021-03-05T00:36:01+00:00"
},
{
"name": "dhii/module-interface",
"version": "v0.3.0-alpha2",
"source": {
"type": "git",
"url": "https://github.com/Dhii/module-interface.git",
"reference": "0e39f167d7ed8990c82f5d2e6084159d1a502a5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/module-interface/zipball/0e39f167d7ed8990c82f5d2e6084159d1a502a5b",
"reference": "0e39f167d7ed8990c82f5d2e6084159d1a502a5b",
"shasum": ""
},
"require": {
"container-interop/service-provider": "^0.4",
"php": "^7.1 | ^8.0",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^3.11.7 | ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Modular\\Module\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "Interfaces for modules",
"support": {
"issues": "https://github.com/Dhii/module-interface/issues",
"source": "https://github.com/Dhii/module-interface/tree/v0.3.0-alpha2"
},
"time": "2021-08-23T08:23:01+00:00"
},
{
"name": "dhii/package-interface",
"version": "v0.1.0-alpha4",
"source": {
"type": "git",
"url": "https://github.com/Dhii/package-interface.git",
"reference": "bcc73f4285eead9b482dbb89662b723abf49298b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/package-interface/zipball/bcc73f4285eead9b482dbb89662b723abf49298b",
"reference": "bcc73f4285eead9b482dbb89662b723abf49298b",
"shasum": ""
},
"require": {
"dhii/validation-interface": "^0.3-alpha1",
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"symfony/polyfill-php80": "^1.19",
"vimeo/psalm": "^4.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dhii\\Package\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "Interfaces for package-related interop",
"support": {
"issues": "https://github.com/Dhii/package-interface/issues",
"source": "https://github.com/Dhii/package-interface/tree/v0.1.0-alpha4"
},
"time": "2021-12-08T15:57:36+00:00"
},
{
"name": "dhii/validation-interface",
"version": "v0.3.0-alpha3",
"source": {
"type": "git",
"url": "https://github.com/Dhii/validation-interface.git",
"reference": "0e73c7bf3d2421ceb79331c60a9bc1b1d5eb65a6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/validation-interface/zipball/0e73c7bf3d2421ceb79331c60a9bc1b1d5eb65a6",
"reference": "0e73c7bf3d2421ceb79331c60a9bc1b1d5eb65a6",
"shasum": ""
},
"require": {
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"symfony/polyfill-mbstring": "1.20",
"symfony/polyfill-php80": "^1.19",
"vimeo/psalm": "^3.11.7 | ^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Validation\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "A base interface for validators",
"support": {
"issues": "https://github.com/Dhii/validation-interface/issues",
"source": "https://github.com/Dhii/validation-interface/tree/v0.3.0-alpha3"
},
"time": "2021-01-14T16:19:20+00:00"
},
{
"name": "dhii/versions",
"version": "v0.1.0-alpha3",
"source": {
"type": "git",
"url": "https://github.com/Dhii/versions.git",
"reference": "120b22b248d0b46e41bac93bf3394516c9d55730"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/versions/zipball/120b22b248d0b46e41bac93bf3394516c9d55730",
"reference": "120b22b248d0b46e41bac93bf3394516c9d55730",
"shasum": ""
},
"require": {
"dhii/package-interface": "^0.1.0-alpha3",
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"symfony/polyfill-php80": "^1.19",
"vimeo/psalm": "^4.4.0"
},
"type": "library",
"autoload": {
"psr-4": {
"Dhii\\Versions\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "Implementation for dealing with SemVer-compliant versions",
"support": {
"issues": "https://github.com/Dhii/versions/issues",
"source": "https://github.com/Dhii/versions/tree/v0.1.0-alpha3"
},
"time": "2021-12-08T16:54:50+00:00"
},
{
"name": "psr/container",
"version": "1.1.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
"reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.4.0"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.2"
2024-02-16 15:47:39 +04:00
},
"time": "2021-11-05T16:50:12+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "psr/log",
"version": "1.1.4",
"source": {
"type": "git",
"url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11",
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Psr\\Log\\": "Psr/Log/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
"homepage": "https://www.php-fig.org/"
}
],
"description": "Common interface for logging libraries",
"homepage": "https://github.com/php-fig/log",
"keywords": [
"log",
"psr",
"psr-3"
],
"support": {
"source": "https://github.com/php-fig/log/tree/1.1.4"
},
"time": "2021-05-03T11:20:27+00:00"
},
{
"name": "ralouphie/getallheaders",
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/ralouphie/getallheaders.git",
"reference": "120b605dfeb996808c31b6477290a714d356e822"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
"reference": "120b605dfeb996808c31b6477290a714d356e822",
"shasum": ""
},
"require": {
"php": ">=5.6"
},
"require-dev": {
"php-coveralls/php-coveralls": "^2.1",
"phpunit/phpunit": "^5 || ^6.5"
},
"type": "library",
"autoload": {
"files": [
"src/getallheaders.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ralph Khattar",
"email": "ralph.khattar@gmail.com"
}
],
"description": "A polyfill for getallheaders.",
"support": {
"issues": "https://github.com/ralouphie/getallheaders/issues",
"source": "https://github.com/ralouphie/getallheaders/tree/develop"
},
"time": "2019-03-08T08:55:37+00:00"
},
{
"name": "symfony/polyfill-php80",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php80.git",
2025-07-07 18:47:58 +04:00
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
"reference": "0cc9dd0f17f61d8131e7df6b84bd344899fe2608",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.2"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ion Bazan",
"email": "ion.bazan@gmail.com"
},
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-01-02T08:10:11+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "wikimedia/composer-merge-plugin",
"version": "v2.1.0",
"source": {
"type": "git",
"url": "https://github.com/wikimedia/composer-merge-plugin.git",
"reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wikimedia/composer-merge-plugin/zipball/a03d426c8e9fb2c9c569d9deeb31a083292788bc",
"reference": "a03d426c8e9fb2c9c569d9deeb31a083292788bc",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1||^2.0",
"php": ">=7.2.0"
},
"require-dev": {
"composer/composer": "^1.1||^2.0",
"ext-json": "*",
"mediawiki/mediawiki-phan-config": "0.11.1",
"php-parallel-lint/php-parallel-lint": "~1.3.1",
"phpspec/prophecy": "~1.15.0",
"phpunit/phpunit": "^8.5||^9.0",
"squizlabs/php_codesniffer": "~3.7.1"
},
"type": "composer-plugin",
"extra": {
2025-07-07 18:47:58 +04:00
"class": "Wikimedia\\Composer\\Merge\\V2\\MergePlugin",
2024-02-16 15:47:39 +04:00
"branch-alias": {
"dev-master": "2.x-dev"
2025-07-07 18:47:58 +04:00
}
2024-02-16 15:47:39 +04:00
},
"autoload": {
"psr-4": {
"Wikimedia\\Composer\\Merge\\V2\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bryan Davis",
"email": "bd808@wikimedia.org"
}
],
"description": "Composer plugin to merge multiple composer.json files",
"support": {
"issues": "https://github.com/wikimedia/composer-merge-plugin/issues",
"source": "https://github.com/wikimedia/composer-merge-plugin/tree/v2.1.0"
},
"time": "2023-04-15T19:07:00+00:00"
},
{
"name": "wp-oop/wordpress-interface",
"version": "v0.1.0-alpha2",
"source": {
"type": "git",
"url": "https://github.com/wp-oop/wordpress-interface.git",
"reference": "5e40acb49b76702f409bb5bcd2ea5459c9b946f5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/wp-oop/wordpress-interface/zipball/5e40acb49b76702f409bb5bcd2ea5459c9b946f5",
"reference": "5e40acb49b76702f409bb5bcd2ea5459c9b946f5",
"shasum": ""
},
"require": {
"dhii/human-readable-interface": "^0.2.0-alpha1",
"dhii/package-interface": "^0.1-alpha3",
"php": "^7.1 | ^8.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^4.4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-task/initial-interfaces": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"WpOop\\WordPress\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "Interfaces for interop within WordPress",
"support": {
"issues": "https://github.com/wp-oop/wordpress-interface/issues",
"source": "https://github.com/wp-oop/wordpress-interface/tree/v0.1.0-alpha2"
},
"time": "2021-04-30T09:37:37+00:00"
}
],
"packages-dev": [
{
"name": "amphp/amp",
2024-05-15 14:36:02 +04:00
"version": "v2.6.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
2024-05-15 14:36:02 +04:00
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-05-15 14:36:02 +04:00
"url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
"reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1",
"ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^7 | ^8 | ^9",
2024-05-15 14:36:02 +04:00
"react/promise": "^2",
"vimeo/psalm": "^3.12"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.x-dev"
}
},
"autoload": {
"files": [
"lib/functions.php",
"lib/Internal/functions.php"
],
"psr-4": {
"Amp\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Lowrey",
"email": "rdlowrey@php.net"
},
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Bob Weinand",
"email": "bobwei9@hotmail.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A non-blocking concurrency framework for PHP applications.",
"homepage": "https://amphp.org/amp",
"keywords": [
"async",
"asynchronous",
"awaitable",
"concurrency",
"event",
"event-loop",
"future",
"non-blocking",
"promise"
],
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
2024-05-15 14:36:02 +04:00
"source": "https://github.com/amphp/amp/tree/v2.6.4"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-05-15 14:36:02 +04:00
"time": "2024-03-21T18:52:26+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "amphp/byte-stream",
2024-05-15 14:36:02 +04:00
"version": "v1.8.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/amphp/byte-stream.git",
2024-05-15 14:36:02 +04:00
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-05-15 14:36:02 +04:00
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/4f0e968ba3798a423730f567b1b50d3441c16ddc",
"reference": "4f0e968ba3798a423730f567b1b50d3441c16ddc",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"amphp/amp": "^2",
"php": ">=7.1"
},
"require-dev": {
"amphp/php-cs-fixer-config": "dev-master",
"amphp/phpunit-util": "^1.4",
"friendsofphp/php-cs-fixer": "^2.3",
"jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^6 || ^7 || ^8",
"psalm/phar": "^3.11.4"
},
"type": "library",
"autoload": {
"files": [
"lib/functions.php"
],
"psr-4": {
"Amp\\ByteStream\\": "lib"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Aaron Piotrowski",
"email": "aaron@trowski.com"
},
{
"name": "Niklas Keller",
"email": "me@kelunik.com"
}
],
"description": "A stream abstraction to make working with non-blocking I/O simple.",
2024-05-15 14:36:02 +04:00
"homepage": "https://amphp.org/byte-stream",
2024-02-16 15:47:39 +04:00
"keywords": [
"amp",
"amphp",
"async",
"io",
"non-blocking",
"stream"
],
"support": {
"issues": "https://github.com/amphp/byte-stream/issues",
2024-05-15 14:36:02 +04:00
"source": "https://github.com/amphp/byte-stream/tree/v1.8.2"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
2024-05-15 14:36:02 +04:00
"time": "2024-04-13T18:00:56+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "antecedent/patchwork",
2025-07-07 18:47:58 +04:00
"version": "2.2.1",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/antecedent/patchwork.git",
2025-07-07 18:47:58 +04:00
"reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/antecedent/patchwork/zipball/1bf183a3e1bd094f231a2128b9ecc5363c269245",
"reference": "1bf183a3e1bd094f231a2128b9ecc5363c269245",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.1.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": ">=4"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Ignas Rudaitis",
"email": "ignas.rudaitis@gmail.com"
}
],
"description": "Method redefinition (monkey-patching) functionality for PHP.",
"homepage": "https://antecedent.github.io/patchwork/",
"keywords": [
"aop",
"aspect",
"interception",
"monkeypatching",
"redefinition",
"runkit",
"testing"
],
"support": {
"issues": "https://github.com/antecedent/patchwork/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/antecedent/patchwork/tree/2.2.1"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2024-12-11T10:19:54+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "brain/monkey",
2025-07-07 18:47:58 +04:00
"version": "2.6.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/Brain-WP/BrainMonkey.git",
2025-07-07 18:47:58 +04:00
"reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/Brain-WP/BrainMonkey/zipball/d95a9d895352c30f47604ad1b825ab8fa9d1a373",
"reference": "d95a9d895352c30f47604ad1b825ab8fa9d1a373",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"antecedent/patchwork": "^2.1.17",
"mockery/mockery": "^1.3.5 || ^1.4.4",
"php": ">=5.6.0"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"phpcompatibility/php-compatibility": "^9.3.0",
"phpunit/phpunit": "^5.7.26 || ^6.0 || ^7.0 || >=8.0 <8.5.12 || ^8.5.14 || ^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
2025-07-07 18:47:58 +04:00
"dev-master": "2.x-dev",
"dev-version/1": "1.x-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"inc/api.php"
],
"psr-4": {
"Brain\\Monkey\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Giuseppe Mazzapica",
"email": "giuseppe.mazzapica@gmail.com",
"homepage": "https://gmazzap.me",
"role": "Developer"
}
],
"description": "Mocking utility for PHP functions and WordPress plugin API",
"keywords": [
"Monkey Patching",
"interception",
"mock",
"mock functions",
"mockery",
"patchwork",
"redefinition",
"runkit",
"test",
"testing"
],
"support": {
"issues": "https://github.com/Brain-WP/BrainMonkey/issues",
"source": "https://github.com/Brain-WP/BrainMonkey"
},
2025-07-07 18:47:58 +04:00
"time": "2024-08-29T20:15:04+00:00"
},
2025-07-04 22:05:58 +04:00
{
"name": "coenjacobs/mozart",
"version": "0.7.1",
"source": {
"type": "git",
"url": "https://github.com/coenjacobs/mozart.git",
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/coenjacobs/mozart/zipball/dbcdeb992d20d9c8914eef090f9a0d684bb1102c",
"reference": "dbcdeb992d20d9c8914eef090f9a0d684bb1102c",
"shasum": ""
},
"require": {
"league/flysystem": "^1.0",
"php": "^7.3|^8.0",
"symfony/console": "^4|^5",
"symfony/finder": "^4|^5"
},
"require-dev": {
"mheap/phpunit-github-actions-printer": "^1.4",
"phpunit/phpunit": "^8.5",
"squizlabs/php_codesniffer": "^3.5",
"vimeo/psalm": "^4.4"
},
"bin": [
"bin/mozart"
],
"type": "library",
"autoload": {
"psr-4": {
"CoenJacobs\\Mozart\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Coen Jacobs",
"email": "coenjacobs@gmail.com"
}
],
"description": "Composes all dependencies as a package inside a WordPress plugin",
"support": {
"issues": "https://github.com/coenjacobs/mozart/issues",
"source": "https://github.com/coenjacobs/mozart/tree/0.7.1"
},
"funding": [
{
"url": "https://github.com/coenjacobs",
"type": "github"
}
],
"time": "2021-02-02T21:37:03+00:00"
},
{
"name": "composer/package-versions-deprecated",
"version": "1.11.99.5",
"source": {
"type": "git",
"url": "https://github.com/composer/package-versions-deprecated.git",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
"reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.1.0 || ^2.0",
"php": "^7 || ^8"
},
"replace": {
"ocramius/package-versions": "1.11.99"
},
"require-dev": {
"composer/composer": "^1.9.3 || ^2.0@dev",
"ext-zip": "^1.13",
"phpunit/phpunit": "^6.5 || ^7"
},
"type": "composer-plugin",
"extra": {
"class": "PackageVersions\\Installer",
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"PackageVersions\\": "src/PackageVersions"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be"
}
],
"description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
"support": {
"issues": "https://github.com/composer/package-versions-deprecated/issues",
"source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2022-01-17T14:14:24+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "composer/pcre",
2025-07-07 18:47:58 +04:00
"version": "3.3.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/composer/pcre.git",
2025-07-07 18:47:58 +04:00
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/composer/pcre/zipball/b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
"reference": "b2bed4734f0cc156ee1fe9c0da2550420d99a21e",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": "^7.4 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<1.11.10"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
2025-07-07 18:47:58 +04:00
"phpstan/phpstan": "^1.12 || ^2",
"phpstan/phpstan-strict-rules": "^1 || ^2",
"phpunit/phpunit": "^8 || ^9"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"phpstan": {
"includes": [
"extension.neon"
]
2025-07-07 18:47:58 +04:00
},
"branch-alias": {
"dev-main": "3.x-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"psr-4": {
"Composer\\Pcre\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
}
],
"description": "PCRE wrapping library that offers type-safe preg_* replacements.",
"keywords": [
"PCRE",
"preg",
"regex",
"regular expression"
],
"support": {
"issues": "https://github.com/composer/pcre/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/composer/pcre/tree/3.3.2"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-11-12T16:29:46+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "composer/semver",
2025-07-07 18:47:58 +04:00
"version": "3.4.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/composer/semver.git",
2025-07-07 18:47:58 +04:00
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/composer/semver/zipball/4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
"reference": "4313d26ada5e0c4edfbd1dc481a92ff7bff91f12",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": "^5.3.2 || ^7.0 || ^8.0"
},
"require-dev": {
2025-07-07 18:47:58 +04:00
"phpstan/phpstan": "^1.11",
"symfony/phpunit-bridge": "^3 || ^7"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Composer\\Semver\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nils Adermann",
"email": "naderman@naderman.de",
"homepage": "http://www.naderman.de"
},
{
"name": "Jordi Boggiano",
"email": "j.boggiano@seld.be",
"homepage": "http://seld.be"
},
{
"name": "Rob Bast",
"email": "rob.bast@gmail.com",
"homepage": "http://robbast.nl"
}
],
"description": "Semver library that offers utilities, version constraint parsing and validation.",
"keywords": [
"semantic",
"semver",
"validation",
"versioning"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/semver/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/composer/semver/tree/3.4.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-19T14:15:21+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "composer/xdebug-handler",
"version": "3.0.5",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/6c1925561632e83d60a44492e0b344cf48ab85ef",
"reference": "6c1925561632e83d60a44492e0b344cf48ab85ef",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"composer/pcre": "^1 || ^2 || ^3",
"php": "^7.2.5 || ^8.0",
2024-02-16 15:47:39 +04:00
"psr/log": "^1 || ^2 || ^3"
},
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"autoload": {
"psr-4": {
"Composer\\XdebugHandler\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "John Stevenson",
"email": "john-stevenson@blueyonder.co.uk"
}
],
"description": "Restarts a process without Xdebug.",
"keywords": [
"Xdebug",
"performance"
],
"support": {
"irc": "ircs://irc.libera.chat:6697/composer",
2024-02-16 15:47:39 +04:00
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.5"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://packagist.com",
"type": "custom"
},
{
"url": "https://github.com/composer",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/composer/composer",
"type": "tidelift"
}
],
"time": "2024-05-06T16:37:16+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
"version": "v0.7.2",
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
},
"require-dev": {
"composer/composer": "*",
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0"
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
},
{
"name": "Contributors",
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
"phpcbf",
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2022-02-04T12:51:07+00:00"
},
{
"name": "dhii/collections-interface",
"version": "v0.3.0",
"source": {
"type": "git",
"url": "https://github.com/Dhii/collections-interface.git",
"reference": "74464a969b340d16889eacd9eadc9817f7e7f47a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/collections-interface/zipball/74464a969b340d16889eacd9eadc9817f7e7f47a",
"reference": "74464a969b340d16889eacd9eadc9817f7e7f47a",
"shasum": ""
},
"require": {
"php": "^7.1 | ^8.0",
"psr/container": "^1.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 | ^8.0 | ^9.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.3.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Collection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
},
{
"name": "Anton Ukhanev",
"email": "xedin.unknown@gmail.com"
}
],
"description": "A highly ISP-compliant collection of interfaces that represent maps and lists.",
"support": {
"issues": "https://github.com/Dhii/collections-interface/issues",
"source": "https://github.com/Dhii/collections-interface/tree/v0.3.0"
},
"time": "2021-10-06T10:56:09+00:00"
},
{
"name": "dhii/containers",
"version": "v0.1.5",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/Dhii/containers.git",
"reference": "1568cb2def9dee213c5846c4618f9d6b2cebbdef"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Dhii/containers/zipball/1568cb2def9dee213c5846c4618f9d6b2cebbdef",
"reference": "1568cb2def9dee213c5846c4618f9d6b2cebbdef",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"container-interop/service-provider": "^0.4",
"dhii/collections-interface": "^0.3.0-alpha4",
"php": "^7.4 | ^8.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"gmazzap/andrew": "^1.1",
"phpunit/phpunit": "^9.0",
2024-02-16 15:47:39 +04:00
"psr/container": "^1.0",
"psr/simple-cache": "^1.0",
"slevomat/coding-standard": "^6.0",
"vimeo/psalm": "^5.0",
2024-02-16 15:47:39 +04:00
"wildwolf/psr-memory-cache": "^1.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-develop": "0.1.x-dev"
}
},
"autoload": {
"psr-4": {
"Dhii\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Dhii Team",
"email": "development@dhii.co"
}
],
"description": "A selection of PSR-11 containers for utility, simplicity, and ease.",
"keywords": [
"PSR-11",
"container"
],
"support": {
"issues": "https://github.com/Dhii/containers/issues",
"source": "https://github.com/Dhii/containers/tree/v0.1.5"
2024-02-16 15:47:39 +04:00
},
"time": "2024-04-27T01:55:40+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "dnoegel/php-xdg-base-dir",
"version": "v0.1.1",
"source": {
"type": "git",
"url": "https://github.com/dnoegel/php-xdg-base-dir.git",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"require-dev": {
"phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
},
"type": "library",
"autoload": {
"psr-4": {
"XdgBaseDir\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "implementation of xdg base directory specification for php",
"support": {
"issues": "https://github.com/dnoegel/php-xdg-base-dir/issues",
"source": "https://github.com/dnoegel/php-xdg-base-dir/tree/v0.1.1"
},
"time": "2019-12-04T15:06:13+00:00"
},
{
"name": "doctrine/deprecations",
2025-07-07 18:47:58 +04:00
"version": "1.1.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/deprecations.git",
2025-07-07 18:47:58 +04:00
"reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
"reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
2025-07-07 18:47:58 +04:00
"conflict": {
"phpunit/phpunit": "<=7.5 || >=13"
},
"require-dev": {
2025-07-07 18:47:58 +04:00
"doctrine/coding-standard": "^9 || ^12 || ^13",
"phpstan/phpstan": "1.4.10 || 2.1.11",
"phpstan/phpstan-phpunit": "^1.0 || ^2",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12",
"psr/log": "^1 || ^2 || ^3"
},
"suggest": {
"psr/log": "Allows logging deprecations via PSR-3 logger implementation"
},
"type": "library",
"autoload": {
"psr-4": {
2025-07-07 18:47:58 +04:00
"Doctrine\\Deprecations\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
"homepage": "https://www.doctrine-project.org/",
"support": {
"issues": "https://github.com/doctrine/deprecations/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/doctrine/deprecations/tree/1.1.5"
},
2025-07-07 18:47:58 +04:00
"time": "2025-04-07T20:06:18+00:00"
},
2024-02-16 15:47:39 +04:00
{
"name": "doctrine/instantiator",
"version": "1.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"require-dev": {
"doctrine/coding-standard": "^9 || ^11",
"ext-pdo": "*",
"ext-phar": "*",
"phpbench/phpbench": "^0.16 || ^1",
"phpstan/phpstan": "^1.4",
"phpstan/phpstan-phpunit": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
"vimeo/psalm": "^4.30 || ^5.4"
},
"type": "library",
"autoload": {
"psr-4": {
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Marco Pivetta",
"email": "ocramius@gmail.com",
"homepage": "https://ocramius.github.io/"
}
],
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
"homepage": "https://www.doctrine-project.org/projects/instantiator.html",
"keywords": [
"constructor",
"instantiate"
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
},
"funding": [
{
"url": "https://www.doctrine-project.org/sponsorship.html",
"type": "custom"
},
{
"url": "https://www.patreon.com/phpdoctrine",
"type": "patreon"
},
{
"url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
"type": "tidelift"
}
],
"time": "2022-12-30T00:15:36+00:00"
},
{
"name": "felixfbecker/advanced-json-rpc",
"version": "v3.2.1",
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-advanced-json-rpc.git",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/felixfbecker/php-advanced-json-rpc/zipball/b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"reference": "b5f37dbff9a8ad360ca341f3240dc1c168b45447",
"shasum": ""
},
"require": {
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"php": "^7.1 || ^8.0",
"phpdocumentor/reflection-docblock": "^4.3.4 || ^5.0.0"
},
"require-dev": {
"phpunit/phpunit": "^7.0 || ^8.0"
},
"type": "library",
"autoload": {
"psr-4": {
"AdvancedJsonRpc\\": "lib/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "A more advanced JSONRPC implementation",
"support": {
"issues": "https://github.com/felixfbecker/php-advanced-json-rpc/issues",
"source": "https://github.com/felixfbecker/php-advanced-json-rpc/tree/v3.2.1"
},
"time": "2021-06-11T22:34:44+00:00"
},
{
"name": "felixfbecker/language-server-protocol",
2025-07-07 18:47:58 +04:00
"version": "v1.5.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/felixfbecker/php-language-server-protocol.git",
2025-07-07 18:47:58 +04:00
"reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/felixfbecker/php-language-server-protocol/zipball/a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
"reference": "a9e113dbc7d849e35b8776da39edaf4313b7b6c9",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"require-dev": {
"phpstan/phpstan": "*",
"squizlabs/php_codesniffer": "^3.1",
"vimeo/psalm": "^4.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"LanguageServerProtocol\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"ISC"
],
"authors": [
{
"name": "Felix Becker",
"email": "felix.b@outlook.com"
}
],
"description": "PHP classes for the Language Server Protocol",
"keywords": [
"language",
"microsoft",
"php",
"server"
],
"support": {
"issues": "https://github.com/felixfbecker/php-language-server-protocol/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/felixfbecker/php-language-server-protocol/tree/v1.5.3"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2024-04-30T00:40:11+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "graham-campbell/result-type",
"version": "v1.1.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/GrahamCampbell/Result-Type.git",
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/3ba905c11371512af9d9bdd27d99b782216b6945",
"reference": "3ba905c11371512af9d9bdd27d99b782216b6945",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"autoload": {
"psr-4": {
"GrahamCampbell\\ResultType\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "An Implementation Of The Result Type",
"keywords": [
"Graham Campbell",
"GrahamCampbell",
"Result Type",
"Result-Type",
"result"
],
"support": {
"issues": "https://github.com/GrahamCampbell/Result-Type/issues",
"source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
"type": "tidelift"
}
],
"time": "2024-07-20T21:45:45+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "hamcrest/hamcrest-php",
2025-07-07 18:47:58 +04:00
"version": "v2.1.1",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/hamcrest/hamcrest-php.git",
2025-07-07 18:47:58 +04:00
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
"reference": "f8b1c0173b22fa6ec77a81fe63e5b01eba7e6487",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": "^7.4|^8.0"
2024-02-16 15:47:39 +04:00
},
"replace": {
"cordoval/hamcrest-php": "*",
"davedevelopment/hamcrest-php": "*",
"kodova/hamcrest-php": "*"
},
"require-dev": {
2025-07-07 18:47:58 +04:00
"phpunit/php-file-iterator": "^1.4 || ^2.0 || ^3.0",
"phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0 || ^8.0 || ^9.0"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.1-dev"
}
},
"autoload": {
"classmap": [
"hamcrest"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"description": "This is the PHP port of Hamcrest Matchers",
"keywords": [
"test"
],
"support": {
"issues": "https://github.com/hamcrest/hamcrest-php/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/hamcrest/hamcrest-php/tree/v2.1.1"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2025-04-30T06:54:44+00:00"
2024-02-16 15:47:39 +04:00
},
2024-08-26 16:09:43 +03:00
{
"name": "inpsyde/composer-assets-compiler",
"version": "2.5.3",
"source": {
"type": "git",
"url": "https://github.com/inpsyde/composer-asset-compiler.git",
"reference": "3db3bea66088421377b725d110bd16ee23716c05"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/inpsyde/composer-asset-compiler/zipball/3db3bea66088421377b725d110bd16ee23716c05",
"reference": "3db3bea66088421377b725d110bd16ee23716c05",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1 || ^2",
"ext-json": "*",
"php": ">= 7.2"
},
"require-dev": {
"composer/composer": "^2.1.9",
"inpsyde/php-coding-standards": "^1@dev",
"mikey179/vfsstream": "^1.6.10",
"mockery/mockery": "^1.3.5",
"phpunit/phpunit": "^8.5.21",
"vimeo/psalm": "^4.16.1"
},
"type": "composer-plugin",
"extra": {
"class": "Inpsyde\\AssetsCompiler\\Composer\\Plugin",
"branch-alias": {
"dev-v1.x": "1.x-dev",
"dev-v2.x": "2.x-dev",
2025-07-07 18:47:58 +04:00
"dev-v3.x": "3.x-dev",
"dev-master": "2.x-dev"
2024-08-26 16:09:43 +03:00
}
},
"autoload": {
"psr-4": {
"Inpsyde\\AssetsCompiler\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Inpsyde GmbH",
"email": "hello@inpsyde.com",
"homepage": "https://inpsyde.com/",
"role": "Company"
},
{
"name": "Giuseppe Mazzapica",
"email": "g.mazzapica@inpsyde.com"
}
],
"description": "Composer plugin that installs and compile frontend dependencies for installed Composer packages based on configuration.",
"support": {
"issues": "https://github.com/inpsyde/composer-asset-compiler/issues",
"source": "https://github.com/inpsyde/composer-asset-compiler/tree/2.5.3"
},
"time": "2024-03-07T12:11:10+00:00"
},
2024-02-16 15:47:39 +04:00
{
2024-08-23 15:46:09 +02:00
"name": "inpsyde/modularity",
2025-07-04 22:05:58 +04:00
"version": "1.12.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
2024-08-23 15:46:09 +02:00
"url": "https://github.com/inpsyde/modularity.git",
2025-07-04 22:05:58 +04:00
"reference": "e1ca1c81b7b663355906b586525d21ac5d46bc65"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-04 22:05:58 +04:00
"url": "https://api.github.com/repos/inpsyde/modularity/zipball/e1ca1c81b7b663355906b586525d21ac5d46bc65",
"reference": "e1ca1c81b7b663355906b586525d21ac5d46bc65",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2024-08-23 15:46:09 +02:00
"ext-json": "*",
2025-07-04 22:05:58 +04:00
"php": ">=7.4",
2024-08-23 15:46:09 +02:00
"psr/container": "^1.1.0 || ^2"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
2024-08-23 15:46:09 +02:00
"brain/monkey": "^2.6.1",
2025-07-04 22:05:58 +04:00
"inpsyde/wp-stubs-versions": "6.7",
"mikey179/vfsstream": "^v1.6.11",
2025-07-04 22:05:58 +04:00
"phpstan/phpstan": "^2.1.1",
"phpstan/phpstan-deprecation-rules": "^2.0.1",
"phpstan/phpstan-mockery": "^2.0.0",
"phpstan/phpstan-phpunit": "^2.0.4",
"phpunit/phpunit": "^9.6.19",
2025-07-04 22:05:58 +04:00
"swissspidy/phpstan-no-private": "^v1.0.0",
"syde/phpcs": "^1.0.0"
2024-02-16 15:47:39 +04:00
},
"type": "library",
2024-02-16 17:16:51 +04:00
"extra": {
"branch-alias": {
2024-08-23 15:46:09 +02:00
"dev-master": "1.x-dev"
2024-02-16 17:16:51 +04:00
}
},
2024-02-16 15:47:39 +04:00
"autoload": {
2024-08-23 15:46:09 +02:00
"psr-4": {
"Inpsyde\\Modularity\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"GPL-2.0-or-later"
],
"authors": [
{
2025-07-04 22:05:58 +04:00
"name": "Syde GmbH",
"email": "hello@syde.com",
"homepage": "https://syde.com/",
2024-08-23 15:46:09 +02:00
"role": "Company"
}
],
"description": "Modular PSR-11 implementation for WordPress plugins, themes or libraries.",
"support": {
"issues": "https://github.com/inpsyde/modularity/issues",
2025-07-04 22:05:58 +04:00
"source": "https://github.com/inpsyde/modularity/tree/1.12.0"
2024-08-23 15:46:09 +02:00
},
2025-07-04 22:05:58 +04:00
"time": "2025-05-09T12:13:17+00:00"
},
{
"name": "league/flysystem",
"version": "1.1.10",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/3239285c825c152bcc315fe0e87d6b55f5972ed1",
"reference": "3239285c825c152bcc315fe0e87d6b55f5972ed1",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"league/mime-type-detection": "^1.3",
"php": "^7.2.5 || ^8.0"
},
"conflict": {
"league/flysystem-sftp": "<1.0.6"
},
"require-dev": {
"phpspec/prophecy": "^1.11.1",
"phpunit/phpunit": "^8.5.8"
},
"suggest": {
"ext-ftp": "Allows you to use FTP server storage",
"ext-openssl": "Allows you to use FTPS server storage",
"league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
"league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
"league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
"league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
"league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
"league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
"league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
"league/flysystem-webdav": "Allows you to use WebDAV storage",
"league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
"spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
"srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.1-dev"
}
},
"autoload": {
"psr-4": {
"League\\Flysystem\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frenky.net"
}
],
"description": "Filesystem abstraction: Many filesystems, one API.",
"keywords": [
"Cloud Files",
"WebDAV",
"abstraction",
"aws",
"cloud",
"copy.com",
"dropbox",
"file systems",
"files",
"filesystem",
"filesystems",
"ftp",
"rackspace",
"remote",
"s3",
"sftp",
"storage"
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.1.10"
},
"funding": [
{
"url": "https://offset.earth/frankdejonge",
"type": "other"
}
],
"time": "2022-10-04T09:16:37+00:00"
},
{
"name": "league/mime-type-detection",
"version": "1.16.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/mime-type-detection.git",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/2d6702ff215bf922936ccc1ad31007edc76451b9",
"reference": "2d6702ff215bf922936ccc1ad31007edc76451b9",
"shasum": ""
},
"require": {
"ext-fileinfo": "*",
"php": "^7.4 || ^8.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.2",
"phpstan/phpstan": "^0.12.68",
"phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
},
"type": "library",
"autoload": {
"psr-4": {
"League\\MimeTypeDetection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Frank de Jonge",
"email": "info@frankdejonge.nl"
}
],
"description": "Mime-type detection for Flysystem",
"support": {
"issues": "https://github.com/thephpleague/mime-type-detection/issues",
"source": "https://github.com/thephpleague/mime-type-detection/tree/1.16.0"
},
"funding": [
{
"url": "https://github.com/frankdejonge",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/league/flysystem",
"type": "tidelift"
}
],
"time": "2024-09-21T08:32:55+00:00"
2024-08-23 15:46:09 +02:00
},
{
"name": "mockery/mockery",
"version": "1.6.12",
2024-08-23 15:46:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/mockery/mockery.git",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699"
2024-08-23 15:46:09 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/mockery/mockery/zipball/1f4efdd7d3beafe9807b08156dfcb176d18f1699",
"reference": "1f4efdd7d3beafe9807b08156dfcb176d18f1699",
2024-08-23 15:46:09 +02:00
"shasum": ""
},
"require": {
"hamcrest/hamcrest-php": "^2.0.1",
"lib-pcre": ">=7.0",
"php": ">=7.3"
},
"conflict": {
"phpunit/phpunit": "<8.0"
2024-08-23 15:46:09 +02:00
},
"require-dev": {
"phpunit/phpunit": "^8.5 || ^9.6.17",
"symplify/easy-coding-standard": "^12.1.14"
2024-08-23 15:46:09 +02:00
},
"type": "library",
"autoload": {
"files": [
"library/helpers.php",
"library/Mockery.php"
],
"psr-4": {
"Mockery\\": "library/Mockery"
2024-02-16 15:47:39 +04:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Pádraic Brady",
"email": "padraic.brady@gmail.com",
"homepage": "https://github.com/padraic",
"role": "Author"
2024-02-16 15:47:39 +04:00
},
{
"name": "Dave Marshall",
"email": "dave.marshall@atstsolutions.co.uk",
"homepage": "https://davedevelopment.co.uk",
"role": "Developer"
},
{
"name": "Nathanael Esayeas",
"email": "nathanael.esayeas@protonmail.com",
"homepage": "https://github.com/ghostwriter",
"role": "Lead Developer"
2024-02-16 15:47:39 +04:00
}
],
"description": "Mockery is a simple yet flexible PHP mock object framework",
"homepage": "https://github.com/mockery/mockery",
"keywords": [
"BDD",
"TDD",
"library",
"mock",
"mock objects",
"mockery",
"stub",
"test",
"test double",
"testing"
],
"support": {
"docs": "https://docs.mockery.io/",
2024-02-16 15:47:39 +04:00
"issues": "https://github.com/mockery/mockery/issues",
"rss": "https://github.com/mockery/mockery/releases.atom",
"security": "https://github.com/mockery/mockery/security/advisories",
"source": "https://github.com/mockery/mockery"
2024-02-16 15:47:39 +04:00
},
"time": "2024-05-16T03:13:13+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "myclabs/deep-copy",
2025-07-07 18:47:58 +04:00
"version": "1.13.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/myclabs/DeepCopy.git",
2025-07-07 18:47:58 +04:00
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/faed855a7b5f4d4637717c2b3863e277116beb36",
"reference": "faed855a7b5f4d4637717c2b3863e277116beb36",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": "^7.1 || ^8.0"
},
"conflict": {
"doctrine/collections": "<1.6.8",
2024-08-23 15:46:09 +02:00
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
2024-08-23 15:46:09 +02:00
"phpspec/prophecy": "^1.10",
2024-02-16 15:47:39 +04:00
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
},
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-07-05T12:25:42+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "netresearch/jsonmapper",
2025-07-07 18:47:58 +04:00
"version": "v4.5.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/cweiske/jsonmapper.git",
2025-07-07 18:47:58 +04:00
"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/cweiske/jsonmapper/zipball/8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
"reference": "8e76efb98ee8b6afc54687045e1b8dba55ac76e5",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-json": "*",
"ext-pcre": "*",
"ext-reflection": "*",
"ext-spl": "*",
"php": ">=7.1"
},
"require-dev": {
"phpunit/phpunit": "~7.5 || ~8.0 || ~9.0 || ~10.0",
"squizlabs/php_codesniffer": "~3.5"
},
"type": "library",
"autoload": {
"psr-0": {
"JsonMapper": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"OSL-3.0"
],
"authors": [
{
"name": "Christian Weiske",
"email": "cweiske@cweiske.de",
"homepage": "http://github.com/cweiske/jsonmapper/",
"role": "Developer"
}
],
"description": "Map nested JSON structures onto PHP classes",
"support": {
"email": "cweiske@cweiske.de",
"issues": "https://github.com/cweiske/jsonmapper/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/cweiske/jsonmapper/tree/v4.5.0"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2024-09-08T10:13:13+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "nikic/php-parser",
2025-07-07 18:47:58 +04:00
"version": "v4.19.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
2025-07-07 18:47:58 +04:00
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/715f4d25e225bc47b293a8b997fe6ce99bf987d2",
"reference": "715f4d25e225bc47b293a8b997fe6ce99bf987d2",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2024-05-15 14:36:02 +04:00
"php": ">=7.1"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"ircmaxell/php-yacc": "^0.0.7",
2025-07-07 18:47:58 +04:00
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
2024-02-16 15:47:39 +04:00
},
"bin": [
"bin/php-parse"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.9-dev"
}
},
"autoload": {
"psr-4": {
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Nikita Popov"
}
],
"description": "A PHP parser written in PHP",
"keywords": [
"parser",
"php"
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.4"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2024-09-29T15:01:53+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "openlss/lib-array2xml",
"version": "1.0.0",
"source": {
"type": "git",
"url": "https://github.com/nullivex/lib-array2xml.git",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nullivex/lib-array2xml/zipball/a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"reference": "a91f18a8dfc69ffabe5f9b068bc39bb202c81d90",
"shasum": ""
},
"require": {
"php": ">=5.3.2"
},
"type": "library",
"autoload": {
"psr-0": {
"LSS": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Bryan Tong",
"email": "bryan@nullivex.com",
"homepage": "https://www.nullivex.com"
},
{
"name": "Tony Butler",
"email": "spudz76@gmail.com",
"homepage": "https://www.nullivex.com"
}
],
"description": "Array2XML conversion library credit to lalit.org",
"homepage": "https://www.nullivex.com",
"keywords": [
"array",
"array conversion",
"xml",
"xml conversion"
],
"support": {
"issues": "https://github.com/nullivex/lib-array2xml/issues",
"source": "https://github.com/nullivex/lib-array2xml/tree/master"
},
"time": "2019-03-29T20:06:56+00:00"
},
2024-02-16 15:47:39 +04:00
{
"name": "phar-io/manifest",
2024-05-15 14:36:02 +04:00
"version": "2.0.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
2024-05-15 14:36:02 +04:00
"reference": "54750ef60c58e43759730615a392c31c80e23176"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-05-15 14:36:02 +04:00
"url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176",
"reference": "54750ef60c58e43759730615a392c31c80e23176",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-dom": "*",
2024-05-15 14:36:02 +04:00
"ext-libxml": "*",
2024-02-16 15:47:39 +04:00
"ext-phar": "*",
"ext-xmlwriter": "*",
"phar-io/version": "^3.0.1",
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
2024-05-15 14:36:02 +04:00
"source": "https://github.com/phar-io/manifest/tree/2.0.4"
2024-02-16 15:47:39 +04:00
},
2024-05-15 14:36:02 +04:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
"time": "2024-03-03T12:33:53+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phar-io/version",
"version": "3.2.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
},
{
"name": "Sebastian Heuer",
"email": "sebastian@phpeople.de",
"role": "Developer"
},
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "Developer"
}
],
"description": "Library for handling version information and constraints",
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "php-stubs/woocommerce-stubs",
2024-08-23 15:46:09 +02:00
"version": "v8.9.1",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/php-stubs/woocommerce-stubs.git",
2024-08-23 15:46:09 +02:00
"reference": "2f5be3f363ff3d02b4e29404c7895d9d15fd3e73"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-08-23 15:46:09 +02:00
"url": "https://api.github.com/repos/php-stubs/woocommerce-stubs/zipball/2f5be3f363ff3d02b4e29404c7895d9d15fd3e73",
"reference": "2f5be3f363ff3d02b4e29404c7895d9d15fd3e73",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2024-05-15 14:36:02 +04:00
"php-stubs/wordpress-stubs": "^5.3 || ^6.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
2024-05-15 14:36:02 +04:00
"php": "~7.1 || ~8.0",
2024-02-16 15:47:39 +04:00
"php-stubs/generator": "^0.8.0"
},
"suggest": {
"symfony/polyfill-php73": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "WooCommerce function and class declaration stubs for static analysis.",
"homepage": "https://github.com/php-stubs/woocommerce-stubs",
"keywords": [
"PHPStan",
"static analysis",
"woocommerce",
"wordpress"
],
"support": {
"issues": "https://github.com/php-stubs/woocommerce-stubs/issues",
2024-08-23 15:46:09 +02:00
"source": "https://github.com/php-stubs/woocommerce-stubs/tree/v8.9.1"
2024-02-16 15:47:39 +04:00
},
2024-08-23 15:46:09 +02:00
"time": "2024-05-21T11:47:54+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "php-stubs/wordpress-stubs",
"version": "v5.9.9",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/php-stubs/wordpress-stubs.git",
"reference": "06c51c4863659ea9e9f4c2a23293728a677cb059"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-stubs/wordpress-stubs/zipball/06c51c4863659ea9e9f4c2a23293728a677cb059",
"reference": "06c51c4863659ea9e9f4c2a23293728a677cb059",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require-dev": {
2024-05-15 14:36:02 +04:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
"nikic/php-parser": "^4.13",
"php": "^7.4 || ~8.0.0",
2024-02-16 15:47:39 +04:00
"php-stubs/generator": "^0.8.3",
"phpdocumentor/reflection-docblock": "5.3",
"phpstan/phpstan": "^1.10.49",
2024-05-15 14:36:02 +04:00
"phpunit/phpunit": "^9.5",
"szepeviktor/phpcs-psr-12-neutron-hybrid-ruleset": "^0.11"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"paragonie/sodium_compat": "Pure PHP implementation of libsodium",
2024-05-15 14:36:02 +04:00
"symfony/polyfill-php80": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
2024-02-16 15:47:39 +04:00
"szepeviktor/phpstan-wordpress": "WordPress extensions for PHPStan"
},
"type": "library",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "WordPress function and class declaration stubs for static analysis.",
"homepage": "https://github.com/php-stubs/wordpress-stubs",
"keywords": [
"PHPStan",
"static analysis",
"wordpress"
],
"support": {
"issues": "https://github.com/php-stubs/wordpress-stubs/issues",
"source": "https://github.com/php-stubs/wordpress-stubs/tree/v5.9.9"
2024-02-16 15:47:39 +04:00
},
"time": "2024-04-14T17:16:00+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpcompatibility/php-compatibility",
"version": "9.3.5",
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
"reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
"shasum": ""
},
"require": {
"php": ">=5.3",
"squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
},
"conflict": {
"squizlabs/php_codesniffer": "2.6.2"
},
"require-dev": {
"phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Wim Godden",
"homepage": "https://github.com/wimg",
"role": "lead"
},
{
"name": "Juliette Reinders Folmer",
"homepage": "https://github.com/jrfnl",
"role": "lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
}
],
"description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
"homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
"keywords": [
"compatibility",
"phpcs",
"standards"
],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
"source": "https://github.com/PHPCompatibility/PHPCompatibility"
},
"time": "2019-12-27T09:44:58+00:00"
},
{
"name": "phpcompatibility/phpcompatibility-paragonie",
2024-05-15 14:36:02 +04:00
"version": "1.3.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie.git",
2024-05-15 14:36:02 +04:00
"reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-05-15 14:36:02 +04:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityParagonie/zipball/293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
"reference": "293975b465e0e709b571cbf0c957c6c0a7b9a2ac",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"phpcompatibility/php-compatibility": "^9.0"
},
"require-dev": {
2024-05-15 14:36:02 +04:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0",
2024-02-16 15:47:39 +04:00
"paragonie/random_compat": "dev-master",
"paragonie/sodium_compat": "dev-master"
},
"suggest": {
2024-05-15 14:36:02 +04:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
2024-02-16 15:47:39 +04:00
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Wim Godden",
"role": "lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "lead"
}
],
"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.",
"homepage": "http://phpcompatibility.com/",
"keywords": [
"compatibility",
"paragonie",
"phpcs",
"polyfill",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/issues",
2024-05-15 14:36:02 +04:00
"security": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie/security/policy",
2024-02-16 15:47:39 +04:00
"source": "https://github.com/PHPCompatibility/PHPCompatibilityParagonie"
},
2024-05-15 14:36:02 +04:00
"funding": [
{
"url": "https://github.com/PHPCompatibility",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
}
],
"time": "2024-04-24T21:30:46+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpcompatibility/phpcompatibility-wp",
2025-07-07 18:47:58 +04:00
"version": "2.1.7",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/PHPCompatibility/PHPCompatibilityWP.git",
2025-07-07 18:47:58 +04:00
"reference": "5bfbbfbabb3df2b9a83e601de9153e4a7111962c"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibilityWP/zipball/5bfbbfbabb3df2b9a83e601de9153e4a7111962c",
"reference": "5bfbbfbabb3df2b9a83e601de9153e4a7111962c",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"phpcompatibility/php-compatibility": "^9.0",
2025-07-07 18:47:58 +04:00
"phpcompatibility/phpcompatibility-paragonie": "^1.0",
"squizlabs/php_codesniffer": "^3.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
2024-05-15 14:36:02 +04:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0"
2024-02-16 15:47:39 +04:00
},
"suggest": {
2024-05-15 14:36:02 +04:00
"dealerdirect/phpcodesniffer-composer-installer": "^1.0 || This Composer plugin will sort out the PHP_CodeSniffer 'installed_paths' automatically.",
2024-02-16 15:47:39 +04:00
"roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"LGPL-3.0-or-later"
],
"authors": [
{
"name": "Wim Godden",
"role": "lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "lead"
}
],
"description": "A ruleset for PHP_CodeSniffer to check for PHP cross-version compatibility issues in projects, while accounting for polyfills provided by WordPress.",
"homepage": "http://phpcompatibility.com/",
"keywords": [
"compatibility",
"phpcs",
"standards",
"static analysis",
"wordpress"
],
"support": {
"issues": "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
2024-05-15 14:36:02 +04:00
"security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy",
2024-02-16 15:47:39 +04:00
"source": "https://github.com/PHPCompatibility/PHPCompatibilityWP"
},
2024-05-15 14:36:02 +04:00
"funding": [
{
"url": "https://github.com/PHPCompatibility",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
2025-07-07 18:47:58 +04:00
},
{
"url": "https://thanks.dev/u/gh/phpcompatibility",
"type": "thanks_dev"
2024-05-15 14:36:02 +04:00
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-05-12T16:38:37+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpdocumentor/reflection-common",
"version": "2.2.0",
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"shasum": ""
},
"require": {
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-2.x": "2.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
"time": "2020-06-27T09:03:43+00:00"
},
{
"name": "phpdocumentor/reflection-docblock",
2025-07-07 18:47:58 +04:00
"version": "5.6.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2025-07-07 18:47:58 +04:00
"reference": "92dde6a5919e34835c506ac8c523ef095a95ed62"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/92dde6a5919e34835c506ac8c523ef095a95ed62",
"reference": "92dde6a5919e34835c506ac8c523ef095a95ed62",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.1",
2024-02-16 15:47:39 +04:00
"ext-filter": "*",
"php": "^7.4 || ^8.0",
2024-02-16 15:47:39 +04:00
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.7",
2025-07-07 18:47:58 +04:00
"phpstan/phpdoc-parser": "^1.7|^2.0",
2024-02-16 15:47:39 +04:00
"webmozart/assert": "^1.9.1"
},
"require-dev": {
2025-07-07 18:47:58 +04:00
"mockery/mockery": "~1.3.5 || ~1.6.0",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-mockery": "^1.1",
"phpstan/phpstan-webmozart-assert": "^1.2",
"phpunit/phpunit": "^9.5",
2025-07-07 18:47:58 +04:00
"psalm/phar": "^5.26"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
},
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
2024-02-16 15:47:39 +04:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.6.2"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2025-04-13T19:20:35+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpdocumentor/type-resolver",
2025-07-07 18:47:58 +04:00
"version": "1.10.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2025-07-07 18:47:58 +04:00
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/679e3ce485b99e84c775d28e2e96fade9a7fb50a",
"reference": "679e3ce485b99e84c775d28e2e96fade9a7fb50a",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"doctrine/deprecations": "^1.0",
"php": "^7.3 || ^8.0",
"phpdocumentor/reflection-common": "^2.0",
2025-07-07 18:47:58 +04:00
"phpstan/phpdoc-parser": "^1.18|^2.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"ext-tokenizer": "*",
"phpbench/phpbench": "^1.2",
"phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^1.8",
"phpstan/phpstan-phpunit": "^1.1",
"phpunit/phpunit": "^9.5",
"rector/rector": "^0.13.9",
"vimeo/psalm": "^4.25"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-1.x": "1.x-dev"
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.10.0"
2024-02-16 15:47:39 +04:00
},
2025-07-07 18:47:58 +04:00
"time": "2024-11-09T15:12:26+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpoption/phpoption",
"version": "1.9.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/schmittjoh/php-option.git",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/schmittjoh/php-option/zipball/e3fac8b24f56113f7cb96af14958c0dd16330f54",
"reference": "e3fac8b24f56113f7cb96af14958c0dd16330f54",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": "^7.2.5 || ^8.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"phpunit/phpunit": "^8.5.39 || ^9.6.20 || ^10.5.28"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
},
2024-02-16 15:47:39 +04:00
"branch-alias": {
"dev-master": "1.9-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"psr-4": {
"PhpOption\\": "src/PhpOption/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"Apache-2.0"
],
"authors": [
{
"name": "Johannes M. Schmitt",
"email": "schmittjoh@gmail.com",
"homepage": "https://github.com/schmittjoh"
},
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
}
],
"description": "Option Type for PHP",
"keywords": [
"language",
"option",
"php",
"type"
],
"support": {
"issues": "https://github.com/schmittjoh/php-option/issues",
"source": "https://github.com/schmittjoh/php-option/tree/1.9.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
"type": "tidelift"
}
],
"time": "2024-07-20T21:41:07+00:00"
},
{
"name": "phpstan/phpdoc-parser",
2025-07-07 18:47:58 +04:00
"version": "2.1.0",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
2025-07-07 18:47:58 +04:00
"reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
"reference": "9b30d6fd026b2c132b3985ce6b23bec09ab3aa68",
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": "^7.4 || ^8.0"
},
"require-dev": {
"doctrine/annotations": "^2.0",
2025-07-07 18:47:58 +04:00
"nikic/php-parser": "^5.3.0",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/extension-installer": "^1.0",
2025-07-07 18:47:58 +04:00
"phpstan/phpstan": "^2.0",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6",
"symfony/process": "^5.2"
},
"type": "library",
"autoload": {
"psr-4": {
"PHPStan\\PhpDocParser\\": [
"src/"
]
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.1.0"
},
2025-07-07 18:47:58 +04:00
"time": "2025-02-19T13:28:12+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/php-code-coverage",
"version": "9.2.32",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
2024-02-16 15:47:39 +04:00
"ext-xmlwriter": "*",
"nikic/php-parser": "^4.19.1 || ^5.1.0",
"php": ">=7.3",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-text-template": "^2.0.4",
"sebastian/code-unit-reverse-lookup": "^2.0.3",
"sebastian/complexity": "^2.0.3",
"sebastian/environment": "^5.1.5",
"sebastian/lines-of-code": "^1.0.4",
"sebastian/version": "^3.0.2",
"theseer/tokenizer": "^1.2.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.6"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"ext-pcov": "PHP extension that provides line coverage",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "9.2.x-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
"homepage": "https://github.com/sebastianbergmann/php-code-coverage",
"keywords": [
"coverage",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-08-22T04:23:01+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/php-file-iterator",
"version": "3.0.6",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "FilterIterator implementation that filters files based on a list of suffixes.",
"homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
"keywords": [
"filesystem",
"iterator"
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2021-12-02T12:48:52+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/php-invoker",
"version": "3.1.1",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-invoker.git",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"ext-pcntl": "*",
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-pcntl": "*"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-dev"
}
},
2024-02-16 15:47:39 +04:00
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Invoke callables with a timeout",
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
2024-02-16 15:47:39 +04:00
"keywords": [
"process"
2024-02-16 15:47:39 +04:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:58:55+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/php-text-template",
"version": "2.0.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-text-template.git",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Simple template engine.",
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
2024-02-16 15:47:39 +04:00
"keywords": [
"template"
2024-02-16 15:47:39 +04:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T05:33:50+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/php-timer",
"version": "5.0.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2024-02-16 15:47:39 +04:00
}
],
"description": "Utility class for timing",
"homepage": "https://github.com/sebastianbergmann/php-timer/",
2024-02-16 15:47:39 +04:00
"keywords": [
"timer"
2024-02-16 15:47:39 +04:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:16:10+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "phpunit/phpunit",
2025-07-07 18:47:58 +04:00
"version": "9.6.23",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2025-07-07 18:47:58 +04:00
"reference": "43d2cb18d0675c38bd44982a5d1d88f6d53d8d95"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",
"reference": "43d2cb18d0675c38bd44982a5d1d88f6d53d8d95",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.5.0 || ^2",
2024-02-16 15:47:39 +04:00
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"ext-xmlwriter": "*",
2025-07-07 18:47:58 +04:00
"myclabs/deep-copy": "^1.13.1",
2024-08-23 15:46:09 +02:00
"phar-io/manifest": "^2.0.4",
"phar-io/version": "^3.2.1",
"php": ">=7.3",
2025-07-07 18:47:58 +04:00
"phpunit/php-code-coverage": "^9.2.32",
"phpunit/php-file-iterator": "^3.0.6",
"phpunit/php-invoker": "^3.1.1",
"phpunit/php-text-template": "^2.0.4",
"phpunit/php-timer": "^5.0.3",
"sebastian/cli-parser": "^1.0.2",
"sebastian/code-unit": "^1.0.8",
"sebastian/comparator": "^4.0.8",
"sebastian/diff": "^4.0.6",
"sebastian/environment": "^5.1.5",
"sebastian/exporter": "^4.0.6",
"sebastian/global-state": "^5.0.7",
"sebastian/object-enumerator": "^4.0.4",
"sebastian/resource-operations": "^3.0.4",
"sebastian/type": "^3.2.1",
"sebastian/version": "^3.0.2"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"ext-soap": "To be able to generate mocks based on WSDL files",
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
2024-02-16 15:47:39 +04:00
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "9.6-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"src/Framework/Assert/Functions.php"
],
2024-02-16 15:47:39 +04:00
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "The PHP Unit Testing framework.",
"homepage": "https://phpunit.de/",
"keywords": [
"phpunit",
"testing",
"xunit"
],
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.23"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://phpunit.de/sponsors.html",
"type": "custom"
},
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
},
2025-07-07 18:47:58 +04:00
{
"url": "https://liberapay.com/sebastianbergmann",
"type": "liberapay"
},
{
"url": "https://thanks.dev/u/gh/sebastianbergmann",
"type": "thanks_dev"
},
2024-02-16 15:47:39 +04:00
{
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-05-02T06:40:34+00:00"
2024-08-23 15:46:09 +02:00
},
{
"name": "sebastian/cli-parser",
"version": "1.0.2",
2024-08-23 15:46:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/cli-parser.git",
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b"
2024-08-23 15:46:09 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
"reference": "2b56bea83a09de3ac06bb18b92f068e60cc6f50b",
2024-08-23 15:46:09 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-08-23 15:46:09 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-08-23 15:46:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2024-08-23 15:46:09 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2024-08-23 15:46:09 +02:00
}
],
"description": "Library for parsing CLI options",
"homepage": "https://github.com/sebastianbergmann/cli-parser",
2024-08-23 15:46:09 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.2"
2024-08-23 15:46:09 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:27:43+00:00"
2024-08-23 15:46:09 +02:00
},
{
"name": "sebastian/code-unit",
"version": "1.0.8",
2024-08-23 15:46:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit.git",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
2024-08-23 15:46:09 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
2024-08-23 15:46:09 +02:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-08-23 15:46:09 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-08-23 15:46:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
2024-08-23 15:46:09 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
2024-08-23 15:46:09 +02:00
}
],
"description": "Collection of value objects that represent the PHP code units",
"homepage": "https://github.com/sebastianbergmann/code-unit",
2024-08-23 15:46:09 +02:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
2024-08-23 15:46:09 +02:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:08:54+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
"version": "2.0.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Looks up which function or method a line of code belongs to",
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
2024-02-16 15:47:39 +04:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T05:30:19+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/comparator",
"version": "4.0.8",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/diff": "^4.0",
"sebastian/exporter": "^4.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
2024-02-16 15:47:39 +04:00
}
],
"description": "Provides the functionality to compare PHP values for equality",
"homepage": "https://github.com/sebastianbergmann/comparator",
2024-02-16 15:47:39 +04:00
"keywords": [
"comparator",
"compare",
"equality"
2024-02-16 15:47:39 +04:00
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2022-09-14T12:41:17+00:00"
2024-08-23 15:46:09 +02:00
},
{
"name": "sebastian/complexity",
"version": "2.0.3",
2024-08-23 15:46:09 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/complexity.git",
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
2024-08-23 15:46:09 +02:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
2024-08-23 15:46:09 +02:00
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
2024-08-23 15:46:09 +02:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-08-23 15:46:09 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2024-08-23 15:46:09 +02:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for calculating the complexity of PHP code units",
"homepage": "https://github.com/sebastianbergmann/complexity",
"support": {
"issues": "https://github.com/sebastianbergmann/complexity/issues",
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-12-22T06:19:30+00:00"
},
{
"name": "sebastian/diff",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/ba01945089c3a293b01ba9badc29ad55b106b0bc",
"reference": "ba01945089c3a293b01ba9badc29ad55b106b0bc",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3",
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.6"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:30:58+00:00"
},
{
"name": "sebastian/environment",
"version": "5.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.1-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides functionality to handle HHVM/PHP environments",
"homepage": "http://www.github.com/sebastianbergmann/environment",
"keywords": [
"Xdebug",
"environment",
"hhvm"
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:03:51+00:00"
},
{
"name": "sebastian/exporter",
"version": "4.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/78c00df8f170e02473b682df15bfcdacc3d32d72",
"reference": "78c00df8f170e02473b682df15bfcdacc3d32d72",
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
2024-02-16 15:47:39 +04:00
"name": "Volker Dusch",
"email": "github@wallbash.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
},
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Provides the functionality to export PHP variables for visualization",
"homepage": "https://www.github.com/sebastianbergmann/exporter",
2024-02-16 15:47:39 +04:00
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.6"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:33:00+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/global-state",
"version": "5.0.7",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
"reference": "bca7df1f32ee6fe93b4d4a9abbf69e13a4ada2c9",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"ext-dom": "*",
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"ext-uopz": "*"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "5.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.7"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-02T06:35:11+00:00"
},
{
"name": "sebastian/lines-of-code",
"version": "1.0.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
"shasum": ""
},
"require": {
"nikic/php-parser": "^4.18 || ^5.0",
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library for counting the lines of code in PHP source code",
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
"support": {
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-12-22T06:20:34+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/object-enumerator",
"version": "4.0.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3",
"sebastian/object-reflector": "^2.0",
"sebastian/recursion-context": "^4.0"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:12:34+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/object-reflector",
"version": "2.0.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Allows reflection of object attributes, including inherited and non-public ones",
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-10-26T13:14:26+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/recursion-context",
"version": "4.0.5",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "4.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "https://github.com/sebastianbergmann/recursion-context",
2024-02-16 15:47:39 +04:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:07:39+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/resource-operations",
"version": "3.0.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
"reference": "05d5692a7993ecccd56a03e40cd7e5b09b1d404e",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"phpunit/phpunit": "^9.0"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "3.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
}
],
"description": "Provides a list of PHP built-in functions that operate on resources",
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.4"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2024-03-14T16:00:52+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/type",
"version": "3.2.1",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/type.git",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"phpunit/phpunit": "^9.5"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.2-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Collection of value objects that represent the types of the PHP type system",
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
"issues": "https://github.com/sebastianbergmann/type/issues",
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2023-02-03T06:13:03+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "sebastian/version",
"version": "3.0.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/version.git",
"reference": "c6c1022351a901512170118436c764e473f6de8c"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
"reference": "c6c1022351a901512170118436c764e473f6de8c",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.3"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-09-28T06:39:44+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "squizlabs/php_codesniffer",
2025-07-07 18:47:58 +04:00
"version": "3.13.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
2025-07-07 18:47:58 +04:00
"reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
"reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
},
"bin": [
"bin/phpcbf",
"bin/phpcs"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "Former lead"
},
{
"name": "Juliette Reinders Folmer",
"role": "Current lead"
},
{
"name": "Contributors",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
},
"funding": [
{
"url": "https://github.com/PHPCSStandards",
"type": "github"
},
{
"url": "https://github.com/jrfnl",
"type": "github"
},
{
"url": "https://opencollective.com/php_codesniffer",
"type": "open_collective"
2025-07-07 18:47:58 +04:00
},
{
"url": "https://thanks.dev/u/gh/phpcsstandards",
"type": "thanks_dev"
2024-02-16 15:47:39 +04:00
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-06-17T22:17:01+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "symfony/console",
2025-07-07 18:47:58 +04:00
"version": "v5.4.47",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2025-07-07 18:47:58 +04:00
"reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/console/zipball/c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
"reference": "c4ba980ca61a9eb18ee6bcc73f28e475852bb1ed",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
2024-02-16 15:47:39 +04:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.9",
2024-02-16 15:47:39 +04:00
"symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0"
2024-02-16 15:47:39 +04:00
},
"conflict": {
"psr/log": ">=3",
"symfony/dependency-injection": "<4.4",
"symfony/dotenv": "<5.1",
"symfony/event-dispatcher": "<4.4",
2024-02-16 15:47:39 +04:00
"symfony/lock": "<4.4",
"symfony/process": "<4.4"
2024-02-16 15:47:39 +04:00
},
"provide": {
"psr/log-implementation": "1.0|2.0"
},
"require-dev": {
"psr/log": "^1|^2",
"symfony/config": "^4.4|^5.0|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0",
"symfony/event-dispatcher": "^4.4|^5.0|^6.0",
"symfony/lock": "^4.4|^5.0|^6.0",
"symfony/process": "^4.4|^5.0|^6.0",
"symfony/var-dumper": "^4.4|^5.0|^6.0"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Eases the creation of beautiful and testable command line interfaces",
"homepage": "https://symfony.com",
"keywords": [
"cli",
"command-line",
"console",
"terminal"
],
2024-02-16 15:47:39 +04:00
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/console/tree/v5.4.47"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-11-06T11:30:55+00:00"
},
{
"name": "symfony/deprecation-contracts",
2025-07-07 18:47:58 +04:00
"version": "v2.5.4",
"source": {
"type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git",
2025-07-07 18:47:58 +04:00
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/605389f2a7e5625f273b53960dc46aeaf9c62918",
"reference": "605389f2a7e5625f273b53960dc46aeaf9c62918",
"shasum": ""
},
"require": {
"php": ">=7.1"
},
"type": "library",
"extra": {
2025-07-07 18:47:58 +04:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
"branch-alias": {
"dev-main": "2.5-dev"
}
},
"autoload": {
"files": [
"function.php"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com",
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.4"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-25T14:11:13+00:00"
2024-02-16 15:47:39 +04:00
},
2025-07-04 22:05:58 +04:00
{
"name": "symfony/finder",
"version": "v5.4.45",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "63741784cd7b9967975eec610b256eed3ede022b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/63741784cd7b9967975eec610b256eed3ede022b",
"reference": "63741784cd7b9967975eec610b256eed3ede022b",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-php80": "^1.16"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v5.4.45"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-28T13:32:08+00:00"
},
2024-02-16 15:47:39 +04:00
{
"name": "symfony/polyfill-ctype",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2025-07-07 18:47:58 +04:00
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.2"
2024-02-16 15:47:39 +04:00
},
"provide": {
"ext-ctype": "*"
},
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-09T11:45:10+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "symfony/polyfill-intl-grapheme",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git",
2025-07-07 18:47:58 +04:00
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"reference": "b9123926e3b7bc2f98c02ad54f6a4b02b91a8abe",
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.2"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Grapheme\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's grapheme_* functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"grapheme",
"intl",
"polyfill",
"portable",
"shim"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.32.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-09T11:45:10+00:00"
},
{
"name": "symfony/polyfill-intl-normalizer",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git",
2025-07-07 18:47:58 +04:00
"reference": "3833d7255cc303546435cb650316bff708a1c75c"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/3833d7255cc303546435cb650316bff708a1c75c",
"reference": "3833d7255cc303546435cb650316bff708a1c75c",
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.2"
},
"suggest": {
"ext-intl": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Intl\\Normalizer\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for intl's Normalizer class and related functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"intl",
"normalizer",
"polyfill",
"portable",
"shim"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.32.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-09T11:45:10+00:00"
},
2024-02-16 15:47:39 +04:00
{
"name": "symfony/polyfill-mbstring",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2025-07-07 18:47:58 +04:00
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"ext-iconv": "*",
"php": ">=7.2"
2024-02-16 15:47:39 +04:00
},
"provide": {
"ext-mbstring": "*"
},
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-12-23T08:48:59+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "symfony/polyfill-php73",
2025-07-07 18:47:58 +04:00
"version": "v1.32.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2025-07-07 18:47:58 +04:00
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
"reference": "0f68c03565dcaaf25a890667542e8bd75fe7e5bb",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
2025-07-07 18:47:58 +04:00
"php": ">=7.2"
2024-02-16 15:47:39 +04:00
},
"type": "library",
"extra": {
"thanks": {
2025-07-07 18:47:58 +04:00
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/polyfill-php73/tree/v1.32.0"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-09T11:45:10+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "symfony/service-contracts",
2025-07-07 18:47:58 +04:00
"version": "v2.5.4",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2025-07-07 18:47:58 +04:00
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f37b419f7aea2e9abf10abd261832cace12e3300",
"reference": "f37b419f7aea2e9abf10abd261832cace12e3300",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"psr/container": "^1.1",
"symfony/deprecation-contracts": "^2.1|^3"
},
"conflict": {
"ext-psr": "<1.1|>=2"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
2025-07-07 18:47:58 +04:00
"thanks": {
"url": "https://github.com/symfony/contracts",
"name": "symfony/contracts"
},
2024-02-16 15:47:39 +04:00
"branch-alias": {
"dev-main": "2.5-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/service-contracts/tree/v2.5.4"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-09-25T14:11:13+00:00"
},
{
"name": "symfony/string",
2025-07-07 18:47:58 +04:00
"version": "v5.4.47",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
2025-07-07 18:47:58 +04:00
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799"
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/symfony/string/zipball/136ca7d72f72b599f2631aca474a4f8e26719799",
"reference": "136ca7d72f72b599f2631aca474a4f8e26719799",
"shasum": ""
},
"require": {
"php": ">=7.2.5",
"symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "~1.15"
},
"conflict": {
"symfony/translation-contracts": ">=3.0"
},
"require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0",
"symfony/translation-contracts": "^1.1|^2",
"symfony/var-exporter": "^4.4|^5.0|^6.0"
},
"type": "library",
"autoload": {
"files": [
"Resources/functions.php"
],
"psr-4": {
"Symfony\\Component\\String\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
"homepage": "https://symfony.com",
"keywords": [
"grapheme",
"i18n",
"string",
"unicode",
"utf-8",
"utf8"
],
"support": {
2025-07-07 18:47:58 +04:00
"source": "https://github.com/symfony/string/tree/v5.4.47"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2024-11-10T20:33:58+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "theseer/tokenizer",
2024-05-15 14:36:02 +04:00
"version": "1.2.3",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2024-05-15 14:36:02 +04:00
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2024-05-15 14:36:02 +04:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
"reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Arne Blankerts",
"email": "arne@blankerts.de",
"role": "Developer"
}
],
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
2024-05-15 14:36:02 +04:00
"source": "https://github.com/theseer/tokenizer/tree/1.2.3"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2024-05-15 14:36:02 +04:00
"time": "2024-03-03T12:36:25+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "vimeo/psalm",
"version": "4.30.0",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/vimeo/psalm.git",
"reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/vimeo/psalm/zipball/d0bc6e25d89f649e4f36a534f330f8bb4643dd69",
"reference": "d0bc6e25d89f649e4f36a534f330f8bb4643dd69",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"amphp/amp": "^2.4.2",
"amphp/byte-stream": "^1.5",
"composer/package-versions-deprecated": "^1.8.0",
2024-02-16 15:47:39 +04:00
"composer/semver": "^1.4 || ^2.0 || ^3.0",
"composer/xdebug-handler": "^1.1 || ^2.0 || ^3.0",
2024-02-16 15:47:39 +04:00
"dnoegel/php-xdg-base-dir": "^0.1.1",
"ext-ctype": "*",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-simplexml": "*",
"ext-tokenizer": "*",
"felixfbecker/advanced-json-rpc": "^3.0.3",
"felixfbecker/language-server-protocol": "^1.5",
2024-02-16 15:47:39 +04:00
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
"nikic/php-parser": "^4.13",
"openlss/lib-array2xml": "^1.0",
"php": "^7.1|^8",
"sebastian/diff": "^3.0 || ^4.0",
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
"symfony/polyfill-php80": "^1.25",
"webmozart/path-util": "^2.3"
2024-02-16 15:47:39 +04:00
},
"provide": {
"psalm/psalm": "self.version"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.2",
"brianium/paratest": "^4.0||^6.0",
2024-02-16 15:47:39 +04:00
"ext-curl": "*",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpdocumentor/reflection-docblock": "^5",
"phpmyadmin/sql-parser": "5.1.0||dev-master",
"phpspec/prophecy": ">=1.9.0",
"phpstan/phpdoc-parser": "1.2.* || 1.6.4",
"phpunit/phpunit": "^9.0",
"psalm/plugin-phpunit": "^0.16",
"slevomat/coding-standard": "^7.0",
"squizlabs/php_codesniffer": "^3.5",
"symfony/process": "^4.3 || ^5.0 || ^6.0",
"weirdan/prophecy-shim": "^1.0 || ^2.0"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"ext-curl": "In order to send data to shepherd",
"ext-igbinary": "^2.0.5 is required, used to serialize caching data"
},
"bin": [
"psalm",
"psalm-language-server",
"psalm-plugin",
"psalm-refactor",
"psalter"
],
"type": "library",
2024-02-16 15:47:39 +04:00
"extra": {
"branch-alias": {
2025-07-07 18:47:58 +04:00
"dev-1.x": "1.x-dev",
"dev-2.x": "2.x-dev",
2025-07-07 18:47:58 +04:00
"dev-3.x": "3.x-dev",
"dev-master": "4.x-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"files": [
"src/functions.php",
"src/spl_object_id.php"
],
2024-02-16 15:47:39 +04:00
"psr-4": {
"Psalm\\": "src/Psalm/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Matthew Brown"
}
],
"description": "A static analysis tool for finding errors in PHP applications",
"keywords": [
"code",
"inspection",
"php"
2024-02-16 15:47:39 +04:00
],
"support": {
"issues": "https://github.com/vimeo/psalm/issues",
"source": "https://github.com/vimeo/psalm/tree/4.30.0"
2024-02-16 15:47:39 +04:00
},
"time": "2022-11-06T20:37:08+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "vlucas/phpdotenv",
2025-07-07 18:47:58 +04:00
"version": "v5.6.2",
2024-02-16 15:47:39 +04:00
"source": {
"type": "git",
"url": "https://github.com/vlucas/phpdotenv.git",
2025-07-07 18:47:58 +04:00
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af"
2024-02-16 15:47:39 +04:00
},
"dist": {
"type": "zip",
2025-07-07 18:47:58 +04:00
"url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
"reference": "24ac4c74f91ee2c193fa1aaa5c249cb0822809af",
2024-02-16 15:47:39 +04:00
"shasum": ""
},
"require": {
"ext-pcre": "*",
"graham-campbell/result-type": "^1.1.3",
"php": "^7.2.5 || ^8.0",
"phpoption/phpoption": "^1.9.3",
"symfony/polyfill-ctype": "^1.24",
"symfony/polyfill-mbstring": "^1.24",
"symfony/polyfill-php80": "^1.24"
2024-02-16 15:47:39 +04:00
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
2024-02-16 15:47:39 +04:00
"ext-filter": "*",
"phpunit/phpunit": "^8.5.34 || ^9.6.13 || ^10.4.2"
2024-02-16 15:47:39 +04:00
},
"suggest": {
"ext-filter": "Required to use the boolean validator."
},
"type": "library",
"extra": {
"bamarni-bin": {
"bin-links": true,
"forward-command": false
2024-02-16 15:47:39 +04:00
},
"branch-alias": {
"dev-master": "5.6-dev"
2024-02-16 15:47:39 +04:00
}
},
"autoload": {
"psr-4": {
"Dotenv\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Graham Campbell",
"email": "hello@gjcampbell.co.uk",
"homepage": "https://github.com/GrahamCampbell"
},
{
"name": "Vance Lucas",
"email": "vance@vancelucas.com",
"homepage": "https://github.com/vlucas"
}
],
"description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
"keywords": [
"dotenv",
"env",
"environment"
],
"support": {
"issues": "https://github.com/vlucas/phpdotenv/issues",
2025-07-07 18:47:58 +04:00
"source": "https://github.com/vlucas/phpdotenv/tree/v5.6.2"
2024-02-16 15:47:39 +04:00
},
"funding": [
{
"url": "https://github.com/GrahamCampbell",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
"type": "tidelift"
}
],
2025-07-07 18:47:58 +04:00
"time": "2025-04-30T23:37:27+00:00"
2024-02-16 15:47:39 +04:00
},
{
"name": "webmozart/assert",
"version": "1.11.0",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
"reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": "^7.2 || ^8.0"
},
"conflict": {
"phpstan/phpstan": "<0.12.20",
"vimeo/psalm": "<4.6.1 || 4.6.2"
},
"require-dev": {
"phpunit/phpunit": "^8.5.13"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.11.0"
},
"time": "2022-06-03T18:03:27+00:00"
},
{
"name": "webmozart/path-util",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/webmozart/path-util.git",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
"webmozart/assert": "~1.0"
},
"require-dev": {
"phpunit/phpunit": "^4.6",
"sebastian/version": "^1.0.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "2.3-dev"
}
},
"autoload": {
"psr-4": {
"Webmozart\\PathUtil\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
"support": {
"issues": "https://github.com/webmozart/path-util/issues",
"source": "https://github.com/webmozart/path-util/tree/2.3.0"
},
"abandoned": "symfony/filesystem",
"time": "2015-12-17T08:42:14+00:00"
},
2024-02-16 15:47:39 +04:00
{
"name": "woocommerce/woocommerce-sniffs",
"version": "0.1.3",
"source": {
"type": "git",
"url": "https://github.com/woocommerce/woocommerce-sniffs.git",
"reference": "4576d54595614d689bc4436acff8baaece3c5bb0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/woocommerce/woocommerce-sniffs/zipball/4576d54595614d689bc4436acff8baaece3c5bb0",
"reference": "4576d54595614d689bc4436acff8baaece3c5bb0",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"php": ">=7.0",
"phpcompatibility/phpcompatibility-wp": "^2.1.0",
"wp-coding-standards/wpcs": "^2.3.0"
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Claudio Sanches",
"email": "claudio@automattic.com"
}
],
"description": "WooCommerce sniffs",
"keywords": [
"phpcs",
"standards",
"woocommerce",
"wordpress"
],
"support": {
"issues": "https://github.com/woocommerce/woocommerce-sniffs/issues",
"source": "https://github.com/woocommerce/woocommerce-sniffs/tree/0.1.3"
},
"time": "2022-02-17T15:34:51+00:00"
},
{
"name": "wp-coding-standards/wpcs",
"version": "2.3.0",
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
"shasum": ""
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
"phpcompatibility/php-compatibility": "^9.0",
"phpcsstandards/phpcsdevtools": "^1.0",
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
}
],
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
"keywords": [
"phpcs",
"standards",
"wordpress"
],
"support": {
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
},
"time": "2020-05-13T23:57:56+00:00"
}
],
"aliases": [],
"minimum-stability": "dev",
"stability-flags": {
2025-07-04 22:05:58 +04:00
"php-stubs/wordpress-stubs": 0,
"php-stubs/woocommerce-stubs": 0
},
2024-02-16 15:47:39 +04:00
"prefer-stable": true,
"prefer-lowest": false,
"platform": {
"php": "^7.4 | ^8.0",
2024-02-16 15:47:39 +04:00
"ext-json": "*"
},
2025-07-04 22:05:58 +04:00
"platform-dev": [],
2024-08-23 16:01:28 +02:00
"platform-overrides": {
"php": "7.4"
2024-08-23 16:01:28 +02:00
},
2024-02-16 15:47:39 +04:00
"plugin-api-version": "2.6.0"
}