X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/diff
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
diff
/
📁
..
📁
.github
📄
.gitignore
(82 B)
📄
.php_cs.dist
(6.51 KB)
📄
.travis.yml
(427 B)
📄
ChangeLog.md
(1.56 KB)
📄
LICENSE
(1.51 KB)
📄
README.md
(7.27 KB)
📄
build.xml
(782 B)
📄
composer.json
(877 B)
📄
phpunit.xml
(755 B)
📁
src
📁
tests
Editing: composer.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" } ], "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" } } }
Upload File
Create Folder