Spaces:
Runtime error
Runtime error
| { | |
| "_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" | |
| ], | |
| "content-hash": "a96d9bf108617a01cfb38a346c242222", | |
| "packages": [ | |
| { | |
| "name": "guzzlehttp/guzzle", | |
| "version": "7.12.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/guzzle/guzzle.git", | |
| "reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/guzzle/guzzle/zipball/9aa17bcdd777ee31df9fc83c337ca4ca2340def3", | |
| "reference": "9aa17bcdd777ee31df9fc83c337ca4ca2340def3", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-json": "*", | |
| "guzzlehttp/promises": "^2.5", | |
| "guzzlehttp/psr7": "^2.12.3", | |
| "php": "^7.2.5 || ^8.0", | |
| "psr/http-client": "^1.0", | |
| "symfony/deprecation-contracts": "^2.5 || ^3.0", | |
| "symfony/polyfill-php80": "^1.25" | |
| }, | |
| "provide": { | |
| "psr/http-client-implementation": "1.0" | |
| }, | |
| "require-dev": { | |
| "bamarni/composer-bin-plugin": "^1.8.2", | |
| "ext-curl": "*", | |
| "guzzle/client-integration-tests": "3.0.2", | |
| "guzzlehttp/test-server": "^0.5.1", | |
| "php-http/message-factory": "^1.1", | |
| "phpunit/phpunit": "^8.5.52 || ^9.6.34", | |
| "psr/log": "^1.1 || ^2.0 || ^3.0" | |
| }, | |
| "suggest": { | |
| "ext-curl": "Required for CURL handler support", | |
| "ext-intl": "Required for Internationalized Domain Name (IDN) support", | |
| "psr/log": "Required for using the Log middleware" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "bamarni-bin": { | |
| "bin-links": true, | |
| "forward-command": false | |
| } | |
| }, | |
| "autoload": { | |
| "files": [ | |
| "src/functions_include.php" | |
| ], | |
| "psr-4": { | |
| "GuzzleHttp\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Graham Campbell", | |
| "email": "hello@gjcampbell.co.uk", | |
| "homepage": "https://github.com/GrahamCampbell" | |
| }, | |
| { | |
| "name": "Michael Dowling", | |
| "email": "mtdowling@gmail.com", | |
| "homepage": "https://github.com/mtdowling" | |
| }, | |
| { | |
| "name": "Jeremy Lindblom", | |
| "email": "jeremeamia@gmail.com", | |
| "homepage": "https://github.com/jeremeamia" | |
| }, | |
| { | |
| "name": "George Mponos", | |
| "email": "gmponos@gmail.com", | |
| "homepage": "https://github.com/gmponos" | |
| }, | |
| { | |
| "name": "Tobias Nyholm", | |
| "email": "tobias.nyholm@gmail.com", | |
| "homepage": "https://github.com/Nyholm" | |
| }, | |
| { | |
| "name": "Márk Sági-Kazár", | |
| "email": "mark.sagikazar@gmail.com", | |
| "homepage": "https://github.com/sagikazarmark" | |
| }, | |
| { | |
| "name": "Tobias Schultze", | |
| "email": "webmaster@tubo-world.de", | |
| "homepage": "https://github.com/Tobion" | |
| } | |
| ], | |
| "description": "Guzzle is a PHP HTTP client library", | |
| "keywords": [ | |
| "client", | |
| "curl", | |
| "framework", | |
| "http", | |
| "http client", | |
| "psr-18", | |
| "psr-7", | |
| "rest", | |
| "web service" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/guzzle/guzzle/issues", | |
| "source": "https://github.com/guzzle/guzzle/tree/7.12.3" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/GrahamCampbell", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://github.com/Nyholm", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-06-23T15:29:02+00:00" | |
| }, | |
| { | |
| "name": "guzzlehttp/promises", | |
| "version": "2.5.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/guzzle/promises.git", | |
| "reference": "4360e982f87f5f258bf872d094647791db2f4c8e" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/guzzle/promises/zipball/4360e982f87f5f258bf872d094647791db2f4c8e", | |
| "reference": "4360e982f87f5f258bf872d094647791db2f4c8e", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2.5 || ^8.0", | |
| "symfony/deprecation-contracts": "^2.5 || ^3.0" | |
| }, | |
| "require-dev": { | |
| "bamarni/composer-bin-plugin": "^1.8.2", | |
| "phpunit/phpunit": "^8.5.52 || ^9.6.34" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "bamarni-bin": { | |
| "bin-links": true, | |
| "forward-command": false | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "GuzzleHttp\\Promise\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Graham Campbell", | |
| "email": "hello@gjcampbell.co.uk", | |
| "homepage": "https://github.com/GrahamCampbell" | |
| }, | |
| { | |
| "name": "Michael Dowling", | |
| "email": "mtdowling@gmail.com", | |
| "homepage": "https://github.com/mtdowling" | |
| }, | |
| { | |
| "name": "Tobias Nyholm", | |
| "email": "tobias.nyholm@gmail.com", | |
| "homepage": "https://github.com/Nyholm" | |
| }, | |
| { | |
| "name": "Tobias Schultze", | |
| "email": "webmaster@tubo-world.de", | |
| "homepage": "https://github.com/Tobion" | |
| } | |
| ], | |
| "description": "Guzzle promises library", | |
| "keywords": [ | |
| "promise" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/guzzle/promises/issues", | |
| "source": "https://github.com/guzzle/promises/tree/2.5.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/GrahamCampbell", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://github.com/Nyholm", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-06-02T12:23:43+00:00" | |
| }, | |
| { | |
| "name": "guzzlehttp/psr7", | |
| "version": "2.12.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/guzzle/psr7.git", | |
| "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/guzzle/psr7/zipball/7ec62dc3f44aa218487dbed81a9bf9bc647be55d", | |
| "reference": "7ec62dc3f44aa218487dbed81a9bf9bc647be55d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2.5 || ^8.0", | |
| "psr/http-factory": "^1.0", | |
| "psr/http-message": "^1.1 || ^2.0", | |
| "ralouphie/getallheaders": "^3.0", | |
| "symfony/deprecation-contracts": "^2.5 || ^3.0", | |
| "symfony/polyfill-php80": "^1.25" | |
| }, | |
| "provide": { | |
| "psr/http-factory-implementation": "1.0", | |
| "psr/http-message-implementation": "1.0" | |
| }, | |
| "require-dev": { | |
| "bamarni/composer-bin-plugin": "^1.8.2", | |
| "http-interop/http-factory-tests": "1.1.0", | |
| "jshttp/mime-db": "1.54.0.1", | |
| "phpunit/phpunit": "^8.5.52 || ^9.6.34" | |
| }, | |
| "suggest": { | |
| "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "bamarni-bin": { | |
| "bin-links": true, | |
| "forward-command": false | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "GuzzleHttp\\Psr7\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "Graham Campbell", | |
| "email": "hello@gjcampbell.co.uk", | |
| "homepage": "https://github.com/GrahamCampbell" | |
| }, | |
| { | |
| "name": "Michael Dowling", | |
| "email": "mtdowling@gmail.com", | |
| "homepage": "https://github.com/mtdowling" | |
| }, | |
| { | |
| "name": "George Mponos", | |
| "email": "gmponos@gmail.com", | |
| "homepage": "https://github.com/gmponos" | |
| }, | |
| { | |
| "name": "Tobias Nyholm", | |
| "email": "tobias.nyholm@gmail.com", | |
| "homepage": "https://github.com/Nyholm" | |
| }, | |
| { | |
| "name": "Márk Sági-Kazár", | |
| "email": "mark.sagikazar@gmail.com", | |
| "homepage": "https://github.com/sagikazarmark" | |
| }, | |
| { | |
| "name": "Tobias Schultze", | |
| "email": "webmaster@tubo-world.de", | |
| "homepage": "https://github.com/Tobion" | |
| }, | |
| { | |
| "name": "Márk Sági-Kazár", | |
| "email": "mark.sagikazar@gmail.com", | |
| "homepage": "https://sagikazarmark.hu" | |
| } | |
| ], | |
| "description": "PSR-7 message implementation that also provides common utility methods", | |
| "keywords": [ | |
| "http", | |
| "message", | |
| "psr-7", | |
| "request", | |
| "response", | |
| "stream", | |
| "uri", | |
| "url" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/guzzle/psr7/issues", | |
| "source": "https://github.com/guzzle/psr7/tree/2.12.3" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/GrahamCampbell", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://github.com/Nyholm", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-06-23T15:21:08+00:00" | |
| }, | |
| { | |
| "name": "psr/http-client", | |
| "version": "1.0.3", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-client.git", | |
| "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.0 || ^8.0", | |
| "psr/http-message": "^1.0 || ^2.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Client\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "https://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for HTTP clients", | |
| "homepage": "https://github.com/php-fig/http-client", | |
| "keywords": [ | |
| "http", | |
| "http-client", | |
| "psr", | |
| "psr-18" | |
| ], | |
| "support": { | |
| "source": "https://github.com/php-fig/http-client" | |
| }, | |
| "time": "2023-09-23T14:17:50+00:00" | |
| }, | |
| { | |
| "name": "psr/http-factory", | |
| "version": "1.1.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-factory.git", | |
| "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-factory/zipball/2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| "reference": "2b4765fddfe3b508ac62f829e852b1501d3f6e8a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=7.1", | |
| "psr/http-message": "^1.0 || ^2.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "1.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Message\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "https://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "PSR-17: Common interfaces for PSR-7 HTTP message factories", | |
| "keywords": [ | |
| "factory", | |
| "http", | |
| "message", | |
| "psr", | |
| "psr-17", | |
| "psr-7", | |
| "request", | |
| "response" | |
| ], | |
| "support": { | |
| "source": "https://github.com/php-fig/http-factory" | |
| }, | |
| "time": "2024-04-15T12:06:14+00:00" | |
| }, | |
| { | |
| "name": "psr/http-message", | |
| "version": "2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/php-fig/http-message.git", | |
| "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.2 || ^8.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "2.0.x-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "psr-4": { | |
| "Psr\\Http\\Message\\": "src/" | |
| } | |
| }, | |
| "notification-url": "https://packagist.org/downloads/", | |
| "license": [ | |
| "MIT" | |
| ], | |
| "authors": [ | |
| { | |
| "name": "PHP-FIG", | |
| "homepage": "https://www.php-fig.org/" | |
| } | |
| ], | |
| "description": "Common interface for HTTP messages", | |
| "homepage": "https://github.com/php-fig/http-message", | |
| "keywords": [ | |
| "http", | |
| "http-message", | |
| "psr", | |
| "psr-7", | |
| "request", | |
| "response" | |
| ], | |
| "support": { | |
| "source": "https://github.com/php-fig/http-message/tree/2.0" | |
| }, | |
| "time": "2023-04-04T09:54:51+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/deprecation-contracts", | |
| "version": "v3.7.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/deprecation-contracts.git", | |
| "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/50f59d1f3ca46d41ac911f97a78626b6756af35b", | |
| "reference": "50f59d1f3ca46d41ac911f97a78626b6756af35b", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "thanks": { | |
| "url": "https://github.com/symfony/contracts", | |
| "name": "symfony/contracts" | |
| }, | |
| "branch-alias": { | |
| "dev-main": "3.7-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": { | |
| "source": "https://github.com/symfony/deprecation-contracts/tree/v3.7.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://symfony.com/sponsor", | |
| "type": "custom" | |
| }, | |
| { | |
| "url": "https://github.com/fabpot", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://github.com/nicolas-grekas", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-04-13T15:52:40+00:00" | |
| }, | |
| { | |
| "name": "symfony/polyfill-php80", | |
| "version": "v1.37.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/symfony/polyfill-php80.git", | |
| "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dfb55726c3a76ea3b6459fcfda1ec2d80a682411", | |
| "reference": "dfb55726c3a76ea3b6459fcfda1ec2d80a682411", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=7.2" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "thanks": { | |
| "url": "https://github.com/symfony/polyfill", | |
| "name": "symfony/polyfill" | |
| } | |
| }, | |
| "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": { | |
| "source": "https://github.com/symfony/polyfill-php80/tree/v1.37.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://symfony.com/sponsor", | |
| "type": "custom" | |
| }, | |
| { | |
| "url": "https://github.com/fabpot", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://github.com/nicolas-grekas", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/symfony/symfony", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-04-10T16:19:22+00:00" | |
| } | |
| ], | |
| "packages-dev": [ | |
| { | |
| "name": "myclabs/deep-copy", | |
| "version": "1.13.4", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/myclabs/DeepCopy.git", | |
| "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/07d290f0c47959fd5eed98c95ee5602db07e0b6a", | |
| "reference": "07d290f0c47959fd5eed98c95ee5602db07e0b6a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": "^7.1 || ^8.0" | |
| }, | |
| "conflict": { | |
| "doctrine/collections": "<1.6.8", | |
| "doctrine/common": "<2.13.3 || >=3 <3.2.2" | |
| }, | |
| "require-dev": { | |
| "doctrine/collections": "^1.6.8", | |
| "doctrine/common": "^2.13.3 || ^3.2.2", | |
| "phpspec/prophecy": "^1.10", | |
| "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", | |
| "source": "https://github.com/myclabs/DeepCopy/tree/1.13.4" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2025-08-01T08:46:24+00:00" | |
| }, | |
| { | |
| "name": "nikic/php-parser", | |
| "version": "v5.8.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/nikic/PHP-Parser.git", | |
| "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/044a6a392ff8ad0d61f14370a5fbbd0a0107152f", | |
| "reference": "044a6a392ff8ad0d61f14370a5fbbd0a0107152f", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-json": "*", | |
| "ext-tokenizer": "*", | |
| "php": ">=7.4" | |
| }, | |
| "require-dev": { | |
| "ircmaxell/php-yacc": "^0.0.7", | |
| "phpunit/phpunit": "^9.0" | |
| }, | |
| "bin": [ | |
| "bin/php-parse" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-master": "5.x-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", | |
| "source": "https://github.com/nikic/PHP-Parser/tree/v5.8.0" | |
| }, | |
| "time": "2026-07-04T14:30:18+00:00" | |
| }, | |
| { | |
| "name": "phar-io/manifest", | |
| "version": "2.0.4", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/phar-io/manifest.git", | |
| "reference": "54750ef60c58e43759730615a392c31c80e23176" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/phar-io/manifest/zipball/54750ef60c58e43759730615a392c31c80e23176", | |
| "reference": "54750ef60c58e43759730615a392c31c80e23176", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-dom": "*", | |
| "ext-libxml": "*", | |
| "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", | |
| "source": "https://github.com/phar-io/manifest/tree/2.0.4" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/theseer", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-03-03T12:33:53+00: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": "phpunit/php-code-coverage", | |
| "version": "10.1.16", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
| "reference": "7e308268858ed6baedc8704a304727d20bc07c77" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/7e308268858ed6baedc8704a304727d20bc07c77", | |
| "reference": "7e308268858ed6baedc8704a304727d20bc07c77", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-dom": "*", | |
| "ext-libxml": "*", | |
| "ext-xmlwriter": "*", | |
| "nikic/php-parser": "^4.19.1 || ^5.1.0", | |
| "php": ">=8.1", | |
| "phpunit/php-file-iterator": "^4.1.0", | |
| "phpunit/php-text-template": "^3.0.1", | |
| "sebastian/code-unit-reverse-lookup": "^3.0.0", | |
| "sebastian/complexity": "^3.2.0", | |
| "sebastian/environment": "^6.1.0", | |
| "sebastian/lines-of-code": "^2.0.2", | |
| "sebastian/version": "^4.0.1", | |
| "theseer/tokenizer": "^1.2.3" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.1" | |
| }, | |
| "suggest": { | |
| "ext-pcov": "PHP extension that provides line coverage", | |
| "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "10.1.x-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 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/10.1.16" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-08-22T04:31:57+00:00" | |
| }, | |
| { | |
| "name": "phpunit/php-file-iterator", | |
| "version": "4.1.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
| "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/a95037b6d9e608ba092da1b23931e537cadc3c3c", | |
| "reference": "a95037b6d9e608ba092da1b23931e537cadc3c3c", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "4.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": "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", | |
| "security": "https://github.com/sebastianbergmann/php-file-iterator/security/policy", | |
| "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/4.1.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-08-31T06:24:48+00:00" | |
| }, | |
| { | |
| "name": "phpunit/php-invoker", | |
| "version": "4.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-invoker.git", | |
| "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", | |
| "reference": "f5e568ba02fa5ba0ddd0f618391d5a9ea50b06d7", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "ext-pcntl": "*", | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "suggest": { | |
| "ext-pcntl": "*" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "4.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": "Invoke callables with a timeout", | |
| "homepage": "https://github.com/sebastianbergmann/php-invoker/", | |
| "keywords": [ | |
| "process" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/php-invoker/issues", | |
| "source": "https://github.com/sebastianbergmann/php-invoker/tree/4.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T06:56:09+00:00" | |
| }, | |
| { | |
| "name": "phpunit/php-text-template", | |
| "version": "3.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-text-template.git", | |
| "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/0c7b06ff49e3d5072f057eb1fa59258bf287a748", | |
| "reference": "0c7b06ff49e3d5072f057eb1fa59258bf287a748", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "3.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": "Simple template engine.", | |
| "homepage": "https://github.com/sebastianbergmann/php-text-template/", | |
| "keywords": [ | |
| "template" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/php-text-template/issues", | |
| "security": "https://github.com/sebastianbergmann/php-text-template/security/policy", | |
| "source": "https://github.com/sebastianbergmann/php-text-template/tree/3.0.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-08-31T14:07:24+00:00" | |
| }, | |
| { | |
| "name": "phpunit/php-timer", | |
| "version": "6.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/php-timer.git", | |
| "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/e2a2d67966e740530f4a3343fe2e030ffdc1161d", | |
| "reference": "e2a2d67966e740530f4a3343fe2e030ffdc1161d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "6.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": "Utility class for timing", | |
| "homepage": "https://github.com/sebastianbergmann/php-timer/", | |
| "keywords": [ | |
| "timer" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/php-timer/issues", | |
| "source": "https://github.com/sebastianbergmann/php-timer/tree/6.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T06:57:52+00:00" | |
| }, | |
| { | |
| "name": "phpunit/phpunit", | |
| "version": "10.5.64", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/phpunit.git", | |
| "reference": "0e8c1d19cea35ad97d4887f363d07c78e30fbf06" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/0e8c1d19cea35ad97d4887f363d07c78e30fbf06", | |
| "reference": "0e8c1d19cea35ad97d4887f363d07c78e30fbf06", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-dom": "*", | |
| "ext-filter": "*", | |
| "ext-json": "*", | |
| "ext-libxml": "*", | |
| "ext-mbstring": "*", | |
| "ext-xmlwriter": "*", | |
| "myclabs/deep-copy": "^1.13.4", | |
| "phar-io/manifest": "^2.0.4", | |
| "phar-io/version": "^3.2.1", | |
| "php": ">=8.1", | |
| "phpunit/php-code-coverage": "^10.1.16", | |
| "phpunit/php-file-iterator": "^4.1.0", | |
| "phpunit/php-invoker": "^4.0.0", | |
| "phpunit/php-text-template": "^3.0.1", | |
| "phpunit/php-timer": "^6.0.0", | |
| "sebastian/cli-parser": "^2.0.1", | |
| "sebastian/code-unit": "^2.0.0", | |
| "sebastian/comparator": "^5.0.5", | |
| "sebastian/diff": "^5.1.1", | |
| "sebastian/environment": "^6.1.0", | |
| "sebastian/exporter": "^5.1.4", | |
| "sebastian/global-state": "^6.0.2", | |
| "sebastian/object-enumerator": "^5.0.0", | |
| "sebastian/recursion-context": "^5.0.1", | |
| "sebastian/type": "^4.0.0", | |
| "sebastian/version": "^4.0.1" | |
| }, | |
| "suggest": { | |
| "ext-soap": "To be able to generate mocks based on WSDL files" | |
| }, | |
| "bin": [ | |
| "phpunit" | |
| ], | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "10.5-dev" | |
| } | |
| }, | |
| "autoload": { | |
| "files": [ | |
| "src/Framework/Assert/Functions.php" | |
| ], | |
| "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", | |
| "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.64" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://phpunit.de/sponsoring.html", | |
| "type": "other" | |
| } | |
| ], | |
| "time": "2026-07-06T14:50:35+00:00" | |
| }, | |
| { | |
| "name": "sebastian/cli-parser", | |
| "version": "2.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/cli-parser.git", | |
| "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/c34583b87e7b7a8055bf6c450c2c77ce32a24084", | |
| "reference": "c34583b87e7b7a8055bf6c450c2c77ce32a24084", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "2.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 parsing CLI options", | |
| "homepage": "https://github.com/sebastianbergmann/cli-parser", | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/cli-parser/issues", | |
| "security": "https://github.com/sebastianbergmann/cli-parser/security/policy", | |
| "source": "https://github.com/sebastianbergmann/cli-parser/tree/2.0.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-03-02T07:12:49+00:00" | |
| }, | |
| { | |
| "name": "sebastian/code-unit", | |
| "version": "2.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/code-unit.git", | |
| "reference": "a81fee9eef0b7a76af11d121767abc44c104e503" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/a81fee9eef0b7a76af11d121767abc44c104e503", | |
| "reference": "a81fee9eef0b7a76af11d121767abc44c104e503", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "2.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": "Collection of value objects that represent the PHP code units", | |
| "homepage": "https://github.com/sebastianbergmann/code-unit", | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/code-unit/issues", | |
| "source": "https://github.com/sebastianbergmann/code-unit/tree/2.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T06:58:43+00:00" | |
| }, | |
| { | |
| "name": "sebastian/code-unit-reverse-lookup", | |
| "version": "3.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
| "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", | |
| "reference": "5e3a687f7d8ae33fb362c5c0743794bbb2420a1d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "3.0-dev" | |
| } | |
| }, | |
| "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/", | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues", | |
| "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/3.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T06:59:15+00:00" | |
| }, | |
| { | |
| "name": "sebastian/comparator", | |
| "version": "5.0.5", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/comparator.git", | |
| "reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55dfef806eb7dfeb6e7a6935601fef866f8ca48d", | |
| "reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-dom": "*", | |
| "ext-mbstring": "*", | |
| "php": ">=8.1", | |
| "sebastian/diff": "^5.0", | |
| "sebastian/exporter": "^5.0" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.5" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "5.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" | |
| }, | |
| { | |
| "name": "Volker Dusch", | |
| "email": "github@wallbash.com" | |
| }, | |
| { | |
| "name": "Bernhard Schussek", | |
| "email": "bschussek@2bepublished.at" | |
| } | |
| ], | |
| "description": "Provides the functionality to compare PHP values for equality", | |
| "homepage": "https://github.com/sebastianbergmann/comparator", | |
| "keywords": [ | |
| "comparator", | |
| "compare", | |
| "equality" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/comparator/issues", | |
| "security": "https://github.com/sebastianbergmann/comparator/security/policy", | |
| "source": "https://github.com/sebastianbergmann/comparator/tree/5.0.5" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://liberapay.com/sebastianbergmann", | |
| "type": "liberapay" | |
| }, | |
| { | |
| "url": "https://thanks.dev/u/gh/sebastianbergmann", | |
| "type": "thanks_dev" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/sebastian/comparator", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2026-01-24T09:25:16+00:00" | |
| }, | |
| { | |
| "name": "sebastian/complexity", | |
| "version": "3.2.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/complexity.git", | |
| "reference": "68ff824baeae169ec9f2137158ee529584553799" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/68ff824baeae169ec9f2137158ee529584553799", | |
| "reference": "68ff824baeae169ec9f2137158ee529584553799", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "nikic/php-parser": "^4.18 || ^5.0", | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "3.2-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 calculating the complexity of PHP code units", | |
| "homepage": "https://github.com/sebastianbergmann/complexity", | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/complexity/issues", | |
| "security": "https://github.com/sebastianbergmann/complexity/security/policy", | |
| "source": "https://github.com/sebastianbergmann/complexity/tree/3.2.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-12-21T08:37:17+00:00" | |
| }, | |
| { | |
| "name": "sebastian/diff", | |
| "version": "5.1.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/diff.git", | |
| "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/c41e007b4b62af48218231d6c2275e4c9b975b2e", | |
| "reference": "c41e007b4b62af48218231d6c2275e4c9b975b2e", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0", | |
| "symfony/process": "^6.4" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "5.1-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", | |
| "security": "https://github.com/sebastianbergmann/diff/security/policy", | |
| "source": "https://github.com/sebastianbergmann/diff/tree/5.1.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-03-02T07:15:17+00:00" | |
| }, | |
| { | |
| "name": "sebastian/environment", | |
| "version": "6.1.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/environment.git", | |
| "reference": "8074dbcd93529b357029f5cc5058fd3e43666984" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/8074dbcd93529b357029f5cc5058fd3e43666984", | |
| "reference": "8074dbcd93529b357029f5cc5058fd3e43666984", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "suggest": { | |
| "ext-posix": "*" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "6.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": "https://github.com/sebastianbergmann/environment", | |
| "keywords": [ | |
| "Xdebug", | |
| "environment", | |
| "hhvm" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/environment/issues", | |
| "security": "https://github.com/sebastianbergmann/environment/security/policy", | |
| "source": "https://github.com/sebastianbergmann/environment/tree/6.1.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-03-23T08:47:14+00:00" | |
| }, | |
| { | |
| "name": "sebastian/exporter", | |
| "version": "5.1.4", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/exporter.git", | |
| "reference": "0735b90f4da94969541dac1da743446e276defa6" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0735b90f4da94969541dac1da743446e276defa6", | |
| "reference": "0735b90f4da94969541dac1da743446e276defa6", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "ext-mbstring": "*", | |
| "php": ">=8.1", | |
| "sebastian/recursion-context": "^5.0" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.5" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "5.1-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" | |
| }, | |
| { | |
| "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", | |
| "keywords": [ | |
| "export", | |
| "exporter" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/exporter/issues", | |
| "security": "https://github.com/sebastianbergmann/exporter/security/policy", | |
| "source": "https://github.com/sebastianbergmann/exporter/tree/5.1.4" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://liberapay.com/sebastianbergmann", | |
| "type": "liberapay" | |
| }, | |
| { | |
| "url": "https://thanks.dev/u/gh/sebastianbergmann", | |
| "type": "thanks_dev" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2025-09-24T06:09:11+00:00" | |
| }, | |
| { | |
| "name": "sebastian/global-state", | |
| "version": "6.0.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/global-state.git", | |
| "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", | |
| "reference": "987bafff24ecc4c9ac418cab1145b96dd6e9cbd9", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1", | |
| "sebastian/object-reflector": "^3.0", | |
| "sebastian/recursion-context": "^5.0" | |
| }, | |
| "require-dev": { | |
| "ext-dom": "*", | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "6.0-dev" | |
| } | |
| }, | |
| "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": "https://www.github.com/sebastianbergmann/global-state", | |
| "keywords": [ | |
| "global state" | |
| ], | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/global-state/issues", | |
| "security": "https://github.com/sebastianbergmann/global-state/security/policy", | |
| "source": "https://github.com/sebastianbergmann/global-state/tree/6.0.2" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2024-03-02T07:19:19+00:00" | |
| }, | |
| { | |
| "name": "sebastian/lines-of-code", | |
| "version": "2.0.2", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/lines-of-code.git", | |
| "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/856e7f6a75a84e339195d48c556f23be2ebf75d0", | |
| "reference": "856e7f6a75a84e339195d48c556f23be2ebf75d0", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "nikic/php-parser": "^4.18 || ^5.0", | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "2.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", | |
| "security": "https://github.com/sebastianbergmann/lines-of-code/security/policy", | |
| "source": "https://github.com/sebastianbergmann/lines-of-code/tree/2.0.2" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-12-21T08:38:20+00:00" | |
| }, | |
| { | |
| "name": "sebastian/object-enumerator", | |
| "version": "5.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
| "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/202d0e344a580d7f7d04b3fafce6933e59dae906", | |
| "reference": "202d0e344a580d7f7d04b3fafce6933e59dae906", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1", | |
| "sebastian/object-reflector": "^3.0", | |
| "sebastian/recursion-context": "^5.0" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "5.0-dev" | |
| } | |
| }, | |
| "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/5.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T07:08:32+00:00" | |
| }, | |
| { | |
| "name": "sebastian/object-reflector", | |
| "version": "3.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/object-reflector.git", | |
| "reference": "24ed13d98130f0e7122df55d06c5c4942a577957" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/24ed13d98130f0e7122df55d06c5c4942a577957", | |
| "reference": "24ed13d98130f0e7122df55d06c5c4942a577957", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "3.0-dev" | |
| } | |
| }, | |
| "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/3.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T07:06:18+00:00" | |
| }, | |
| { | |
| "name": "sebastian/recursion-context", | |
| "version": "5.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/recursion-context.git", | |
| "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/47e34210757a2f37a97dcd207d032e1b01e64c7a", | |
| "reference": "47e34210757a2f37a97dcd207d032e1b01e64c7a", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.5" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "5.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" | |
| }, | |
| { | |
| "name": "Adam Harvey", | |
| "email": "aharvey@php.net" | |
| } | |
| ], | |
| "description": "Provides functionality to recursively process PHP variables", | |
| "homepage": "https://github.com/sebastianbergmann/recursion-context", | |
| "support": { | |
| "issues": "https://github.com/sebastianbergmann/recursion-context/issues", | |
| "security": "https://github.com/sebastianbergmann/recursion-context/security/policy", | |
| "source": "https://github.com/sebastianbergmann/recursion-context/tree/5.0.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| }, | |
| { | |
| "url": "https://liberapay.com/sebastianbergmann", | |
| "type": "liberapay" | |
| }, | |
| { | |
| "url": "https://thanks.dev/u/gh/sebastianbergmann", | |
| "type": "thanks_dev" | |
| }, | |
| { | |
| "url": "https://tidelift.com/funding/github/packagist/sebastian/recursion-context", | |
| "type": "tidelift" | |
| } | |
| ], | |
| "time": "2025-08-10T07:50:56+00:00" | |
| }, | |
| { | |
| "name": "sebastian/type", | |
| "version": "4.0.0", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/type.git", | |
| "reference": "462699a16464c3944eefc02ebdd77882bd3925bf" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/462699a16464c3944eefc02ebdd77882bd3925bf", | |
| "reference": "462699a16464c3944eefc02ebdd77882bd3925bf", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "require-dev": { | |
| "phpunit/phpunit": "^10.0" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "4.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": "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/4.0.0" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-03T07:10:45+00:00" | |
| }, | |
| { | |
| "name": "sebastian/version", | |
| "version": "4.0.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/sebastianbergmann/version.git", | |
| "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", | |
| "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", | |
| "shasum": "" | |
| }, | |
| "require": { | |
| "php": ">=8.1" | |
| }, | |
| "type": "library", | |
| "extra": { | |
| "branch-alias": { | |
| "dev-main": "4.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 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/4.0.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/sebastianbergmann", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2023-02-07T11:34:05+00:00" | |
| }, | |
| { | |
| "name": "theseer/tokenizer", | |
| "version": "1.3.1", | |
| "source": { | |
| "type": "git", | |
| "url": "https://github.com/theseer/tokenizer.git", | |
| "reference": "b7489ce515e168639d17feec34b8847c326b0b3c" | |
| }, | |
| "dist": { | |
| "type": "zip", | |
| "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c", | |
| "reference": "b7489ce515e168639d17feec34b8847c326b0b3c", | |
| "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", | |
| "source": "https://github.com/theseer/tokenizer/tree/1.3.1" | |
| }, | |
| "funding": [ | |
| { | |
| "url": "https://github.com/theseer", | |
| "type": "github" | |
| } | |
| ], | |
| "time": "2025-11-17T20:03:58+00:00" | |
| } | |
| ], | |
| "aliases": [], | |
| "minimum-stability": "stable", | |
| "stability-flags": {}, | |
| "prefer-stable": false, | |
| "prefer-lowest": false, | |
| "platform": { | |
| "php": ">=8.1" | |
| }, | |
| "platform-dev": {}, | |
| "plugin-api-version": "2.9.0" | |
| } | |