X7ROOT File Manager
Current Path:
/home/gfecatvj/sites/realesbar-X/vendor/sebastian/object-reflector
home
/
gfecatvj
/
sites
/
realesbar-X
/
vendor
/
sebastian
/
object-reflector
/
📁
..
📄
.gitignore
(45 B)
📄
.php_cs
(2.9 KB)
📄
.travis.yml
(450 B)
📄
ChangeLog.md
(704 B)
📄
LICENSE
(1.51 KB)
📄
README.md
(499 B)
📄
build.xml
(794 B)
📄
composer.json
(751 B)
📄
phpunit.xml
(693 B)
📁
src
📁
tests
Editing: composer.json
{ "name": "sebastian/object-reflector", "description": "Allows reflection of object attributes, including inherited and non-public ones", "homepage": "https://github.com/sebastianbergmann/object-reflector/", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "require": { "php": "^7.0" }, "require-dev": { "phpunit/phpunit": "^6.0" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ] }, "extra": { "branch-alias": { "dev-master": "1.1-dev" } } }
Upload File
Create Folder