X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar/vendor/sebastian/environment
home
/
gfecatvj
/
sites
/
realesbar
/
vendor
/
sebastian
/
environment
/
📁
..
📁
.github
📄
.gitignore
(83 B)
📄
.php_cs.dist
(7.85 KB)
📄
.travis.yml
(560 B)
📄
ChangeLog.md
(3.81 KB)
📄
LICENSE
(1.52 KB)
📄
README.md
(957 B)
📄
build.xml
(696 B)
📄
composer.json
(842 B)
📄
phpunit.xml
(707 B)
📁
src
📁
tests
Editing: composer.json
{ "name": "sebastian/environment", "description": "Provides functionality to handle HHVM/PHP environments", "keywords": ["environment","hhvm","xdebug"], "homepage": "http://www.github.com/sebastianbergmann/environment", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "config": { "optimize-autoloader": true, "sort-packages": true }, "prefer-stable": true, "require": { "php": "^7.1" }, "require-dev": { "phpunit/phpunit": "^7.5" }, "suggest": { "ext-posix": "*" }, "autoload": { "classmap": [ "src/" ] }, "extra": { "branch-alias": { "dev-master": "4.2-dev" } } }
Upload File
Create Folder