![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/vendor/rector/rector/vendor/sebastian/diff/ |
{ "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": "[email protected]" }, { "name": "Kore Nordmann", "email": "[email protected]" } ], "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" } } }