/home/techb158/ileadtechnology.com/vendor/sebastian/diff
NameSizeModeActions
.github/-0755rm
src/-0755rm
tests/-0755rm
.gitignore820644editdlrm
.php_cs.dist66660644editdlrm
.travis.yml4270644editdlrm
build.xml7820644editdlrm
ChangeLog.md21670644editdlrm
composer.json8780644editdlrm
LICENSE15490644editdlrm
phpunit.xml7550644editdlrm
README.md74400644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/sebastian/diff/composer.json (878B)
{ "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" } ], "require": { "php": ">=7.1" }, "require-dev": { "phpunit/phpunit": "^7.5 || ^8.0", "symfony/process": "^2 || ^3.3 || ^4" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/" ] }, "extra": { "branch-alias": { "dev-master": "3.0-dev" } } }