X7ROOT File Manager
Current Path:
/home/prisjneg/public_html/vendor/sebastian/global-state
home
/
prisjneg
/
public_html
/
vendor
/
sebastian
/
global-state
/
📁
..
📄
ChangeLog.md
(3.58 KB)
📄
LICENSE
(1.5 KB)
📄
README.md
(1.07 KB)
📄
SECURITY.md
(1.86 KB)
📄
composer.json
(1.26 KB)
📁
src
Editing: composer.json
{ "name": "sebastian/global-state", "description": "Snapshotting of global state", "keywords": ["global state"], "homepage": "https://www.github.com/sebastianbergmann/global-state", "license": "BSD-3-Clause", "authors": [ { "name": "Sebastian Bergmann", "email": "sebastian@phpunit.de" } ], "support": { "issues": "https://github.com/sebastianbergmann/global-state/issues", "security": "https://github.com/sebastianbergmann/global-state/security/policy" }, "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": { "ext-dom": "*", "phpunit/phpunit": "^10.0" }, "autoload": { "classmap": [ "src/" ] }, "autoload-dev": { "classmap": [ "tests/_fixture/" ], "files": [ "tests/_fixture/SnapshotFunctions.php" ] }, "extra": { "branch-alias": { "dev-main": "6.0-dev" } } }
Upload File
Create Folder