Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
syncroton/composer.lock
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1502 lines (1502 sloc)
52.6 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"_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": "a7cc65ce4da35b2d2a259b5c5b68d9f1", | |
"packages": [ | |
{ | |
"name": "zendframework/zendframework1", | |
"version": "1.12.20.63", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/tine20/zendframework1.git", | |
"reference": "5f51cff43b9f87764487f1cd2256dd8508cd051f" | |
}, | |
"require": { | |
"php": ">=7.4.0" | |
}, | |
"type": "project", | |
"autoload": { | |
"psr-0": { | |
"Zend_": [ | |
"library/" | |
] | |
} | |
}, | |
"license": [ | |
"New BSD License" | |
], | |
"description": "Metaways Infosystems GmbH - Patched Zendframework1", | |
"time": "2023-05-03T15:00:58+00:00" | |
} | |
], | |
"packages-dev": [ | |
{ | |
"name": "doctrine/instantiator", | |
"version": "1.4.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/doctrine/instantiator.git", | |
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc", | |
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc", | |
"shasum": "" | |
}, | |
"require": { | |
"php": "^7.1 || ^8.0" | |
}, | |
"require-dev": { | |
"doctrine/coding-standard": "^9", | |
"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.22" | |
}, | |
"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.4.1" | |
}, | |
"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-03-03T08:28:38+00:00" | |
}, | |
{ | |
"name": "myclabs/deep-copy", | |
"version": "1.11.0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/myclabs/DeepCopy.git", | |
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614", | |
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614", | |
"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", | |
"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.11.0" | |
}, | |
"funding": [ | |
{ | |
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy", | |
"type": "tidelift" | |
} | |
], | |
"time": "2022-03-03T13:19:32+00:00" | |
}, | |
{ | |
"name": "phar-io/manifest", | |
"version": "2.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/phar-io/manifest.git", | |
"reference": "97803eca37d319dfa7826cc2437fc020857acb53" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53", | |
"reference": "97803eca37d319dfa7826cc2437fc020857acb53", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"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.3" | |
}, | |
"time": "2021-07-20T11:28:43+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": "phing/phing", | |
"version": "2.6.1-p0", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/lkneschke/phing", | |
"reference": "03784122412f2e3056d943d9ed39d9c89c3bdaa0" | |
}, | |
"require": { | |
"php": ">=5.2.0" | |
}, | |
"bin": [ | |
"bin/phing" | |
], | |
"type": "library", | |
"autoload": { | |
"classmap": [ | |
"classes/phing/" | |
] | |
}, | |
"include-path": [ | |
"classes" | |
], | |
"license": [ | |
"LGPL3" | |
], | |
"authors": [ | |
{ | |
"name": "Michiel Rook", | |
"email": "mrook@php.net" | |
}, | |
{ | |
"name": "Phing Community", | |
"homepage": "http://www.phing.info/trac/wiki/Development/Contributors" | |
} | |
], | |
"description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.", | |
"homepage": "http://www.phing.info/", | |
"keywords": [ | |
"build", | |
"task", | |
"tool" | |
], | |
"time": "2013-09-28T05:39:01+00:00" | |
}, | |
{ | |
"name": "phpunit/php-code-coverage", | |
"version": "7.0.15", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-code-coverage.git", | |
"reference": "819f92bba8b001d4363065928088de22f25a3a48" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/819f92bba8b001d4363065928088de22f25a3a48", | |
"reference": "819f92bba8b001d4363065928088de22f25a3a48", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-dom": "*", | |
"ext-xmlwriter": "*", | |
"php": ">=7.2", | |
"phpunit/php-file-iterator": "^2.0.2", | |
"phpunit/php-text-template": "^1.2.1", | |
"phpunit/php-token-stream": "^3.1.3 || ^4.0", | |
"sebastian/code-unit-reverse-lookup": "^1.0.1", | |
"sebastian/environment": "^4.2.2", | |
"sebastian/version": "^2.0.1", | |
"theseer/tokenizer": "^1.1.3" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.2.2" | |
}, | |
"suggest": { | |
"ext-xdebug": "^2.7.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "7.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 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", | |
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/7.0.15" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2021-07-26T12:20:09+00:00" | |
}, | |
{ | |
"name": "phpunit/php-file-iterator", | |
"version": "2.0.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-file-iterator.git", | |
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", | |
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.5" | |
}, | |
"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": "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/2.0.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2021-12-02T12:42:26+00:00" | |
}, | |
{ | |
"name": "phpunit/php-text-template", | |
"version": "1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-text-template.git", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.3.3" | |
}, | |
"type": "library", | |
"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", | |
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1" | |
}, | |
"time": "2015-06-21T13:50:34+00:00" | |
}, | |
{ | |
"name": "phpunit/php-timer", | |
"version": "2.1.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-timer.git", | |
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662", | |
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.1-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/2.1.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T08:20:02+00:00" | |
}, | |
{ | |
"name": "phpunit/php-token-stream", | |
"version": "4.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/php-token-stream.git", | |
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/a853a0e183b9db7eed023d7933a858fa1c8d25a3", | |
"reference": "a853a0e183b9db7eed023d7933a858fa1c8d25a3", | |
"shasum": "" | |
}, | |
"require": { | |
"ext-tokenizer": "*", | |
"php": "^7.3 || ^8.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^9.0" | |
}, | |
"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" | |
} | |
], | |
"description": "Wrapper around PHP's tokenizer extension.", | |
"homepage": "https://github.com/sebastianbergmann/php-token-stream/", | |
"keywords": [ | |
"tokenizer" | |
], | |
"support": { | |
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues", | |
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/master" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"abandoned": true, | |
"time": "2020-08-04T08:28:15+00:00" | |
}, | |
{ | |
"name": "phpunit/phpunit", | |
"version": "8.5.29", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/phpunit.git", | |
"reference": "e8c563c47a9a303662955518ca532b022b337f4d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e8c563c47a9a303662955518ca532b022b337f4d", | |
"reference": "e8c563c47a9a303662955518ca532b022b337f4d", | |
"shasum": "" | |
}, | |
"require": { | |
"doctrine/instantiator": "^1.3.1", | |
"ext-dom": "*", | |
"ext-json": "*", | |
"ext-libxml": "*", | |
"ext-mbstring": "*", | |
"ext-xml": "*", | |
"ext-xmlwriter": "*", | |
"myclabs/deep-copy": "^1.10.0", | |
"phar-io/manifest": "^2.0.3", | |
"phar-io/version": "^3.0.2", | |
"php": ">=7.2", | |
"phpunit/php-code-coverage": "^7.0.12", | |
"phpunit/php-file-iterator": "^2.0.4", | |
"phpunit/php-text-template": "^1.2.1", | |
"phpunit/php-timer": "^2.1.2", | |
"sebastian/comparator": "^3.0.2", | |
"sebastian/diff": "^3.0.2", | |
"sebastian/environment": "^4.2.3", | |
"sebastian/exporter": "^3.1.2", | |
"sebastian/global-state": "^3.0.0", | |
"sebastian/object-enumerator": "^3.0.3", | |
"sebastian/resource-operations": "^2.0.1", | |
"sebastian/type": "^1.1.3", | |
"sebastian/version": "^2.0.1" | |
}, | |
"suggest": { | |
"ext-soap": "*", | |
"ext-xdebug": "*", | |
"phpunit/php-invoker": "^2.0.0" | |
}, | |
"bin": [ | |
"phpunit" | |
], | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "8.5-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": "The PHP Unit Testing framework.", | |
"homepage": "https://phpunit.de/", | |
"keywords": [ | |
"phpunit", | |
"testing", | |
"xunit" | |
], | |
"support": { | |
"issues": "https://github.com/sebastianbergmann/phpunit/issues", | |
"source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.29" | |
}, | |
"funding": [ | |
{ | |
"url": "https://phpunit.de/sponsors.html", | |
"type": "custom" | |
}, | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2022-08-22T13:59:39+00:00" | |
}, | |
{ | |
"name": "sebastian/code-unit-reverse-lookup", | |
"version": "1.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git", | |
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619", | |
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.0.x-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/1.0.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T08:15:22+00:00" | |
}, | |
{ | |
"name": "sebastian/comparator", | |
"version": "3.0.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/comparator.git", | |
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1dc7ceb4a24aede938c7af2a9ed1de09609ca770", | |
"reference": "1dc7ceb4a24aede938c7af2a9ed1de09609ca770", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1", | |
"sebastian/diff": "^3.0", | |
"sebastian/exporter": "^3.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.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", | |
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2022-09-14T12:31:48+00:00" | |
}, | |
{ | |
"name": "sebastian/diff", | |
"version": "3.0.3", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/diff.git", | |
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211", | |
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^7.5 || ^8.0", | |
"symfony/process": "^2 || ^3.3 || ^4" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.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/3.0.3" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:59:04+00:00" | |
}, | |
{ | |
"name": "sebastian/environment", | |
"version": "4.2.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/environment.git", | |
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", | |
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^7.5" | |
}, | |
"suggest": { | |
"ext-posix": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "4.2-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/4.2.4" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:53:42+00:00" | |
}, | |
{ | |
"name": "sebastian/exporter", | |
"version": "3.1.5", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/exporter.git", | |
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/73a9676f2833b9a7c36968f9d882589cd75511e6", | |
"reference": "73a9676f2833b9a7c36968f9d882589cd75511e6", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0", | |
"sebastian/recursion-context": "^3.0" | |
}, | |
"require-dev": { | |
"ext-mbstring": "*", | |
"phpunit/phpunit": "^8.5" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.1.x-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": "http://www.github.com/sebastianbergmann/exporter", | |
"keywords": [ | |
"export", | |
"exporter" | |
], | |
"support": { | |
"issues": "https://github.com/sebastianbergmann/exporter/issues", | |
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.5" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2022-09-14T06:00:17+00:00" | |
}, | |
{ | |
"name": "sebastian/global-state", | |
"version": "3.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/global-state.git", | |
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/de036ec91d55d2a9e0db2ba975b512cdb1c23921", | |
"reference": "de036ec91d55d2a9e0db2ba975b512cdb1c23921", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2", | |
"sebastian/object-reflector": "^1.1.1", | |
"sebastian/recursion-context": "^3.0" | |
}, | |
"require-dev": { | |
"ext-dom": "*", | |
"phpunit/phpunit": "^8.0" | |
}, | |
"suggest": { | |
"ext-uopz": "*" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "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": "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/3.0.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2022-02-10T06:55:38+00:00" | |
}, | |
{ | |
"name": "sebastian/object-enumerator", | |
"version": "3.0.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/object-enumerator.git", | |
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", | |
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0", | |
"sebastian/object-reflector": "^1.1.1", | |
"sebastian/recursion-context": "^3.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-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/3.0.4" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:40:27+00:00" | |
}, | |
{ | |
"name": "sebastian/object-reflector", | |
"version": "1.1.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/object-reflector.git", | |
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", | |
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-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/1.1.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:37:18+00:00" | |
}, | |
{ | |
"name": "sebastian/recursion-context", | |
"version": "3.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/recursion-context.git", | |
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb", | |
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.0" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^6.0" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "3.0.x-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": "http://www.github.com/sebastianbergmann/recursion-context", | |
"support": { | |
"issues": "https://github.com/sebastianbergmann/recursion-context/issues", | |
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:34:24+00:00" | |
}, | |
{ | |
"name": "sebastian/resource-operations", | |
"version": "2.0.2", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/resource-operations.git", | |
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3", | |
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.1" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "2.0-dev" | |
} | |
}, | |
"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": { | |
"issues": "https://github.com/sebastianbergmann/resource-operations/issues", | |
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:30:19+00:00" | |
}, | |
{ | |
"name": "sebastian/type", | |
"version": "1.1.4", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/type.git", | |
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/0150cfbc4495ed2df3872fb31b26781e4e077eb4", | |
"reference": "0150cfbc4495ed2df3872fb31b26781e4e077eb4", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=7.2" | |
}, | |
"require-dev": { | |
"phpunit/phpunit": "^8.2" | |
}, | |
"type": "library", | |
"extra": { | |
"branch-alias": { | |
"dev-master": "1.1-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/1.1.4" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/sebastianbergmann", | |
"type": "github" | |
} | |
], | |
"time": "2020-11-30T07:25:11+00:00" | |
}, | |
{ | |
"name": "sebastian/version", | |
"version": "2.0.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/sebastianbergmann/version.git", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019", | |
"shasum": "" | |
}, | |
"require": { | |
"php": ">=5.6" | |
}, | |
"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": "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/master" | |
}, | |
"time": "2016-10-03T07:35:21+00:00" | |
}, | |
{ | |
"name": "theseer/tokenizer", | |
"version": "1.2.1", | |
"source": { | |
"type": "git", | |
"url": "https://github.com/theseer/tokenizer.git", | |
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e" | |
}, | |
"dist": { | |
"type": "zip", | |
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e", | |
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e", | |
"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.2.1" | |
}, | |
"funding": [ | |
{ | |
"url": "https://github.com/theseer", | |
"type": "github" | |
} | |
], | |
"time": "2021-07-28T10:34:58+00:00" | |
} | |
], | |
"aliases": [], | |
"minimum-stability": "stable", | |
"stability-flags": [], | |
"prefer-stable": false, | |
"prefer-lowest": false, | |
"platform": { | |
"php": ">=7.4.0", | |
"ext-ctype": "*" | |
}, | |
"platform-dev": [], | |
"plugin-api-version": "2.3.0" | |
} |