mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
b206f0de34
4cf6522e77
[Php81] Skip used as ArrayDimFetch on Arg on side effect FuncCall on ReadOnlyPropertyRector (#1821)
57 lines
1.5 KiB
JSON
57 lines
1.5 KiB
JSON
{
|
|
"name": "ergebnis\/json-printer",
|
|
"type": "library",
|
|
"description": "Provides a JSON printer, allowing for flexible indentation.",
|
|
"keywords": [
|
|
"json",
|
|
"printer",
|
|
"formatter"
|
|
],
|
|
"homepage": "https:\/\/github.com\/ergebnis\/json-printer",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "Andreas M\u00f6ller",
|
|
"email": "am@localheinz.com"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": "^7.4 || ^8.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"ergebnis\/license": "^1.1.0",
|
|
"ergebnis\/php-cs-fixer-config": "^3.4.0",
|
|
"fakerphp\/faker": "^1.17.0",
|
|
"infection\/infection": "~0.25.5",
|
|
"phpunit\/phpunit": "^9.5.11",
|
|
"psalm\/plugin-phpunit": "~0.16.1",
|
|
"vimeo\/psalm": "^4.16.1"
|
|
},
|
|
"config": {
|
|
"allow-plugins": {
|
|
"composer\/package-versions-deprecated": true,
|
|
"infection\/extension-installer": true
|
|
},
|
|
"platform": {
|
|
"php": "7.4.26"
|
|
},
|
|
"preferred-install": "dist",
|
|
"sort-packages": true
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"RectorPrefix20220216\\Ergebnis\\Json\\Printer\\": "src\/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"RectorPrefix20220216\\Ergebnis\\Json\\Printer\\Test\\": "test\/"
|
|
}
|
|
},
|
|
"support": {
|
|
"issues": "https:\/\/github.com\/ergebnis\/json-printer\/issues",
|
|
"source": "https:\/\/github.com\/ergebnis\/json-printer"
|
|
}
|
|
} |