mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-17 05:18:18 +01:00
8e44614ce3
8609d3b83b
Performance: use direct find() instead of lookup all nodes then filter on BetterNodeFinder (#3507)
56 lines
1.2 KiB
JSON
56 lines
1.2 KiB
JSON
{
|
|
"name": "sebastian\/diff",
|
|
"description": "Diff implementation",
|
|
"keywords": [
|
|
"diff",
|
|
"udiff",
|
|
"unidiff",
|
|
"unified diff"
|
|
],
|
|
"homepage": "https:\/\/github.com\/sebastianbergmann\/diff",
|
|
"license": "BSD-3-Clause",
|
|
"authors": [
|
|
{
|
|
"name": "Sebastian Bergmann",
|
|
"email": "sebastian@phpunit.de"
|
|
},
|
|
{
|
|
"name": "Kore Nordmann",
|
|
"email": "mail@kore-nordmann.de"
|
|
}
|
|
],
|
|
"support": {
|
|
"issues": "https:\/\/github.com\/sebastianbergmann\/diff\/issues",
|
|
"security": "https:\/\/github.com\/sebastianbergmann\/diff\/security\/policy"
|
|
},
|
|
"prefer-stable": true,
|
|
"config": {
|
|
"platform": {
|
|
"php": "8.1.0"
|
|
},
|
|
"optimize-autoloader": true,
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": ">=8.1"
|
|
},
|
|
"require-dev": {
|
|
"phpunit\/phpunit": "^10.0",
|
|
"symfony\/process": "^4.2 || ^5"
|
|
},
|
|
"autoload": {
|
|
"classmap": [
|
|
"src\/"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"classmap": [
|
|
"tests\/"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-main": "5.0-dev"
|
|
}
|
|
}
|
|
} |