Merge pull request #292513 from drupol/php/php-cs-fixer/bump/3-9-0

phpPackages.php-codesniffer: 3.7.2 -> 3.9.0

Changed files
+819 -410
pkgs
development
php-packages
php-codesniffer
+815 -406
pkgs/development/php-packages/php-codesniffer/composer.lock
···
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
-
"content-hash": "380ff734679ff67031369af47d3378cd",
+
"content-hash": "1f2c5cc64f1c09df05e113ce632792f0",
"packages": [],
"packages-dev": [
{
"name": "doctrine/instantiator",
-
"version": "1.5.0",
+
"version": "2.0.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/instantiator.git",
-
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
+
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
-
"reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
+
"url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+
"reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
"shasum": ""
},
"require": {
-
"php": "^7.1 || ^8.0"
+
"php": "^8.1"
},
"require-dev": {
-
"doctrine/coding-standard": "^9 || ^11",
+
"doctrine/coding-standard": "^11",
"ext-pdo": "*",
"ext-phar": "*",
-
"phpbench/phpbench": "^0.16 || ^1",
-
"phpstan/phpstan": "^1.4",
-
"phpstan/phpstan-phpunit": "^1",
-
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
-
"vimeo/psalm": "^4.30 || ^5.4"
+
"phpbench/phpbench": "^1.2",
+
"phpstan/phpstan": "^1.9.4",
+
"phpstan/phpstan-phpunit": "^1.3",
+
"phpunit/phpunit": "^9.5.27",
+
"vimeo/psalm": "^5.4"
},
"type": "library",
"autoload": {
···
],
"support": {
"issues": "https://github.com/doctrine/instantiator/issues",
-
"source": "https://github.com/doctrine/instantiator/tree/1.5.0"
+
"source": "https://github.com/doctrine/instantiator/tree/2.0.0"
},
"funding": [
{
···
"type": "tidelift"
}
],
-
"time": "2022-12-30T00:15:36+00:00"
+
"time": "2022-12-30T00:23:10+00:00"
},
{
"name": "myclabs/deep-copy",
···
"time": "2023-03-08T13:26:56+00:00"
},
{
-
"name": "phpdocumentor/reflection-docblock",
-
"version": "2.0.5",
+
"name": "nikic/php-parser",
+
"version": "v5.0.1",
"source": {
"type": "git",
-
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
-
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b"
+
"url": "https://github.com/nikic/PHP-Parser.git",
+
"reference": "2218c2252c874a4624ab2f613d86ac32d227bc69"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
-
"reference": "e6a969a640b00d8daa3c66518b0405fb41ae0c4b",
+
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/2218c2252c874a4624ab2f613d86ac32d227bc69",
+
"reference": "2218c2252c874a4624ab2f613d86ac32d227bc69",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"ext-ctype": "*",
+
"ext-json": "*",
+
"ext-tokenizer": "*",
+
"php": ">=7.4"
},
"require-dev": {
-
"phpunit/phpunit": "~4.0"
+
"ircmaxell/php-yacc": "^0.0.7",
+
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
},
-
"suggest": {
-
"dflydev/markdown": "~1.0",
-
"erusev/parsedown": "~1.0"
-
},
+
"bin": [
+
"bin/php-parse"
+
],
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "2.0.x-dev"
+
"dev-master": "5.0-dev"
}
},
"autoload": {
-
"psr-0": {
-
"phpDocumentor": [
-
"src/"
-
]
+
"psr-4": {
+
"PhpParser\\": "lib/PhpParser"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
-
"MIT"
+
"BSD-3-Clause"
],
"authors": [
{
-
"name": "Mike van Riel",
-
"email": "mike.vanriel@naenius.com"
+
"name": "Nikita Popov"
}
],
+
"description": "A PHP parser written in PHP",
+
"keywords": [
+
"parser",
+
"php"
+
],
"support": {
-
"issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
-
"source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/release/2.x"
+
"issues": "https://github.com/nikic/PHP-Parser/issues",
+
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.1"
},
-
"time": "2016-01-25T08:17:30+00:00"
+
"time": "2024-02-21T19:24:10+00:00"
},
{
-
"name": "phpspec/prophecy",
-
"version": "v1.5.0",
+
"name": "phar-io/manifest",
+
"version": "2.0.3",
"source": {
"type": "git",
-
"url": "https://github.com/phpspec/prophecy.git",
-
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7"
+
"url": "https://github.com/phar-io/manifest.git",
+
"reference": "97803eca37d319dfa7826cc2437fc020857acb53"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/phpspec/prophecy/zipball/4745ded9307786b730d7a60df5cb5a6c43cf95f7",
-
"reference": "4745ded9307786b730d7a60df5cb5a6c43cf95f7",
+
"url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
+
"reference": "97803eca37d319dfa7826cc2437fc020857acb53",
"shasum": ""
},
"require": {
-
"doctrine/instantiator": "^1.0.2",
-
"phpdocumentor/reflection-docblock": "~2.0",
-
"sebastian/comparator": "~1.1"
-
},
-
"require-dev": {
-
"phpspec/phpspec": "~2.0"
+
"ext-dom": "*",
+
"ext-phar": "*",
+
"ext-xmlwriter": "*",
+
"phar-io/version": "^3.0.1",
+
"php": "^7.2 || ^8.0"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.4.x-dev"
+
"dev-master": "2.0.x-dev"
}
},
"autoload": {
-
"psr-0": {
-
"Prophecy\\": "src/"
-
}
+
"classmap": [
+
"src/"
+
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
-
"MIT"
+
"BSD-3-Clause"
],
"authors": [
{
-
"name": "Konstantin Kudryashov",
-
"email": "ever.zet@gmail.com",
-
"homepage": "http://everzet.com"
+
"name": "Arne Blankerts",
+
"email": "arne@blankerts.de",
+
"role": "Developer"
},
{
-
"name": "Marcello Duarte",
-
"email": "marcello.duarte@gmail.com"
+
"name": "Sebastian Heuer",
+
"email": "sebastian@phpeople.de",
+
"role": "Developer"
+
},
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "Developer"
}
],
-
"description": "Highly opinionated mocking framework for PHP 5.3+",
-
"homepage": "https://github.com/phpspec/prophecy",
-
"keywords": [
-
"Double",
-
"Dummy",
-
"fake",
-
"mock",
-
"spy",
-
"stub"
+
"description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+
"support": {
+
"issues": "https://github.com/phar-io/manifest/issues",
+
"source": "https://github.com/phar-io/manifest/tree/2.0.3"
+
},
+
"time": "2021-07-20T11:28:43+00:00"
+
},
+
{
+
"name": "phar-io/version",
+
"version": "3.2.1",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/phar-io/version.git",
+
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+
"reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+
"shasum": ""
+
},
+
"require": {
+
"php": "^7.2 || ^8.0"
+
},
+
"type": "library",
+
"autoload": {
+
"classmap": [
+
"src/"
+
]
+
},
+
"notification-url": "https://packagist.org/downloads/",
+
"license": [
+
"BSD-3-Clause"
],
+
"authors": [
+
{
+
"name": "Arne Blankerts",
+
"email": "arne@blankerts.de",
+
"role": "Developer"
+
},
+
{
+
"name": "Sebastian Heuer",
+
"email": "sebastian@phpeople.de",
+
"role": "Developer"
+
},
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "Developer"
+
}
+
],
+
"description": "Library for handling version information and constraints",
"support": {
-
"issues": "https://github.com/phpspec/prophecy/issues",
-
"source": "https://github.com/phpspec/prophecy/tree/master"
+
"issues": "https://github.com/phar-io/version/issues",
+
"source": "https://github.com/phar-io/version/tree/3.2.1"
},
-
"time": "2015-08-13T10:07:40+00:00"
+
"time": "2022-02-21T01:04:05+00:00"
},
{
"name": "phpunit/php-code-coverage",
-
"version": "3.2.0",
+
"version": "9.2.30",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
-
"reference": "85f5db2d0a0da79ad6a256eb54148ba383059ad9"
+
"reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85f5db2d0a0da79ad6a256eb54148ba383059ad9",
-
"reference": "85f5db2d0a0da79ad6a256eb54148ba383059ad9",
+
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca2bd87d2f9215904682a9cb9bb37dda98e76089",
+
"reference": "ca2bd87d2f9215904682a9cb9bb37dda98e76089",
"shasum": ""
},
"require": {
-
"php": ">=5.6",
-
"phpunit/php-file-iterator": "~1.3",
-
"phpunit/php-text-template": "~1.2",
-
"phpunit/php-token-stream": "~1.3",
-
"sebastian/code-unit-reverse-lookup": "~1.0",
-
"sebastian/environment": "^1.3.2",
-
"sebastian/version": "~1.0|~2.0"
+
"ext-dom": "*",
+
"ext-libxml": "*",
+
"ext-xmlwriter": "*",
+
"nikic/php-parser": "^4.18 || ^5.0",
+
"php": ">=7.3",
+
"phpunit/php-file-iterator": "^3.0.3",
+
"phpunit/php-text-template": "^2.0.2",
+
"sebastian/code-unit-reverse-lookup": "^2.0.2",
+
"sebastian/complexity": "^2.0",
+
"sebastian/environment": "^5.1.2",
+
"sebastian/lines-of-code": "^1.0.3",
+
"sebastian/version": "^3.0.1",
+
"theseer/tokenizer": "^1.2.0"
},
"require-dev": {
-
"ext-xdebug": ">=2.1.4",
-
"phpunit/phpunit": "~5"
+
"phpunit/phpunit": "^9.3"
},
"suggest": {
-
"ext-dom": "*",
-
"ext-xdebug": ">=2.2.1",
-
"ext-xmlwriter": "*"
+
"ext-pcov": "PHP extension that provides line coverage",
+
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "3.2.x-dev"
+
"dev-master": "9.2-dev"
}
},
"autoload": {
···
"authors": [
{
"name": "Sebastian Bergmann",
-
"email": "sb@sebastian-bergmann.de",
+
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
···
"xunit"
],
"support": {
-
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
-
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/3.2.0"
+
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.30"
},
-
"time": "2016-02-13T06:47:56+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-12-22T06:47:57+00:00"
},
{
"name": "phpunit/php-file-iterator",
-
"version": "1.4.5",
+
"version": "3.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-file-iterator.git",
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4"
+
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/730b01bc3e867237eaac355e06a36b85dd93a8b4",
-
"reference": "730b01bc3e867237eaac355e06a36b85dd93a8b4",
+
"url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
+
"reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.4.x-dev"
+
"dev-master": "3.0-dev"
}
},
"autoload": {
···
"authors": [
{
"name": "Sebastian Bergmann",
-
"email": "sb@sebastian-bergmann.de",
+
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
···
"iterator"
],
"support": {
-
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
-
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
+
"source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
},
-
"time": "2017-11-27T13:52:08+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2021-12-02T12:48:52+00:00"
},
{
-
"name": "phpunit/php-text-template",
-
"version": "1.2.1",
+
"name": "phpunit/php-invoker",
+
"version": "3.1.1",
"source": {
"type": "git",
-
"url": "https://github.com/sebastianbergmann/php-text-template.git",
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
+
"url": "https://github.com/sebastianbergmann/php-invoker.git",
+
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
-
"reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
+
"url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+
"reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"ext-pcntl": "*",
+
"phpunit/phpunit": "^9.3"
+
},
+
"suggest": {
+
"ext-pcntl": "*"
},
"type": "library",
+
"extra": {
+
"branch-alias": {
+
"dev-master": "3.1-dev"
+
}
+
},
"autoload": {
"classmap": [
"src/"
···
"role": "lead"
}
],
-
"description": "Simple template engine.",
-
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
+
"description": "Invoke callables with a timeout",
+
"homepage": "https://github.com/sebastianbergmann/php-invoker/",
"keywords": [
-
"template"
+
"process"
],
"support": {
-
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
-
"source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
+
"issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+
"source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
},
-
"time": "2015-06-21T13:50:34+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-09-28T05:58:55+00:00"
},
{
-
"name": "phpunit/php-timer",
-
"version": "7.0.0",
+
"name": "phpunit/php-text-template",
+
"version": "2.0.4",
"source": {
"type": "git",
-
"url": "https://github.com/sebastianbergmann/php-timer.git",
-
"reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5"
+
"url": "https://github.com/sebastianbergmann/php-text-template.git",
+
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/8a59d9e25720482ee7fcdf296595e08795b84dc5",
-
"reference": "8a59d9e25720482ee7fcdf296595e08795b84dc5",
+
"url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+
"reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
"shasum": ""
},
"require": {
-
"php": ">=8.2"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "^11.0"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-main": "7.0-dev"
+
"dev-master": "2.0-dev"
}
},
"autoload": {
···
"role": "lead"
}
],
-
"description": "Utility class for timing",
-
"homepage": "https://github.com/sebastianbergmann/php-timer/",
+
"description": "Simple template engine.",
+
"homepage": "https://github.com/sebastianbergmann/php-text-template/",
"keywords": [
-
"timer"
+
"template"
],
"support": {
-
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
-
"security": "https://github.com/sebastianbergmann/php-timer/security/policy",
-
"source": "https://github.com/sebastianbergmann/php-timer/tree/7.0.0"
+
"issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+
"source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
},
"funding": [
{
···
"type": "github"
}
],
-
"time": "2024-02-02T06:08:01+00:00"
+
"time": "2020-10-26T05:33:50+00:00"
},
{
-
"name": "phpunit/php-token-stream",
-
"version": "1.4.12",
+
"name": "phpunit/php-timer",
+
"version": "5.0.3",
"source": {
"type": "git",
-
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
-
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
+
"url": "https://github.com/sebastianbergmann/php-timer.git",
+
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
-
"reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
+
"url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+
"reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
"shasum": ""
},
"require": {
-
"ext-tokenizer": "*",
-
"php": ">=5.3.3"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "~4.2"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.4-dev"
+
"dev-master": "5.0-dev"
}
},
"autoload": {
···
"authors": [
{
"name": "Sebastian Bergmann",
-
"email": "sebastian@phpunit.de"
+
"email": "sebastian@phpunit.de",
+
"role": "lead"
}
],
-
"description": "Wrapper around PHP's tokenizer extension.",
-
"homepage": "https://github.com/sebastianbergmann/php-token-stream/",
+
"description": "Utility class for timing",
+
"homepage": "https://github.com/sebastianbergmann/php-timer/",
"keywords": [
-
"tokenizer"
+
"timer"
],
"support": {
-
"issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
-
"source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
+
"issues": "https://github.com/sebastianbergmann/php-timer/issues",
+
"source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
},
-
"abandoned": true,
-
"time": "2017-12-04T08:55:13+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-10-26T13:16:10+00:00"
},
{
"name": "phpunit/phpunit",
-
"version": "5.2.7",
+
"version": "9.6.17",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
-
"reference": "073701643835376cb2f15dc005ea8933f8d4edbd"
+
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/073701643835376cb2f15dc005ea8933f8d4edbd",
-
"reference": "073701643835376cb2f15dc005ea8933f8d4edbd",
+
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a156980d78a6666721b7e8e8502fe210b587fcd",
+
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd",
"shasum": ""
},
"require": {
+
"doctrine/instantiator": "^1.3.1 || ^2",
"ext-dom": "*",
"ext-json": "*",
-
"ext-pcre": "*",
-
"ext-reflection": "*",
-
"ext-spl": "*",
-
"myclabs/deep-copy": "~1.3",
-
"php": ">=5.6",
-
"phpspec/prophecy": "^1.3.1",
-
"phpunit/php-code-coverage": "~3.2",
-
"phpunit/php-file-iterator": "~1.4",
-
"phpunit/php-text-template": "~1.2",
-
"phpunit/php-timer": ">=1.0.6",
-
"phpunit/phpunit-mock-objects": ">=3.0.5",
-
"sebastian/comparator": "~1.1",
-
"sebastian/diff": "~1.2",
-
"sebastian/environment": "~1.3",
-
"sebastian/exporter": "~1.2",
-
"sebastian/global-state": "~1.0",
-
"sebastian/resource-operations": "~1.0",
-
"sebastian/version": "~1.0|~2.0",
-
"symfony/yaml": "~2.1|~3.0"
+
"ext-libxml": "*",
+
"ext-mbstring": "*",
+
"ext-xml": "*",
+
"ext-xmlwriter": "*",
+
"myclabs/deep-copy": "^1.10.1",
+
"phar-io/manifest": "^2.0.3",
+
"phar-io/version": "^3.0.2",
+
"php": ">=7.3",
+
"phpunit/php-code-coverage": "^9.2.28",
+
"phpunit/php-file-iterator": "^3.0.5",
+
"phpunit/php-invoker": "^3.1.1",
+
"phpunit/php-text-template": "^2.0.3",
+
"phpunit/php-timer": "^5.0.2",
+
"sebastian/cli-parser": "^1.0.1",
+
"sebastian/code-unit": "^1.0.6",
+
"sebastian/comparator": "^4.0.8",
+
"sebastian/diff": "^4.0.3",
+
"sebastian/environment": "^5.1.3",
+
"sebastian/exporter": "^4.0.5",
+
"sebastian/global-state": "^5.0.1",
+
"sebastian/object-enumerator": "^4.0.3",
+
"sebastian/resource-operations": "^3.0.3",
+
"sebastian/type": "^3.2",
+
"sebastian/version": "^3.0.2"
},
"suggest": {
-
"phpunit/php-invoker": "~1.1"
+
"ext-soap": "To be able to generate mocks based on WSDL files",
+
"ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
},
"bin": [
"phpunit"
···
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "5.2.x-dev"
+
"dev-master": "9.6-dev"
}
},
"autoload": {
+
"files": [
+
"src/Framework/Assert/Functions.php"
+
],
"classmap": [
"src/"
]
···
"xunit"
],
"support": {
-
"irc": "irc://irc.freenode.net/phpunit",
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
-
"source": "https://github.com/sebastianbergmann/phpunit/tree/5.2.7"
+
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.17"
},
-
"time": "2016-02-18T06:39:51+00:00"
+
"funding": [
+
{
+
"url": "https://phpunit.de/sponsors.html",
+
"type": "custom"
+
},
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
},
+
{
+
"url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+
"type": "tidelift"
+
}
+
],
+
"time": "2024-02-23T13:14:51+00:00"
},
{
-
"name": "phpunit/phpunit-mock-objects",
-
"version": "3.1.3",
+
"name": "sebastian/cli-parser",
+
"version": "1.0.1",
"source": {
"type": "git",
-
"url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
-
"reference": "151c96874bff6fe61a25039df60e776613a61489"
+
"url": "https://github.com/sebastianbergmann/cli-parser.git",
+
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/151c96874bff6fe61a25039df60e776613a61489",
-
"reference": "151c96874bff6fe61a25039df60e776613a61489",
+
"url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+
"reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
"shasum": ""
},
"require": {
-
"doctrine/instantiator": "^1.0.2",
-
"php": ">=5.6",
-
"phpunit/php-text-template": "~1.2",
-
"sebastian/exporter": "~1.2"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "~5"
-
},
-
"suggest": {
-
"ext-soap": "*"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "3.1.x-dev"
+
"dev-master": "1.0-dev"
}
},
"autoload": {
···
"authors": [
{
"name": "Sebastian Bergmann",
-
"email": "sb@sebastian-bergmann.de",
+
"email": "sebastian@phpunit.de",
"role": "lead"
}
],
-
"description": "Mock Object library for PHPUnit",
-
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
-
"keywords": [
-
"mock",
-
"xunit"
+
"description": "Library for parsing CLI options",
+
"homepage": "https://github.com/sebastianbergmann/cli-parser",
+
"support": {
+
"issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+
"source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
],
+
"time": "2020-09-28T06:08:49+00:00"
+
},
+
{
+
"name": "sebastian/code-unit",
+
"version": "1.0.8",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/sebastianbergmann/code-unit.git",
+
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
+
"reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
+
"shasum": ""
+
},
+
"require": {
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
+
},
+
"type": "library",
+
"extra": {
+
"branch-alias": {
+
"dev-master": "1.0-dev"
+
}
+
},
+
"autoload": {
+
"classmap": [
+
"src/"
+
]
+
},
+
"notification-url": "https://packagist.org/downloads/",
+
"license": [
+
"BSD-3-Clause"
+
],
+
"authors": [
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "lead"
+
}
+
],
+
"description": "Collection of value objects that represent the PHP code units",
+
"homepage": "https://github.com/sebastianbergmann/code-unit",
"support": {
-
"irc": "irc://irc.freenode.net/phpunit",
-
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
-
"source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.1"
+
"issues": "https://github.com/sebastianbergmann/code-unit/issues",
+
"source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
},
-
"abandoned": true,
-
"time": "2016-04-20T14:39:26+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-10-26T13:08:54+00:00"
},
{
"name": "sebastian/code-unit-reverse-lookup",
-
"version": "1.0.2",
+
"version": "2.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
-
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619"
+
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/1de8cd5c010cb153fcd68b8d0f64606f523f7619",
-
"reference": "1de8cd5c010cb153fcd68b8d0f64606f523f7619",
+
"url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+
"reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
"shasum": ""
},
"require": {
-
"php": ">=5.6"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "^8.5"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.0.x-dev"
+
"dev-master": "2.0-dev"
}
},
"autoload": {
···
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
"support": {
"issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
-
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
+
"source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
},
"funding": [
{
···
"type": "github"
}
],
-
"time": "2020-11-30T08:15:22+00:00"
+
"time": "2020-09-28T05:30:19+00:00"
},
{
"name": "sebastian/comparator",
-
"version": "1.2.4",
+
"version": "4.0.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be"
+
"reference": "fa0f136dd2334583309d32b62544682ee972b51a"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
-
"reference": "2b7424b55f5047b47ac6e5ccb20b2aea4011d9be",
+
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
+
"reference": "fa0f136dd2334583309d32b62544682ee972b51a",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3",
-
"sebastian/diff": "~1.2",
-
"sebastian/exporter": "~1.2 || ~2.0"
+
"php": ">=7.3",
+
"sebastian/diff": "^4.0",
+
"sebastian/exporter": "^4.0"
},
"require-dev": {
-
"phpunit/phpunit": "~4.4"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.2.x-dev"
+
"dev-master": "4.0-dev"
}
},
"autoload": {
···
],
"authors": [
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de"
+
},
+
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
···
{
"name": "Bernhard Schussek",
"email": "bschussek@2bepublished.at"
-
},
-
{
-
"name": "Sebastian Bergmann",
-
"email": "sebastian@phpunit.de"
}
],
"description": "Provides the functionality to compare PHP values for equality",
-
"homepage": "http://www.github.com/sebastianbergmann/comparator",
+
"homepage": "https://github.com/sebastianbergmann/comparator",
"keywords": [
"comparator",
"compare",
···
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
-
"source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
+
"source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2022-09-14T12:41:17+00:00"
+
},
+
{
+
"name": "sebastian/complexity",
+
"version": "2.0.3",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/sebastianbergmann/complexity.git",
+
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/25f207c40d62b8b7aa32f5ab026c53561964053a",
+
"reference": "25f207c40d62b8b7aa32f5ab026c53561964053a",
+
"shasum": ""
+
},
+
"require": {
+
"nikic/php-parser": "^4.18 || ^5.0",
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
+
},
+
"type": "library",
+
"extra": {
+
"branch-alias": {
+
"dev-master": "2.0-dev"
+
}
+
},
+
"autoload": {
+
"classmap": [
+
"src/"
+
]
},
-
"time": "2017-01-29T09:50:25+00:00"
+
"notification-url": "https://packagist.org/downloads/",
+
"license": [
+
"BSD-3-Clause"
+
],
+
"authors": [
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "lead"
+
}
+
],
+
"description": "Library for calculating the complexity of PHP code units",
+
"homepage": "https://github.com/sebastianbergmann/complexity",
+
"support": {
+
"issues": "https://github.com/sebastianbergmann/complexity/issues",
+
"source": "https://github.com/sebastianbergmann/complexity/tree/2.0.3"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-12-22T06:19:30+00:00"
},
{
"name": "sebastian/diff",
-
"version": "1.4.1",
+
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/diff.git",
-
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
+
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
-
"reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
+
"url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
+
"reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "~4.8"
+
"phpunit/phpunit": "^9.3",
+
"symfony/process": "^4.2 || ^5"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.4-dev"
+
"dev-master": "4.0-dev"
}
},
"autoload": {
···
],
"authors": [
{
-
"name": "Kore Nordmann",
-
"email": "mail@kore-nordmann.de"
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de"
},
{
-
"name": "Sebastian Bergmann",
-
"email": "sebastian@phpunit.de"
+
"name": "Kore Nordmann",
+
"email": "mail@kore-nordmann.de"
}
],
"description": "Diff implementation",
"homepage": "https://github.com/sebastianbergmann/diff",
"keywords": [
-
"diff"
+
"diff",
+
"udiff",
+
"unidiff",
+
"unified diff"
],
"support": {
"issues": "https://github.com/sebastianbergmann/diff/issues",
-
"source": "https://github.com/sebastianbergmann/diff/tree/master"
+
"source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
},
-
"time": "2015-12-08T07:14:41+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-05-07T05:35:17+00:00"
},
{
"name": "sebastian/environment",
-
"version": "1.3.7",
+
"version": "5.1.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/environment.git",
-
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
+
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
-
"reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
+
"url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
+
"reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "~4.4"
+
"phpunit/phpunit": "^9.3"
+
},
+
"suggest": {
+
"ext-posix": "*"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.3.x-dev"
+
"dev-master": "5.1-dev"
}
},
"autoload": {
···
],
"support": {
"issues": "https://github.com/sebastianbergmann/environment/issues",
-
"source": "https://github.com/sebastianbergmann/environment/tree/1.3.7"
+
"source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
},
-
"time": "2016-05-17T03:18:57+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-02-03T06:03:51+00:00"
},
{
"name": "sebastian/exporter",
-
"version": "1.2.2",
+
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
-
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
+
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
-
"reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
+
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
+
"reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3",
-
"sebastian/recursion-context": "~1.0"
+
"php": ">=7.3",
+
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
"ext-mbstring": "*",
-
"phpunit/phpunit": "~4.4"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.3.x-dev"
+
"dev-master": "4.0-dev"
}
},
"autoload": {
···
],
"authors": [
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de"
+
},
+
{
"name": "Jeff Welch",
"email": "whatthejeff@gmail.com"
},
···
"email": "github@wallbash.com"
},
{
-
"name": "Bernhard Schussek",
-
"email": "bschussek@2bepublished.at"
+
"name": "Adam Harvey",
+
"email": "aharvey@php.net"
},
{
-
"name": "Sebastian Bergmann",
-
"email": "sebastian@phpunit.de"
-
},
-
{
-
"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",
+
"homepage": "https://www.github.com/sebastianbergmann/exporter",
"keywords": [
"export",
"exporter"
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
-
"source": "https://github.com/sebastianbergmann/exporter/tree/master"
+
"source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
},
-
"time": "2016-06-17T09:04:28+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2022-09-14T06:03:37+00:00"
},
{
"name": "sebastian/global-state",
-
"version": "1.1.1",
+
"version": "5.0.6",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/global-state.git",
-
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
+
"reference": "bde739e7565280bda77be70044ac1047bc007e34"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
-
"reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
+
"url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
+
"reference": "bde739e7565280bda77be70044ac1047bc007e34",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3",
+
"sebastian/object-reflector": "^2.0",
+
"sebastian/recursion-context": "^4.0"
},
"require-dev": {
-
"phpunit/phpunit": "~4.2"
+
"ext-dom": "*",
+
"phpunit/phpunit": "^9.3"
},
"suggest": {
"ext-uopz": "*"
···
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.0-dev"
+
"dev-master": "5.0-dev"
},
"autoload": {
···
],
"support": {
"issues": "https://github.com/sebastianbergmann/global-state/issues",
-
"source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
+
"source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
},
-
"time": "2015-10-12T03:26:01+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-08-02T09:26:13+00:00"
+
},
+
{
+
"name": "sebastian/lines-of-code",
+
"version": "1.0.4",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/sebastianbergmann/lines-of-code.git",
+
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/e1e4a170560925c26d424b6a03aed157e7dcc5c5",
+
"reference": "e1e4a170560925c26d424b6a03aed157e7dcc5c5",
+
"shasum": ""
+
},
+
"require": {
+
"nikic/php-parser": "^4.18 || ^5.0",
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
+
},
+
"type": "library",
+
"extra": {
+
"branch-alias": {
+
"dev-master": "1.0-dev"
+
}
+
},
+
"autoload": {
+
"classmap": [
+
"src/"
+
]
+
},
+
"notification-url": "https://packagist.org/downloads/",
+
"license": [
+
"BSD-3-Clause"
+
],
+
"authors": [
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "lead"
+
}
+
],
+
"description": "Library for counting the lines of code in PHP source code",
+
"homepage": "https://github.com/sebastianbergmann/lines-of-code",
+
"support": {
+
"issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+
"source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.4"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-12-22T06:20:34+00:00"
+
},
+
{
+
"name": "sebastian/object-enumerator",
+
"version": "4.0.4",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/sebastianbergmann/object-enumerator.git",
+
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
+
"reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
+
"shasum": ""
+
},
+
"require": {
+
"php": ">=7.3",
+
"sebastian/object-reflector": "^2.0",
+
"sebastian/recursion-context": "^4.0"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
+
},
+
"type": "library",
+
"extra": {
+
"branch-alias": {
+
"dev-master": "4.0-dev"
+
}
+
},
+
"autoload": {
+
"classmap": [
+
"src/"
+
]
+
},
+
"notification-url": "https://packagist.org/downloads/",
+
"license": [
+
"BSD-3-Clause"
+
],
+
"authors": [
+
{
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de"
+
}
+
],
+
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
+
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+
"support": {
+
"issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+
"source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-10-26T13:12:34+00:00"
+
},
+
{
+
"name": "sebastian/object-reflector",
+
"version": "2.0.4",
+
"source": {
+
"type": "git",
+
"url": "https://github.com/sebastianbergmann/object-reflector.git",
+
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
+
},
+
"dist": {
+
"type": "zip",
+
"url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+
"reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+
"shasum": ""
+
},
+
"require": {
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.3"
+
},
+
"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": "Allows reflection of object attributes, including inherited and non-public ones",
+
"homepage": "https://github.com/sebastianbergmann/object-reflector/",
+
"support": {
+
"issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+
"source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
+
},
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-10-26T13:14:26+00:00"
},
"name": "sebastian/recursion-context",
-
"version": "1.0.5",
+
"version": "4.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/recursion-context.git",
-
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7"
+
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
-
"reference": "b19cc3298482a335a95f3016d2f8a6950f0fbcd7",
+
"url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
+
"reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
"shasum": ""
},
"require": {
-
"php": ">=5.3.3"
+
"php": ">=7.3"
},
"require-dev": {
-
"phpunit/phpunit": "~4.4"
+
"phpunit/phpunit": "^9.3"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.0.x-dev"
+
"dev-master": "4.0-dev"
},
"autoload": {
···
],
"authors": [
-
"name": "Jeff Welch",
-
"email": "whatthejeff@gmail.com"
-
},
-
{
"name": "Sebastian Bergmann",
"email": "sebastian@phpunit.de"
+
},
+
{
+
"name": "Jeff Welch",
+
"email": "whatthejeff@gmail.com"
},
"name": "Adam Harvey",
···
],
"description": "Provides functionality to recursively process PHP variables",
-
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
+
"homepage": "https://github.com/sebastianbergmann/recursion-context",
"support": {
"issues": "https://github.com/sebastianbergmann/recursion-context/issues",
-
"source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
+
"source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
},
-
"time": "2016-10-03T07:41:43+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-02-03T06:07:39+00:00"
},
"name": "sebastian/resource-operations",
-
"version": "1.0.0",
+
"version": "3.0.3",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/resource-operations.git",
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
+
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
-
"reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
+
"url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+
"reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
"shasum": ""
},
"require": {
-
"php": ">=5.6.0"
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.0"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "1.0.x-dev"
+
"dev-master": "3.0-dev"
},
"autoload": {
···
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
"support": {
"issues": "https://github.com/sebastianbergmann/resource-operations/issues",
-
"source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
+
"source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
},
-
"time": "2015-07-28T20:34:47+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2020-09-28T06:45:17+00:00"
},
-
"name": "sebastian/version",
-
"version": "2.0.1",
+
"name": "sebastian/type",
+
"version": "3.2.1",
"source": {
"type": "git",
-
"url": "https://github.com/sebastianbergmann/version.git",
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
+
"url": "https://github.com/sebastianbergmann/type.git",
+
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
-
"reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
+
"url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
+
"reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
"shasum": ""
},
"require": {
-
"php": ">=5.6"
+
"php": ">=7.3"
+
},
+
"require-dev": {
+
"phpunit/phpunit": "^9.5"
},
"type": "library",
"extra": {
"branch-alias": {
-
"dev-master": "2.0.x-dev"
+
"dev-master": "3.2-dev"
},
"autoload": {
···
"role": "lead"
],
-
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
-
"homepage": "https://github.com/sebastianbergmann/version",
+
"description": "Collection of value objects that represent the types of the PHP type system",
+
"homepage": "https://github.com/sebastianbergmann/type",
"support": {
-
"issues": "https://github.com/sebastianbergmann/version/issues",
-
"source": "https://github.com/sebastianbergmann/version/tree/master"
+
"issues": "https://github.com/sebastianbergmann/type/issues",
+
"source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
},
-
"time": "2016-10-03T07:35:21+00:00"
+
"funding": [
+
{
+
"url": "https://github.com/sebastianbergmann",
+
"type": "github"
+
}
+
],
+
"time": "2023-02-03T06:13:03+00:00"
},
-
"name": "symfony/polyfill-ctype",
-
"version": "v1.29.0",
+
"name": "sebastian/version",
+
"version": "3.0.2",
"source": {
"type": "git",
-
"url": "https://github.com/symfony/polyfill-ctype.git",
-
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4"
+
"url": "https://github.com/sebastianbergmann/version.git",
+
"reference": "c6c1022351a901512170118436c764e473f6de8c"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ef4d7e442ca910c4764bce785146269b30cb5fc4",
-
"reference": "ef4d7e442ca910c4764bce785146269b30cb5fc4",
+
"url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
+
"reference": "c6c1022351a901512170118436c764e473f6de8c",
"shasum": ""
},
"require": {
-
"php": ">=7.1"
-
},
-
"provide": {
-
"ext-ctype": "*"
-
},
-
"suggest": {
-
"ext-ctype": "For best performance"
+
"php": ">=7.3"
},
"type": "library",
"extra": {
-
"thanks": {
-
"name": "symfony/polyfill",
-
"url": "https://github.com/symfony/polyfill"
+
"branch-alias": {
+
"dev-master": "3.0-dev"
},
"autoload": {
-
"files": [
-
"bootstrap.php"
-
],
-
"psr-4": {
-
"Symfony\\Polyfill\\Ctype\\": ""
-
}
+
"classmap": [
+
"src/"
+
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
-
"MIT"
+
"BSD-3-Clause"
],
"authors": [
-
"name": "Gert de Pagter",
-
"email": "BackEndTea@gmail.com"
-
},
-
{
-
"name": "Symfony Community",
-
"homepage": "https://symfony.com/contributors"
+
"name": "Sebastian Bergmann",
+
"email": "sebastian@phpunit.de",
+
"role": "lead"
],
-
"description": "Symfony polyfill for ctype functions",
-
"homepage": "https://symfony.com",
-
"keywords": [
-
"compatibility",
-
"ctype",
-
"polyfill",
-
"portable"
-
],
+
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
+
"homepage": "https://github.com/sebastianbergmann/version",
"support": {
-
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.29.0"
+
"issues": "https://github.com/sebastianbergmann/version/issues",
+
"source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
},
"funding": [
-
"url": "https://symfony.com/sponsor",
-
"type": "custom"
-
},
-
{
-
"url": "https://github.com/fabpot",
+
"url": "https://github.com/sebastianbergmann",
"type": "github"
-
},
-
{
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-
"type": "tidelift"
],
-
"time": "2024-01-29T20:11:03+00:00"
+
"time": "2020-09-28T06:39:44+00:00"
},
-
"name": "symfony/yaml",
-
"version": "v3.4.47",
+
"name": "theseer/tokenizer",
+
"version": "1.2.2",
"source": {
"type": "git",
-
"url": "https://github.com/symfony/yaml.git",
-
"reference": "88289caa3c166321883f67fe5130188ebbb47094"
+
"url": "https://github.com/theseer/tokenizer.git",
+
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96"
},
"dist": {
"type": "zip",
-
"url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
-
"reference": "88289caa3c166321883f67fe5130188ebbb47094",
+
"url": "https://api.github.com/repos/theseer/tokenizer/zipball/b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
+
"reference": "b2ad5003ca10d4ee50a12da31de12a5774ba6b96",
"shasum": ""
},
"require": {
-
"php": "^5.5.9|>=7.0.8",
-
"symfony/polyfill-ctype": "~1.8"
-
},
-
"conflict": {
-
"symfony/console": "<3.4"
-
},
-
"require-dev": {
-
"symfony/console": "~3.4|~4.0"
-
},
-
"suggest": {
-
"symfony/console": "For validating YAML files using the lint command"
+
"ext-dom": "*",
+
"ext-tokenizer": "*",
+
"ext-xmlwriter": "*",
+
"php": "^7.2 || ^8.0"
},
"type": "library",
"autoload": {
-
"psr-4": {
-
"Symfony\\Component\\Yaml\\": ""
-
},
-
"exclude-from-classmap": [
-
"/Tests/"
+
"classmap": [
+
"src/"
},
"notification-url": "https://packagist.org/downloads/",
"license": [
-
"MIT"
+
"BSD-3-Clause"
],
"authors": [
-
"name": "Fabien Potencier",
-
"email": "fabien@symfony.com"
-
},
-
{
-
"name": "Symfony Community",
-
"homepage": "https://symfony.com/contributors"
+
"name": "Arne Blankerts",
+
"email": "arne@blankerts.de",
+
"role": "Developer"
],
-
"description": "Symfony Yaml Component",
-
"homepage": "https://symfony.com",
+
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
-
"source": "https://github.com/symfony/yaml/tree/v3.4.47"
+
"issues": "https://github.com/theseer/tokenizer/issues",
+
"source": "https://github.com/theseer/tokenizer/tree/1.2.2"
},
"funding": [
-
"url": "https://symfony.com/sponsor",
-
"type": "custom"
-
},
-
{
-
"url": "https://github.com/fabpot",
+
"url": "https://github.com/theseer",
"type": "github"
-
},
-
{
-
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
-
"type": "tidelift"
],
-
"time": "2020-10-24T10:57:07+00:00"
+
"time": "2023-11-20T00:12:19+00:00"
],
"aliases": [],
···
"prefer-lowest": false,
"platform": {
"php": ">=5.4.0",
+
"ext-simplexml": "*",
"ext-tokenizer": "*",
-
"ext-xmlwriter": "*",
-
"ext-simplexml": "*"
+
"ext-xmlwriter": "*"
},
"platform-dev": [],
"plugin-api-version": "2.6.0"
+4 -4
pkgs/development/php-packages/php-codesniffer/default.nix
···
php.buildComposerProject (finalAttrs: {
pname = "php-codesniffer";
-
version = "3.7.2";
+
version = "3.9.0";
src = fetchFromGitHub {
-
owner = "squizlabs";
+
owner = "PHPCSStandards";
repo = "PHP_CodeSniffer";
rev = "${finalAttrs.version}";
-
hash = "sha256-EJF9e8gyUy5SZ+lmyWFPAabqnP7Fy5t80gfXWWxLpk8=";
+
hash = "sha256-HyAb0vfruJWch09GVWtKI+NOTpsUkkLRusFSwZlNHjA=";
};
composerLock = ./composer.lock;
-
vendorHash = "sha256-svkQEKKFa0yFTiOihnAzVdi3oolq3r6JmlugyBZJATA=";
+
vendorHash = "sha256-nM0sKdD+fc3saPCvU+0KI7HM+LdSi0vJIoutwuZnx/Y=";
meta = {
changelog = "https://github.com/PHPCSStandards/PHP_CodeSniffer/releases/tag/${finalAttrs.version}";