/home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector
NameSizeModeActions
src/-0755rm
tests/-0755rm
.gitignore450644editdlrm
.php_cs29720644editdlrm
.travis.yml4500644editdlrm
build.xml7940644editdlrm
ChangeLog.md9020644editdlrm
composer.json7520644editdlrm
LICENSE15460644editdlrm
phpunit.xml6930644editdlrm
README.md4990644editdlrm
Edit: /home/techb158/ileadtechnology.com/vendor/sebastian/object-reflector/composer.json (752B)
{ "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" } } }