2019-10-01 20:42:11 +03:00
{
"_readme": [
"This file locks the dependencies of your project to a known state",
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
2022-04-27 23:31:18 +03:00
"content-hash": "6e8a87c0d26c0783ada5f055bd60cc35",
2019-10-01 20:42:11 +03:00
"packages": [],
"packages-dev": [
2019-11-16 00:40:53 +02:00
{
"name": "clue/stdio-react",
2022-04-27 23:31:18 +03:00
"version": "v2.6.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/clue/reactphp-stdio.git",
2022-04-27 23:31:18 +03:00
"reference": "dfa6c378aabdff718202d4e2453f752c38ea3399"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/clue/reactphp-stdio/zipball/dfa6c378aabdff718202d4e2453f752c38ea3399",
"reference": "dfa6c378aabdff718202d4e2453f752c38ea3399",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"clue/term-react": "^1.0 || ^0.1.1",
"clue/utf8-react": "^1.0 || ^0.1",
"php": ">=5.3",
2022-04-27 23:31:18 +03:00
"react/event-loop": "^1.2",
"react/stream": "^1.2"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
"clue/arguments": "^2.0",
"clue/commander": "^1.2",
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
2019-11-16 00:40:53 +02:00
},
"suggest": {
"ext-mbstring": "Using ext-mbstring should provide slightly better performance for handling I/O"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\React\\Stdio\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
2020-12-10 19:25:03 +02:00
"email": "christian@clue.engineering"
2019-11-16 00:40:53 +02:00
}
],
"description": "Async, event-driven console input & output (STDIN, STDOUT) for truly interactive CLI applications, built on top of ReactPHP",
"homepage": "https://github.com/clue/reactphp-stdio",
"keywords": [
"async",
"autocomplete",
"autocompletion",
"cli",
"history",
"interactive",
"reactphp",
"readline",
"stdin",
"stdio",
"stdout"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/clue/reactphp-stdio/issues",
"source": "https://github.com/clue/reactphp-stdio/tree/v2.6.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-03-18T15:09:30+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "clue/term-react",
2020-12-10 19:25:03 +02:00
"version": "v1.3.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/clue/reactphp-term.git",
2020-12-10 19:25:03 +02:00
"reference": "eb6eb063eda04a714ef89f066586a2c49588f7ca"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/clue/reactphp-term/zipball/eb6eb063eda04a714ef89f066586a2c49588f7ca",
"reference": "eb6eb063eda04a714ef89f066586a2c49588f7ca",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/stream": "^1.0 || ^0.7"
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8",
2019-11-16 00:40:53 +02:00
"react/event-loop": "^1.0 || ^0.5 || ^0.4 || ^0.3"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\React\\Term\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
2020-12-10 19:25:03 +02:00
"email": "christian@clue.engineering"
2019-11-16 00:40:53 +02:00
}
],
2020-12-10 19:25:03 +02:00
"description": "Streaming terminal emulator, built on top of ReactPHP.",
2019-11-16 00:40:53 +02:00
"homepage": "https://github.com/clue/reactphp-term",
"keywords": [
"C0",
"CSI",
"ansi",
"apc",
"ascii",
"c1",
"control codes",
"dps",
"osc",
"pm",
"reactphp",
"streaming",
"terminal",
"vt100",
"xterm"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/clue/reactphp-term/issues",
"source": "https://github.com/clue/reactphp-term/tree/v1.3.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-11-06T11:50:12+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "clue/utf8-react",
2020-12-10 19:25:03 +02:00
"version": "v1.2.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
2020-12-10 19:25:03 +02:00
"url": "https://github.com/clue/reactphp-utf8.git",
"reference": "8bc3f8c874cdf642c8f10f9ae93aadb8cd63da96"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/clue/reactphp-utf8/zipball/8bc3f8c874cdf642c8f10f9ae93aadb8cd63da96",
"reference": "8bc3f8c874cdf642c8f10f9ae93aadb8cd63da96",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3",
"react/stream": "^1.0 || ^0.7 || ^0.6 || ^0.5 || ^0.4 || ^0.3"
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^9.3 ||^5.7 || ^4.8",
2019-11-16 00:40:53 +02:00
"react/stream": "^1.0 || ^0.7"
},
"type": "library",
"autoload": {
"psr-4": {
"Clue\\React\\Utf8\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Christian Lück",
2020-12-10 19:25:03 +02:00
"email": "christian@clue.engineering"
2019-11-16 00:40:53 +02:00
}
],
2020-12-10 19:25:03 +02:00
"description": "Streaming UTF-8 parser, built on top of ReactPHP.",
"homepage": "https://github.com/clue/reactphp-utf8",
2019-11-16 00:40:53 +02:00
"keywords": [
"reactphp",
"streaming",
"unicode",
"utf-8",
"utf8"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/clue/reactphp-utf8/issues",
"source": "https://github.com/clue/reactphp-utf8/tree/v1.2.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://clue.engineering/support",
"type": "custom"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2020-11-06T11:48:09+00:00"
2019-11-16 00:40:53 +02:00
},
2019-10-01 20:42:11 +03:00
{
"name": "dealerdirect/phpcodesniffer-composer-installer",
2022-04-27 23:31:18 +03:00
"version": "v0.7.2",
2019-10-01 20:42:11 +03:00
"source": {
"type": "git",
"url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
2022-04-27 23:31:18 +03:00
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
2019-10-01 20:42:11 +03:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
"reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
2019-10-01 20:42:11 +03:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"composer-plugin-api": "^1.0 || ^2.0",
"php": ">=5.3",
2022-04-27 23:31:18 +03:00
"squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
2019-10-01 20:42:11 +03:00
},
"require-dev": {
"composer/composer": "*",
2022-04-27 23:31:18 +03:00
"php-parallel-lint/php-parallel-lint": "^1.3.1",
"phpcompatibility/php-compatibility": "^9.0"
2019-10-01 20:42:11 +03:00
},
"type": "composer-plugin",
"extra": {
"class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
},
"autoload": {
"psr-4": {
"Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Franck Nijhof",
"email": "franck.nijhof@dealerdirect.com",
"homepage": "http://www.frenck.nl",
"role": "Developer / IT Manager"
2022-04-27 23:31:18 +03:00
},
{
"name": "Contributors",
"homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
2019-10-01 20:42:11 +03:00
}
],
"description": "PHP_CodeSniffer Standards Composer Installer Plugin",
"homepage": "http://www.dealerdirect.com",
"keywords": [
"PHPCodeSniffer",
"PHP_CodeSniffer",
"code quality",
"codesniffer",
"composer",
"installer",
2022-04-27 23:31:18 +03:00
"phpcbf",
2019-10-01 20:42:11 +03:00
"phpcs",
"plugin",
"qa",
"quality",
"standard",
"standards",
"style guide",
"stylecheck",
"tests"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
"source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
},
"time": "2022-02-04T12:51:07+00:00"
2019-10-01 20:42:11 +03:00
},
{
2019-11-16 00:40:53 +02:00
"name": "doctrine/instantiator",
2022-04-27 23:31:18 +03:00
"version": "1.4.1",
2019-10-01 20:42:11 +03:00
"source": {
"type": "git",
2019-11-16 00:40:53 +02:00
"url": "https://github.com/doctrine/instantiator.git",
2022-04-27 23:31:18 +03:00
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
2019-10-01 20:42:11 +03:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
"reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
2019-10-01 20:42:11 +03:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": "^7.1 || ^8.0"
2019-10-01 20:42:11 +03:00
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"doctrine/coding-standard": "^9",
2019-11-16 00:40:53 +02:00
"ext-pdo": "*",
"ext-phar": "*",
2022-04-27 23:31:18 +03:00
"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"
2019-11-16 00:40:53 +02:00
},
"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",
2020-12-10 19:25:03 +02:00
"homepage": "https://ocramius.github.io/"
2019-11-16 00:40:53 +02:00
}
],
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
"source": "https://github.com/doctrine/instantiator/tree/1.4.1"
},
2020-12-10 19:25:03 +02:00
"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"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-03-03T08:28:38+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "evenement/evenement",
"version": "v3.0.1",
"source": {
"type": "git",
"url": "https://github.com/igorw/evenement.git",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
"shasum": ""
},
"require": {
"php": ">=7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"type": "library",
"autoload": {
"psr-0": {
"Evenement": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Igor Wiedler",
"email": "igor@wiedler.ch"
}
],
"description": "Événement is a very simple event dispatching library for PHP",
"keywords": [
"event-dispatcher",
"event-emitter"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/igorw/evenement/issues",
"source": "https://github.com/igorw/evenement/tree/master"
},
2019-11-16 00:40:53 +02:00
"time": "2017-07-23T21:35:13+00:00"
},
{
"name": "jolicode/jolinotif",
2022-04-27 23:31:18 +03:00
"version": "v2.3.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/jolicode/JoliNotif.git",
2022-04-27 23:31:18 +03:00
"reference": "9cca717bbc47aa2ffeca51d77daa13b824a489ee"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/jolicode/JoliNotif/zipball/9cca717bbc47aa2ffeca51d77daa13b824a489ee",
"reference": "9cca717bbc47aa2ffeca51d77daa13b824a489ee",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"php": ">=7.0",
2020-12-10 19:25:03 +02:00
"symfony/process": "^3.3|^4.0|^5.0"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"friendsofphp/php-cs-fixer": "^2.0",
"symfony/finder": "^3.3|^4.0|^5.0",
"symfony/phpunit-bridge": "^3.4.26|^4.0|^5.0"
2019-10-01 20:42:11 +03:00
},
"bin": [
2019-11-16 00:40:53 +02:00
"jolinotif"
2019-10-01 20:42:11 +03:00
],
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-master": "2.3.x-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"Joli\\JoliNotif\\": "src/"
2019-10-01 20:42:11 +03:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
2019-11-16 00:40:53 +02:00
"MIT"
2019-10-01 20:42:11 +03:00
],
"authors": [
{
2019-11-16 00:40:53 +02:00
"name": "Loïck Piera",
"email": "pyrech@gmail.com"
2019-10-01 20:42:11 +03:00
}
],
2019-11-16 00:40:53 +02:00
"description": "Send desktop notifications on Windows, Linux, MacOS.",
2019-10-01 20:42:11 +03:00
"keywords": [
2019-11-16 00:40:53 +02:00
"MAC",
"growl",
"linux",
"notification",
"windows"
2019-10-01 20:42:11 +03:00
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/jolicode/JoliNotif/issues",
"source": "https://github.com/jolicode/JoliNotif/tree/v2.3.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/jolicode/jolinotif",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-03-07T12:30:00+00:00"
2019-10-01 20:42:11 +03:00
},
{
2019-11-16 00:40:53 +02:00
"name": "myclabs/deep-copy",
2022-04-27 23:31:18 +03:00
"version": "1.11.0",
2019-10-01 20:42:11 +03:00
"source": {
"type": "git",
2019-11-16 00:40:53 +02:00
"url": "https://github.com/myclabs/DeepCopy.git",
2022-04-27 23:31:18 +03:00
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
2019-10-01 20:42:11 +03:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
"reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
2019-10-01 20:42:11 +03:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": "^7.1 || ^8.0"
2019-11-16 00:40:53 +02:00
},
2022-04-27 23:31:18 +03:00
"conflict": {
"doctrine/collections": "<1.6.8",
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
2019-10-01 20:42:11 +03:00
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"doctrine/collections": "^1.6.8",
"doctrine/common": "^2.13.3 || ^3.2.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
2019-10-01 20:42:11 +03:00
},
2019-11-16 00:40:53 +02:00
"type": "library",
"autoload": {
"files": [
"src/DeepCopy/deep_copy.php"
2022-04-27 23:31:18 +03:00
],
"psr-4": {
"DeepCopy\\": "src/DeepCopy/"
}
2019-10-01 20:42:11 +03:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2019-11-16 00:40:53 +02:00
"description": "Create deep copies (clones) of your objects",
"keywords": [
"clone",
"copy",
"duplicate",
"object",
"object graph"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/myclabs/DeepCopy/issues",
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-03-03T13:19:32+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phar-io/manifest",
"version": "1.0.3",
"source": {
"type": "git",
"url": "https://github.com/phar-io/manifest.git",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-phar": "*",
"phar-io/version": "^2.0",
"php": "^5.6 || ^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
2019-10-01 20:42:11 +03:00
"authors": [
{
2019-11-16 00:40:53 +02:00
"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"
2019-10-01 20:42:11 +03:00
}
],
2019-11-16 00:40:53 +02:00
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phar-io/manifest/issues",
"source": "https://github.com/phar-io/manifest/tree/master"
},
2019-11-16 00:40:53 +02:00
"time": "2018-07-08T19:23:20+00:00"
},
{
"name": "phar-io/version",
"version": "2.0.1",
"source": {
"type": "git",
"url": "https://github.com/phar-io/version.git",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0"
},
"type": "library",
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
2019-10-01 20:42:11 +03:00
],
2019-11-16 00:40:53 +02:00
"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",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phar-io/version/issues",
"source": "https://github.com/phar-io/version/tree/master"
},
2019-11-16 00:40:53 +02:00
"time": "2018-07-08T19:19:57+00:00"
},
{
"name": "phpdocumentor/reflection-common",
2020-12-10 19:25:03 +02:00
"version": "2.2.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
2020-12-10 19:25:03 +02:00
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
"reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": "^7.2 || ^8.0"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-10 19:25:03 +02:00
"dev-2.x": "2.x-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Jaap van Otterdijk",
"email": "opensource@ijaap.nl"
}
],
"description": "Common reflection classes used by phpdocumentor to reflect the code structure",
"homepage": "http://www.phpdoc.org",
"keywords": [
"FQSEN",
"phpDocumentor",
"phpdoc",
"reflection",
"static analysis"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
"source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
},
2020-12-10 19:25:03 +02:00
"time": "2020-06-27T09:03:43+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpdocumentor/reflection-docblock",
2022-04-27 23:31:18 +03:00
"version": "5.3.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
2022-04-27 23:31:18 +03:00
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
"reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"ext-filter": "*",
"php": "^7.2 || ^8.0",
"phpdocumentor/reflection-common": "^2.2",
"phpdocumentor/type-resolver": "^1.3",
"webmozart/assert": "^1.9.1"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"mockery/mockery": "~1.3.2",
"psalm/phar": "^4.8"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-10 19:25:03 +02:00
"dev-master": "5.x-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
2020-12-10 19:25:03 +02:00
"phpDocumentor\\Reflection\\": "src"
2019-11-16 00:40:53 +02:00
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
2020-12-10 19:25:03 +02:00
},
{
"name": "Jaap van Otterdijk",
"email": "account@ijaap.nl"
2019-11-16 00:40:53 +02:00
}
],
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
},
"time": "2021-10-19T17:43:47+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpdocumentor/type-resolver",
2022-04-27 23:31:18 +03:00
"version": "1.6.1",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpDocumentor/TypeResolver.git",
2022-04-27 23:31:18 +03:00
"reference": "77a32518733312af16a44300404e945338981de3"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
"reference": "77a32518733312af16a44300404e945338981de3",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": "^7.2 || ^8.0",
2019-11-16 00:40:53 +02:00
"phpdocumentor/reflection-common": "^2.0"
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"ext-tokenizer": "*",
"psalm/phar": "^4.8"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-10 19:25:03 +02:00
"dev-1.x": "1.x-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"phpDocumentor\\Reflection\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Mike van Riel",
"email": "me@mikevanriel.com"
}
],
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phpDocumentor/TypeResolver/issues",
"source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
},
"time": "2022-03-15T21:29:03+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpspec/prophecy",
2022-04-27 23:31:18 +03:00
"version": "v1.15.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/phpspec/prophecy.git",
2022-04-27 23:31:18 +03:00
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
"reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"doctrine/instantiator": "^1.2",
2022-04-27 23:31:18 +03:00
"php": "^7.2 || ~8.0, <8.2",
2020-12-10 19:25:03 +02:00
"phpdocumentor/reflection-docblock": "^5.2",
"sebastian/comparator": "^3.0 || ^4.0",
"sebastian/recursion-context": "^3.0 || ^4.0"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"phpspec/phpspec": "^6.0 || ^7.0",
"phpunit/phpunit": "^8.0 || ^9.0"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-master": "1.x-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"Prophecy\\": "src/Prophecy"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Konstantin Kudryashov",
"email": "ever.zet@gmail.com",
"homepage": "http://everzet.com"
},
{
"name": "Marcello Duarte",
"email": "marcello.duarte@gmail.com"
}
],
"description": "Highly opinionated mocking framework for PHP 5.3+",
"homepage": "https://github.com/phpspec/prophecy",
"keywords": [
"Double",
"Dummy",
"fake",
"mock",
"spy",
"stub"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/phpspec/prophecy/issues",
"source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
},
"time": "2021-12-08T12:19:24+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpunit/php-code-coverage",
"version": "6.1.4",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-xmlwriter": "*",
"php": "^7.1",
"phpunit/php-file-iterator": "^2.0",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-token-stream": "^3.0",
"sebastian/code-unit-reverse-lookup": "^1.0.1",
"sebastian/environment": "^3.1 || ^4.0",
"sebastian/version": "^2.0.1",
"theseer/tokenizer": "^1.1"
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"suggest": {
"ext-xdebug": "^2.6.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "6.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": "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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/master"
},
2019-11-16 00:40:53 +02:00
"time": "2018-10-31T16:06:48+00:00"
},
{
"name": "phpunit/php-file-iterator",
2022-04-27 23:31:18 +03:00
"version": "2.0.5",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
2022-04-27 23:31:18 +03:00
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
"reference": "42c5ba5220e6904cbfe8b1a1bda7c0cfdc8c12f5",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^8.5"
2019-11-16 00:40:53 +02:00
},
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/2.0.5"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-12-02T12:42:26+00:00"
2019-11-16 00:40:53 +02: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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
},
2019-11-16 00:40:53 +02:00
"time": "2015-06-21T13:50:34+00:00"
},
{
"name": "phpunit/php-timer",
2020-12-10 19:25:03 +02:00
"version": "2.1.3",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-timer.git",
2020-12-10 19:25:03 +02:00
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/2454ae1765516d20c4ffe103d85a58a9a3bd5662",
"reference": "2454ae1765516d20c4ffe103d85a58a9a3bd5662",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^8.5"
2019-11-16 00:40:53 +02:00
},
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
"source": "https://github.com/sebastianbergmann/php-timer/tree/2.1.3"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:20:02+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpunit/php-token-stream",
2022-04-27 23:31:18 +03:00
"version": "3.1.3",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
2022-04-27 23:31:18 +03:00
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/9c1da83261628cb24b6a6df371b6e312b3954768",
"reference": "9c1da83261628cb24b6a6df371b6e312b3954768",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"ext-tokenizer": "*",
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
"phpunit/phpunit": "^7.0"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.1-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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/3.1.3"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"abandoned": true,
2022-04-27 23:31:18 +03:00
"time": "2021-07-26T12:15:06+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "phpunit/phpunit",
2020-12-10 19:25:03 +02:00
"version": "7.5.20",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
2020-12-10 19:25:03 +02:00
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9467db479d1b0487c99733bb1e7944d32deded2c",
"reference": "9467db479d1b0487c99733bb1e7944d32deded2c",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"doctrine/instantiator": "^1.1",
"ext-dom": "*",
"ext-json": "*",
"ext-libxml": "*",
"ext-mbstring": "*",
"ext-xml": "*",
"myclabs/deep-copy": "^1.7",
"phar-io/manifest": "^1.0.2",
"phar-io/version": "^2.0",
"php": "^7.1",
"phpspec/prophecy": "^1.7",
"phpunit/php-code-coverage": "^6.0.7",
"phpunit/php-file-iterator": "^2.0.1",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1",
"sebastian/comparator": "^3.0",
"sebastian/diff": "^3.0",
"sebastian/environment": "^4.0",
"sebastian/exporter": "^3.1",
"sebastian/global-state": "^2.0",
"sebastian/object-enumerator": "^3.0.3",
"sebastian/resource-operations": "^2.0",
"sebastian/version": "^2.0.1"
},
"conflict": {
"phpunit/phpunit-mock-objects": "*"
},
"require-dev": {
"ext-pdo": "*"
},
"suggest": {
"ext-soap": "*",
"ext-xdebug": "*",
"phpunit/php-invoker": "^2.0"
},
"bin": [
"phpunit"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "7.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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"source": "https://github.com/sebastianbergmann/phpunit/tree/7.5.20"
},
2020-12-10 19:25:03 +02:00
"time": "2020-01-08T08:45:45+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "psr/container",
2022-04-27 23:31:18 +03:00
"version": "1.1.1",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/php-fig/container.git",
2022-04-27 23:31:18 +03:00
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/php-fig/container/zipball/8622567409010282b7aeebe4bb841fe98b58dcaf",
"reference": "8622567409010282b7aeebe4bb841fe98b58dcaf",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2022-04-27 23:31:18 +03:00
"php": ">=7.2.0"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Psr\\Container\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "PHP-FIG",
2022-04-27 23:31:18 +03:00
"homepage": "https://www.php-fig.org/"
2019-11-16 00:40:53 +02:00
}
],
"description": "Common Container Interface (PHP FIG PSR-11)",
"homepage": "https://github.com/php-fig/container",
"keywords": [
"PSR-11",
"container",
"container-interface",
"container-interop",
"psr"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/php-fig/container/issues",
"source": "https://github.com/php-fig/container/tree/1.1.1"
},
"time": "2021-03-05T17:36:06+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "react/event-loop",
2022-04-27 23:31:18 +03:00
"version": "v1.3.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/event-loop.git",
2022-04-27 23:31:18 +03:00
"reference": "187fb56f46d424afb6ec4ad089269c72eec2e137"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/reactphp/event-loop/zipball/187fb56f46d424afb6ec4ad089269c72eec2e137",
"reference": "187fb56f46d424afb6ec4ad089269c72eec2e137",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"php": ">=5.3.0"
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
2019-11-16 00:40:53 +02:00
},
"suggest": {
"ext-event": "~1.0 for ExtEventLoop",
"ext-pcntl": "For signal handling support when using the StreamSelectLoop",
"ext-uv": "* for ExtUvLoop"
},
"type": "library",
"autoload": {
"psr-4": {
"React\\EventLoop\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2022-04-27 23:31:18 +03:00
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
2019-11-16 00:40:53 +02:00
"description": "ReactPHP's core reactor event loop that libraries can use for evented I/O.",
"keywords": [
"asynchronous",
"event-loop"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/reactphp/event-loop/issues",
"source": "https://github.com/reactphp/event-loop/tree/v1.3.0"
},
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2022-03-17T11:10:22+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "react/stream",
2022-04-27 23:31:18 +03:00
"version": "v1.2.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/reactphp/stream.git",
2022-04-27 23:31:18 +03:00
"reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/reactphp/stream/zipball/7a423506ee1903e89f1e08ec5f0ed430ff784ae9",
"reference": "7a423506ee1903e89f1e08ec5f0ed430ff784ae9",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"evenement/evenement": "^3.0 || ^2.0 || ^1.0",
"php": ">=5.3.8",
2022-04-27 23:31:18 +03:00
"react/event-loop": "^1.2"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
"clue/stream-filter": "~1.2",
2022-04-27 23:31:18 +03:00
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"React\\Stream\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
2022-04-27 23:31:18 +03:00
"authors": [
{
"name": "Christian Lück",
"email": "christian@clue.engineering",
"homepage": "https://clue.engineering/"
},
{
"name": "Cees-Jan Kiewiet",
"email": "reactphp@ceesjankiewiet.nl",
"homepage": "https://wyrihaximus.net/"
},
{
"name": "Jan Sorgalla",
"email": "jsorgalla@gmail.com",
"homepage": "https://sorgalla.com/"
},
{
"name": "Chris Boden",
"email": "cboden@gmail.com",
"homepage": "https://cboden.dev/"
}
],
2019-11-16 00:40:53 +02:00
"description": "Event-driven readable and writable streams for non-blocking I/O in ReactPHP",
"keywords": [
"event-driven",
"io",
"non-blocking",
"pipe",
"reactphp",
"readable",
"stream",
"writable"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/reactphp/stream/issues",
"source": "https://github.com/reactphp/stream/tree/v1.2.0"
},
"funding": [
{
"url": "https://github.com/WyriHaximus",
"type": "github"
},
{
"url": "https://github.com/clue",
"type": "github"
}
],
"time": "2021-07-11T12:37:55+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/code-unit-reverse-lookup",
2020-12-10 19:25:03 +02:00
"version": "1.0.2",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
2020-12-10 19:25:03 +02:00
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=5.6"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^8.5"
2019-11-16 00:40:53 +02:00
},
"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/",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:15:22+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/comparator",
2020-12-10 19:25:03 +02:00
"version": "3.0.3",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
2020-12-10 19:25:03 +02:00
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/1071dfcef776a57013124ff35e1fc41ccd294758",
"reference": "1071dfcef776a57013124ff35e1fc41ccd294758",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1",
2019-11-16 00:40:53 +02:00
"sebastian/diff": "^3.0",
"sebastian/exporter": "^3.1"
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^8.5"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.0-dev"
}
},
"autoload": {
"classmap": [
"src/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
2020-12-10 19:25:03 +02:00
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
},
2019-11-16 00:40:53 +02:00
{
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"source": "https://github.com/sebastianbergmann/comparator/tree/3.0.3"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T08:04:30+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/diff",
2020-12-10 19:25:03 +02:00
"version": "3.0.3",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
2020-12-10 19:25:03 +02:00
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
"reference": "14f72dd46eaf2f2293cbe79c93cc0bc43161a211",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"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"
2020-12-10 19:25:03 +02:00
},
{
"name": "Kore Nordmann",
"email": "mail@kore-nordmann.de"
2019-11-16 00:40:53 +02:00
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
"diff",
"udiff",
"unidiff",
"unified diff"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
"source": "https://github.com/sebastianbergmann/diff/tree/3.0.3"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:59:04+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/environment",
2020-12-10 19:25:03 +02:00
"version": "4.2.4",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
2020-12-10 19:25:03 +02:00
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
"reference": "d47bbbad83711771f167c72d4e3f25f7fcc1f8b0",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
"source": "https://github.com/sebastianbergmann/environment/tree/4.2.4"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:53:42+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/exporter",
2022-04-27 23:31:18 +03:00
"version": "3.1.4",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
2022-04-27 23:31:18 +03:00
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.0",
2019-11-16 00:40:53 +02:00
"sebastian/recursion-context": "^3.0"
},
"require-dev": {
"ext-mbstring": "*",
2022-04-27 23:31:18 +03:00
"phpunit/phpunit": "^8.5"
2019-11-16 00:40:53 +02:00
},
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-11-11T13:51:24+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/global-state",
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
"shasum": ""
},
"require": {
"php": "^7.0"
},
"require-dev": {
"phpunit/phpunit": "^6.0"
},
"suggest": {
"ext-uopz": "*"
},
"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": "Snapshotting of global state",
"homepage": "http://www.github.com/sebastianbergmann/global-state",
"keywords": [
"global state"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
"source": "https://github.com/sebastianbergmann/global-state/tree/2.0.0"
},
2019-11-16 00:40:53 +02:00
"time": "2017-04-27T15:39:26+00:00"
},
{
"name": "sebastian/object-enumerator",
2020-12-10 19:25:03 +02:00
"version": "3.0.4",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
2020-12-10 19:25:03 +02:00
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
"reference": "e67f6d32ebd0c749cf9d1dbd9f226c727043cdf2",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.0",
2019-11-16 00:40:53 +02:00
"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/",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/3.0.4"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:40:27+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/object-reflector",
2020-12-10 19:25:03 +02:00
"version": "1.1.2",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/object-reflector.git",
2020-12-10 19:25:03 +02:00
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
"reference": "9b8772b9cbd456ab45d4a598d2dd1a1bced6363d",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.0"
2019-11-16 00:40:53 +02:00
},
"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/",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
"source": "https://github.com/sebastianbergmann/object-reflector/tree/1.1.2"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:37:18+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/recursion-context",
2020-12-10 19:25:03 +02:00
"version": "3.0.1",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
2020-12-10 19:25:03 +02:00
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/367dcba38d6e1977be014dc4b22f47a484dac7fb",
"reference": "367dcba38d6e1977be014dc4b22f47a484dac7fb",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.0"
2019-11-16 00:40:53 +02:00
},
"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"
},
2020-12-10 19:25:03 +02:00
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
2019-11-16 00:40:53 +02:00
{
"name": "Adam Harvey",
"email": "aharvey@php.net"
}
],
"description": "Provides functionality to recursively process PHP variables",
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
"source": "https://github.com/sebastianbergmann/recursion-context/tree/3.0.1"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:34:24+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "sebastian/resource-operations",
2020-12-10 19:25:03 +02:00
"version": "2.0.2",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
2020-12-10 19:25:03 +02:00
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/31d35ca87926450c44eae7e2611d45a7a65ea8b3",
"reference": "31d35ca87926450c44eae7e2611d45a7a65ea8b3",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"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",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
"source": "https://github.com/sebastianbergmann/resource-operations/tree/2.0.2"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
}
],
"time": "2020-11-30T07:30:19+00:00"
2019-11-16 00:40:53 +02: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",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/sebastianbergmann/version/issues",
"source": "https://github.com/sebastianbergmann/version/tree/master"
},
2019-11-16 00:40:53 +02:00
"time": "2016-10-03T07:35:21+00:00"
},
{
"name": "spatie/phpunit-watcher",
2020-12-10 19:25:03 +02:00
"version": "1.23.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/spatie/phpunit-watcher.git",
2020-12-10 19:25:03 +02:00
"reference": "8a8e0c3c8f3f03dfdb6bf62abf89c1b7273fc0b3"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/spatie/phpunit-watcher/zipball/8a8e0c3c8f3f03dfdb6bf62abf89c1b7273fc0b3",
"reference": "8a8e0c3c8f3f03dfdb6bf62abf89c1b7273fc0b3",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"clue/stdio-react": "^2.0",
"jolicode/jolinotif": "^2.0",
"php": "^7.2",
2020-12-10 19:25:03 +02:00
"symfony/console": "^4.0|^5.0",
"symfony/process": "^4.0|^5.0",
"symfony/yaml": "^4.0|^5.0",
"yosymfony/resource-watcher": "^2.0"
},
"conflict": {
"yosymfony/resource-watcher": "<2.0"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
"phpunit/phpunit": "^8.0"
},
"bin": [
"phpunit-watcher"
],
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\PhpUnitWatcher\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Freek Van der Herten",
"email": "freek@spatie.be",
"homepage": "https://spatie.be",
"role": "Developer"
}
],
"description": "Automatically rerun PHPUnit tests when source code changes",
"homepage": "https://github.com/spatie/phpunit-watcher",
"keywords": [
"phpunit-watcher",
"spatie"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/spatie/phpunit-watcher/issues",
"source": "https://github.com/spatie/phpunit-watcher/tree/1.23.0"
},
2020-12-10 19:25:03 +02:00
"time": "2020-10-27T07:36:25+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "squizlabs/php_codesniffer",
2022-04-27 23:31:18 +03:00
"version": "3.6.2",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
2022-04-27 23:31:18 +03:00
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
"reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"ext-simplexml": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
"php": ">=5.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"bin": [
"bin/phpcs",
"bin/phpcbf"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
],
"authors": [
{
"name": "Greg Sherwood",
"role": "lead"
}
],
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
"homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
"keywords": [
"phpcs",
"standards"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
"source": "https://github.com/squizlabs/PHP_CodeSniffer",
"wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
},
"time": "2021-12-12T21:44:58+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/console",
2022-04-27 23:31:18 +03:00
"version": "v4.4.41",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
2022-04-27 23:31:18 +03:00
"reference": "0e1e62083b20ccb39c2431293de060f756af905c"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/console/zipball/0e1e62083b20ccb39c2431293de060f756af905c",
"reference": "0e1e62083b20ccb39c2431293de060f756af905c",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1.3",
2019-11-16 00:40:53 +02:00
"symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8",
2022-04-27 23:31:18 +03:00
"symfony/polyfill-php80": "^1.16",
2020-12-10 19:25:03 +02:00
"symfony/service-contracts": "^1.1|^2"
2019-11-16 00:40:53 +02:00
},
"conflict": {
2022-04-27 23:31:18 +03:00
"psr/log": ">=3",
2019-11-16 00:40:53 +02:00
"symfony/dependency-injection": "<3.4",
2020-12-10 19:25:03 +02:00
"symfony/event-dispatcher": "<4.3|>=5",
"symfony/lock": "<4.4",
2019-11-16 00:40:53 +02:00
"symfony/process": "<3.3"
},
"provide": {
2022-04-27 23:31:18 +03:00
"psr/log-implementation": "1.0|2.0"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"psr/log": "^1|^2",
2020-12-10 19:25:03 +02:00
"symfony/config": "^3.4|^4.0|^5.0",
"symfony/dependency-injection": "^3.4|^4.0|^5.0",
2019-11-16 00:40:53 +02:00
"symfony/event-dispatcher": "^4.3",
2020-12-10 19:25:03 +02:00
"symfony/lock": "^4.4|^5.0",
"symfony/process": "^3.4|^4.0|^5.0",
"symfony/var-dumper": "^4.3|^5.0"
2019-11-16 00:40:53 +02:00
},
"suggest": {
"psr/log": "For using the console logger",
"symfony/event-dispatcher": "",
"symfony/lock": "",
"symfony/process": ""
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Console\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-27 23:31:18 +03:00
"description": "Eases the creation of beautiful and testable command line interfaces",
2019-11-16 00:40:53 +02:00
"homepage": "https://symfony.com",
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/console/tree/v4.4.41"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-04-12T15:19:55+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/finder",
2022-04-27 23:31:18 +03:00
"version": "v4.4.41",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
2022-04-27 23:31:18 +03:00
"reference": "40790bdf293b462798882ef6da72bb49a4a6633a"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/finder/zipball/40790bdf293b462798882ef6da72bb49a4a6633a",
"reference": "40790bdf293b462798882ef6da72bb49a4a6633a",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2022-04-27 23:31:18 +03:00
"php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Finder\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-27 23:31:18 +03:00
"description": "Finds files and directories via an intuitive fluent interface",
2019-11-16 00:40:53 +02:00
"homepage": "https://symfony.com",
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/finder/tree/v4.4.41"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-04-14T15:36:10+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/polyfill-ctype",
2022-04-27 23:31:18 +03:00
"version": "v1.25.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git",
2022-04-27 23:31:18 +03:00
"reference": "30885182c981ab175d4d034db0f6f469898070ab"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/30885182c981ab175d4d034db0f6f469898070ab",
"reference": "30885182c981ab175d4d034db0f6f469898070ab",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
2022-04-27 23:31:18 +03:00
"provide": {
"ext-ctype": "*"
},
2019-11-16 00:40:53 +02:00
"suggest": {
"ext-ctype": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-main": "1.23-dev"
2020-12-10 19:25:03 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-27 23:31:18 +03:00
],
"psr-4": {
"Symfony\\Polyfill\\Ctype\\": ""
}
2019-11-16 00:40:53 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Gert de Pagter",
"email": "BackEndTea@gmail.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for ctype functions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"ctype",
"polyfill",
"portable"
],
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.25.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-10-20T20:35:02+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/polyfill-mbstring",
2022-04-27 23:31:18 +03:00
"version": "v1.25.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git",
2022-04-27 23:31:18 +03:00
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/0abb51d2f102e00a4eefcf46ba7fec406d245825",
"reference": "0abb51d2f102e00a4eefcf46ba7fec406d245825",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
2022-04-27 23:31:18 +03:00
"provide": {
"ext-mbstring": "*"
},
2019-11-16 00:40:53 +02:00
"suggest": {
"ext-mbstring": "For best performance"
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-main": "1.23-dev"
2020-12-10 19:25:03 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
2022-04-27 23:31:18 +03:00
],
"psr-4": {
"Symfony\\Polyfill\\Mbstring\\": ""
}
2019-11-16 00:40:53 +02:00
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill for the Mbstring extension",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"mbstring",
"polyfill",
"portable",
"shim"
],
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.25.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-11-30T18:21:41+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/polyfill-php73",
2022-04-27 23:31:18 +03:00
"version": "v1.25.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php73.git",
2022-04-27 23:31:18 +03:00
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/cc5db0e22b3cb4111010e48785a97f670b350ca5",
"reference": "cc5db0e22b3cb4111010e48785a97f670b350ca5",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-main": "1.23-dev"
2020-12-10 19:25:03 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-27 23:31:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php73\\": ""
},
2019-11-16 00:40:53 +02:00
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php73/tree/v1.25.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-06-05T21:20:04+00:00"
2019-11-16 00:40:53 +02:00
},
{
2020-12-10 19:25:03 +02:00
"name": "symfony/polyfill-php80",
2022-04-27 23:31:18 +03:00
"version": "v1.25.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
2020-12-10 19:25:03 +02:00
"url": "https://github.com/symfony/polyfill-php80.git",
2022-04-27 23:31:18 +03:00
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/4407588e0d3f1f52efb65fbe92babe41f37fe50c",
"reference": "4407588e0d3f1f52efb65fbe92babe41f37fe50c",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-main": "1.23-dev"
2020-12-10 19:25:03 +02:00
},
"thanks": {
"name": "symfony/polyfill",
"url": "https://github.com/symfony/polyfill"
2019-11-16 00:40:53 +02:00
}
},
2020-12-10 19:25:03 +02:00
"autoload": {
"files": [
"bootstrap.php"
],
2022-04-27 23:31:18 +03:00
"psr-4": {
"Symfony\\Polyfill\\Php80\\": ""
},
2020-12-10 19:25:03 +02:00
"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"
],
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/polyfill-php80/tree/v1.25.0"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-03-04T08:16:47+00:00"
2020-12-10 19:25:03 +02:00
},
{
"name": "symfony/process",
2022-04-27 23:31:18 +03:00
"version": "v4.4.41",
2020-12-10 19:25:03 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
2022-04-27 23:31:18 +03:00
"reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
2020-12-10 19:25:03 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
"reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
2020-12-10 19:25:03 +02:00
"shasum": ""
},
"require": {
2022-04-27 23:31:18 +03:00
"php": ">=7.1.3",
"symfony/polyfill-php80": "^1.16"
2020-12-10 19:25:03 +02:00
},
"type": "library",
2019-11-16 00:40:53 +02:00
"autoload": {
"psr-4": {
"Symfony\\Component\\Process\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-27 23:31:18 +03:00
"description": "Executes commands in sub-processes",
2019-11-16 00:40:53 +02:00
"homepage": "https://symfony.com",
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/process/tree/v4.4.41"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-04-04T10:19:07+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/service-contracts",
2022-04-27 23:31:18 +03:00
"version": "v1.1.12",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
2022-04-27 23:31:18 +03:00
"reference": "eedb374f02031714a48848758a27812f3eca317a"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/eedb374f02031714a48848758a27812f3eca317a",
"reference": "eedb374f02031714a48848758a27812f3eca317a",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1.3",
2019-11-16 00:40:53 +02:00
"psr/container": "^1.0"
},
"suggest": {
"symfony/service-implementation": ""
},
"type": "library",
"extra": {
"branch-alias": {
2022-04-27 23:31:18 +03:00
"dev-main": "1.1-dev"
2020-12-10 19:25:03 +02:00
},
"thanks": {
"name": "symfony/contracts",
"url": "https://github.com/symfony/contracts"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"Symfony\\Contracts\\Service\\": ""
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "p@tchwork.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Generic abstractions related to writing services",
"homepage": "https://symfony.com",
"keywords": [
"abstractions",
"contracts",
"decoupling",
"interfaces",
"interoperability",
"standards"
],
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v1.1.12"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-03-09T13:39:03+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "symfony/yaml",
2022-04-27 23:31:18 +03:00
"version": "v4.4.37",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
2022-04-27 23:31:18 +03:00
"reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/symfony/yaml/zipball/d7f637cc0f0cc14beb0984f2bb50da560b271311",
"reference": "d7f637cc0f0cc14beb0984f2bb50da560b271311",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=7.1.3",
2019-11-16 00:40:53 +02:00
"symfony/polyfill-ctype": "~1.8"
},
"conflict": {
"symfony/console": "<3.4"
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"symfony/console": "^3.4|^4.0|^5.0"
2019-11-16 00:40:53 +02:00
},
"suggest": {
"symfony/console": "For validating YAML files using the lint command"
},
"type": "library",
"autoload": {
"psr-4": {
"Symfony\\Component\\Yaml\\": ""
},
"exclude-from-classmap": [
"/Tests/"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Fabien Potencier",
"email": "fabien@symfony.com"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
2022-04-27 23:31:18 +03:00
"description": "Loads and dumps YAML files",
2019-11-16 00:40:53 +02:00
"homepage": "https://symfony.com",
2022-04-27 23:31:18 +03:00
"support": {
"source": "https://github.com/symfony/yaml/tree/v4.4.37"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
2022-04-27 23:31:18 +03:00
"time": "2022-01-24T20:11:01+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "theseer/tokenizer",
2022-04-27 23:31:18 +03:00
"version": "1.2.1",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
2022-04-27 23:31:18 +03:00
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
"reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-tokenizer": "*",
"ext-xmlwriter": "*",
2020-12-10 19:25:03 +02:00
"php": "^7.2 || ^8.0"
2019-11-16 00:40:53 +02:00
},
"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",
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
"source": "https://github.com/theseer/tokenizer/tree/1.2.1"
},
2020-12-10 19:25:03 +02:00
"funding": [
{
"url": "https://github.com/theseer",
"type": "github"
}
],
2022-04-27 23:31:18 +03:00
"time": "2021-07-28T10:34:58+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "webmozart/assert",
2022-04-27 23:31:18 +03:00
"version": "1.10.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
2022-04-27 23:31:18 +03:00
"url": "https://github.com/webmozarts/assert.git",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
"reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2022-04-27 23:31:18 +03:00
"php": "^7.2 || ^8.0",
2019-11-16 00:40:53 +02:00
"symfony/polyfill-ctype": "^1.8"
},
2020-12-10 19:25:03 +02:00
"conflict": {
"phpstan/phpstan": "<0.12.20",
2022-04-27 23:31:18 +03:00
"vimeo/psalm": "<4.6.1 || 4.6.2"
2020-12-10 19:25:03 +02:00
},
2019-11-16 00:40:53 +02:00
"require-dev": {
2022-04-27 23:31:18 +03:00
"phpunit/phpunit": "^8.5.13"
2019-11-16 00:40:53 +02:00
},
"type": "library",
2022-04-27 23:31:18 +03:00
"extra": {
"branch-alias": {
"dev-master": "1.10-dev"
}
},
2019-11-16 00:40:53 +02:00
"autoload": {
"psr-4": {
"Webmozart\\Assert\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Bernhard Schussek",
"email": "bschussek@gmail.com"
}
],
"description": "Assertions to validate method input/output with nice error messages.",
"keywords": [
"assert",
"check",
"validate"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
"source": "https://github.com/webmozarts/assert/tree/1.10.0"
},
"time": "2021-03-09T10:59:23+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "wp-coding-standards/wpcs",
2022-04-27 23:31:18 +03:00
"version": "2.3.0",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/WordPress/WordPress-Coding-Standards.git",
2022-04-27 23:31:18 +03:00
"reference": "7da1894633f168fe244afc6de00d141f27517b62"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2022-04-27 23:31:18 +03:00
"url": "https://api.github.com/repos/WordPress/WordPress-Coding-Standards/zipball/7da1894633f168fe244afc6de00d141f27517b62",
"reference": "7da1894633f168fe244afc6de00d141f27517b62",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
"php": ">=5.4",
"squizlabs/php_codesniffer": "^3.3.1"
},
"require-dev": {
2022-04-27 23:31:18 +03:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.5 || ^0.6",
2019-11-16 00:40:53 +02:00
"phpcompatibility/php-compatibility": "^9.0",
2022-04-27 23:31:18 +03:00
"phpcsstandards/phpcsdevtools": "^1.0",
2019-11-16 00:40:53 +02:00
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
},
"suggest": {
2022-04-27 23:31:18 +03:00
"dealerdirect/phpcodesniffer-composer-installer": "^0.6 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically."
2019-11-16 00:40:53 +02:00
},
"type": "phpcodesniffer-standard",
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Contributors",
2022-04-27 23:31:18 +03:00
"homepage": "https://github.com/WordPress/WordPress-Coding-Standards/graphs/contributors"
2019-11-16 00:40:53 +02:00
}
],
"description": "PHP_CodeSniffer rules (sniffs) to enforce WordPress coding conventions",
"keywords": [
"phpcs",
"standards",
"wordpress"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/WordPress/WordPress-Coding-Standards/issues",
"source": "https://github.com/WordPress/WordPress-Coding-Standards",
"wiki": "https://github.com/WordPress/WordPress-Coding-Standards/wiki"
},
"time": "2020-05-13T23:57:56+00:00"
2019-11-16 00:40:53 +02:00
},
{
"name": "yosymfony/resource-watcher",
2020-12-10 19:25:03 +02:00
"version": "v2.0.1",
2019-11-16 00:40:53 +02:00
"source": {
"type": "git",
"url": "https://github.com/yosymfony/resource-watcher.git",
2020-12-10 19:25:03 +02:00
"reference": "a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73"
2019-11-16 00:40:53 +02:00
},
"dist": {
"type": "zip",
2020-12-10 19:25:03 +02:00
"url": "https://api.github.com/repos/yosymfony/resource-watcher/zipball/a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73",
"reference": "a8c34f704e6bd4f786c97f3c0ba65bd86cb2bd73",
2019-11-16 00:40:53 +02:00
"shasum": ""
},
"require": {
2020-12-10 19:25:03 +02:00
"php": ">=5.6",
"symfony/finder": "^2.7|^3.0|^4.0|^5.0"
2019-11-16 00:40:53 +02:00
},
"require-dev": {
2020-12-10 19:25:03 +02:00
"phpunit/phpunit": "^5.7",
"symfony/filesystem": "^2.7|^3.0|^4.0|^5.0"
2019-11-16 00:40:53 +02:00
},
"type": "library",
"extra": {
"branch-alias": {
2020-12-10 19:25:03 +02:00
"dev-master": "2.0-dev"
2019-11-16 00:40:53 +02:00
}
},
"autoload": {
"psr-4": {
"Yosymfony\\ResourceWatcher\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Victor Puertas",
"email": "vpgugr@gmail.com"
}
],
"description": "A simple resource watcher using Symfony Finder",
"homepage": "http://yosymfony.com",
"keywords": [
"finder",
"resources",
"symfony",
"watcher"
],
2022-04-27 23:31:18 +03:00
"support": {
"issues": "https://github.com/yosymfony/resource-watcher/issues",
"source": "https://github.com/yosymfony/resource-watcher/tree/master"
},
2020-12-10 19:25:03 +02:00
"time": "2020-01-04T15:36:55+00:00"
2019-10-01 20:42:11 +03:00
}
],
"aliases": [],
"minimum-stability": "stable",
"stability-flags": [],
"prefer-stable": false,
"prefer-lowest": false,
"platform": [],
"platform-dev": [],
"platform-overrides": {
"php": "7.2"
2020-12-10 19:25:03 +02:00
},
2022-04-27 23:31:18 +03:00
"plugin-api-version": "2.1.0"
2019-10-01 20:42:11 +03:00
}