rector/vendor/sebastian/diff/composer.json
Tomas Votruba 9d4b889b89 Updated Rector to commit ae89e0f5b4edfd48e54f173a3ba1dcd22849cdc5
ae89e0f5b4 Bump to sebastian/diff 6 and phpunit 11 (#6527)
2024-12-03 17:31:28 +00:00

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.2.0"
},
"optimize-autoloader": true,
"sort-packages": true
},
"require": {
"php": ">=8.2"
},
"require-dev": {
"phpunit\/phpunit": "^11.0",
"symfony\/process": "^4.2 || ^5"
},
"autoload": {
"classmap": [
"src\/"
]
},
"autoload-dev": {
"classmap": [
"tests\/"
]
},
"extra": {
"branch-alias": {
"dev-main": "6.0-dev"
}
}
}