X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/sebastian/object-enumerator
home
/
prisjneg
/
public_html
/
vendor
/
sebastian
/
object-enumerator
/
📁
..
📄
ChangeLog.md
(2.49 KB)
📄
LICENSE
(1.5 KB)
📄
README.md
(1.13 KB)
📄
SECURITY.md
(592 B)
📄
composer.json
(1 KB)
📄
phpunit.xml
(790 B)
📁
src
Editing: composer.json
{ "name": "sebastian/object-enumerator", "description": "Traverses array structures and object graphs to enumerate all referenced objects", "homepage": "https://github.com/sebastianbergmann/object-enumerator/", "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", "sebastian/object-reflector": "^3.0", "sebastian/recursion-context": "^5.0" }, "require-dev": { "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ] }, "extra": { "branch-alias": { "dev-main": "5.0-dev" } } }
Upload File
Create Folder