2016-01-08 00:33:37 +01:00
|
|
|
{
|
2016-11-21 23:08:17 +01:00
|
|
|
"name": "vimeo/psalm",
|
2016-01-08 00:33:37 +01:00
|
|
|
"type": "library",
|
2020-01-12 16:39:53 +01:00
|
|
|
"description": "A static analysis tool for finding errors in PHP applications",
|
|
|
|
"keywords": [
|
|
|
|
"php",
|
|
|
|
"code",
|
|
|
|
"inspection"
|
|
|
|
],
|
2016-11-21 23:08:17 +01:00
|
|
|
"license": "MIT",
|
2016-01-08 00:33:37 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Matthew Brown"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2020-10-26 20:14:48 +01:00
|
|
|
"php": "^7.1|^8",
|
2020-01-30 08:20:23 +01:00
|
|
|
"ext-SimpleXML": "*",
|
2021-08-27 10:57:30 +02:00
|
|
|
"ext-ctype": "*",
|
2020-01-12 16:39:53 +01:00
|
|
|
"ext-dom": "*",
|
2020-01-01 22:43:36 +01:00
|
|
|
"ext-json": "*",
|
|
|
|
"ext-libxml": "*",
|
2020-09-14 04:39:03 +02:00
|
|
|
"ext-mbstring": "*",
|
2021-08-27 11:00:49 +02:00
|
|
|
"ext-tokenizer": "*",
|
2021-03-11 06:10:23 +01:00
|
|
|
"amphp/amp": "^2.4.2",
|
2020-01-12 16:39:53 +01:00
|
|
|
"amphp/byte-stream": "^1.5",
|
2020-09-01 15:20:24 +02:00
|
|
|
"composer/package-versions-deprecated": "^1.8.0",
|
2021-03-29 05:45:45 +02:00
|
|
|
"composer/semver": "^1.4 || ^2.0 || ^3.0",
|
2021-04-16 22:07:47 +02:00
|
|
|
"composer/xdebug-handler": "^1.1 || ^2.0",
|
2020-09-01 15:20:24 +02:00
|
|
|
"dnoegel/php-xdg-base-dir": "^0.1.1",
|
2018-10-17 21:52:26 +02:00
|
|
|
"felixfbecker/advanced-json-rpc": "^3.0.3",
|
2021-02-24 16:14:04 +01:00
|
|
|
"felixfbecker/language-server-protocol": "^1.5",
|
2021-02-17 22:37:43 +01:00
|
|
|
"netresearch/jsonmapper": "^1.0 || ^2.0 || ^3.0 || ^4.0",
|
2021-10-09 23:37:04 +02:00
|
|
|
"nikic/php-parser": "^4.13",
|
2020-01-12 16:39:53 +01:00
|
|
|
"openlss/lib-array2xml": "^1.0",
|
2020-02-07 16:37:29 +01:00
|
|
|
"sebastian/diff": "^3.0 || ^4.0",
|
2021-10-14 01:34:01 +02:00
|
|
|
"symfony/console": "^3.4.17 || ^4.1.6 || ^5.0 || ^6.0",
|
2020-01-12 16:39:53 +01:00
|
|
|
"webmozart/path-util": "^2.3"
|
|
|
|
},
|
|
|
|
"provide": {
|
|
|
|
"psalm/psalm": "self.version"
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2020-01-12 16:43:11 +01:00
|
|
|
"ext-curl": "*",
|
2020-02-18 21:04:45 +01:00
|
|
|
"bamarni/composer-bin-plugin": "^1.2",
|
2020-12-04 21:11:14 +01:00
|
|
|
"brianium/paratest": "^4.0||^6.0",
|
2021-02-12 23:03:03 +01:00
|
|
|
"php-parallel-lint/php-parallel-lint": "^1.2",
|
2020-08-30 17:44:14 +02:00
|
|
|
"phpdocumentor/reflection-docblock": "^5",
|
2020-12-04 21:11:14 +01:00
|
|
|
"phpmyadmin/sql-parser": "5.1.0||dev-master",
|
2020-01-12 16:39:53 +01:00
|
|
|
"phpspec/prophecy": ">=1.9.0",
|
2020-08-30 17:44:14 +02:00
|
|
|
"phpunit/phpunit": "^9.0",
|
2021-06-12 01:31:12 +02:00
|
|
|
"psalm/plugin-phpunit": "^0.16",
|
2021-05-03 23:22:15 +02:00
|
|
|
"slevomat/coding-standard": "^7.0",
|
2020-01-12 16:39:53 +01:00
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
2021-10-14 01:34:01 +02:00
|
|
|
"symfony/process": "^4.3 || ^5.0 || ^6.0",
|
2020-12-04 21:11:14 +01:00
|
|
|
"weirdan/prophecy-shim": "^1.0 || ^2.0"
|
2020-01-12 16:39:53 +01:00
|
|
|
},
|
|
|
|
"suggest": {
|
2021-11-07 04:03:25 +01:00
|
|
|
"ext-igbinary": "^2.0.5 is required, used to serialize caching data",
|
|
|
|
"ext-curl": "In order to send data to shepherd"
|
2020-01-12 16:39:53 +01:00
|
|
|
},
|
|
|
|
"config": {
|
2020-01-12 16:43:11 +01:00
|
|
|
"optimize-autoloader": true,
|
2020-12-29 15:01:22 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
"platform-check": false
|
2020-01-12 16:39:53 +01:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"branch-alias": {
|
2020-10-19 07:55:18 +02:00
|
|
|
"dev-master": "4.x-dev",
|
2020-08-30 18:40:47 +02:00
|
|
|
"dev-3.x": "3.x-dev",
|
2020-01-12 16:39:53 +01:00
|
|
|
"dev-2.x": "2.x-dev",
|
|
|
|
"dev-1.x": "1.x-dev"
|
|
|
|
}
|
2016-01-08 00:33:37 +01:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2020-05-15 00:37:29 +02:00
|
|
|
"Psalm\\": "src/Psalm/"
|
2019-06-01 14:26:22 +02:00
|
|
|
},
|
|
|
|
"files": [
|
2019-12-08 22:35:56 +01:00
|
|
|
"src/functions.php",
|
|
|
|
"src/spl_object_id.php"
|
2019-06-01 14:26:22 +02:00
|
|
|
]
|
2016-04-04 01:47:06 +02:00
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2020-05-15 00:37:29 +02:00
|
|
|
"Psalm\\Tests\\": "tests/"
|
2016-01-08 00:33:37 +01:00
|
|
|
}
|
2016-10-20 17:54:55 +02:00
|
|
|
},
|
2020-01-12 16:39:53 +01:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "path",
|
|
|
|
"url": "examples/plugins/composer-based/echo-checker"
|
|
|
|
}
|
|
|
|
],
|
2018-10-17 21:52:26 +02:00
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
2020-01-12 16:39:53 +01:00
|
|
|
"bin": [
|
|
|
|
"psalm",
|
|
|
|
"psalm-language-server",
|
|
|
|
"psalm-plugin",
|
|
|
|
"psalm-refactor",
|
|
|
|
"psalter"
|
|
|
|
],
|
2016-10-20 17:54:55 +02:00
|
|
|
"scripts": {
|
2020-01-12 16:39:53 +01:00
|
|
|
"all-tests": [
|
2018-02-19 18:20:34 +01:00
|
|
|
"phpcs",
|
2021-11-26 23:02:22 +01:00
|
|
|
"@php ./psalm --find-dead-code",
|
2018-02-19 18:20:34 +01:00
|
|
|
"phpunit"
|
|
|
|
],
|
2021-11-26 23:02:22 +01:00
|
|
|
"psalm": "@php ./psalm --find-dead-code",
|
2021-11-30 17:07:09 +01:00
|
|
|
"phpunit": "phpunit",
|
2021-11-30 17:50:48 +01:00
|
|
|
"phpunit-p": "paratest --runner=WrapperRunner",
|
2020-05-15 01:16:16 +02:00
|
|
|
"cs": "phpcs -p",
|
|
|
|
"cs-fix": "phpcbf -p",
|
2020-01-12 16:39:53 +01:00
|
|
|
"tests": [
|
2018-02-19 18:20:34 +01:00
|
|
|
"phpcs",
|
2017-05-27 00:26:14 +02:00
|
|
|
"phpunit"
|
|
|
|
]
|
2021-11-30 17:17:53 +01:00
|
|
|
},
|
|
|
|
"scripts-descriptions": {
|
|
|
|
"all-tests": "Runs all available tests.",
|
|
|
|
"psalm": "Runs static analysis.",
|
|
|
|
"phpunit": "Runs unit tests.",
|
2021-11-30 17:50:48 +01:00
|
|
|
"phpunit-p": "Runs unit tests in parallel.",
|
2021-11-30 17:17:53 +01:00
|
|
|
"cs": "Checks that the code conforms to the coding standard.",
|
|
|
|
"cs-fix": "Automatically correct coding standard violations.",
|
|
|
|
"tests": "Checks coding style and runs unit tests."
|
2020-01-12 16:39:53 +01:00
|
|
|
}
|
2016-01-08 00:33:37 +01:00
|
|
|
}
|