X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/sebastian/comparator
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
sebastian
/
comparator
/
📁
..
📁
.github
📄
.gitignore
(45 B)
📄
.php_cs.dist
(7.51 KB)
📄
.travis.yml
(673 B)
📄
ChangeLog.md
(1.84 KB)
📄
LICENSE
(1.51 KB)
📄
README.md
(1.12 KB)
📄
build.xml
(760 B)
📄
composer.json
(1.24 KB)
📄
phpunit.xml
(755 B)
📁
src
📁
tests
Editing: composer.json
{ "name": "sebastian/comparator", "description": "Provides the functionality to compare PHP values for equality", "keywords": ["comparator","compare","equality"], "homepage": "https://github.com/sebastianbergmann/comparator", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" }, { "name": "Jeff Welch", "email": "whatthejeff@gmail.com" }, { "name": "Volker Dusch", "email": "github@wallbash.com" }, { "name": "Bernhard Schussek", "email": "bschussek@2bepublished.at" } ], "prefer-stable": true, "require": { "php": "^7.1", "sebastian/diff": "^3.0", "sebastian/exporter": "^3.1" }, "require-dev": { "phpunit/phpunit": "^7.1" }, "config": { "optimize-autoloader": true, "sort-packages": true }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture" ] }, "extra": { "branch-alias": { "dev-master": "3.0-dev" } } }
Upload File
Create Folder