Luke Granger-Brown
57725ef3ec
git-subtree-dir: third_party/nixpkgs git-subtree-split: 76612b17c0ce71689921ca12d9ffdc9c23ce40b2
278 lines
10 KiB
JSON
278 lines
10 KiB
JSON
{
|
|
"_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": "6af3d2163a5c70028dd91fd6716df630",
|
|
"packages": [],
|
|
"packages-dev": [
|
|
{
|
|
"name": "nette/tester",
|
|
"version": "v2.5.2",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/nette/tester.git",
|
|
"reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/nette/tester/zipball/328d7b64579cdbc82e0e01d92ea9c58b9cf0a327",
|
|
"reference": "328d7b64579cdbc82e0e01d92ea9c58b9cf0a327",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=8.0 <8.4"
|
|
},
|
|
"require-dev": {
|
|
"ext-simplexml": "*",
|
|
"phpstan/phpstan": "^1.0"
|
|
},
|
|
"bin": [
|
|
"src/tester"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "2.5-dev"
|
|
}
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src/"
|
|
]
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause",
|
|
"GPL-2.0-only",
|
|
"GPL-3.0-only"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "David Grudl",
|
|
"homepage": "https://davidgrudl.com"
|
|
},
|
|
{
|
|
"name": "Miloslav Hůla",
|
|
"homepage": "https://github.com/milo"
|
|
},
|
|
{
|
|
"name": "Nette Community",
|
|
"homepage": "https://nette.org/contributors"
|
|
}
|
|
],
|
|
"description": "Nette Tester: enjoyable unit testing in PHP with code coverage reporter. 🍏🍏🍎🍏",
|
|
"homepage": "https://tester.nette.org",
|
|
"keywords": [
|
|
"Xdebug",
|
|
"assertions",
|
|
"clover",
|
|
"code coverage",
|
|
"nette",
|
|
"pcov",
|
|
"phpdbg",
|
|
"phpunit",
|
|
"testing",
|
|
"unit"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/nette/tester/issues",
|
|
"source": "https://github.com/nette/tester/tree/v2.5.2"
|
|
},
|
|
"time": "2024-01-08T11:41:26+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-console-color",
|
|
"version": "v1.0.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Color.git",
|
|
"reference": "7adfefd530aa2d7570ba87100a99e2483a543b88"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Color/zipball/7adfefd530aa2d7570ba87100a99e2483a543b88",
|
|
"reference": "7adfefd530aa2d7570ba87100a99e2483a543b88",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"php": ">=5.3.2"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-color": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
|
"php-parallel-lint/php-var-dump-check": "0.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHP_Parallel_Lint\\PhpConsoleColor\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-2-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "jakub.onderka@gmail.com"
|
|
}
|
|
],
|
|
"description": "Simple library for creating colored console ouput.",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Color/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Color/tree/v1.0.1"
|
|
},
|
|
"time": "2021-12-25T06:49:29+00:00"
|
|
},
|
|
{
|
|
"name": "php-parallel-lint/php-console-highlighter",
|
|
"version": "v1.0.0",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/php-parallel-lint/PHP-Console-Highlighter.git",
|
|
"reference": "5b4803384d3303cf8e84141039ef56c8a123138d"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/php-parallel-lint/PHP-Console-Highlighter/zipball/5b4803384d3303cf8e84141039ef56c8a123138d",
|
|
"reference": "5b4803384d3303cf8e84141039ef56c8a123138d",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-tokenizer": "*",
|
|
"php": ">=5.3.2",
|
|
"php-parallel-lint/php-console-color": "^1.0.1"
|
|
},
|
|
"replace": {
|
|
"jakub-onderka/php-console-highlighter": "*"
|
|
},
|
|
"require-dev": {
|
|
"php-parallel-lint/php-code-style": "^2.0",
|
|
"php-parallel-lint/php-parallel-lint": "^1.0",
|
|
"php-parallel-lint/php-var-dump-check": "0.*",
|
|
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
|
|
},
|
|
"type": "library",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"PHP_Parallel_Lint\\PhpConsoleHighlighter\\": "src/"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"MIT"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Jakub Onderka",
|
|
"email": "acci@acci.cz",
|
|
"homepage": "http://www.acci.cz/"
|
|
}
|
|
],
|
|
"description": "Highlight PHP code in terminal",
|
|
"support": {
|
|
"issues": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/issues",
|
|
"source": "https://github.com/php-parallel-lint/PHP-Console-Highlighter/tree/v1.0.0"
|
|
},
|
|
"time": "2022-02-18T08:23:19+00:00"
|
|
},
|
|
{
|
|
"name": "squizlabs/php_codesniffer",
|
|
"version": "3.10.1",
|
|
"source": {
|
|
"type": "git",
|
|
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
|
|
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877"
|
|
},
|
|
"dist": {
|
|
"type": "zip",
|
|
"url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/8f90f7a53ce271935282967f53d0894f8f1ff877",
|
|
"reference": "8f90f7a53ce271935282967f53d0894f8f1ff877",
|
|
"shasum": ""
|
|
},
|
|
"require": {
|
|
"ext-simplexml": "*",
|
|
"ext-tokenizer": "*",
|
|
"ext-xmlwriter": "*",
|
|
"php": ">=5.4.0"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4"
|
|
},
|
|
"bin": [
|
|
"bin/phpcbf",
|
|
"bin/phpcs"
|
|
],
|
|
"type": "library",
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-master": "3.x-dev"
|
|
}
|
|
},
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
"license": [
|
|
"BSD-3-Clause"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Greg Sherwood",
|
|
"role": "Former lead"
|
|
},
|
|
{
|
|
"name": "Juliette Reinders Folmer",
|
|
"role": "Current lead"
|
|
},
|
|
{
|
|
"name": "Contributors",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer/graphs/contributors"
|
|
}
|
|
],
|
|
"description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
|
|
"homepage": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"keywords": [
|
|
"phpcs",
|
|
"standards",
|
|
"static analysis"
|
|
],
|
|
"support": {
|
|
"issues": "https://github.com/PHPCSStandards/PHP_CodeSniffer/issues",
|
|
"security": "https://github.com/PHPCSStandards/PHP_CodeSniffer/security/policy",
|
|
"source": "https://github.com/PHPCSStandards/PHP_CodeSniffer",
|
|
"wiki": "https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki"
|
|
},
|
|
"funding": [
|
|
{
|
|
"url": "https://github.com/PHPCSStandards",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://github.com/jrfnl",
|
|
"type": "github"
|
|
},
|
|
{
|
|
"url": "https://opencollective.com/php_codesniffer",
|
|
"type": "open_collective"
|
|
}
|
|
],
|
|
"time": "2024-05-22T21:24:41+00:00"
|
|
}
|
|
],
|
|
"aliases": [],
|
|
"minimum-stability": "stable",
|
|
"stability-flags": [],
|
|
"prefer-stable": false,
|
|
"prefer-lowest": false,
|
|
"platform": {
|
|
"php": ">=5.3.0",
|
|
"ext-json": "*"
|
|
},
|
|
"platform-dev": [],
|
|
"plugin-api-version": "2.6.0"
|
|
}
|