Tomas Votruba b206f0de34 Updated Rector to commit 4cf6522e7703687d7673d316ec60c5f21ec37dec
4cf6522e77 [Php81] Skip used as ArrayDimFetch on Arg on side effect FuncCall on ReadOnlyPropertyRector (#1821)
2022-02-16 21:07:17 +00:00

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"
}
}