WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
sebastian
/
diff
/
Name
Action
..
.gitignore
Edit
.php_cs
Edit
.travis.yml
Edit
ChangeLog.md
Edit
LICENSE
Edit
README.md
Edit
build.xml
Edit
composer.json
Edit
phpunit.xml
Edit
src
tests
Editing: composer.json
{ "name": "sebastian/diff", "description": "Diff implementation", "keywords": ["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.0" }, "require-dev": { "phpunit/phpunit": "^6.2" }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-master": "2.0-dev" } } }