X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/sebastian/object-reflector
home
/
prisjneg
/
public_html
/
vendor
/
sebastian
/
object-reflector
/
📁
..
📄
ChangeLog.md
(1.9 KB)
📄
LICENSE
(1.5 KB)
📄
README.md
(1.13 KB)
📄
SECURITY.md
(592 B)
📄
composer.json
(928 B)
📁
src
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" } ], "prefer-stable": true, "config": { "platform": { "php": "8.1.0" }, "optimize-autoloader": true, "sort-packages": true }, "require": { "php": ">=8.1" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ] }, "extra": { "branch-alias": { "dev-main": "3.0-dev" } } }
Upload File
Create Folder